Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetPointsOfSale ¶
func (cli *Client) GetPointsOfSale(ctx context.Context, filters map[string]string) ([]PointOfSale, error)
GetPointsOfSale will list points of sale according to specified filters.
type GetPointsOfSaleResponse ¶
type GetPointsOfSaleResponse struct {
Status common.Status `json:"status"`
PointsOfSale []PointOfSale `json:"records"`
}
Click to show internal directories.
Click to hide internal directories.