Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2019 Changes in this version + type AdjustInvoiceItemBadRequest struct + HttpResponse runtime.ClientResponse + func NewAdjustInvoiceItemBadRequest() *AdjustInvoiceItemBadRequest + func (o *AdjustInvoiceItemBadRequest) Error() string + type AdjustInvoiceItemCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewAdjustInvoiceItemCreated() *AdjustInvoiceItemCreated + func (o *AdjustInvoiceItemCreated) Error() string + type AdjustInvoiceItemNotFound struct + HttpResponse runtime.ClientResponse + func NewAdjustInvoiceItemNotFound() *AdjustInvoiceItemNotFound + func (o *AdjustInvoiceItemNotFound) Error() string + type AdjustInvoiceItemParams struct + Body *kbmodel.InvoiceItem + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewAdjustInvoiceItemParams() *AdjustInvoiceItemParams + func NewAdjustInvoiceItemParamsWithContext(ctx context.Context) *AdjustInvoiceItemParams + func NewAdjustInvoiceItemParamsWithHTTPClient(client *http.Client) *AdjustInvoiceItemParams + func NewAdjustInvoiceItemParamsWithTimeout(timeout time.Duration) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) SetBody(body *kbmodel.InvoiceItem) + func (o *AdjustInvoiceItemParams) SetContext(ctx context.Context) + func (o *AdjustInvoiceItemParams) SetHTTPClient(client *http.Client) + func (o *AdjustInvoiceItemParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *AdjustInvoiceItemParams) SetPluginProperty(pluginProperty []string) + func (o *AdjustInvoiceItemParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *AdjustInvoiceItemParams) SetTimeout(timeout time.Duration) + func (o *AdjustInvoiceItemParams) SetXKillbillComment(xKillbillComment *string) + func (o *AdjustInvoiceItemParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *AdjustInvoiceItemParams) SetXKillbillReason(xKillbillReason *string) + func (o *AdjustInvoiceItemParams) WithBody(body *kbmodel.InvoiceItem) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithContext(ctx context.Context) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithHTTPClient(client *http.Client) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithInvoiceID(invoiceID strfmt.UUID) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithPluginProperty(pluginProperty []string) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithRequestedDate(requestedDate *strfmt.Date) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithTimeout(timeout time.Duration) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithXKillbillComment(xKillbillComment *string) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WithXKillbillReason(xKillbillReason *string) *AdjustInvoiceItemParams + func (o *AdjustInvoiceItemParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AdjustInvoiceItemReader struct + func (o *AdjustInvoiceItemReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) AdjustInvoiceItem(ctx context.Context, params *AdjustInvoiceItemParams) (*AdjustInvoiceItemCreated, error) + func (a *Client) CommitInvoice(ctx context.Context, params *CommitInvoiceParams) (*CommitInvoiceNoContent, error) + func (a *Client) CreateExternalCharges(ctx context.Context, params *CreateExternalChargesParams) (*CreateExternalChargesCreated, error) + func (a *Client) CreateFutureInvoice(ctx context.Context, params *CreateFutureInvoiceParams) (*CreateFutureInvoiceCreated, error) + func (a *Client) CreateInstantPayment(ctx context.Context, params *CreateInstantPaymentParams) (*CreateInstantPaymentCreated, *CreateInstantPaymentNoContent, error) + func (a *Client) CreateInvoiceCustomFields(ctx context.Context, params *CreateInvoiceCustomFieldsParams) (*CreateInvoiceCustomFieldsCreated, error) + func (a *Client) CreateInvoiceTags(ctx context.Context, params *CreateInvoiceTagsParams) (*CreateInvoiceTagsCreated, error) + func (a *Client) CreateMigrationInvoice(ctx context.Context, params *CreateMigrationInvoiceParams) (*CreateMigrationInvoiceCreated, error) + func (a *Client) CreateTaxItems(ctx context.Context, params *CreateTaxItemsParams) (*CreateTaxItemsCreated, error) + func (a *Client) DeleteCBA(ctx context.Context, params *DeleteCBAParams) (*DeleteCBANoContent, error) + func (a *Client) DeleteInvoiceCustomFields(ctx context.Context, params *DeleteInvoiceCustomFieldsParams) (*DeleteInvoiceCustomFieldsNoContent, error) + func (a *Client) DeleteInvoiceTags(ctx context.Context, params *DeleteInvoiceTagsParams) (*DeleteInvoiceTagsNoContent, error) + func (a *Client) GenerateDryRunInvoice(ctx context.Context, params *GenerateDryRunInvoiceParams) (*GenerateDryRunInvoiceOK, *GenerateDryRunInvoiceNoContent, error) + func (a *Client) GetCatalogTranslation(ctx context.Context, params *GetCatalogTranslationParams) (*GetCatalogTranslationOK, error) + func (a *Client) GetInvoice(ctx context.Context, params *GetInvoiceParams) (*GetInvoiceOK, error) + func (a *Client) GetInvoiceAsHTML(ctx context.Context, params *GetInvoiceAsHTMLParams) (*GetInvoiceAsHTMLOK, error) + func (a *Client) GetInvoiceByItemID(ctx context.Context, params *GetInvoiceByItemIDParams) (*GetInvoiceByItemIDOK, error) + func (a *Client) GetInvoiceByNumber(ctx context.Context, params *GetInvoiceByNumberParams) (*GetInvoiceByNumberOK, error) + func (a *Client) GetInvoiceCustomFields(ctx context.Context, params *GetInvoiceCustomFieldsParams) (*GetInvoiceCustomFieldsOK, error) + func (a *Client) GetInvoiceMPTemplate(ctx context.Context, params *GetInvoiceMPTemplateParams) (*GetInvoiceMPTemplateOK, error) + func (a *Client) GetInvoiceTags(ctx context.Context, params *GetInvoiceTagsParams) (*GetInvoiceTagsOK, error) + func (a *Client) GetInvoiceTemplate(ctx context.Context, params *GetInvoiceTemplateParams) (*GetInvoiceTemplateOK, error) + func (a *Client) GetInvoiceTranslation(ctx context.Context, params *GetInvoiceTranslationParams) (*GetInvoiceTranslationOK, error) + func (a *Client) GetInvoices(ctx context.Context, params *GetInvoicesParams) (*GetInvoicesOK, error) + func (a *Client) GetPaymentsForInvoice(ctx context.Context, params *GetPaymentsForInvoiceParams) (*GetPaymentsForInvoiceOK, error) + func (a *Client) ModifyInvoiceCustomFields(ctx context.Context, params *ModifyInvoiceCustomFieldsParams) (*ModifyInvoiceCustomFieldsNoContent, error) + func (a *Client) SearchInvoices(ctx context.Context, params *SearchInvoicesParams) (*SearchInvoicesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UploadCatalogTranslation(ctx context.Context, params *UploadCatalogTranslationParams) (*UploadCatalogTranslationCreated, error) + func (a *Client) UploadInvoiceMPTemplate(ctx context.Context, params *UploadInvoiceMPTemplateParams) (*UploadInvoiceMPTemplateOK, error) + func (a *Client) UploadInvoiceTemplate(ctx context.Context, params *UploadInvoiceTemplateParams) (*UploadInvoiceTemplateCreated, error) + func (a *Client) UploadInvoiceTranslation(ctx context.Context, params *UploadInvoiceTranslationParams) (*UploadInvoiceTranslationCreated, error) + func (a *Client) VoidInvoice(ctx context.Context, params *VoidInvoiceParams) (*VoidInvoiceNoContent, error) + type CommitInvoiceNoContent struct + HttpResponse runtime.ClientResponse + func NewCommitInvoiceNoContent() *CommitInvoiceNoContent + func (o *CommitInvoiceNoContent) Error() string + type CommitInvoiceNotFound struct + HttpResponse runtime.ClientResponse + func NewCommitInvoiceNotFound() *CommitInvoiceNotFound + func (o *CommitInvoiceNotFound) Error() string + type CommitInvoiceParams struct + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCommitInvoiceParams() *CommitInvoiceParams + func NewCommitInvoiceParamsWithContext(ctx context.Context) *CommitInvoiceParams + func NewCommitInvoiceParamsWithHTTPClient(client *http.Client) *CommitInvoiceParams + func NewCommitInvoiceParamsWithTimeout(timeout time.Duration) *CommitInvoiceParams + func (o *CommitInvoiceParams) SetContext(ctx context.Context) + func (o *CommitInvoiceParams) SetHTTPClient(client *http.Client) + func (o *CommitInvoiceParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *CommitInvoiceParams) SetTimeout(timeout time.Duration) + func (o *CommitInvoiceParams) SetXKillbillComment(xKillbillComment *string) + func (o *CommitInvoiceParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CommitInvoiceParams) SetXKillbillReason(xKillbillReason *string) + func (o *CommitInvoiceParams) WithContext(ctx context.Context) *CommitInvoiceParams + func (o *CommitInvoiceParams) WithHTTPClient(client *http.Client) *CommitInvoiceParams + func (o *CommitInvoiceParams) WithInvoiceID(invoiceID strfmt.UUID) *CommitInvoiceParams + func (o *CommitInvoiceParams) WithTimeout(timeout time.Duration) *CommitInvoiceParams + func (o *CommitInvoiceParams) WithXKillbillComment(xKillbillComment *string) *CommitInvoiceParams + func (o *CommitInvoiceParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CommitInvoiceParams + func (o *CommitInvoiceParams) WithXKillbillReason(xKillbillReason *string) *CommitInvoiceParams + func (o *CommitInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CommitInvoiceReader struct + func (o *CommitInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateExternalChargesBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateExternalChargesBadRequest() *CreateExternalChargesBadRequest + func (o *CreateExternalChargesBadRequest) Error() string + type CreateExternalChargesCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.InvoiceItem + func NewCreateExternalChargesCreated() *CreateExternalChargesCreated + func (o *CreateExternalChargesCreated) Error() string + type CreateExternalChargesNotFound struct + HttpResponse runtime.ClientResponse + func NewCreateExternalChargesNotFound() *CreateExternalChargesNotFound + func (o *CreateExternalChargesNotFound) Error() string + type CreateExternalChargesParams struct + AccountID strfmt.UUID + AutoCommit *bool + Body []*kbmodel.InvoiceItem + Context context.Context + HTTPClient *http.Client + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateExternalChargesParams() *CreateExternalChargesParams + func NewCreateExternalChargesParamsWithContext(ctx context.Context) *CreateExternalChargesParams + func NewCreateExternalChargesParamsWithHTTPClient(client *http.Client) *CreateExternalChargesParams + func NewCreateExternalChargesParamsWithTimeout(timeout time.Duration) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) SetAccountID(accountID strfmt.UUID) + func (o *CreateExternalChargesParams) SetAutoCommit(autoCommit *bool) + func (o *CreateExternalChargesParams) SetBody(body []*kbmodel.InvoiceItem) + func (o *CreateExternalChargesParams) SetContext(ctx context.Context) + func (o *CreateExternalChargesParams) SetHTTPClient(client *http.Client) + func (o *CreateExternalChargesParams) SetPluginProperty(pluginProperty []string) + func (o *CreateExternalChargesParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *CreateExternalChargesParams) SetTimeout(timeout time.Duration) + func (o *CreateExternalChargesParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateExternalChargesParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateExternalChargesParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateExternalChargesParams) WithAccountID(accountID strfmt.UUID) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithAutoCommit(autoCommit *bool) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithBody(body []*kbmodel.InvoiceItem) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithContext(ctx context.Context) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithHTTPClient(client *http.Client) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithPluginProperty(pluginProperty []string) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithRequestedDate(requestedDate *strfmt.Date) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithTimeout(timeout time.Duration) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithXKillbillComment(xKillbillComment *string) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WithXKillbillReason(xKillbillReason *string) *CreateExternalChargesParams + func (o *CreateExternalChargesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateExternalChargesReader struct + func (o *CreateExternalChargesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateFutureInvoiceBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateFutureInvoiceBadRequest() *CreateFutureInvoiceBadRequest + func (o *CreateFutureInvoiceBadRequest) Error() string + type CreateFutureInvoiceCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewCreateFutureInvoiceCreated() *CreateFutureInvoiceCreated + func (o *CreateFutureInvoiceCreated) Error() string + type CreateFutureInvoiceParams struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + TargetDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateFutureInvoiceParams() *CreateFutureInvoiceParams + func NewCreateFutureInvoiceParamsWithContext(ctx context.Context) *CreateFutureInvoiceParams + func NewCreateFutureInvoiceParamsWithHTTPClient(client *http.Client) *CreateFutureInvoiceParams + func NewCreateFutureInvoiceParamsWithTimeout(timeout time.Duration) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) SetAccountID(accountID strfmt.UUID) + func (o *CreateFutureInvoiceParams) SetContext(ctx context.Context) + func (o *CreateFutureInvoiceParams) SetHTTPClient(client *http.Client) + func (o *CreateFutureInvoiceParams) SetTargetDate(targetDate *strfmt.Date) + func (o *CreateFutureInvoiceParams) SetTimeout(timeout time.Duration) + func (o *CreateFutureInvoiceParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateFutureInvoiceParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateFutureInvoiceParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateFutureInvoiceParams) WithAccountID(accountID strfmt.UUID) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithContext(ctx context.Context) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithHTTPClient(client *http.Client) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithTargetDate(targetDate *strfmt.Date) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithTimeout(timeout time.Duration) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithXKillbillComment(xKillbillComment *string) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WithXKillbillReason(xKillbillReason *string) *CreateFutureInvoiceParams + func (o *CreateFutureInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateFutureInvoiceReader struct + func (o *CreateFutureInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateInstantPaymentBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateInstantPaymentBadRequest() *CreateInstantPaymentBadRequest + func (o *CreateInstantPaymentBadRequest) Error() string + type CreateInstantPaymentCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.InvoicePayment + func NewCreateInstantPaymentCreated() *CreateInstantPaymentCreated + func (o *CreateInstantPaymentCreated) Error() string + type CreateInstantPaymentNoContent struct + HttpResponse runtime.ClientResponse + func NewCreateInstantPaymentNoContent() *CreateInstantPaymentNoContent + func (o *CreateInstantPaymentNoContent) Error() string + type CreateInstantPaymentNotFound struct + HttpResponse runtime.ClientResponse + func NewCreateInstantPaymentNotFound() *CreateInstantPaymentNotFound + func (o *CreateInstantPaymentNotFound) Error() string + type CreateInstantPaymentParams struct + Body *kbmodel.InvoicePayment + Context context.Context + ExternalPayment *bool + HTTPClient *http.Client + InvoiceID strfmt.UUID + PluginProperty []string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateInstantPaymentParams() *CreateInstantPaymentParams + func NewCreateInstantPaymentParamsWithContext(ctx context.Context) *CreateInstantPaymentParams + func NewCreateInstantPaymentParamsWithHTTPClient(client *http.Client) *CreateInstantPaymentParams + func NewCreateInstantPaymentParamsWithTimeout(timeout time.Duration) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) SetBody(body *kbmodel.InvoicePayment) + func (o *CreateInstantPaymentParams) SetContext(ctx context.Context) + func (o *CreateInstantPaymentParams) SetExternalPayment(externalPayment *bool) + func (o *CreateInstantPaymentParams) SetHTTPClient(client *http.Client) + func (o *CreateInstantPaymentParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *CreateInstantPaymentParams) SetPluginProperty(pluginProperty []string) + func (o *CreateInstantPaymentParams) SetTimeout(timeout time.Duration) + func (o *CreateInstantPaymentParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateInstantPaymentParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateInstantPaymentParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateInstantPaymentParams) WithBody(body *kbmodel.InvoicePayment) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithContext(ctx context.Context) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithExternalPayment(externalPayment *bool) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithHTTPClient(client *http.Client) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithInvoiceID(invoiceID strfmt.UUID) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithPluginProperty(pluginProperty []string) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithTimeout(timeout time.Duration) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithXKillbillComment(xKillbillComment *string) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WithXKillbillReason(xKillbillReason *string) *CreateInstantPaymentParams + func (o *CreateInstantPaymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateInstantPaymentReader struct + func (o *CreateInstantPaymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateInvoiceCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateInvoiceCustomFieldsBadRequest() *CreateInvoiceCustomFieldsBadRequest + func (o *CreateInvoiceCustomFieldsBadRequest) Error() string + type CreateInvoiceCustomFieldsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewCreateInvoiceCustomFieldsCreated() *CreateInvoiceCustomFieldsCreated + func (o *CreateInvoiceCustomFieldsCreated) Error() string + type CreateInvoiceCustomFieldsParams struct + Body []*kbmodel.CustomField + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateInvoiceCustomFieldsParams() *CreateInvoiceCustomFieldsParams + func NewCreateInvoiceCustomFieldsParamsWithContext(ctx context.Context) *CreateInvoiceCustomFieldsParams + func NewCreateInvoiceCustomFieldsParamsWithHTTPClient(client *http.Client) *CreateInvoiceCustomFieldsParams + func NewCreateInvoiceCustomFieldsParamsWithTimeout(timeout time.Duration) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) SetBody(body []*kbmodel.CustomField) + func (o *CreateInvoiceCustomFieldsParams) SetContext(ctx context.Context) + func (o *CreateInvoiceCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *CreateInvoiceCustomFieldsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *CreateInvoiceCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *CreateInvoiceCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateInvoiceCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateInvoiceCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateInvoiceCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithContext(ctx context.Context) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithHTTPClient(client *http.Client) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithInvoiceID(invoiceID strfmt.UUID) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithTimeout(timeout time.Duration) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *CreateInvoiceCustomFieldsParams + func (o *CreateInvoiceCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateInvoiceCustomFieldsReader struct + func (o *CreateInvoiceCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateInvoiceTagsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateInvoiceTagsBadRequest() *CreateInvoiceTagsBadRequest + func (o *CreateInvoiceTagsBadRequest) Error() string + type CreateInvoiceTagsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Tag + func NewCreateInvoiceTagsCreated() *CreateInvoiceTagsCreated + func (o *CreateInvoiceTagsCreated) Error() string + type CreateInvoiceTagsParams struct + Body []strfmt.UUID + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateInvoiceTagsParams() *CreateInvoiceTagsParams + func NewCreateInvoiceTagsParamsWithContext(ctx context.Context) *CreateInvoiceTagsParams + func NewCreateInvoiceTagsParamsWithHTTPClient(client *http.Client) *CreateInvoiceTagsParams + func NewCreateInvoiceTagsParamsWithTimeout(timeout time.Duration) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) SetBody(body []strfmt.UUID) + func (o *CreateInvoiceTagsParams) SetContext(ctx context.Context) + func (o *CreateInvoiceTagsParams) SetHTTPClient(client *http.Client) + func (o *CreateInvoiceTagsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *CreateInvoiceTagsParams) SetTimeout(timeout time.Duration) + func (o *CreateInvoiceTagsParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateInvoiceTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateInvoiceTagsParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateInvoiceTagsParams) WithBody(body []strfmt.UUID) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithContext(ctx context.Context) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithHTTPClient(client *http.Client) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithInvoiceID(invoiceID strfmt.UUID) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithTimeout(timeout time.Duration) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithXKillbillComment(xKillbillComment *string) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WithXKillbillReason(xKillbillReason *string) *CreateInvoiceTagsParams + func (o *CreateInvoiceTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateInvoiceTagsReader struct + func (o *CreateInvoiceTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateMigrationInvoiceBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateMigrationInvoiceBadRequest() *CreateMigrationInvoiceBadRequest + func (o *CreateMigrationInvoiceBadRequest) Error() string + type CreateMigrationInvoiceCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewCreateMigrationInvoiceCreated() *CreateMigrationInvoiceCreated + func (o *CreateMigrationInvoiceCreated) Error() string + type CreateMigrationInvoiceParams struct + AccountID strfmt.UUID + Body []*kbmodel.InvoiceItem + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + TargetDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateMigrationInvoiceParams() *CreateMigrationInvoiceParams + func NewCreateMigrationInvoiceParamsWithContext(ctx context.Context) *CreateMigrationInvoiceParams + func NewCreateMigrationInvoiceParamsWithHTTPClient(client *http.Client) *CreateMigrationInvoiceParams + func NewCreateMigrationInvoiceParamsWithTimeout(timeout time.Duration) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) SetAccountID(accountID strfmt.UUID) + func (o *CreateMigrationInvoiceParams) SetBody(body []*kbmodel.InvoiceItem) + func (o *CreateMigrationInvoiceParams) SetContext(ctx context.Context) + func (o *CreateMigrationInvoiceParams) SetHTTPClient(client *http.Client) + func (o *CreateMigrationInvoiceParams) SetTargetDate(targetDate *strfmt.Date) + func (o *CreateMigrationInvoiceParams) SetTimeout(timeout time.Duration) + func (o *CreateMigrationInvoiceParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateMigrationInvoiceParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateMigrationInvoiceParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateMigrationInvoiceParams) WithAccountID(accountID strfmt.UUID) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithBody(body []*kbmodel.InvoiceItem) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithContext(ctx context.Context) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithHTTPClient(client *http.Client) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithTargetDate(targetDate *strfmt.Date) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithTimeout(timeout time.Duration) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithXKillbillComment(xKillbillComment *string) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WithXKillbillReason(xKillbillReason *string) *CreateMigrationInvoiceParams + func (o *CreateMigrationInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateMigrationInvoiceReader struct + func (o *CreateMigrationInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateTaxItemsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreateTaxItemsBadRequest() *CreateTaxItemsBadRequest + func (o *CreateTaxItemsBadRequest) Error() string + type CreateTaxItemsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.InvoiceItem + func NewCreateTaxItemsCreated() *CreateTaxItemsCreated + func (o *CreateTaxItemsCreated) Error() string + type CreateTaxItemsNotFound struct + HttpResponse runtime.ClientResponse + func NewCreateTaxItemsNotFound() *CreateTaxItemsNotFound + func (o *CreateTaxItemsNotFound) Error() string + type CreateTaxItemsParams struct + AccountID strfmt.UUID + AutoCommit *bool + Body []*kbmodel.InvoiceItem + Context context.Context + HTTPClient *http.Client + PluginProperty []string + ProcessLocationHeader bool + RequestedDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateTaxItemsParams() *CreateTaxItemsParams + func NewCreateTaxItemsParamsWithContext(ctx context.Context) *CreateTaxItemsParams + func NewCreateTaxItemsParamsWithHTTPClient(client *http.Client) *CreateTaxItemsParams + func NewCreateTaxItemsParamsWithTimeout(timeout time.Duration) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) SetAccountID(accountID strfmt.UUID) + func (o *CreateTaxItemsParams) SetAutoCommit(autoCommit *bool) + func (o *CreateTaxItemsParams) SetBody(body []*kbmodel.InvoiceItem) + func (o *CreateTaxItemsParams) SetContext(ctx context.Context) + func (o *CreateTaxItemsParams) SetHTTPClient(client *http.Client) + func (o *CreateTaxItemsParams) SetPluginProperty(pluginProperty []string) + func (o *CreateTaxItemsParams) SetRequestedDate(requestedDate *strfmt.Date) + func (o *CreateTaxItemsParams) SetTimeout(timeout time.Duration) + func (o *CreateTaxItemsParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateTaxItemsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateTaxItemsParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateTaxItemsParams) WithAccountID(accountID strfmt.UUID) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithAutoCommit(autoCommit *bool) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithBody(body []*kbmodel.InvoiceItem) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithContext(ctx context.Context) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithHTTPClient(client *http.Client) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithPluginProperty(pluginProperty []string) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithRequestedDate(requestedDate *strfmt.Date) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithTimeout(timeout time.Duration) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithXKillbillComment(xKillbillComment *string) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WithXKillbillReason(xKillbillReason *string) *CreateTaxItemsParams + func (o *CreateTaxItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateTaxItemsReader struct + func (o *CreateTaxItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteCBABadRequest struct + HttpResponse runtime.ClientResponse + func NewDeleteCBABadRequest() *DeleteCBABadRequest + func (o *DeleteCBABadRequest) Error() string + type DeleteCBANoContent struct + HttpResponse runtime.ClientResponse + func NewDeleteCBANoContent() *DeleteCBANoContent + func (o *DeleteCBANoContent) Error() string + type DeleteCBANotFound struct + HttpResponse runtime.ClientResponse + func NewDeleteCBANotFound() *DeleteCBANotFound + func (o *DeleteCBANotFound) Error() string + type DeleteCBAParams struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + InvoiceItemID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeleteCBAParams() *DeleteCBAParams + func NewDeleteCBAParamsWithContext(ctx context.Context) *DeleteCBAParams + func NewDeleteCBAParamsWithHTTPClient(client *http.Client) *DeleteCBAParams + func NewDeleteCBAParamsWithTimeout(timeout time.Duration) *DeleteCBAParams + func (o *DeleteCBAParams) SetAccountID(accountID strfmt.UUID) + func (o *DeleteCBAParams) SetContext(ctx context.Context) + func (o *DeleteCBAParams) SetHTTPClient(client *http.Client) + func (o *DeleteCBAParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *DeleteCBAParams) SetInvoiceItemID(invoiceItemID strfmt.UUID) + func (o *DeleteCBAParams) SetTimeout(timeout time.Duration) + func (o *DeleteCBAParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeleteCBAParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeleteCBAParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeleteCBAParams) WithAccountID(accountID strfmt.UUID) *DeleteCBAParams + func (o *DeleteCBAParams) WithContext(ctx context.Context) *DeleteCBAParams + func (o *DeleteCBAParams) WithHTTPClient(client *http.Client) *DeleteCBAParams + func (o *DeleteCBAParams) WithInvoiceID(invoiceID strfmt.UUID) *DeleteCBAParams + func (o *DeleteCBAParams) WithInvoiceItemID(invoiceItemID strfmt.UUID) *DeleteCBAParams + func (o *DeleteCBAParams) WithTimeout(timeout time.Duration) *DeleteCBAParams + func (o *DeleteCBAParams) WithXKillbillComment(xKillbillComment *string) *DeleteCBAParams + func (o *DeleteCBAParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteCBAParams + func (o *DeleteCBAParams) WithXKillbillReason(xKillbillReason *string) *DeleteCBAParams + func (o *DeleteCBAParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteCBAReader struct + func (o *DeleteCBAReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteInvoiceCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeleteInvoiceCustomFieldsBadRequest() *DeleteInvoiceCustomFieldsBadRequest + func (o *DeleteInvoiceCustomFieldsBadRequest) Error() string + type DeleteInvoiceCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewDeleteInvoiceCustomFieldsNoContent() *DeleteInvoiceCustomFieldsNoContent + func (o *DeleteInvoiceCustomFieldsNoContent) Error() string + type DeleteInvoiceCustomFieldsParams struct + Context context.Context + CustomField []strfmt.UUID + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeleteInvoiceCustomFieldsParams() *DeleteInvoiceCustomFieldsParams + func NewDeleteInvoiceCustomFieldsParamsWithContext(ctx context.Context) *DeleteInvoiceCustomFieldsParams + func NewDeleteInvoiceCustomFieldsParamsWithHTTPClient(client *http.Client) *DeleteInvoiceCustomFieldsParams + func NewDeleteInvoiceCustomFieldsParamsWithTimeout(timeout time.Duration) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) SetContext(ctx context.Context) + func (o *DeleteInvoiceCustomFieldsParams) SetCustomField(customField []strfmt.UUID) + func (o *DeleteInvoiceCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *DeleteInvoiceCustomFieldsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *DeleteInvoiceCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *DeleteInvoiceCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeleteInvoiceCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeleteInvoiceCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeleteInvoiceCustomFieldsParams) WithContext(ctx context.Context) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithCustomField(customField []strfmt.UUID) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithHTTPClient(client *http.Client) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithInvoiceID(invoiceID strfmt.UUID) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithTimeout(timeout time.Duration) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *DeleteInvoiceCustomFieldsParams + func (o *DeleteInvoiceCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteInvoiceCustomFieldsReader struct + func (o *DeleteInvoiceCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteInvoiceTagsBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeleteInvoiceTagsBadRequest() *DeleteInvoiceTagsBadRequest + func (o *DeleteInvoiceTagsBadRequest) Error() string + type DeleteInvoiceTagsNoContent struct + HttpResponse runtime.ClientResponse + func NewDeleteInvoiceTagsNoContent() *DeleteInvoiceTagsNoContent + func (o *DeleteInvoiceTagsNoContent) Error() string + type DeleteInvoiceTagsParams struct + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + TagDef []strfmt.UUID + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeleteInvoiceTagsParams() *DeleteInvoiceTagsParams + func NewDeleteInvoiceTagsParamsWithContext(ctx context.Context) *DeleteInvoiceTagsParams + func NewDeleteInvoiceTagsParamsWithHTTPClient(client *http.Client) *DeleteInvoiceTagsParams + func NewDeleteInvoiceTagsParamsWithTimeout(timeout time.Duration) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) SetContext(ctx context.Context) + func (o *DeleteInvoiceTagsParams) SetHTTPClient(client *http.Client) + func (o *DeleteInvoiceTagsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *DeleteInvoiceTagsParams) SetTagDef(tagDef []strfmt.UUID) + func (o *DeleteInvoiceTagsParams) SetTimeout(timeout time.Duration) + func (o *DeleteInvoiceTagsParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeleteInvoiceTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeleteInvoiceTagsParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeleteInvoiceTagsParams) WithContext(ctx context.Context) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithHTTPClient(client *http.Client) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithInvoiceID(invoiceID strfmt.UUID) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithTagDef(tagDef []strfmt.UUID) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithTimeout(timeout time.Duration) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithXKillbillComment(xKillbillComment *string) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WithXKillbillReason(xKillbillReason *string) *DeleteInvoiceTagsParams + func (o *DeleteInvoiceTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteInvoiceTagsReader struct + func (o *DeleteInvoiceTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GenerateDryRunInvoiceBadRequest struct + HttpResponse runtime.ClientResponse + func NewGenerateDryRunInvoiceBadRequest() *GenerateDryRunInvoiceBadRequest + func (o *GenerateDryRunInvoiceBadRequest) Error() string + type GenerateDryRunInvoiceNoContent struct + HttpResponse runtime.ClientResponse + func NewGenerateDryRunInvoiceNoContent() *GenerateDryRunInvoiceNoContent + func (o *GenerateDryRunInvoiceNoContent) Error() string + type GenerateDryRunInvoiceOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewGenerateDryRunInvoiceOK() *GenerateDryRunInvoiceOK + func (o *GenerateDryRunInvoiceOK) Error() string + type GenerateDryRunInvoiceParams struct + AccountID strfmt.UUID + Body *kbmodel.InvoiceDryRun + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + TargetDate *strfmt.Date + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewGenerateDryRunInvoiceParams() *GenerateDryRunInvoiceParams + func NewGenerateDryRunInvoiceParamsWithContext(ctx context.Context) *GenerateDryRunInvoiceParams + func NewGenerateDryRunInvoiceParamsWithHTTPClient(client *http.Client) *GenerateDryRunInvoiceParams + func NewGenerateDryRunInvoiceParamsWithTimeout(timeout time.Duration) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) SetAccountID(accountID strfmt.UUID) + func (o *GenerateDryRunInvoiceParams) SetBody(body *kbmodel.InvoiceDryRun) + func (o *GenerateDryRunInvoiceParams) SetContext(ctx context.Context) + func (o *GenerateDryRunInvoiceParams) SetHTTPClient(client *http.Client) + func (o *GenerateDryRunInvoiceParams) SetTargetDate(targetDate *strfmt.Date) + func (o *GenerateDryRunInvoiceParams) SetTimeout(timeout time.Duration) + func (o *GenerateDryRunInvoiceParams) SetXKillbillComment(xKillbillComment *string) + func (o *GenerateDryRunInvoiceParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *GenerateDryRunInvoiceParams) SetXKillbillReason(xKillbillReason *string) + func (o *GenerateDryRunInvoiceParams) WithAccountID(accountID strfmt.UUID) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithBody(body *kbmodel.InvoiceDryRun) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithContext(ctx context.Context) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithHTTPClient(client *http.Client) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithTargetDate(targetDate *strfmt.Date) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithTimeout(timeout time.Duration) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithXKillbillComment(xKillbillComment *string) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WithXKillbillReason(xKillbillReason *string) *GenerateDryRunInvoiceParams + func (o *GenerateDryRunInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GenerateDryRunInvoiceReader struct + func (o *GenerateDryRunInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCatalogTranslationBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetCatalogTranslationBadRequest() *GetCatalogTranslationBadRequest + func (o *GetCatalogTranslationBadRequest) Error() string + type GetCatalogTranslationNotFound struct + HttpResponse runtime.ClientResponse + func NewGetCatalogTranslationNotFound() *GetCatalogTranslationNotFound + func (o *GetCatalogTranslationNotFound) Error() string + type GetCatalogTranslationOK struct + HttpResponse runtime.ClientResponse + Payload string + func NewGetCatalogTranslationOK() *GetCatalogTranslationOK + func (o *GetCatalogTranslationOK) Error() string + type GetCatalogTranslationParams struct + Context context.Context + HTTPClient *http.Client + Locale string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetCatalogTranslationParams() *GetCatalogTranslationParams + func NewGetCatalogTranslationParamsWithContext(ctx context.Context) *GetCatalogTranslationParams + func NewGetCatalogTranslationParamsWithHTTPClient(client *http.Client) *GetCatalogTranslationParams + func NewGetCatalogTranslationParamsWithTimeout(timeout time.Duration) *GetCatalogTranslationParams + func (o *GetCatalogTranslationParams) SetContext(ctx context.Context) + func (o *GetCatalogTranslationParams) SetHTTPClient(client *http.Client) + func (o *GetCatalogTranslationParams) SetLocale(locale string) + func (o *GetCatalogTranslationParams) SetTimeout(timeout time.Duration) + func (o *GetCatalogTranslationParams) WithContext(ctx context.Context) *GetCatalogTranslationParams + func (o *GetCatalogTranslationParams) WithHTTPClient(client *http.Client) *GetCatalogTranslationParams + func (o *GetCatalogTranslationParams) WithLocale(locale string) *GetCatalogTranslationParams + func (o *GetCatalogTranslationParams) WithTimeout(timeout time.Duration) *GetCatalogTranslationParams + func (o *GetCatalogTranslationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCatalogTranslationReader struct + func (o *GetCatalogTranslationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceAsHTMLNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceAsHTMLNotFound() *GetInvoiceAsHTMLNotFound + func (o *GetInvoiceAsHTMLNotFound) Error() string + type GetInvoiceAsHTMLOK struct + HttpResponse runtime.ClientResponse + Payload string + func NewGetInvoiceAsHTMLOK() *GetInvoiceAsHTMLOK + func (o *GetInvoiceAsHTMLOK) Error() string + type GetInvoiceAsHTMLParams struct + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetInvoiceAsHTMLParams() *GetInvoiceAsHTMLParams + func NewGetInvoiceAsHTMLParamsWithContext(ctx context.Context) *GetInvoiceAsHTMLParams + func NewGetInvoiceAsHTMLParamsWithHTTPClient(client *http.Client) *GetInvoiceAsHTMLParams + func NewGetInvoiceAsHTMLParamsWithTimeout(timeout time.Duration) *GetInvoiceAsHTMLParams + func (o *GetInvoiceAsHTMLParams) SetContext(ctx context.Context) + func (o *GetInvoiceAsHTMLParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceAsHTMLParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *GetInvoiceAsHTMLParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceAsHTMLParams) WithContext(ctx context.Context) *GetInvoiceAsHTMLParams + func (o *GetInvoiceAsHTMLParams) WithHTTPClient(client *http.Client) *GetInvoiceAsHTMLParams + func (o *GetInvoiceAsHTMLParams) WithInvoiceID(invoiceID strfmt.UUID) *GetInvoiceAsHTMLParams + func (o *GetInvoiceAsHTMLParams) WithTimeout(timeout time.Duration) *GetInvoiceAsHTMLParams + func (o *GetInvoiceAsHTMLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceAsHTMLReader struct + func (o *GetInvoiceAsHTMLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceBadRequest() *GetInvoiceBadRequest + func (o *GetInvoiceBadRequest) Error() string + type GetInvoiceByItemIDNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceByItemIDNotFound() *GetInvoiceByItemIDNotFound + func (o *GetInvoiceByItemIDNotFound) Error() string + type GetInvoiceByItemIDOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewGetInvoiceByItemIDOK() *GetInvoiceByItemIDOK + func (o *GetInvoiceByItemIDOK) Error() string + type GetInvoiceByItemIDParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + ItemID strfmt.UUID + ProcessLocationHeader bool + WithChildrenItems *bool + WithItems *bool + WithStackTrace *bool + func NewGetInvoiceByItemIDParams() *GetInvoiceByItemIDParams + func NewGetInvoiceByItemIDParamsWithContext(ctx context.Context) *GetInvoiceByItemIDParams + func NewGetInvoiceByItemIDParamsWithHTTPClient(client *http.Client) *GetInvoiceByItemIDParams + func NewGetInvoiceByItemIDParamsWithTimeout(timeout time.Duration) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) SetAudit(audit *string) + func (o *GetInvoiceByItemIDParams) SetContext(ctx context.Context) + func (o *GetInvoiceByItemIDParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceByItemIDParams) SetItemID(itemID strfmt.UUID) + func (o *GetInvoiceByItemIDParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceByItemIDParams) SetWithChildrenItems(withChildrenItems *bool) + func (o *GetInvoiceByItemIDParams) SetWithItems(withItems *bool) + func (o *GetInvoiceByItemIDParams) WithAudit(audit *string) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WithContext(ctx context.Context) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WithHTTPClient(client *http.Client) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WithItemID(itemID strfmt.UUID) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WithTimeout(timeout time.Duration) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WithWithChildrenItems(withChildrenItems *bool) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WithWithItems(withItems *bool) *GetInvoiceByItemIDParams + func (o *GetInvoiceByItemIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceByItemIDReader struct + func (o *GetInvoiceByItemIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceByNumberNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceByNumberNotFound() *GetInvoiceByNumberNotFound + func (o *GetInvoiceByNumberNotFound) Error() string + type GetInvoiceByNumberOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewGetInvoiceByNumberOK() *GetInvoiceByNumberOK + func (o *GetInvoiceByNumberOK) Error() string + type GetInvoiceByNumberParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + InvoiceNumber int32 + ProcessLocationHeader bool + WithChildrenItems *bool + WithItems *bool + WithStackTrace *bool + func NewGetInvoiceByNumberParams() *GetInvoiceByNumberParams + func NewGetInvoiceByNumberParamsWithContext(ctx context.Context) *GetInvoiceByNumberParams + func NewGetInvoiceByNumberParamsWithHTTPClient(client *http.Client) *GetInvoiceByNumberParams + func NewGetInvoiceByNumberParamsWithTimeout(timeout time.Duration) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) SetAudit(audit *string) + func (o *GetInvoiceByNumberParams) SetContext(ctx context.Context) + func (o *GetInvoiceByNumberParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceByNumberParams) SetInvoiceNumber(invoiceNumber int32) + func (o *GetInvoiceByNumberParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceByNumberParams) SetWithChildrenItems(withChildrenItems *bool) + func (o *GetInvoiceByNumberParams) SetWithItems(withItems *bool) + func (o *GetInvoiceByNumberParams) WithAudit(audit *string) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WithContext(ctx context.Context) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WithHTTPClient(client *http.Client) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WithInvoiceNumber(invoiceNumber int32) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WithTimeout(timeout time.Duration) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WithWithChildrenItems(withChildrenItems *bool) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WithWithItems(withItems *bool) *GetInvoiceByNumberParams + func (o *GetInvoiceByNumberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceByNumberReader struct + func (o *GetInvoiceByNumberReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceCustomFieldsBadRequest() *GetInvoiceCustomFieldsBadRequest + func (o *GetInvoiceCustomFieldsBadRequest) Error() string + type GetInvoiceCustomFieldsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewGetInvoiceCustomFieldsOK() *GetInvoiceCustomFieldsOK + func (o *GetInvoiceCustomFieldsOK) Error() string + type GetInvoiceCustomFieldsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetInvoiceCustomFieldsParams() *GetInvoiceCustomFieldsParams + func NewGetInvoiceCustomFieldsParamsWithContext(ctx context.Context) *GetInvoiceCustomFieldsParams + func NewGetInvoiceCustomFieldsParamsWithHTTPClient(client *http.Client) *GetInvoiceCustomFieldsParams + func NewGetInvoiceCustomFieldsParamsWithTimeout(timeout time.Duration) *GetInvoiceCustomFieldsParams + func (o *GetInvoiceCustomFieldsParams) SetAudit(audit *string) + func (o *GetInvoiceCustomFieldsParams) SetContext(ctx context.Context) + func (o *GetInvoiceCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceCustomFieldsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *GetInvoiceCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceCustomFieldsParams) WithAudit(audit *string) *GetInvoiceCustomFieldsParams + func (o *GetInvoiceCustomFieldsParams) WithContext(ctx context.Context) *GetInvoiceCustomFieldsParams + func (o *GetInvoiceCustomFieldsParams) WithHTTPClient(client *http.Client) *GetInvoiceCustomFieldsParams + func (o *GetInvoiceCustomFieldsParams) WithInvoiceID(invoiceID strfmt.UUID) *GetInvoiceCustomFieldsParams + func (o *GetInvoiceCustomFieldsParams) WithTimeout(timeout time.Duration) *GetInvoiceCustomFieldsParams + func (o *GetInvoiceCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceCustomFieldsReader struct + func (o *GetInvoiceCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceMPTemplateNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceMPTemplateNotFound() *GetInvoiceMPTemplateNotFound + func (o *GetInvoiceMPTemplateNotFound) Error() string + type GetInvoiceMPTemplateOK struct + HttpResponse runtime.ClientResponse + Payload string + func NewGetInvoiceMPTemplateOK() *GetInvoiceMPTemplateOK + func (o *GetInvoiceMPTemplateOK) Error() string + type GetInvoiceMPTemplateParams struct + Context context.Context + HTTPClient *http.Client + Locale string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetInvoiceMPTemplateParams() *GetInvoiceMPTemplateParams + func NewGetInvoiceMPTemplateParamsWithContext(ctx context.Context) *GetInvoiceMPTemplateParams + func NewGetInvoiceMPTemplateParamsWithHTTPClient(client *http.Client) *GetInvoiceMPTemplateParams + func NewGetInvoiceMPTemplateParamsWithTimeout(timeout time.Duration) *GetInvoiceMPTemplateParams + func (o *GetInvoiceMPTemplateParams) SetContext(ctx context.Context) + func (o *GetInvoiceMPTemplateParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceMPTemplateParams) SetLocale(locale string) + func (o *GetInvoiceMPTemplateParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceMPTemplateParams) WithContext(ctx context.Context) *GetInvoiceMPTemplateParams + func (o *GetInvoiceMPTemplateParams) WithHTTPClient(client *http.Client) *GetInvoiceMPTemplateParams + func (o *GetInvoiceMPTemplateParams) WithLocale(locale string) *GetInvoiceMPTemplateParams + func (o *GetInvoiceMPTemplateParams) WithTimeout(timeout time.Duration) *GetInvoiceMPTemplateParams + func (o *GetInvoiceMPTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceMPTemplateReader struct + func (o *GetInvoiceMPTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceNotFound() *GetInvoiceNotFound + func (o *GetInvoiceNotFound) Error() string + type GetInvoiceOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Invoice + func NewGetInvoiceOK() *GetInvoiceOK + func (o *GetInvoiceOK) Error() string + type GetInvoiceParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithChildrenItems *bool + WithItems *bool + WithStackTrace *bool + func NewGetInvoiceParams() *GetInvoiceParams + func NewGetInvoiceParamsWithContext(ctx context.Context) *GetInvoiceParams + func NewGetInvoiceParamsWithHTTPClient(client *http.Client) *GetInvoiceParams + func NewGetInvoiceParamsWithTimeout(timeout time.Duration) *GetInvoiceParams + func (o *GetInvoiceParams) SetAudit(audit *string) + func (o *GetInvoiceParams) SetContext(ctx context.Context) + func (o *GetInvoiceParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *GetInvoiceParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceParams) SetWithChildrenItems(withChildrenItems *bool) + func (o *GetInvoiceParams) SetWithItems(withItems *bool) + func (o *GetInvoiceParams) WithAudit(audit *string) *GetInvoiceParams + func (o *GetInvoiceParams) WithContext(ctx context.Context) *GetInvoiceParams + func (o *GetInvoiceParams) WithHTTPClient(client *http.Client) *GetInvoiceParams + func (o *GetInvoiceParams) WithInvoiceID(invoiceID strfmt.UUID) *GetInvoiceParams + func (o *GetInvoiceParams) WithTimeout(timeout time.Duration) *GetInvoiceParams + func (o *GetInvoiceParams) WithWithChildrenItems(withChildrenItems *bool) *GetInvoiceParams + func (o *GetInvoiceParams) WithWithItems(withItems *bool) *GetInvoiceParams + func (o *GetInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceReader struct + func (o *GetInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceTagsBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceTagsBadRequest() *GetInvoiceTagsBadRequest + func (o *GetInvoiceTagsBadRequest) Error() string + type GetInvoiceTagsNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceTagsNotFound() *GetInvoiceTagsNotFound + func (o *GetInvoiceTagsNotFound) Error() string + type GetInvoiceTagsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Tag + func NewGetInvoiceTagsOK() *GetInvoiceTagsOK + func (o *GetInvoiceTagsOK) Error() string + type GetInvoiceTagsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + IncludedDeleted *bool + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetInvoiceTagsParams() *GetInvoiceTagsParams + func NewGetInvoiceTagsParamsWithContext(ctx context.Context) *GetInvoiceTagsParams + func NewGetInvoiceTagsParamsWithHTTPClient(client *http.Client) *GetInvoiceTagsParams + func NewGetInvoiceTagsParamsWithTimeout(timeout time.Duration) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) SetAudit(audit *string) + func (o *GetInvoiceTagsParams) SetContext(ctx context.Context) + func (o *GetInvoiceTagsParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceTagsParams) SetIncludedDeleted(includedDeleted *bool) + func (o *GetInvoiceTagsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *GetInvoiceTagsParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceTagsParams) WithAudit(audit *string) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) WithContext(ctx context.Context) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) WithHTTPClient(client *http.Client) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) WithIncludedDeleted(includedDeleted *bool) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) WithInvoiceID(invoiceID strfmt.UUID) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) WithTimeout(timeout time.Duration) *GetInvoiceTagsParams + func (o *GetInvoiceTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceTagsReader struct + func (o *GetInvoiceTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceTemplateNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceTemplateNotFound() *GetInvoiceTemplateNotFound + func (o *GetInvoiceTemplateNotFound) Error() string + type GetInvoiceTemplateOK struct + HttpResponse runtime.ClientResponse + Payload string + func NewGetInvoiceTemplateOK() *GetInvoiceTemplateOK + func (o *GetInvoiceTemplateOK) Error() string + type GetInvoiceTemplateParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetInvoiceTemplateParams() *GetInvoiceTemplateParams + func NewGetInvoiceTemplateParamsWithContext(ctx context.Context) *GetInvoiceTemplateParams + func NewGetInvoiceTemplateParamsWithHTTPClient(client *http.Client) *GetInvoiceTemplateParams + func NewGetInvoiceTemplateParamsWithTimeout(timeout time.Duration) *GetInvoiceTemplateParams + func (o *GetInvoiceTemplateParams) SetContext(ctx context.Context) + func (o *GetInvoiceTemplateParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceTemplateParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceTemplateParams) WithContext(ctx context.Context) *GetInvoiceTemplateParams + func (o *GetInvoiceTemplateParams) WithHTTPClient(client *http.Client) *GetInvoiceTemplateParams + func (o *GetInvoiceTemplateParams) WithTimeout(timeout time.Duration) *GetInvoiceTemplateParams + func (o *GetInvoiceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceTemplateReader struct + func (o *GetInvoiceTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoiceTranslationBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceTranslationBadRequest() *GetInvoiceTranslationBadRequest + func (o *GetInvoiceTranslationBadRequest) Error() string + type GetInvoiceTranslationNotFound struct + HttpResponse runtime.ClientResponse + func NewGetInvoiceTranslationNotFound() *GetInvoiceTranslationNotFound + func (o *GetInvoiceTranslationNotFound) Error() string + type GetInvoiceTranslationOK struct + HttpResponse runtime.ClientResponse + Payload string + func NewGetInvoiceTranslationOK() *GetInvoiceTranslationOK + func (o *GetInvoiceTranslationOK) Error() string + type GetInvoiceTranslationParams struct + Context context.Context + HTTPClient *http.Client + Locale string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetInvoiceTranslationParams() *GetInvoiceTranslationParams + func NewGetInvoiceTranslationParamsWithContext(ctx context.Context) *GetInvoiceTranslationParams + func NewGetInvoiceTranslationParamsWithHTTPClient(client *http.Client) *GetInvoiceTranslationParams + func NewGetInvoiceTranslationParamsWithTimeout(timeout time.Duration) *GetInvoiceTranslationParams + func (o *GetInvoiceTranslationParams) SetContext(ctx context.Context) + func (o *GetInvoiceTranslationParams) SetHTTPClient(client *http.Client) + func (o *GetInvoiceTranslationParams) SetLocale(locale string) + func (o *GetInvoiceTranslationParams) SetTimeout(timeout time.Duration) + func (o *GetInvoiceTranslationParams) WithContext(ctx context.Context) *GetInvoiceTranslationParams + func (o *GetInvoiceTranslationParams) WithHTTPClient(client *http.Client) *GetInvoiceTranslationParams + func (o *GetInvoiceTranslationParams) WithLocale(locale string) *GetInvoiceTranslationParams + func (o *GetInvoiceTranslationParams) WithTimeout(timeout time.Duration) *GetInvoiceTranslationParams + func (o *GetInvoiceTranslationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoiceTranslationReader struct + func (o *GetInvoiceTranslationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInvoicesOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Invoice + func NewGetInvoicesOK() *GetInvoicesOK + func (o *GetInvoicesOK) Error() string + type GetInvoicesParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + WithItems *bool + WithStackTrace *bool + func NewGetInvoicesParams() *GetInvoicesParams + func NewGetInvoicesParamsWithContext(ctx context.Context) *GetInvoicesParams + func NewGetInvoicesParamsWithHTTPClient(client *http.Client) *GetInvoicesParams + func NewGetInvoicesParamsWithTimeout(timeout time.Duration) *GetInvoicesParams + func (o *GetInvoicesParams) SetAudit(audit *string) + func (o *GetInvoicesParams) SetContext(ctx context.Context) + func (o *GetInvoicesParams) SetHTTPClient(client *http.Client) + func (o *GetInvoicesParams) SetLimit(limit *int64) + func (o *GetInvoicesParams) SetOffset(offset *int64) + func (o *GetInvoicesParams) SetTimeout(timeout time.Duration) + func (o *GetInvoicesParams) SetWithItems(withItems *bool) + func (o *GetInvoicesParams) WithAudit(audit *string) *GetInvoicesParams + func (o *GetInvoicesParams) WithContext(ctx context.Context) *GetInvoicesParams + func (o *GetInvoicesParams) WithHTTPClient(client *http.Client) *GetInvoicesParams + func (o *GetInvoicesParams) WithLimit(limit *int64) *GetInvoicesParams + func (o *GetInvoicesParams) WithOffset(offset *int64) *GetInvoicesParams + func (o *GetInvoicesParams) WithTimeout(timeout time.Duration) *GetInvoicesParams + func (o *GetInvoicesParams) WithWithItems(withItems *bool) *GetInvoicesParams + func (o *GetInvoicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInvoicesReader struct + func (o *GetInvoicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPaymentsForInvoiceBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPaymentsForInvoiceBadRequest() *GetPaymentsForInvoiceBadRequest + func (o *GetPaymentsForInvoiceBadRequest) Error() string + type GetPaymentsForInvoiceNotFound struct + HttpResponse runtime.ClientResponse + func NewGetPaymentsForInvoiceNotFound() *GetPaymentsForInvoiceNotFound + func (o *GetPaymentsForInvoiceNotFound) Error() string + type GetPaymentsForInvoiceOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.InvoicePayment + func NewGetPaymentsForInvoiceOK() *GetPaymentsForInvoiceOK + func (o *GetPaymentsForInvoiceOK) Error() string + type GetPaymentsForInvoiceParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithAttempts *bool + WithPluginInfo *bool + WithStackTrace *bool + func NewGetPaymentsForInvoiceParams() *GetPaymentsForInvoiceParams + func NewGetPaymentsForInvoiceParamsWithContext(ctx context.Context) *GetPaymentsForInvoiceParams + func NewGetPaymentsForInvoiceParamsWithHTTPClient(client *http.Client) *GetPaymentsForInvoiceParams + func NewGetPaymentsForInvoiceParamsWithTimeout(timeout time.Duration) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) SetAudit(audit *string) + func (o *GetPaymentsForInvoiceParams) SetContext(ctx context.Context) + func (o *GetPaymentsForInvoiceParams) SetHTTPClient(client *http.Client) + func (o *GetPaymentsForInvoiceParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *GetPaymentsForInvoiceParams) SetTimeout(timeout time.Duration) + func (o *GetPaymentsForInvoiceParams) SetWithAttempts(withAttempts *bool) + func (o *GetPaymentsForInvoiceParams) SetWithPluginInfo(withPluginInfo *bool) + func (o *GetPaymentsForInvoiceParams) WithAudit(audit *string) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WithContext(ctx context.Context) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WithHTTPClient(client *http.Client) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WithInvoiceID(invoiceID strfmt.UUID) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WithTimeout(timeout time.Duration) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WithWithAttempts(withAttempts *bool) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentsForInvoiceParams + func (o *GetPaymentsForInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPaymentsForInvoiceReader struct + func (o *GetPaymentsForInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IInvoice interface + AdjustInvoiceItem func(ctx context.Context, params *AdjustInvoiceItemParams) (*AdjustInvoiceItemCreated, error) + CommitInvoice func(ctx context.Context, params *CommitInvoiceParams) (*CommitInvoiceNoContent, error) + CreateExternalCharges func(ctx context.Context, params *CreateExternalChargesParams) (*CreateExternalChargesCreated, error) + CreateFutureInvoice func(ctx context.Context, params *CreateFutureInvoiceParams) (*CreateFutureInvoiceCreated, error) + CreateInstantPayment func(ctx context.Context, params *CreateInstantPaymentParams) (*CreateInstantPaymentCreated, *CreateInstantPaymentNoContent, error) + CreateInvoiceCustomFields func(ctx context.Context, params *CreateInvoiceCustomFieldsParams) (*CreateInvoiceCustomFieldsCreated, error) + CreateInvoiceTags func(ctx context.Context, params *CreateInvoiceTagsParams) (*CreateInvoiceTagsCreated, error) + CreateMigrationInvoice func(ctx context.Context, params *CreateMigrationInvoiceParams) (*CreateMigrationInvoiceCreated, error) + CreateTaxItems func(ctx context.Context, params *CreateTaxItemsParams) (*CreateTaxItemsCreated, error) + DeleteCBA func(ctx context.Context, params *DeleteCBAParams) (*DeleteCBANoContent, error) + DeleteInvoiceCustomFields func(ctx context.Context, params *DeleteInvoiceCustomFieldsParams) (*DeleteInvoiceCustomFieldsNoContent, error) + DeleteInvoiceTags func(ctx context.Context, params *DeleteInvoiceTagsParams) (*DeleteInvoiceTagsNoContent, error) + GenerateDryRunInvoice func(ctx context.Context, params *GenerateDryRunInvoiceParams) (*GenerateDryRunInvoiceOK, *GenerateDryRunInvoiceNoContent, error) + GetCatalogTranslation func(ctx context.Context, params *GetCatalogTranslationParams) (*GetCatalogTranslationOK, error) + GetInvoice func(ctx context.Context, params *GetInvoiceParams) (*GetInvoiceOK, error) + GetInvoiceAsHTML func(ctx context.Context, params *GetInvoiceAsHTMLParams) (*GetInvoiceAsHTMLOK, error) + GetInvoiceByItemID func(ctx context.Context, params *GetInvoiceByItemIDParams) (*GetInvoiceByItemIDOK, error) + GetInvoiceByNumber func(ctx context.Context, params *GetInvoiceByNumberParams) (*GetInvoiceByNumberOK, error) + GetInvoiceCustomFields func(ctx context.Context, params *GetInvoiceCustomFieldsParams) (*GetInvoiceCustomFieldsOK, error) + GetInvoiceMPTemplate func(ctx context.Context, params *GetInvoiceMPTemplateParams) (*GetInvoiceMPTemplateOK, error) + GetInvoiceTags func(ctx context.Context, params *GetInvoiceTagsParams) (*GetInvoiceTagsOK, error) + GetInvoiceTemplate func(ctx context.Context, params *GetInvoiceTemplateParams) (*GetInvoiceTemplateOK, error) + GetInvoiceTranslation func(ctx context.Context, params *GetInvoiceTranslationParams) (*GetInvoiceTranslationOK, error) + GetInvoices func(ctx context.Context, params *GetInvoicesParams) (*GetInvoicesOK, error) + GetPaymentsForInvoice func(ctx context.Context, params *GetPaymentsForInvoiceParams) (*GetPaymentsForInvoiceOK, error) + ModifyInvoiceCustomFields func(ctx context.Context, params *ModifyInvoiceCustomFieldsParams) (*ModifyInvoiceCustomFieldsNoContent, error) + SearchInvoices func(ctx context.Context, params *SearchInvoicesParams) (*SearchInvoicesOK, error) + UploadCatalogTranslation func(ctx context.Context, params *UploadCatalogTranslationParams) (*UploadCatalogTranslationCreated, error) + UploadInvoiceMPTemplate func(ctx context.Context, params *UploadInvoiceMPTemplateParams) (*UploadInvoiceMPTemplateOK, error) + UploadInvoiceTemplate func(ctx context.Context, params *UploadInvoiceTemplateParams) (*UploadInvoiceTemplateCreated, error) + UploadInvoiceTranslation func(ctx context.Context, params *UploadInvoiceTranslationParams) (*UploadInvoiceTranslationCreated, error) + VoidInvoice func(ctx context.Context, params *VoidInvoiceParams) (*VoidInvoiceNoContent, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type ModifyInvoiceCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewModifyInvoiceCustomFieldsBadRequest() *ModifyInvoiceCustomFieldsBadRequest + func (o *ModifyInvoiceCustomFieldsBadRequest) Error() string + type ModifyInvoiceCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewModifyInvoiceCustomFieldsNoContent() *ModifyInvoiceCustomFieldsNoContent + func (o *ModifyInvoiceCustomFieldsNoContent) Error() string + type ModifyInvoiceCustomFieldsParams struct + Body []*kbmodel.CustomField + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewModifyInvoiceCustomFieldsParams() *ModifyInvoiceCustomFieldsParams + func NewModifyInvoiceCustomFieldsParamsWithContext(ctx context.Context) *ModifyInvoiceCustomFieldsParams + func NewModifyInvoiceCustomFieldsParamsWithHTTPClient(client *http.Client) *ModifyInvoiceCustomFieldsParams + func NewModifyInvoiceCustomFieldsParamsWithTimeout(timeout time.Duration) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) SetBody(body []*kbmodel.CustomField) + func (o *ModifyInvoiceCustomFieldsParams) SetContext(ctx context.Context) + func (o *ModifyInvoiceCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *ModifyInvoiceCustomFieldsParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *ModifyInvoiceCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *ModifyInvoiceCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *ModifyInvoiceCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *ModifyInvoiceCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *ModifyInvoiceCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithContext(ctx context.Context) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithHTTPClient(client *http.Client) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithInvoiceID(invoiceID strfmt.UUID) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithTimeout(timeout time.Duration) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *ModifyInvoiceCustomFieldsParams + func (o *ModifyInvoiceCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ModifyInvoiceCustomFieldsReader struct + func (o *ModifyInvoiceCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SearchInvoicesOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.Invoice + func NewSearchInvoicesOK() *SearchInvoicesOK + func (o *SearchInvoicesOK) Error() string + type SearchInvoicesParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + SearchKey string + WithItems *bool + WithStackTrace *bool + func NewSearchInvoicesParams() *SearchInvoicesParams + func NewSearchInvoicesParamsWithContext(ctx context.Context) *SearchInvoicesParams + func NewSearchInvoicesParamsWithHTTPClient(client *http.Client) *SearchInvoicesParams + func NewSearchInvoicesParamsWithTimeout(timeout time.Duration) *SearchInvoicesParams + func (o *SearchInvoicesParams) SetAudit(audit *string) + func (o *SearchInvoicesParams) SetContext(ctx context.Context) + func (o *SearchInvoicesParams) SetHTTPClient(client *http.Client) + func (o *SearchInvoicesParams) SetLimit(limit *int64) + func (o *SearchInvoicesParams) SetOffset(offset *int64) + func (o *SearchInvoicesParams) SetSearchKey(searchKey string) + func (o *SearchInvoicesParams) SetTimeout(timeout time.Duration) + func (o *SearchInvoicesParams) SetWithItems(withItems *bool) + func (o *SearchInvoicesParams) WithAudit(audit *string) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithContext(ctx context.Context) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithHTTPClient(client *http.Client) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithLimit(limit *int64) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithOffset(offset *int64) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithSearchKey(searchKey string) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithTimeout(timeout time.Duration) *SearchInvoicesParams + func (o *SearchInvoicesParams) WithWithItems(withItems *bool) *SearchInvoicesParams + func (o *SearchInvoicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchInvoicesReader struct + func (o *SearchInvoicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadCatalogTranslationCreated struct + HttpResponse runtime.ClientResponse + Payload string + func NewUploadCatalogTranslationCreated() *UploadCatalogTranslationCreated + func (o *UploadCatalogTranslationCreated) Error() string + type UploadCatalogTranslationParams struct + Body *string + Context context.Context + DeleteIfExists *bool + HTTPClient *http.Client + Locale string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadCatalogTranslationParams() *UploadCatalogTranslationParams + func NewUploadCatalogTranslationParamsWithContext(ctx context.Context) *UploadCatalogTranslationParams + func NewUploadCatalogTranslationParamsWithHTTPClient(client *http.Client) *UploadCatalogTranslationParams + func NewUploadCatalogTranslationParamsWithTimeout(timeout time.Duration) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) SetBody(body *string) + func (o *UploadCatalogTranslationParams) SetContext(ctx context.Context) + func (o *UploadCatalogTranslationParams) SetDeleteIfExists(deleteIfExists *bool) + func (o *UploadCatalogTranslationParams) SetHTTPClient(client *http.Client) + func (o *UploadCatalogTranslationParams) SetLocale(locale string) + func (o *UploadCatalogTranslationParams) SetTimeout(timeout time.Duration) + func (o *UploadCatalogTranslationParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadCatalogTranslationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadCatalogTranslationParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadCatalogTranslationParams) WithBody(body *string) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithContext(ctx context.Context) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithDeleteIfExists(deleteIfExists *bool) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithHTTPClient(client *http.Client) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithLocale(locale string) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithTimeout(timeout time.Duration) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithXKillbillComment(xKillbillComment *string) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WithXKillbillReason(xKillbillReason *string) *UploadCatalogTranslationParams + func (o *UploadCatalogTranslationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadCatalogTranslationReader struct + func (o *UploadCatalogTranslationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadInvoiceMPTemplateOK struct + HttpResponse runtime.ClientResponse + Payload string + func NewUploadInvoiceMPTemplateOK() *UploadInvoiceMPTemplateOK + func (o *UploadInvoiceMPTemplateOK) Error() string + type UploadInvoiceMPTemplateParams struct + Body *string + Context context.Context + DeleteIfExists *bool + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadInvoiceMPTemplateParams() *UploadInvoiceMPTemplateParams + func NewUploadInvoiceMPTemplateParamsWithContext(ctx context.Context) *UploadInvoiceMPTemplateParams + func NewUploadInvoiceMPTemplateParamsWithHTTPClient(client *http.Client) *UploadInvoiceMPTemplateParams + func NewUploadInvoiceMPTemplateParamsWithTimeout(timeout time.Duration) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) SetBody(body *string) + func (o *UploadInvoiceMPTemplateParams) SetContext(ctx context.Context) + func (o *UploadInvoiceMPTemplateParams) SetDeleteIfExists(deleteIfExists *bool) + func (o *UploadInvoiceMPTemplateParams) SetHTTPClient(client *http.Client) + func (o *UploadInvoiceMPTemplateParams) SetTimeout(timeout time.Duration) + func (o *UploadInvoiceMPTemplateParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadInvoiceMPTemplateParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadInvoiceMPTemplateParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadInvoiceMPTemplateParams) WithBody(body *string) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithContext(ctx context.Context) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithDeleteIfExists(deleteIfExists *bool) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithHTTPClient(client *http.Client) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithTimeout(timeout time.Duration) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithXKillbillComment(xKillbillComment *string) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WithXKillbillReason(xKillbillReason *string) *UploadInvoiceMPTemplateParams + func (o *UploadInvoiceMPTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadInvoiceMPTemplateReader struct + func (o *UploadInvoiceMPTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadInvoiceTemplateCreated struct + HttpResponse runtime.ClientResponse + Payload string + func NewUploadInvoiceTemplateCreated() *UploadInvoiceTemplateCreated + func (o *UploadInvoiceTemplateCreated) Error() string + type UploadInvoiceTemplateParams struct + Body *string + Context context.Context + DeleteIfExists *bool + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadInvoiceTemplateParams() *UploadInvoiceTemplateParams + func NewUploadInvoiceTemplateParamsWithContext(ctx context.Context) *UploadInvoiceTemplateParams + func NewUploadInvoiceTemplateParamsWithHTTPClient(client *http.Client) *UploadInvoiceTemplateParams + func NewUploadInvoiceTemplateParamsWithTimeout(timeout time.Duration) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) SetBody(body *string) + func (o *UploadInvoiceTemplateParams) SetContext(ctx context.Context) + func (o *UploadInvoiceTemplateParams) SetDeleteIfExists(deleteIfExists *bool) + func (o *UploadInvoiceTemplateParams) SetHTTPClient(client *http.Client) + func (o *UploadInvoiceTemplateParams) SetTimeout(timeout time.Duration) + func (o *UploadInvoiceTemplateParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadInvoiceTemplateParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadInvoiceTemplateParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadInvoiceTemplateParams) WithBody(body *string) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithContext(ctx context.Context) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithDeleteIfExists(deleteIfExists *bool) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithHTTPClient(client *http.Client) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithTimeout(timeout time.Duration) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithXKillbillComment(xKillbillComment *string) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WithXKillbillReason(xKillbillReason *string) *UploadInvoiceTemplateParams + func (o *UploadInvoiceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadInvoiceTemplateReader struct + func (o *UploadInvoiceTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadInvoiceTranslationCreated struct + HttpResponse runtime.ClientResponse + Payload string + func NewUploadInvoiceTranslationCreated() *UploadInvoiceTranslationCreated + func (o *UploadInvoiceTranslationCreated) Error() string + type UploadInvoiceTranslationParams struct + Body *string + Context context.Context + DeleteIfExists *bool + HTTPClient *http.Client + Locale string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadInvoiceTranslationParams() *UploadInvoiceTranslationParams + func NewUploadInvoiceTranslationParamsWithContext(ctx context.Context) *UploadInvoiceTranslationParams + func NewUploadInvoiceTranslationParamsWithHTTPClient(client *http.Client) *UploadInvoiceTranslationParams + func NewUploadInvoiceTranslationParamsWithTimeout(timeout time.Duration) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) SetBody(body *string) + func (o *UploadInvoiceTranslationParams) SetContext(ctx context.Context) + func (o *UploadInvoiceTranslationParams) SetDeleteIfExists(deleteIfExists *bool) + func (o *UploadInvoiceTranslationParams) SetHTTPClient(client *http.Client) + func (o *UploadInvoiceTranslationParams) SetLocale(locale string) + func (o *UploadInvoiceTranslationParams) SetTimeout(timeout time.Duration) + func (o *UploadInvoiceTranslationParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadInvoiceTranslationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadInvoiceTranslationParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadInvoiceTranslationParams) WithBody(body *string) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithContext(ctx context.Context) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithDeleteIfExists(deleteIfExists *bool) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithHTTPClient(client *http.Client) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithLocale(locale string) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithTimeout(timeout time.Duration) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithXKillbillComment(xKillbillComment *string) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WithXKillbillReason(xKillbillReason *string) *UploadInvoiceTranslationParams + func (o *UploadInvoiceTranslationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadInvoiceTranslationReader struct + func (o *UploadInvoiceTranslationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type VoidInvoiceBadRequest struct + HttpResponse runtime.ClientResponse + func NewVoidInvoiceBadRequest() *VoidInvoiceBadRequest + func (o *VoidInvoiceBadRequest) Error() string + type VoidInvoiceNoContent struct + HttpResponse runtime.ClientResponse + func NewVoidInvoiceNoContent() *VoidInvoiceNoContent + func (o *VoidInvoiceNoContent) Error() string + type VoidInvoiceNotFound struct + HttpResponse runtime.ClientResponse + func NewVoidInvoiceNotFound() *VoidInvoiceNotFound + func (o *VoidInvoiceNotFound) Error() string + type VoidInvoiceParams struct + Context context.Context + HTTPClient *http.Client + InvoiceID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewVoidInvoiceParams() *VoidInvoiceParams + func NewVoidInvoiceParamsWithContext(ctx context.Context) *VoidInvoiceParams + func NewVoidInvoiceParamsWithHTTPClient(client *http.Client) *VoidInvoiceParams + func NewVoidInvoiceParamsWithTimeout(timeout time.Duration) *VoidInvoiceParams + func (o *VoidInvoiceParams) SetContext(ctx context.Context) + func (o *VoidInvoiceParams) SetHTTPClient(client *http.Client) + func (o *VoidInvoiceParams) SetInvoiceID(invoiceID strfmt.UUID) + func (o *VoidInvoiceParams) SetTimeout(timeout time.Duration) + func (o *VoidInvoiceParams) SetXKillbillComment(xKillbillComment *string) + func (o *VoidInvoiceParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *VoidInvoiceParams) SetXKillbillReason(xKillbillReason *string) + func (o *VoidInvoiceParams) WithContext(ctx context.Context) *VoidInvoiceParams + func (o *VoidInvoiceParams) WithHTTPClient(client *http.Client) *VoidInvoiceParams + func (o *VoidInvoiceParams) WithInvoiceID(invoiceID strfmt.UUID) *VoidInvoiceParams + func (o *VoidInvoiceParams) WithTimeout(timeout time.Duration) *VoidInvoiceParams + func (o *VoidInvoiceParams) WithXKillbillComment(xKillbillComment *string) *VoidInvoiceParams + func (o *VoidInvoiceParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *VoidInvoiceParams + func (o *VoidInvoiceParams) WithXKillbillReason(xKillbillReason *string) *VoidInvoiceParams + func (o *VoidInvoiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type VoidInvoiceReader struct + func (o *VoidInvoiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/CDNA-Technologies/kbcli/v3