Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedInvoice ¶
type AggregatedInvoice struct { ID string `rql:"name=id,type=string"` Amount int64 `rql:"name=amount,type=number"` Currency string `rql:"name=currency,type=string"` State string `rql:"name=state,type=string"` InvoiceLink string `rql:"name=invoice_link,type=string"` OrgID string `rql:"name=org_id,type=string"` CreatedAt time.Time `rql:"name=created_at,type=datetime"` }
type OrganizationInvoices ¶
type OrganizationInvoices struct { Invoices []AggregatedInvoice `json:"invoices"` Group Group `json:"group"` Pagination Page `json:"pagination"` }
type Repository ¶
Click to show internal directories.
Click to hide internal directories.