Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvoiceService ¶
type InvoiceService interface {
ListInvoices(ctx context.Context, request *ListInvoicesRequest) (*ListInvoicesResponse, error)
}
func NewInvoiceService ¶
func NewInvoiceService(c client.RestClient) InvoiceService
type ListInvoicesRequest ¶
type ListInvoicesResponse ¶
type ListInvoicesResponse struct { Invoices []*model.Invoice `json:"invoices"` Request *ListInvoicesRequest `json:"request"` Pagination *model.Pagination `json:"pagination"` }
Click to show internal directories.
Click to hide internal directories.