Versions in this module Expand all Collapse all v1 v1.1.0 Jul 2, 2020 v1.0.0 Jun 19, 2020 Changes in this version + type Client struct + func (a *Client) InvoiceCreateCreditNoteCreateCreditNote(params *InvoiceCreateCreditNoteCreateCreditNoteParams, ...) (*InvoiceCreateCreditNoteCreateCreditNoteOK, error) + func (a *Client) InvoiceCreateReminderCreateReminder(params *InvoiceCreateReminderCreateReminderParams, ...) error + func (a *Client) InvoiceGet(params *InvoiceGetParams, authInfo runtime.ClientAuthInfoWriter) (*InvoiceGetOK, error) + func (a *Client) InvoicePaymentPayment(params *InvoicePaymentPaymentParams, authInfo runtime.ClientAuthInfoWriter) (*InvoicePaymentPaymentOK, error) + func (a *Client) InvoicePdfDownloadPdf(params *InvoicePdfDownloadPdfParams, authInfo runtime.ClientAuthInfoWriter) (*InvoicePdfDownloadPdfOK, error) + func (a *Client) InvoicePost(params *InvoicePostParams, authInfo runtime.ClientAuthInfoWriter) (*InvoicePostCreated, error) + func (a *Client) InvoiceSearch(params *InvoiceSearchParams, authInfo runtime.ClientAuthInfoWriter) (*InvoiceSearchOK, error) + func (a *Client) InvoiceSendSend(params *InvoiceSendSendParams, authInfo runtime.ClientAuthInfoWriter) error + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + InvoiceCreateCreditNoteCreateCreditNote func(params *InvoiceCreateCreditNoteCreateCreditNoteParams, ...) (*InvoiceCreateCreditNoteCreateCreditNoteOK, error) + InvoiceCreateReminderCreateReminder func(params *InvoiceCreateReminderCreateReminderParams, ...) error + InvoiceGet func(params *InvoiceGetParams, authInfo runtime.ClientAuthInfoWriter) (*InvoiceGetOK, error) + InvoicePaymentPayment func(params *InvoicePaymentPaymentParams, authInfo runtime.ClientAuthInfoWriter) (*InvoicePaymentPaymentOK, error) + InvoicePdfDownloadPdf func(params *InvoicePdfDownloadPdfParams, authInfo runtime.ClientAuthInfoWriter) (*InvoicePdfDownloadPdfOK, error) + InvoicePost func(params *InvoicePostParams, authInfo runtime.ClientAuthInfoWriter) (*InvoicePostCreated, error) + InvoiceSearch func(params *InvoiceSearchParams, authInfo runtime.ClientAuthInfoWriter) (*InvoiceSearchOK, error) + InvoiceSendSend func(params *InvoiceSendSendParams, authInfo runtime.ClientAuthInfoWriter) error + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type InvoiceCreateCreditNoteCreateCreditNoteOK struct + Payload *models.ResponseWrapperInvoice + func NewInvoiceCreateCreditNoteCreateCreditNoteOK() *InvoiceCreateCreditNoteCreateCreditNoteOK + func (o *InvoiceCreateCreditNoteCreateCreditNoteOK) Error() string + func (o *InvoiceCreateCreditNoteCreateCreditNoteOK) GetPayload() *models.ResponseWrapperInvoice + type InvoiceCreateCreditNoteCreateCreditNoteParams struct + Comment *string + Context context.Context + CreditNoteEmail *string + Date string + HTTPClient *http.Client + ID int32 + func NewInvoiceCreateCreditNoteCreateCreditNoteParams() *InvoiceCreateCreditNoteCreateCreditNoteParams + func NewInvoiceCreateCreditNoteCreateCreditNoteParamsWithContext(ctx context.Context) *InvoiceCreateCreditNoteCreateCreditNoteParams + func NewInvoiceCreateCreditNoteCreateCreditNoteParamsWithHTTPClient(client *http.Client) *InvoiceCreateCreditNoteCreateCreditNoteParams + func NewInvoiceCreateCreditNoteCreateCreditNoteParamsWithTimeout(timeout time.Duration) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetComment(comment *string) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetContext(ctx context.Context) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetCreditNoteEmail(creditNoteEmail *string) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetDate(date string) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetHTTPClient(client *http.Client) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetID(id int32) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) SetTimeout(timeout time.Duration) + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithComment(comment *string) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithContext(ctx context.Context) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithCreditNoteEmail(creditNoteEmail *string) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithDate(date string) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithHTTPClient(client *http.Client) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithID(id int32) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WithTimeout(timeout time.Duration) *InvoiceCreateCreditNoteCreateCreditNoteParams + func (o *InvoiceCreateCreditNoteCreateCreditNoteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoiceCreateCreditNoteCreateCreditNoteReader struct + func (o *InvoiceCreateCreditNoteCreateCreditNoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoiceCreateReminderCreateReminderDefault struct + func NewInvoiceCreateReminderCreateReminderDefault(code int) *InvoiceCreateReminderCreateReminderDefault + func (o *InvoiceCreateReminderCreateReminderDefault) Code() int + func (o *InvoiceCreateReminderCreateReminderDefault) Error() string + type InvoiceCreateReminderCreateReminderParams struct + Context context.Context + Date string + DispatchType string + HTTPClient *http.Client + ID int32 + IncludeCharge *bool + IncludeInterest *bool + SmsNumber *string + Type string + func NewInvoiceCreateReminderCreateReminderParams() *InvoiceCreateReminderCreateReminderParams + func NewInvoiceCreateReminderCreateReminderParamsWithContext(ctx context.Context) *InvoiceCreateReminderCreateReminderParams + func NewInvoiceCreateReminderCreateReminderParamsWithHTTPClient(client *http.Client) *InvoiceCreateReminderCreateReminderParams + func NewInvoiceCreateReminderCreateReminderParamsWithTimeout(timeout time.Duration) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) SetContext(ctx context.Context) + func (o *InvoiceCreateReminderCreateReminderParams) SetDate(date string) + func (o *InvoiceCreateReminderCreateReminderParams) SetDispatchType(dispatchType string) + func (o *InvoiceCreateReminderCreateReminderParams) SetHTTPClient(client *http.Client) + func (o *InvoiceCreateReminderCreateReminderParams) SetID(id int32) + func (o *InvoiceCreateReminderCreateReminderParams) SetIncludeCharge(includeCharge *bool) + func (o *InvoiceCreateReminderCreateReminderParams) SetIncludeInterest(includeInterest *bool) + func (o *InvoiceCreateReminderCreateReminderParams) SetSmsNumber(smsNumber *string) + func (o *InvoiceCreateReminderCreateReminderParams) SetTimeout(timeout time.Duration) + func (o *InvoiceCreateReminderCreateReminderParams) SetType(typeVar string) + func (o *InvoiceCreateReminderCreateReminderParams) WithContext(ctx context.Context) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithDate(date string) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithDispatchType(dispatchType string) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithHTTPClient(client *http.Client) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithID(id int32) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithIncludeCharge(includeCharge *bool) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithIncludeInterest(includeInterest *bool) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithSmsNumber(smsNumber *string) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithTimeout(timeout time.Duration) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WithType(typeVar string) *InvoiceCreateReminderCreateReminderParams + func (o *InvoiceCreateReminderCreateReminderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoiceCreateReminderCreateReminderReader struct + func (o *InvoiceCreateReminderCreateReminderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoiceGetOK struct + Payload *models.ResponseWrapperInvoice + func NewInvoiceGetOK() *InvoiceGetOK + func (o *InvoiceGetOK) Error() string + func (o *InvoiceGetOK) GetPayload() *models.ResponseWrapperInvoice + type InvoiceGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewInvoiceGetParams() *InvoiceGetParams + func NewInvoiceGetParamsWithContext(ctx context.Context) *InvoiceGetParams + func NewInvoiceGetParamsWithHTTPClient(client *http.Client) *InvoiceGetParams + func NewInvoiceGetParamsWithTimeout(timeout time.Duration) *InvoiceGetParams + func (o *InvoiceGetParams) SetContext(ctx context.Context) + func (o *InvoiceGetParams) SetFields(fields *string) + func (o *InvoiceGetParams) SetHTTPClient(client *http.Client) + func (o *InvoiceGetParams) SetID(id int32) + func (o *InvoiceGetParams) SetTimeout(timeout time.Duration) + func (o *InvoiceGetParams) WithContext(ctx context.Context) *InvoiceGetParams + func (o *InvoiceGetParams) WithFields(fields *string) *InvoiceGetParams + func (o *InvoiceGetParams) WithHTTPClient(client *http.Client) *InvoiceGetParams + func (o *InvoiceGetParams) WithID(id int32) *InvoiceGetParams + func (o *InvoiceGetParams) WithTimeout(timeout time.Duration) *InvoiceGetParams + func (o *InvoiceGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoiceGetReader struct + func (o *InvoiceGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoicePaymentPaymentOK struct + Payload *models.ResponseWrapperInvoice + func NewInvoicePaymentPaymentOK() *InvoicePaymentPaymentOK + func (o *InvoicePaymentPaymentOK) Error() string + func (o *InvoicePaymentPaymentOK) GetPayload() *models.ResponseWrapperInvoice + type InvoicePaymentPaymentParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + PaidAmount float64 + PaidAmountCurrency *float64 + PaymentDate string + PaymentTypeID int32 + func NewInvoicePaymentPaymentParams() *InvoicePaymentPaymentParams + func NewInvoicePaymentPaymentParamsWithContext(ctx context.Context) *InvoicePaymentPaymentParams + func NewInvoicePaymentPaymentParamsWithHTTPClient(client *http.Client) *InvoicePaymentPaymentParams + func NewInvoicePaymentPaymentParamsWithTimeout(timeout time.Duration) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) SetContext(ctx context.Context) + func (o *InvoicePaymentPaymentParams) SetHTTPClient(client *http.Client) + func (o *InvoicePaymentPaymentParams) SetID(id int32) + func (o *InvoicePaymentPaymentParams) SetPaidAmount(paidAmount float64) + func (o *InvoicePaymentPaymentParams) SetPaidAmountCurrency(paidAmountCurrency *float64) + func (o *InvoicePaymentPaymentParams) SetPaymentDate(paymentDate string) + func (o *InvoicePaymentPaymentParams) SetPaymentTypeID(paymentTypeID int32) + func (o *InvoicePaymentPaymentParams) SetTimeout(timeout time.Duration) + func (o *InvoicePaymentPaymentParams) WithContext(ctx context.Context) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithHTTPClient(client *http.Client) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithID(id int32) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithPaidAmount(paidAmount float64) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithPaidAmountCurrency(paidAmountCurrency *float64) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithPaymentDate(paymentDate string) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithPaymentTypeID(paymentTypeID int32) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WithTimeout(timeout time.Duration) *InvoicePaymentPaymentParams + func (o *InvoicePaymentPaymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoicePaymentPaymentReader struct + func (o *InvoicePaymentPaymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoicePdfDownloadPdfOK struct + Payload strfmt.Base64 + func NewInvoicePdfDownloadPdfOK() *InvoicePdfDownloadPdfOK + func (o *InvoicePdfDownloadPdfOK) Error() string + func (o *InvoicePdfDownloadPdfOK) GetPayload() strfmt.Base64 + type InvoicePdfDownloadPdfParams struct + Context context.Context + HTTPClient *http.Client + InvoiceID int32 + func NewInvoicePdfDownloadPdfParams() *InvoicePdfDownloadPdfParams + func NewInvoicePdfDownloadPdfParamsWithContext(ctx context.Context) *InvoicePdfDownloadPdfParams + func NewInvoicePdfDownloadPdfParamsWithHTTPClient(client *http.Client) *InvoicePdfDownloadPdfParams + func NewInvoicePdfDownloadPdfParamsWithTimeout(timeout time.Duration) *InvoicePdfDownloadPdfParams + func (o *InvoicePdfDownloadPdfParams) SetContext(ctx context.Context) + func (o *InvoicePdfDownloadPdfParams) SetHTTPClient(client *http.Client) + func (o *InvoicePdfDownloadPdfParams) SetInvoiceID(invoiceID int32) + func (o *InvoicePdfDownloadPdfParams) SetTimeout(timeout time.Duration) + func (o *InvoicePdfDownloadPdfParams) WithContext(ctx context.Context) *InvoicePdfDownloadPdfParams + func (o *InvoicePdfDownloadPdfParams) WithHTTPClient(client *http.Client) *InvoicePdfDownloadPdfParams + func (o *InvoicePdfDownloadPdfParams) WithInvoiceID(invoiceID int32) *InvoicePdfDownloadPdfParams + func (o *InvoicePdfDownloadPdfParams) WithTimeout(timeout time.Duration) *InvoicePdfDownloadPdfParams + func (o *InvoicePdfDownloadPdfParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoicePdfDownloadPdfReader struct + func (o *InvoicePdfDownloadPdfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoicePostCreated struct + Payload *models.ResponseWrapperInvoice + func NewInvoicePostCreated() *InvoicePostCreated + func (o *InvoicePostCreated) Error() string + func (o *InvoicePostCreated) GetPayload() *models.ResponseWrapperInvoice + type InvoicePostParams struct + Body *models.Invoice + Context context.Context + HTTPClient *http.Client + PaidAmount *float64 + PaymentTypeID *int32 + SendToCustomer *bool + func NewInvoicePostParams() *InvoicePostParams + func NewInvoicePostParamsWithContext(ctx context.Context) *InvoicePostParams + func NewInvoicePostParamsWithHTTPClient(client *http.Client) *InvoicePostParams + func NewInvoicePostParamsWithTimeout(timeout time.Duration) *InvoicePostParams + func (o *InvoicePostParams) SetBody(body *models.Invoice) + func (o *InvoicePostParams) SetContext(ctx context.Context) + func (o *InvoicePostParams) SetHTTPClient(client *http.Client) + func (o *InvoicePostParams) SetPaidAmount(paidAmount *float64) + func (o *InvoicePostParams) SetPaymentTypeID(paymentTypeID *int32) + func (o *InvoicePostParams) SetSendToCustomer(sendToCustomer *bool) + func (o *InvoicePostParams) SetTimeout(timeout time.Duration) + func (o *InvoicePostParams) WithBody(body *models.Invoice) *InvoicePostParams + func (o *InvoicePostParams) WithContext(ctx context.Context) *InvoicePostParams + func (o *InvoicePostParams) WithHTTPClient(client *http.Client) *InvoicePostParams + func (o *InvoicePostParams) WithPaidAmount(paidAmount *float64) *InvoicePostParams + func (o *InvoicePostParams) WithPaymentTypeID(paymentTypeID *int32) *InvoicePostParams + func (o *InvoicePostParams) WithSendToCustomer(sendToCustomer *bool) *InvoicePostParams + func (o *InvoicePostParams) WithTimeout(timeout time.Duration) *InvoicePostParams + func (o *InvoicePostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoicePostReader struct + func (o *InvoicePostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoiceSearchOK struct + Payload *models.ListResponseInvoice + func NewInvoiceSearchOK() *InvoiceSearchOK + func (o *InvoiceSearchOK) Error() string + func (o *InvoiceSearchOK) GetPayload() *models.ListResponseInvoice + type InvoiceSearchParams struct + Context context.Context + Count *int64 + CustomerID *string + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + InvoiceDateFrom string + InvoiceDateTo string + InvoiceNumber *string + Kid *string + Sorting *string + VoucherID *string + func NewInvoiceSearchParams() *InvoiceSearchParams + func NewInvoiceSearchParamsWithContext(ctx context.Context) *InvoiceSearchParams + func NewInvoiceSearchParamsWithHTTPClient(client *http.Client) *InvoiceSearchParams + func NewInvoiceSearchParamsWithTimeout(timeout time.Duration) *InvoiceSearchParams + func (o *InvoiceSearchParams) SetContext(ctx context.Context) + func (o *InvoiceSearchParams) SetCount(count *int64) + func (o *InvoiceSearchParams) SetCustomerID(customerID *string) + func (o *InvoiceSearchParams) SetFields(fields *string) + func (o *InvoiceSearchParams) SetFrom(from *int64) + func (o *InvoiceSearchParams) SetHTTPClient(client *http.Client) + func (o *InvoiceSearchParams) SetID(id *string) + func (o *InvoiceSearchParams) SetInvoiceDateFrom(invoiceDateFrom string) + func (o *InvoiceSearchParams) SetInvoiceDateTo(invoiceDateTo string) + func (o *InvoiceSearchParams) SetInvoiceNumber(invoiceNumber *string) + func (o *InvoiceSearchParams) SetKid(kid *string) + func (o *InvoiceSearchParams) SetSorting(sorting *string) + func (o *InvoiceSearchParams) SetTimeout(timeout time.Duration) + func (o *InvoiceSearchParams) SetVoucherID(voucherID *string) + func (o *InvoiceSearchParams) WithContext(ctx context.Context) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithCount(count *int64) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithCustomerID(customerID *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithFields(fields *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithFrom(from *int64) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithHTTPClient(client *http.Client) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithID(id *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithInvoiceDateFrom(invoiceDateFrom string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithInvoiceDateTo(invoiceDateTo string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithInvoiceNumber(invoiceNumber *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithKid(kid *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithSorting(sorting *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithTimeout(timeout time.Duration) *InvoiceSearchParams + func (o *InvoiceSearchParams) WithVoucherID(voucherID *string) *InvoiceSearchParams + func (o *InvoiceSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoiceSearchReader struct + func (o *InvoiceSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvoiceSendSendDefault struct + func NewInvoiceSendSendDefault(code int) *InvoiceSendSendDefault + func (o *InvoiceSendSendDefault) Code() int + func (o *InvoiceSendSendDefault) Error() string + type InvoiceSendSendParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + OverrideEmailAddress *string + SendType string + func NewInvoiceSendSendParams() *InvoiceSendSendParams + func NewInvoiceSendSendParamsWithContext(ctx context.Context) *InvoiceSendSendParams + func NewInvoiceSendSendParamsWithHTTPClient(client *http.Client) *InvoiceSendSendParams + func NewInvoiceSendSendParamsWithTimeout(timeout time.Duration) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) SetContext(ctx context.Context) + func (o *InvoiceSendSendParams) SetHTTPClient(client *http.Client) + func (o *InvoiceSendSendParams) SetID(id int32) + func (o *InvoiceSendSendParams) SetOverrideEmailAddress(overrideEmailAddress *string) + func (o *InvoiceSendSendParams) SetSendType(sendType string) + func (o *InvoiceSendSendParams) SetTimeout(timeout time.Duration) + func (o *InvoiceSendSendParams) WithContext(ctx context.Context) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) WithHTTPClient(client *http.Client) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) WithID(id int32) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) WithOverrideEmailAddress(overrideEmailAddress *string) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) WithSendType(sendType string) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) WithTimeout(timeout time.Duration) *InvoiceSendSendParams + func (o *InvoiceSendSendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvoiceSendSendReader struct + func (o *InvoiceSendSendReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2