Name | Type | Description | Notes |
---|---|---|---|
Invoices | []Invoice | invoices are sorted by period_start time. |
func NewListInvoicesResponse(invoices []Invoice, ) *ListInvoicesResponse
NewListInvoicesResponse instantiates a new ListInvoicesResponse object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func NewListInvoicesResponseWithDefaults() *ListInvoicesResponse
NewListInvoicesResponseWithDefaults instantiates a new ListInvoicesResponse object. This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
func (o *ListInvoicesResponse) GetInvoices() []Invoice
GetInvoices returns the Invoices field if non-nil, zero value otherwise.
func (o *ListInvoicesResponse) SetInvoices(v []Invoice)
SetInvoices sets Invoices field to given value.