Versions in this module Expand all Collapse all v1 v1.4.0 Oct 6, 2020 v1.3.2 Sep 28, 2020 v1.3.1 Sep 28, 2020 v1.3.0 Sep 28, 2020 v1.2.0 Sep 28, 2020 v1.1.0 Sep 28, 2020 v1.0.0 Sep 28, 2020 Changes in this version + type Client struct + func (a *Client) GetBillingRecordsFile(params *GetBillingRecordsFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetBillingRecordsFileOK, error) + func (a *Client) GetBillingStatementFile(params *GetBillingStatementFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetBillingStatementFileOK, error) + func (a *Client) GetBillingStatements(params *GetBillingStatementsParams, authInfo runtime.ClientAuthInfoWriter) (*GetBillingStatementsOK, error) + func (a *Client) GetGroupedBillingStatements(params *GetGroupedBillingStatementsParams, ...) (*GetGroupedBillingStatementsOK, error) + func (a *Client) GetReconciliationFile(params *GetReconciliationFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetReconciliationFileOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetBillingRecordsFile func(params *GetBillingRecordsFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetBillingRecordsFileOK, error) + GetBillingStatementFile func(params *GetBillingStatementFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetBillingStatementFileOK, error) + GetBillingStatements func(params *GetBillingStatementsParams, authInfo runtime.ClientAuthInfoWriter) (*GetBillingStatementsOK, error) + GetGroupedBillingStatements func(params *GetGroupedBillingStatementsParams, ...) (*GetGroupedBillingStatementsOK, error) + GetReconciliationFile func(params *GetReconciliationFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetReconciliationFileOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetBillingRecordsFileOK struct + func NewGetBillingRecordsFileOK() *GetBillingRecordsFileOK + func (o *GetBillingRecordsFileOK) Error() string + type GetBillingRecordsFileParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewGetBillingRecordsFileParams() *GetBillingRecordsFileParams + func NewGetBillingRecordsFileParamsWithContext(ctx context.Context) *GetBillingRecordsFileParams + func NewGetBillingRecordsFileParamsWithHTTPClient(client *http.Client) *GetBillingRecordsFileParams + func NewGetBillingRecordsFileParamsWithTimeout(timeout time.Duration) *GetBillingRecordsFileParams + func (o *GetBillingRecordsFileParams) SetContext(ctx context.Context) + func (o *GetBillingRecordsFileParams) SetHTTPClient(client *http.Client) + func (o *GetBillingRecordsFileParams) SetID(id int32) + func (o *GetBillingRecordsFileParams) SetTimeout(timeout time.Duration) + func (o *GetBillingRecordsFileParams) WithContext(ctx context.Context) *GetBillingRecordsFileParams + func (o *GetBillingRecordsFileParams) WithHTTPClient(client *http.Client) *GetBillingRecordsFileParams + func (o *GetBillingRecordsFileParams) WithID(id int32) *GetBillingRecordsFileParams + func (o *GetBillingRecordsFileParams) WithTimeout(timeout time.Duration) *GetBillingRecordsFileParams + func (o *GetBillingRecordsFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBillingRecordsFileReader struct + func (o *GetBillingRecordsFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBillingStatementFileOK struct + func NewGetBillingStatementFileOK() *GetBillingStatementFileOK + func (o *GetBillingStatementFileOK) Error() string + type GetBillingStatementFileParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewGetBillingStatementFileParams() *GetBillingStatementFileParams + func NewGetBillingStatementFileParamsWithContext(ctx context.Context) *GetBillingStatementFileParams + func NewGetBillingStatementFileParamsWithHTTPClient(client *http.Client) *GetBillingStatementFileParams + func NewGetBillingStatementFileParamsWithTimeout(timeout time.Duration) *GetBillingStatementFileParams + func (o *GetBillingStatementFileParams) SetContext(ctx context.Context) + func (o *GetBillingStatementFileParams) SetHTTPClient(client *http.Client) + func (o *GetBillingStatementFileParams) SetID(id int32) + func (o *GetBillingStatementFileParams) SetTimeout(timeout time.Duration) + func (o *GetBillingStatementFileParams) WithContext(ctx context.Context) *GetBillingStatementFileParams + func (o *GetBillingStatementFileParams) WithHTTPClient(client *http.Client) *GetBillingStatementFileParams + func (o *GetBillingStatementFileParams) WithID(id int32) *GetBillingStatementFileParams + func (o *GetBillingStatementFileParams) WithTimeout(timeout time.Duration) *GetBillingStatementFileParams + func (o *GetBillingStatementFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBillingStatementFileReader struct + func (o *GetBillingStatementFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBillingStatementsOK struct + Payload *models.APICollectionOfBillingStatement + func NewGetBillingStatementsOK() *GetBillingStatementsOK + func (o *GetBillingStatementsOK) Error() string + func (o *GetBillingStatementsOK) GetPayload() *models.APICollectionOfBillingStatement + type GetBillingStatementsParams struct + Context context.Context + From *strfmt.DateTime + HTTPClient *http.Client + InvoiceProfileID *int32 + OrganizationID *int32 + Page *int32 + PageSize *int32 + ProvisionType *string + To *strfmt.DateTime + func NewGetBillingStatementsParams() *GetBillingStatementsParams + func NewGetBillingStatementsParamsWithContext(ctx context.Context) *GetBillingStatementsParams + func NewGetBillingStatementsParamsWithHTTPClient(client *http.Client) *GetBillingStatementsParams + func NewGetBillingStatementsParamsWithTimeout(timeout time.Duration) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) SetContext(ctx context.Context) + func (o *GetBillingStatementsParams) SetFrom(from *strfmt.DateTime) + func (o *GetBillingStatementsParams) SetHTTPClient(client *http.Client) + func (o *GetBillingStatementsParams) SetInvoiceProfileID(invoiceProfileID *int32) + func (o *GetBillingStatementsParams) SetOrganizationID(organizationID *int32) + func (o *GetBillingStatementsParams) SetPage(page *int32) + func (o *GetBillingStatementsParams) SetPageSize(pageSize *int32) + func (o *GetBillingStatementsParams) SetProvisionType(provisionType *string) + func (o *GetBillingStatementsParams) SetTimeout(timeout time.Duration) + func (o *GetBillingStatementsParams) SetTo(to *strfmt.DateTime) + func (o *GetBillingStatementsParams) WithContext(ctx context.Context) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithFrom(from *strfmt.DateTime) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithHTTPClient(client *http.Client) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithInvoiceProfileID(invoiceProfileID *int32) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithOrganizationID(organizationID *int32) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithPage(page *int32) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithPageSize(pageSize *int32) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithProvisionType(provisionType *string) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithTimeout(timeout time.Duration) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WithTo(to *strfmt.DateTime) *GetBillingStatementsParams + func (o *GetBillingStatementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBillingStatementsReader struct + func (o *GetBillingStatementsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetGroupedBillingStatementsOK struct + Payload *models.APICollectionOfGroupedBillingStatement + func NewGetGroupedBillingStatementsOK() *GetGroupedBillingStatementsOK + func (o *GetGroupedBillingStatementsOK) Error() string + func (o *GetGroupedBillingStatementsOK) GetPayload() *models.APICollectionOfGroupedBillingStatement + type GetGroupedBillingStatementsParams struct + Context context.Context + From *strfmt.DateTime + HTTPClient *http.Client + InvoiceProfileID *int32 + OrganizationID *int32 + Page *int32 + PageSize *int32 + ProvisionType *string + To *strfmt.DateTime + func NewGetGroupedBillingStatementsParams() *GetGroupedBillingStatementsParams + func NewGetGroupedBillingStatementsParamsWithContext(ctx context.Context) *GetGroupedBillingStatementsParams + func NewGetGroupedBillingStatementsParamsWithHTTPClient(client *http.Client) *GetGroupedBillingStatementsParams + func NewGetGroupedBillingStatementsParamsWithTimeout(timeout time.Duration) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) SetContext(ctx context.Context) + func (o *GetGroupedBillingStatementsParams) SetFrom(from *strfmt.DateTime) + func (o *GetGroupedBillingStatementsParams) SetHTTPClient(client *http.Client) + func (o *GetGroupedBillingStatementsParams) SetInvoiceProfileID(invoiceProfileID *int32) + func (o *GetGroupedBillingStatementsParams) SetOrganizationID(organizationID *int32) + func (o *GetGroupedBillingStatementsParams) SetPage(page *int32) + func (o *GetGroupedBillingStatementsParams) SetPageSize(pageSize *int32) + func (o *GetGroupedBillingStatementsParams) SetProvisionType(provisionType *string) + func (o *GetGroupedBillingStatementsParams) SetTimeout(timeout time.Duration) + func (o *GetGroupedBillingStatementsParams) SetTo(to *strfmt.DateTime) + func (o *GetGroupedBillingStatementsParams) WithContext(ctx context.Context) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithFrom(from *strfmt.DateTime) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithHTTPClient(client *http.Client) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithInvoiceProfileID(invoiceProfileID *int32) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithOrganizationID(organizationID *int32) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithPage(page *int32) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithPageSize(pageSize *int32) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithProvisionType(provisionType *string) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithTimeout(timeout time.Duration) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WithTo(to *strfmt.DateTime) *GetGroupedBillingStatementsParams + func (o *GetGroupedBillingStatementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetGroupedBillingStatementsReader struct + func (o *GetGroupedBillingStatementsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetReconciliationFileOK struct + func NewGetReconciliationFileOK() *GetReconciliationFileOK + func (o *GetReconciliationFileOK) Error() string + type GetReconciliationFileParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewGetReconciliationFileParams() *GetReconciliationFileParams + func NewGetReconciliationFileParamsWithContext(ctx context.Context) *GetReconciliationFileParams + func NewGetReconciliationFileParamsWithHTTPClient(client *http.Client) *GetReconciliationFileParams + func NewGetReconciliationFileParamsWithTimeout(timeout time.Duration) *GetReconciliationFileParams + func (o *GetReconciliationFileParams) SetContext(ctx context.Context) + func (o *GetReconciliationFileParams) SetHTTPClient(client *http.Client) + func (o *GetReconciliationFileParams) SetID(id int32) + func (o *GetReconciliationFileParams) SetTimeout(timeout time.Duration) + func (o *GetReconciliationFileParams) WithContext(ctx context.Context) *GetReconciliationFileParams + func (o *GetReconciliationFileParams) WithHTTPClient(client *http.Client) *GetReconciliationFileParams + func (o *GetReconciliationFileParams) WithID(id int32) *GetReconciliationFileParams + func (o *GetReconciliationFileParams) WithTimeout(timeout time.Duration) *GetReconciliationFileParams + func (o *GetReconciliationFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetReconciliationFileReader struct + func (o *GetReconciliationFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)