Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAddressInput ¶
type CreateClientInput ¶
type CreateClientInput struct { Name string `json:"name"` Website *string `json:"website"` VatNumber *string `json:"vatNumber"` BusinessNumber *string `json:"businessNumber"` Phone *string `json:"phone"` BillingAddress *CreateAddressInput `json:"billingAddress"` ShippingAddress *CreateAddressInput `json:"shippingAddress"` }
type CreateCompanyInput ¶
type UpdateAddressInput ¶
type UpdateClientInput ¶
type UpdateClientInput struct { Name *string `json:"name"` Website *string `json:"website"` VatNumber *string `json:"vatNumber"` BusinessNumber *string `json:"businessNumber"` Phone *string `json:"phone"` BillingAddress *CreateAddressInput `json:"billingAddress"` ShippingAddress *CreateAddressInput `json:"shippingAddress"` }
Click to show internal directories.
Click to hide internal directories.