Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetCompanyInfo ¶
GetCompanyInfo ...
func (*Client) GetConfParameters ¶
func (cli *Client) GetConfParameters(ctx context.Context) (*ConfParameter, error)
type ConfParameter ¶
type GetCompanyInfoResponse ¶
type GetConfParametersResponse ¶
type GetConfParametersResponse struct {
Status common.Status `json:"status"`
ConfParameters []ConfParameter `json:"records"`
}
GetConfParametersResponse ...
type Info ¶
type Info struct {
ID string `json:"id"`
Name string `json:"name"`
Code string `json:"code"`
VAT string `json:"VAT"`
Phone string `json:"phone"`
Mobile string `json:"mobile"`
Fax string `json:"fax"`
Email string `json:"email"`
Web string `json:"web"`
BankAccountNumber string `json:"bankAccountNumber"`
BankName string `json:"bankName"`
BankSWIFT string `json:"bankSWIFT"`
BankIBAN string `json:"bankIBAN"`
BankAccountNumber2 string `json:"bankAccountNumber2"`
BankName2 string `json:"bankName2"`
BankSWIFT2 string `json:"bankSWIFT2"`
BankIBAN2 string `json:"bankIBAN2"`
Address string `json:"address"`
Country string `json:"country"`
//field for ConfParameters
ConfParameters ConfParameter
} //GetCompanyInfoResponse ...
CompanyInfo ..
Click to show internal directories.
Click to hide internal directories.