Versions in this module Expand all Collapse all v0 v0.1.1 Jul 18, 2026 v0.1.0 Jul 17, 2026 Changes in this version + const ApiKeyAuthScopes + func ErrorFromResponse(response *http.Response, body []byte) error + func NewApplyPaymentRequest(server string, paymentId int64, params *ApplyPaymentParams, ...) (*http.Request, error) + func NewApplyPaymentRequestWithBody(server string, paymentId int64, params *ApplyPaymentParams, contentType string, ...) (*http.Request, error) + func NewClassifyDocumentItemRequest(server string, itemId int64, params *ClassifyDocumentItemParams, ...) (*http.Request, error) + func NewClassifyDocumentItemRequestWithBody(server string, itemId int64, params *ClassifyDocumentItemParams, ...) (*http.Request, error) + func NewCreateBranchRequest(server string, params *CreateBranchParams, body CreateBranchJSONRequestBody) (*http.Request, error) + func NewCreateBranchRequestWithBody(server string, params *CreateBranchParams, contentType string, body io.Reader) (*http.Request, error) + func NewCreateCashRegisterRequest(server string, branchId int64, params *CreateCashRegisterParams, ...) (*http.Request, error) + func NewCreateCashRegisterRequestWithBody(server string, branchId int64, params *CreateCashRegisterParams, ...) (*http.Request, error) + func NewCreateClientRequest(server string, params *CreateClientParams, body CreateClientJSONRequestBody) (*http.Request, error) + func NewCreateClientRequestWithBody(server string, params *CreateClientParams, contentType string, body io.Reader) (*http.Request, error) + func NewCreateCreditNoteRequest(server string, params *CreateCreditNoteParams, ...) (*http.Request, error) + func NewCreateCreditNoteRequestWithBody(server string, params *CreateCreditNoteParams, contentType string, ...) (*http.Request, error) + func NewCreateDebitNoteRequest(server string, params *CreateDebitNoteParams, ...) (*http.Request, error) + func NewCreateDebitNoteRequestWithBody(server string, params *CreateDebitNoteParams, contentType string, ...) (*http.Request, error) + func NewCreateElectronicPaymentReceiptRequest(server string, params *CreateElectronicPaymentReceiptParams, ...) (*http.Request, error) + func NewCreateElectronicPaymentReceiptRequestWithBody(server string, params *CreateElectronicPaymentReceiptParams, ...) (*http.Request, error) + func NewCreateExportInvoiceRequest(server string, params *CreateExportInvoiceParams, ...) (*http.Request, error) + func NewCreateExportInvoiceRequestWithBody(server string, params *CreateExportInvoiceParams, contentType string, ...) (*http.Request, error) + func NewCreateInvoiceRequest(server string, params *CreateInvoiceParams, body CreateInvoiceJSONRequestBody) (*http.Request, error) + func NewCreateInvoiceRequestWithBody(server string, params *CreateInvoiceParams, contentType string, body io.Reader) (*http.Request, error) + func NewCreateIssuerRequest(server string, params *CreateIssuerParams, body CreateIssuerJSONRequestBody) (*http.Request, error) + func NewCreateIssuerRequestWithBody(server string, params *CreateIssuerParams, contentType string, body io.Reader) (*http.Request, error) + func NewCreateOrUpdateReceiverRequest(server string, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*http.Request, error) + func NewCreateOrUpdateReceiverRequestWithBody(server string, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*http.Request, error) + func NewCreatePaymentRequest(server string, params *CreatePaymentParams, body CreatePaymentJSONRequestBody) (*http.Request, error) + func NewCreatePaymentRequestWithBody(server string, params *CreatePaymentParams, contentType string, body io.Reader) (*http.Request, error) + func NewCreatePurchaseInvoiceRequest(server string, params *CreatePurchaseInvoiceParams, ...) (*http.Request, error) + func NewCreatePurchaseInvoiceRequestWithBody(server string, params *CreatePurchaseInvoiceParams, contentType string, ...) (*http.Request, error) + func NewCreateReceiptRequest(server string, params *CreateReceiptParams, body CreateReceiptJSONRequestBody) (*http.Request, error) + func NewCreateReceiptRequestWithBody(server string, params *CreateReceiptParams, contentType string, body io.Reader) (*http.Request, error) + func NewCreateReceiverMessageRequest(server string, params *CreateReceiverMessageParams, ...) (*http.Request, error) + func NewCreateReceiverMessageRequestWithBody(server string, params *CreateReceiverMessageParams, contentType string, ...) (*http.Request, error) + func NewCreateWebhookRequest(server string, params *CreateWebhookParams, body CreateWebhookJSONRequestBody) (*http.Request, error) + func NewCreateWebhookRequestWithBody(server string, params *CreateWebhookParams, contentType string, body io.Reader) (*http.Request, error) + func NewDeactivateExonerationRequest(server string, clientId int64, id int64, params *DeactivateExonerationParams) (*http.Request, error) + func NewDeleteBranchRequest(server string, id int64, params *DeleteBranchParams) (*http.Request, error) + func NewDeleteCashRegisterRequest(server string, branchId int64, id int64, params *DeleteCashRegisterParams) (*http.Request, error) + func NewDeleteClientRequest(server string, id int64, params *DeleteClientParams) (*http.Request, error) + func NewDeleteIssuerRequest(server string, id int64, params *DeleteIssuerParams) (*http.Request, error) + func NewDeleteLogoRequest(server string, params *DeleteLogoParams) (*http.Request, error) + func NewDeleteReceiverRequest(server string, clientId int64, receiverId int64, params *DeleteReceiverParams) (*http.Request, error) + func NewDeleteWebhookRequest(server string, id int64, params *DeleteWebhookParams) (*http.Request, error) + func NewExportFiscalReportRequest(server string, params *ExportFiscalReportParams) (*http.Request, error) + func NewGetAgriculturalProducerRequest(server string, legalIdentification string, ...) (*http.Request, error) + func NewGetAllClientsRequest(server string, params *GetAllClientsParams) (*http.Request, error) + func NewGetAllDocumentsRequest(server string, params *GetAllDocumentsParams) (*http.Request, error) + func NewGetAllIssuersRequest(server string, params *GetAllIssuersParams) (*http.Request, error) + func NewGetBranchRequest(server string, id int64, params *GetBranchParams) (*http.Request, error) + func NewGetBranchesRequest(server string, params *GetBranchesParams) (*http.Request, error) + func NewGetCabysByCodeRequest(server string, code string, params *GetCabysByCodeParams) (*http.Request, error) + func NewGetCantonsRequest(server string, params *GetCantonsParams) (*http.Request, error) + func NewGetCashRegisterRequest(server string, branchId int64, id int64, params *GetCashRegisterParams) (*http.Request, error) + func NewGetCashRegistersRequest(server string, branchId int64, params *GetCashRegistersParams) (*http.Request, error) + func NewGetClientByIdRequest(server string, id int64, params *GetClientByIdParams) (*http.Request, error) + func NewGetClientExonerationRequest(server string, clientId int64, id int64, params *GetClientExonerationParams) (*http.Request, error) + func NewGetClientReceiversRequest(server string, clientId int64, params *GetClientReceiversParams) (*http.Request, error) + func NewGetClientStatementRequest(server string, clientId int64, params *GetClientStatementParams) (*http.Request, error) + func NewGetCurrenciesRequest(server string, params *GetCurrenciesParams) (*http.Request, error) + func NewGetDistrictsRequest(server string, params *GetDistrictsParams) (*http.Request, error) + func NewGetDocumentByIdRequest(server string, id int64, params *GetDocumentByIdParams) (*http.Request, error) + func NewGetDocumentPdfRequest(server string, id int64, params *GetDocumentPdfParams) (*http.Request, error) + func NewGetDocumentTypesRequest(server string, params *GetDocumentTypesParams) (*http.Request, error) + func NewGetExchangeRatesRequest(server string, params *GetExchangeRatesParams) (*http.Request, error) + func NewGetExonerationsRequest(server string, clientId int64, params *GetExonerationsParams) (*http.Request, error) + func NewGetFaqturoXmlRequest(server string, id int64, params *GetFaqturoXmlParams) (*http.Request, error) + func NewGetFiscalReportRequest(server string, params *GetFiscalReportParams) (*http.Request, error) + func NewGetFishingProducerRequest(server string, legalIdentification string, params *GetFishingProducerParams) (*http.Request, error) + func NewGetHaciendaXmlRequest(server string, id int64, params *GetHaciendaXmlParams) (*http.Request, error) + func NewGetInvoicingStatusRequest(server string, params *GetInvoicingStatusParams) (*http.Request, error) + func NewGetIssuerByIdRequest(server string, id int64, params *GetIssuerByIdParams) (*http.Request, error) + func NewGetLegalIdentificationTypesRequest(server string, params *GetLegalIdentificationTypesParams) (*http.Request, error) + func NewGetLogoRequest(server string, params *GetLogoParams) (*http.Request, error) + func NewGetLogsRequest(server string, id int64, params *GetLogsParams) (*http.Request, error) + func NewGetPaymentMethodsRequest(server string, params *GetPaymentMethodsParams) (*http.Request, error) + func NewGetPaymentRequest(server string, paymentId int64, params *GetPaymentParams) (*http.Request, error) + func NewGetPharmaceuticalFormsRequest(server string, params *GetPharmaceuticalFormsParams) (*http.Request, error) + func NewGetProvincesRequest(server string, params *GetProvincesParams) (*http.Request, error) + func NewGetReceiverByIdRequest(server string, clientId int64, receiverId int64, params *GetReceiverByIdParams) (*http.Request, error) + func NewGetSaleConditionsRequest(server string, params *GetSaleConditionsParams) (*http.Request, error) + func NewGetSequencesRequest(server string, params *GetSequencesParams) (*http.Request, error) + func NewGetTaxAuthorityExonerationRequest(server string, authorization string, params *GetTaxAuthorityExonerationParams) (*http.Request, error) + func NewGetTaxCodesRequest(server string, params *GetTaxCodesParams) (*http.Request, error) + func NewGetTaxRatesSummaryRequest(server string, params *GetTaxRatesSummaryParams) (*http.Request, error) + func NewGetTaxpayerInfoRequest(server string, legalIdentification string, params *GetTaxpayerInfoParams) (*http.Request, error) + func NewGetTaxpayerRequest(server string, legalIdentification string, params *GetTaxpayerParams) (*http.Request, error) + func NewGetTenantRequest(server string, params *GetTenantParams) (*http.Request, error) + func NewGetUnitsOfMeasureRequest(server string, params *GetUnitsOfMeasureParams) (*http.Request, error) + func NewGetVatRateCodesRequest(server string, params *GetVatRateCodesParams) (*http.Request, error) + func NewGetVatSummaryRequest(server string, params *GetVatSummaryParams) (*http.Request, error) + func NewGetWebhookRequest(server string, id int64, params *GetWebhookParams) (*http.Request, error) + func NewGetWebhooksRequest(server string, params *GetWebhooksParams) (*http.Request, error) + func NewRefreshExonerationRequest(server string, clientId int64, id int64, params *RefreshExonerationParams) (*http.Request, error) + func NewRegenerateDocumentPdfRequest(server string, id int64, params *RegenerateDocumentPdfParams) (*http.Request, error) + func NewRegisterExonerationRequest(server string, clientId int64, params *RegisterExonerationParams, ...) (*http.Request, error) + func NewRegisterExonerationRequestWithBody(server string, clientId int64, params *RegisterExonerationParams, ...) (*http.Request, error) + func NewSearchCabysRequest(server string, params *SearchCabysParams) (*http.Request, error) + func NewSendDocumentEmailRequest(server string, id int64, params *SendDocumentEmailParams) (*http.Request, error) + func NewSetDefaultBranchRequest(server string, id int64, params *SetDefaultBranchParams) (*http.Request, error) + func NewSetDefaultCashRegisterRequest(server string, id int64, params *SetDefaultCashRegisterParams) (*http.Request, error) + func NewSetDefaultIssuerRequest(server string, id int64, params *SetDefaultIssuerParams) (*http.Request, error) + func NewTestWebhookRequest(server string, id int64, params *TestWebhookParams) (*http.Request, error) + func NewUpdateBranchRequest(server string, id int64, params *UpdateBranchParams, ...) (*http.Request, error) + func NewUpdateBranchRequestWithBody(server string, id int64, params *UpdateBranchParams, contentType string, ...) (*http.Request, error) + func NewUpdateCashRegisterRequest(server string, branchId int64, id int64, params *UpdateCashRegisterParams, ...) (*http.Request, error) + func NewUpdateCashRegisterRequestWithBody(server string, branchId int64, id int64, params *UpdateCashRegisterParams, ...) (*http.Request, error) + func NewUpdateCashRegisterSequenceRequest(server string, branchId int64, id int64, ...) (*http.Request, error) + func NewUpdateCashRegisterSequenceRequestWithBody(server string, branchId int64, id int64, ...) (*http.Request, error) + func NewUpdateClientRequest(server string, id int64, params *UpdateClientParams, ...) (*http.Request, error) + func NewUpdateClientRequestWithBody(server string, id int64, params *UpdateClientParams, contentType string, ...) (*http.Request, error) + func NewUpdateDefaultReceiverRequest(server string, clientId int64, params *UpdateDefaultReceiverParams, ...) (*http.Request, error) + func NewUpdateDefaultReceiverRequestWithBody(server string, clientId int64, params *UpdateDefaultReceiverParams, ...) (*http.Request, error) + func NewUpdateIssuerRequest(server string, id int64, params *UpdateIssuerParams, ...) (*http.Request, error) + func NewUpdateIssuerRequestWithBody(server string, id int64, params *UpdateIssuerParams, contentType string, ...) (*http.Request, error) + func NewUpdateSecretsRequestWithBody(server string, params *UpdateSecretsParams, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSequenceRequest(server string, id int64, params *UpdateSequenceParams, ...) (*http.Request, error) + func NewUpdateSequenceRequestWithBody(server string, id int64, params *UpdateSequenceParams, contentType string, ...) (*http.Request, error) + func NewUpdateTenantRequest(server string, params *UpdateTenantParams, body UpdateTenantJSONRequestBody) (*http.Request, error) + func NewUpdateTenantRequestWithBody(server string, params *UpdateTenantParams, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateWebhookRequest(server string, id int64, params *UpdateWebhookParams, ...) (*http.Request, error) + func NewUpdateWebhookRequestWithBody(server string, id int64, params *UpdateWebhookParams, contentType string, ...) (*http.Request, error) + func NewUploadLogoRequestWithBody(server string, params *UploadLogoParams, contentType string, body io.Reader) (*http.Request, error) + func NewVoidApplicationRequest(server string, applicationId int64, params *VoidApplicationParams, ...) (*http.Request, error) + func NewVoidApplicationRequestWithBody(server string, applicationId int64, params *VoidApplicationParams, ...) (*http.Request, error) + func NewVoidPaymentRequest(server string, paymentId int64, params *VoidPaymentParams, ...) (*http.Request, error) + func NewVoidPaymentRequestWithBody(server string, paymentId int64, params *VoidPaymentParams, contentType string, ...) (*http.Request, error) + type APIError struct + Body []byte + Details string + ErrorCode string + Message string + Metadata map[string]any + Path string + StatusCode int + ValidationErrors map[string]string + func (e *APIError) Error() string + type AdditionalInformationEntryDto struct + Code *string + Value string + type AdditionalInformationEntryRequest struct + Code *string + Value string + type AddressRequest struct + CantonCode *string + DistrictCode *string + Neighborhood *string + OtherSigns *string + ProvinceCode *string + type AddressResponse struct + CantonCode *string + DistrictCode *string + Neighborhood *string + OtherSigns *string + ProvinceCode *string + type ApplyPaymentJSONRequestBody = DocumentPaymentApplyRequest + type ApplyPaymentParams struct + APIVersion *ApplyPaymentParamsAPIVersion + type ApplyPaymentParamsAPIVersion string + const ApplyPaymentParamsAPIVersionV1 + func (e ApplyPaymentParamsAPIVersion) Valid() bool + type ApplyPaymentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentPaymentResponse + func ParseApplyPaymentResponse(rsp *http.Response) (*ApplyPaymentResponse, error) + func (r ApplyPaymentResponse) ContentType() string + func (r ApplyPaymentResponse) Status() string + func (r ApplyPaymentResponse) StatusCode() int + type BranchRequest struct + Code string + Name string + type BranchResponse struct + Code *string + CreatedAt *time.Time + Id *int64 + IsDefault *bool + Name *string + UpdatedAt *time.Time + type CabysQueryResponse struct + Count *int32 + Items *[]Item + Total *int32 + type CashRegisterRequest struct + Code string + Name string + type CashRegisterResponse struct + BranchCode *string + BranchId *int64 + BranchName *string + Code *string + CreatedAt *time.Time + Id *int64 + IsDefault *bool + Name *string + UpdatedAt *time.Time + type CashRegisterSequenceResponse struct + BranchCode *string + BranchId *int64 + CashRegisterId *int64 + DocumentType *CashRegisterSequenceResponseDocumentType + LastNumber *int64 + NextNumber *int64 + TerminalCode *string + type CashRegisterSequenceResponseDocumentType string + const CashRegisterSequenceResponseDocumentTypeCREDITNOTE + const CashRegisterSequenceResponseDocumentTypeDEBITNOTE + const CashRegisterSequenceResponseDocumentTypeELECTRONICPAYMENTRECEIPT + const CashRegisterSequenceResponseDocumentTypeEXPORTINVOICE + const CashRegisterSequenceResponseDocumentTypeINVOICE + const CashRegisterSequenceResponseDocumentTypePURCHASEINVOICE + const CashRegisterSequenceResponseDocumentTypeRECEIPT + const CashRegisterSequenceResponseDocumentTypeRECEIVERMESSAGE + func (e CashRegisterSequenceResponseDocumentType) Valid() bool + type CashRegisterSequenceUpdateRequest struct + DocumentType CashRegisterSequenceUpdateRequestDocumentType + LastNumber int64 + Reason string + type CashRegisterSequenceUpdateRequestDocumentType string + const CashRegisterSequenceUpdateRequestDocumentTypeCREDITNOTE + const CashRegisterSequenceUpdateRequestDocumentTypeDEBITNOTE + const CashRegisterSequenceUpdateRequestDocumentTypeELECTRONICPAYMENTRECEIPT + const CashRegisterSequenceUpdateRequestDocumentTypeEXPORTINVOICE + const CashRegisterSequenceUpdateRequestDocumentTypeINVOICE + const CashRegisterSequenceUpdateRequestDocumentTypePURCHASEINVOICE + const CashRegisterSequenceUpdateRequestDocumentTypeRECEIPT + const CashRegisterSequenceUpdateRequestDocumentTypeRECEIVERMESSAGE + func (e CashRegisterSequenceUpdateRequestDocumentType) Valid() bool + type CatalogItemResponse struct + Code *string + Description *string + type ClassifyDocumentItemJSONRequestBody = DocumentItemAccountingClassificationRequest + type ClassifyDocumentItemParams struct + APIVersion *ClassifyDocumentItemParamsAPIVersion + type ClassifyDocumentItemParamsAPIVersion string + const ClassifyDocumentItemParamsAPIVersionV1 + func (e ClassifyDocumentItemParamsAPIVersion) Valid() bool + type ClassifyDocumentItemResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentItemAccountingClassificationResponse + JSON400 *DocumentItemAccountingClassificationResponse + JSON404 *DocumentItemAccountingClassificationResponse + func ParseClassifyDocumentItemResponse(rsp *http.Response) (*ClassifyDocumentItemResponse, error) + func (r ClassifyDocumentItemResponse) ContentType() string + func (r ClassifyDocumentItemResponse) Status() string + func (r ClassifyDocumentItemResponse) StatusCode() int + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) ApplyPayment(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*http.Response, error) + func (c *Client) ApplyPaymentWithBody(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*http.Response, error) + func (c *Client) ClassifyDocumentItem(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*http.Response, error) + func (c *Client) ClassifyDocumentItemWithBody(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*http.Response, error) + func (c *Client) CreateBranch(ctx context.Context, params *CreateBranchParams, ...) (*http.Response, error) + func (c *Client) CreateBranchWithBody(ctx context.Context, params *CreateBranchParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateCashRegister(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*http.Response, error) + func (c *Client) CreateCashRegisterWithBody(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*http.Response, error) + func (c *Client) CreateClient(ctx context.Context, params *CreateClientParams, ...) (*http.Response, error) + func (c *Client) CreateClientWithBody(ctx context.Context, params *CreateClientParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateCreditNote(ctx context.Context, params *CreateCreditNoteParams, ...) (*http.Response, error) + func (c *Client) CreateCreditNoteWithBody(ctx context.Context, params *CreateCreditNoteParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateDebitNote(ctx context.Context, params *CreateDebitNoteParams, ...) (*http.Response, error) + func (c *Client) CreateDebitNoteWithBody(ctx context.Context, params *CreateDebitNoteParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateElectronicPaymentReceipt(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*http.Response, error) + func (c *Client) CreateElectronicPaymentReceiptWithBody(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*http.Response, error) + func (c *Client) CreateExportInvoice(ctx context.Context, params *CreateExportInvoiceParams, ...) (*http.Response, error) + func (c *Client) CreateExportInvoiceWithBody(ctx context.Context, params *CreateExportInvoiceParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateInvoice(ctx context.Context, params *CreateInvoiceParams, ...) (*http.Response, error) + func (c *Client) CreateInvoiceWithBody(ctx context.Context, params *CreateInvoiceParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateIssuer(ctx context.Context, params *CreateIssuerParams, ...) (*http.Response, error) + func (c *Client) CreateIssuerWithBody(ctx context.Context, params *CreateIssuerParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateOrUpdateReceiver(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*http.Response, error) + func (c *Client) CreateOrUpdateReceiverWithBody(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*http.Response, error) + func (c *Client) CreatePayment(ctx context.Context, params *CreatePaymentParams, ...) (*http.Response, error) + func (c *Client) CreatePaymentWithBody(ctx context.Context, params *CreatePaymentParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreatePurchaseInvoice(ctx context.Context, params *CreatePurchaseInvoiceParams, ...) (*http.Response, error) + func (c *Client) CreatePurchaseInvoiceWithBody(ctx context.Context, params *CreatePurchaseInvoiceParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateReceipt(ctx context.Context, params *CreateReceiptParams, ...) (*http.Response, error) + func (c *Client) CreateReceiptWithBody(ctx context.Context, params *CreateReceiptParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateReceiverMessage(ctx context.Context, params *CreateReceiverMessageParams, ...) (*http.Response, error) + func (c *Client) CreateReceiverMessageWithBody(ctx context.Context, params *CreateReceiverMessageParams, contentType string, ...) (*http.Response, error) + func (c *Client) CreateWebhook(ctx context.Context, params *CreateWebhookParams, ...) (*http.Response, error) + func (c *Client) CreateWebhookWithBody(ctx context.Context, params *CreateWebhookParams, contentType string, ...) (*http.Response, error) + func (c *Client) DeactivateExoneration(ctx context.Context, clientId int64, id int64, ...) (*http.Response, error) + func (c *Client) DeleteBranch(ctx context.Context, id int64, params *DeleteBranchParams, ...) (*http.Response, error) + func (c *Client) DeleteCashRegister(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + func (c *Client) DeleteClient(ctx context.Context, id int64, params *DeleteClientParams, ...) (*http.Response, error) + func (c *Client) DeleteIssuer(ctx context.Context, id int64, params *DeleteIssuerParams, ...) (*http.Response, error) + func (c *Client) DeleteLogo(ctx context.Context, params *DeleteLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteReceiver(ctx context.Context, clientId int64, receiverId int64, ...) (*http.Response, error) + func (c *Client) DeleteWebhook(ctx context.Context, id int64, params *DeleteWebhookParams, ...) (*http.Response, error) + func (c *Client) ExportFiscalReport(ctx context.Context, params *ExportFiscalReportParams, ...) (*http.Response, error) + func (c *Client) GetAgriculturalProducer(ctx context.Context, legalIdentification string, ...) (*http.Response, error) + func (c *Client) GetAllClients(ctx context.Context, params *GetAllClientsParams, ...) (*http.Response, error) + func (c *Client) GetAllDocuments(ctx context.Context, params *GetAllDocumentsParams, ...) (*http.Response, error) + func (c *Client) GetAllIssuers(ctx context.Context, params *GetAllIssuersParams, ...) (*http.Response, error) + func (c *Client) GetBranch(ctx context.Context, id int64, params *GetBranchParams, ...) (*http.Response, error) + func (c *Client) GetBranches(ctx context.Context, params *GetBranchesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCabysByCode(ctx context.Context, code string, params *GetCabysByCodeParams, ...) (*http.Response, error) + func (c *Client) GetCantons(ctx context.Context, params *GetCantonsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCashRegister(ctx context.Context, branchId int64, id int64, params *GetCashRegisterParams, ...) (*http.Response, error) + func (c *Client) GetCashRegisters(ctx context.Context, branchId int64, params *GetCashRegistersParams, ...) (*http.Response, error) + func (c *Client) GetClientById(ctx context.Context, id int64, params *GetClientByIdParams, ...) (*http.Response, error) + func (c *Client) GetClientExoneration(ctx context.Context, clientId int64, id int64, ...) (*http.Response, error) + func (c *Client) GetClientReceivers(ctx context.Context, clientId int64, params *GetClientReceiversParams, ...) (*http.Response, error) + func (c *Client) GetClientStatement(ctx context.Context, clientId int64, params *GetClientStatementParams, ...) (*http.Response, error) + func (c *Client) GetCurrencies(ctx context.Context, params *GetCurrenciesParams, ...) (*http.Response, error) + func (c *Client) GetDistricts(ctx context.Context, params *GetDistrictsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetDocumentById(ctx context.Context, id int64, params *GetDocumentByIdParams, ...) (*http.Response, error) + func (c *Client) GetDocumentPdf(ctx context.Context, id int64, params *GetDocumentPdfParams, ...) (*http.Response, error) + func (c *Client) GetDocumentTypes(ctx context.Context, params *GetDocumentTypesParams, ...) (*http.Response, error) + func (c *Client) GetExchangeRates(ctx context.Context, params *GetExchangeRatesParams, ...) (*http.Response, error) + func (c *Client) GetExonerations(ctx context.Context, clientId int64, params *GetExonerationsParams, ...) (*http.Response, error) + func (c *Client) GetFaqturoXml(ctx context.Context, id int64, params *GetFaqturoXmlParams, ...) (*http.Response, error) + func (c *Client) GetFiscalReport(ctx context.Context, params *GetFiscalReportParams, ...) (*http.Response, error) + func (c *Client) GetFishingProducer(ctx context.Context, legalIdentification string, ...) (*http.Response, error) + func (c *Client) GetHaciendaXml(ctx context.Context, id int64, params *GetHaciendaXmlParams, ...) (*http.Response, error) + func (c *Client) GetInvoicingStatus(ctx context.Context, params *GetInvoicingStatusParams, ...) (*http.Response, error) + func (c *Client) GetIssuerById(ctx context.Context, id int64, params *GetIssuerByIdParams, ...) (*http.Response, error) + func (c *Client) GetLegalIdentificationTypes(ctx context.Context, params *GetLegalIdentificationTypesParams, ...) (*http.Response, error) + func (c *Client) GetLogo(ctx context.Context, params *GetLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLogs(ctx context.Context, id int64, params *GetLogsParams, ...) (*http.Response, error) + func (c *Client) GetPayment(ctx context.Context, paymentId int64, params *GetPaymentParams, ...) (*http.Response, error) + func (c *Client) GetPaymentMethods(ctx context.Context, params *GetPaymentMethodsParams, ...) (*http.Response, error) + func (c *Client) GetPharmaceuticalForms(ctx context.Context, params *GetPharmaceuticalFormsParams, ...) (*http.Response, error) + func (c *Client) GetProvinces(ctx context.Context, params *GetProvincesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetReceiverById(ctx context.Context, clientId int64, receiverId int64, ...) (*http.Response, error) + func (c *Client) GetSaleConditions(ctx context.Context, params *GetSaleConditionsParams, ...) (*http.Response, error) + func (c *Client) GetSequences(ctx context.Context, params *GetSequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetTaxAuthorityExoneration(ctx context.Context, authorization string, ...) (*http.Response, error) + func (c *Client) GetTaxCodes(ctx context.Context, params *GetTaxCodesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetTaxRatesSummary(ctx context.Context, params *GetTaxRatesSummaryParams, ...) (*http.Response, error) + func (c *Client) GetTaxpayer(ctx context.Context, legalIdentification string, params *GetTaxpayerParams, ...) (*http.Response, error) + func (c *Client) GetTaxpayerInfo(ctx context.Context, legalIdentification string, params *GetTaxpayerInfoParams, ...) (*http.Response, error) + func (c *Client) GetTenant(ctx context.Context, params *GetTenantParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetUnitsOfMeasure(ctx context.Context, params *GetUnitsOfMeasureParams, ...) (*http.Response, error) + func (c *Client) GetVatRateCodes(ctx context.Context, params *GetVatRateCodesParams, ...) (*http.Response, error) + func (c *Client) GetVatSummary(ctx context.Context, params *GetVatSummaryParams, ...) (*http.Response, error) + func (c *Client) GetWebhook(ctx context.Context, id int64, params *GetWebhookParams, ...) (*http.Response, error) + func (c *Client) GetWebhooks(ctx context.Context, params *GetWebhooksParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RefreshExoneration(ctx context.Context, clientId int64, id int64, ...) (*http.Response, error) + func (c *Client) RegenerateDocumentPdf(ctx context.Context, id int64, params *RegenerateDocumentPdfParams, ...) (*http.Response, error) + func (c *Client) RegisterExoneration(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*http.Response, error) + func (c *Client) RegisterExonerationWithBody(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*http.Response, error) + func (c *Client) SearchCabys(ctx context.Context, params *SearchCabysParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) SendDocumentEmail(ctx context.Context, id int64, params *SendDocumentEmailParams, ...) (*http.Response, error) + func (c *Client) SetDefaultBranch(ctx context.Context, id int64, params *SetDefaultBranchParams, ...) (*http.Response, error) + func (c *Client) SetDefaultCashRegister(ctx context.Context, id int64, params *SetDefaultCashRegisterParams, ...) (*http.Response, error) + func (c *Client) SetDefaultIssuer(ctx context.Context, id int64, params *SetDefaultIssuerParams, ...) (*http.Response, error) + func (c *Client) TestWebhook(ctx context.Context, id int64, params *TestWebhookParams, ...) (*http.Response, error) + func (c *Client) UpdateBranch(ctx context.Context, id int64, params *UpdateBranchParams, ...) (*http.Response, error) + func (c *Client) UpdateBranchWithBody(ctx context.Context, id int64, params *UpdateBranchParams, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateCashRegister(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + func (c *Client) UpdateCashRegisterSequence(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + func (c *Client) UpdateCashRegisterSequenceWithBody(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + func (c *Client) UpdateCashRegisterWithBody(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + func (c *Client) UpdateClient(ctx context.Context, id int64, params *UpdateClientParams, ...) (*http.Response, error) + func (c *Client) UpdateClientWithBody(ctx context.Context, id int64, params *UpdateClientParams, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateDefaultReceiver(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*http.Response, error) + func (c *Client) UpdateDefaultReceiverWithBody(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*http.Response, error) + func (c *Client) UpdateIssuer(ctx context.Context, id int64, params *UpdateIssuerParams, ...) (*http.Response, error) + func (c *Client) UpdateIssuerWithBody(ctx context.Context, id int64, params *UpdateIssuerParams, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateSecretsWithBody(ctx context.Context, params *UpdateSecretsParams, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateSequence(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*http.Response, error) + func (c *Client) UpdateSequenceWithBody(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*http.Response, error) + func (c *Client) UpdateTenant(ctx context.Context, params *UpdateTenantParams, ...) (*http.Response, error) + func (c *Client) UpdateTenantWithBody(ctx context.Context, params *UpdateTenantParams, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateWebhook(ctx context.Context, id int64, params *UpdateWebhookParams, ...) (*http.Response, error) + func (c *Client) UpdateWebhookWithBody(ctx context.Context, id int64, params *UpdateWebhookParams, contentType string, ...) (*http.Response, error) + func (c *Client) UploadLogoWithBody(ctx context.Context, params *UploadLogoParams, contentType string, ...) (*http.Response, error) + func (c *Client) VoidApplication(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*http.Response, error) + func (c *Client) VoidApplicationWithBody(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*http.Response, error) + func (c *Client) VoidPayment(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*http.Response, error) + func (c *Client) VoidPaymentWithBody(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*http.Response, error) + type ClientExonerationRequest struct + DocumentNumber string + type ClientExonerationResponse struct + Active *bool + AuthorizationNumber *string + AuthorizationType *string + AuthorizationYear *int32 + BeneficiaryIdentification *string + CabysCodes *[]string + CfiaProjectCode *string + ClientId *int64 + DocumentNumber *string + DocumentTypeCode *string + DocumentTypeDescription *string + ExonerationRate *Decimal + ExpiresAt *openapi_types.Date + HasCabysRestrictions *bool + Id *int64 + InstitutionCode *string + InstitutionName *string + IssuedAt *openapi_types.Date + VerifiedAt *time.Time + type ClientInterface interface + ApplyPayment func(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*http.Response, error) + ApplyPaymentWithBody func(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*http.Response, error) + ClassifyDocumentItem func(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*http.Response, error) + ClassifyDocumentItemWithBody func(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*http.Response, error) + CreateBranch func(ctx context.Context, params *CreateBranchParams, ...) (*http.Response, error) + CreateBranchWithBody func(ctx context.Context, params *CreateBranchParams, contentType string, ...) (*http.Response, error) + CreateCashRegister func(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*http.Response, error) + CreateCashRegisterWithBody func(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*http.Response, error) + CreateClient func(ctx context.Context, params *CreateClientParams, ...) (*http.Response, error) + CreateClientWithBody func(ctx context.Context, params *CreateClientParams, contentType string, ...) (*http.Response, error) + CreateCreditNote func(ctx context.Context, params *CreateCreditNoteParams, ...) (*http.Response, error) + CreateCreditNoteWithBody func(ctx context.Context, params *CreateCreditNoteParams, contentType string, ...) (*http.Response, error) + CreateDebitNote func(ctx context.Context, params *CreateDebitNoteParams, ...) (*http.Response, error) + CreateDebitNoteWithBody func(ctx context.Context, params *CreateDebitNoteParams, contentType string, ...) (*http.Response, error) + CreateElectronicPaymentReceipt func(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*http.Response, error) + CreateElectronicPaymentReceiptWithBody func(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*http.Response, error) + CreateExportInvoice func(ctx context.Context, params *CreateExportInvoiceParams, ...) (*http.Response, error) + CreateExportInvoiceWithBody func(ctx context.Context, params *CreateExportInvoiceParams, contentType string, ...) (*http.Response, error) + CreateInvoice func(ctx context.Context, params *CreateInvoiceParams, ...) (*http.Response, error) + CreateInvoiceWithBody func(ctx context.Context, params *CreateInvoiceParams, contentType string, ...) (*http.Response, error) + CreateIssuer func(ctx context.Context, params *CreateIssuerParams, ...) (*http.Response, error) + CreateIssuerWithBody func(ctx context.Context, params *CreateIssuerParams, contentType string, ...) (*http.Response, error) + CreateOrUpdateReceiver func(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*http.Response, error) + CreateOrUpdateReceiverWithBody func(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*http.Response, error) + CreatePayment func(ctx context.Context, params *CreatePaymentParams, ...) (*http.Response, error) + CreatePaymentWithBody func(ctx context.Context, params *CreatePaymentParams, contentType string, ...) (*http.Response, error) + CreatePurchaseInvoice func(ctx context.Context, params *CreatePurchaseInvoiceParams, ...) (*http.Response, error) + CreatePurchaseInvoiceWithBody func(ctx context.Context, params *CreatePurchaseInvoiceParams, contentType string, ...) (*http.Response, error) + CreateReceipt func(ctx context.Context, params *CreateReceiptParams, ...) (*http.Response, error) + CreateReceiptWithBody func(ctx context.Context, params *CreateReceiptParams, contentType string, ...) (*http.Response, error) + CreateReceiverMessage func(ctx context.Context, params *CreateReceiverMessageParams, ...) (*http.Response, error) + CreateReceiverMessageWithBody func(ctx context.Context, params *CreateReceiverMessageParams, contentType string, ...) (*http.Response, error) + CreateWebhook func(ctx context.Context, params *CreateWebhookParams, ...) (*http.Response, error) + CreateWebhookWithBody func(ctx context.Context, params *CreateWebhookParams, contentType string, ...) (*http.Response, error) + DeactivateExoneration func(ctx context.Context, clientId int64, id int64, ...) (*http.Response, error) + DeleteBranch func(ctx context.Context, id int64, params *DeleteBranchParams, ...) (*http.Response, error) + DeleteCashRegister func(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + DeleteClient func(ctx context.Context, id int64, params *DeleteClientParams, ...) (*http.Response, error) + DeleteIssuer func(ctx context.Context, id int64, params *DeleteIssuerParams, ...) (*http.Response, error) + DeleteLogo func(ctx context.Context, params *DeleteLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteReceiver func(ctx context.Context, clientId int64, receiverId int64, ...) (*http.Response, error) + DeleteWebhook func(ctx context.Context, id int64, params *DeleteWebhookParams, ...) (*http.Response, error) + ExportFiscalReport func(ctx context.Context, params *ExportFiscalReportParams, ...) (*http.Response, error) + GetAgriculturalProducer func(ctx context.Context, legalIdentification string, ...) (*http.Response, error) + GetAllClients func(ctx context.Context, params *GetAllClientsParams, ...) (*http.Response, error) + GetAllDocuments func(ctx context.Context, params *GetAllDocumentsParams, ...) (*http.Response, error) + GetAllIssuers func(ctx context.Context, params *GetAllIssuersParams, ...) (*http.Response, error) + GetBranch func(ctx context.Context, id int64, params *GetBranchParams, ...) (*http.Response, error) + GetBranches func(ctx context.Context, params *GetBranchesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCabysByCode func(ctx context.Context, code string, params *GetCabysByCodeParams, ...) (*http.Response, error) + GetCantons func(ctx context.Context, params *GetCantonsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCashRegister func(ctx context.Context, branchId int64, id int64, params *GetCashRegisterParams, ...) (*http.Response, error) + GetCashRegisters func(ctx context.Context, branchId int64, params *GetCashRegistersParams, ...) (*http.Response, error) + GetClientById func(ctx context.Context, id int64, params *GetClientByIdParams, ...) (*http.Response, error) + GetClientExoneration func(ctx context.Context, clientId int64, id int64, ...) (*http.Response, error) + GetClientReceivers func(ctx context.Context, clientId int64, params *GetClientReceiversParams, ...) (*http.Response, error) + GetClientStatement func(ctx context.Context, clientId int64, params *GetClientStatementParams, ...) (*http.Response, error) + GetCurrencies func(ctx context.Context, params *GetCurrenciesParams, ...) (*http.Response, error) + GetDistricts func(ctx context.Context, params *GetDistrictsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetDocumentById func(ctx context.Context, id int64, params *GetDocumentByIdParams, ...) (*http.Response, error) + GetDocumentPdf func(ctx context.Context, id int64, params *GetDocumentPdfParams, ...) (*http.Response, error) + GetDocumentTypes func(ctx context.Context, params *GetDocumentTypesParams, ...) (*http.Response, error) + GetExchangeRates func(ctx context.Context, params *GetExchangeRatesParams, ...) (*http.Response, error) + GetExonerations func(ctx context.Context, clientId int64, params *GetExonerationsParams, ...) (*http.Response, error) + GetFaqturoXml func(ctx context.Context, id int64, params *GetFaqturoXmlParams, ...) (*http.Response, error) + GetFiscalReport func(ctx context.Context, params *GetFiscalReportParams, ...) (*http.Response, error) + GetFishingProducer func(ctx context.Context, legalIdentification string, ...) (*http.Response, error) + GetHaciendaXml func(ctx context.Context, id int64, params *GetHaciendaXmlParams, ...) (*http.Response, error) + GetInvoicingStatus func(ctx context.Context, params *GetInvoicingStatusParams, ...) (*http.Response, error) + GetIssuerById func(ctx context.Context, id int64, params *GetIssuerByIdParams, ...) (*http.Response, error) + GetLegalIdentificationTypes func(ctx context.Context, params *GetLegalIdentificationTypesParams, ...) (*http.Response, error) + GetLogo func(ctx context.Context, params *GetLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLogs func(ctx context.Context, id int64, params *GetLogsParams, ...) (*http.Response, error) + GetPayment func(ctx context.Context, paymentId int64, params *GetPaymentParams, ...) (*http.Response, error) + GetPaymentMethods func(ctx context.Context, params *GetPaymentMethodsParams, ...) (*http.Response, error) + GetPharmaceuticalForms func(ctx context.Context, params *GetPharmaceuticalFormsParams, ...) (*http.Response, error) + GetProvinces func(ctx context.Context, params *GetProvincesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetReceiverById func(ctx context.Context, clientId int64, receiverId int64, ...) (*http.Response, error) + GetSaleConditions func(ctx context.Context, params *GetSaleConditionsParams, ...) (*http.Response, error) + GetSequences func(ctx context.Context, params *GetSequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetTaxAuthorityExoneration func(ctx context.Context, authorization string, ...) (*http.Response, error) + GetTaxCodes func(ctx context.Context, params *GetTaxCodesParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetTaxRatesSummary func(ctx context.Context, params *GetTaxRatesSummaryParams, ...) (*http.Response, error) + GetTaxpayer func(ctx context.Context, legalIdentification string, params *GetTaxpayerParams, ...) (*http.Response, error) + GetTaxpayerInfo func(ctx context.Context, legalIdentification string, params *GetTaxpayerInfoParams, ...) (*http.Response, error) + GetTenant func(ctx context.Context, params *GetTenantParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetUnitsOfMeasure func(ctx context.Context, params *GetUnitsOfMeasureParams, ...) (*http.Response, error) + GetVatRateCodes func(ctx context.Context, params *GetVatRateCodesParams, ...) (*http.Response, error) + GetVatSummary func(ctx context.Context, params *GetVatSummaryParams, ...) (*http.Response, error) + GetWebhook func(ctx context.Context, id int64, params *GetWebhookParams, ...) (*http.Response, error) + GetWebhooks func(ctx context.Context, params *GetWebhooksParams, reqEditors ...RequestEditorFn) (*http.Response, error) + RefreshExoneration func(ctx context.Context, clientId int64, id int64, ...) (*http.Response, error) + RegenerateDocumentPdf func(ctx context.Context, id int64, params *RegenerateDocumentPdfParams, ...) (*http.Response, error) + RegisterExoneration func(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*http.Response, error) + RegisterExonerationWithBody func(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*http.Response, error) + SearchCabys func(ctx context.Context, params *SearchCabysParams, reqEditors ...RequestEditorFn) (*http.Response, error) + SendDocumentEmail func(ctx context.Context, id int64, params *SendDocumentEmailParams, ...) (*http.Response, error) + SetDefaultBranch func(ctx context.Context, id int64, params *SetDefaultBranchParams, ...) (*http.Response, error) + SetDefaultCashRegister func(ctx context.Context, id int64, params *SetDefaultCashRegisterParams, ...) (*http.Response, error) + SetDefaultIssuer func(ctx context.Context, id int64, params *SetDefaultIssuerParams, ...) (*http.Response, error) + TestWebhook func(ctx context.Context, id int64, params *TestWebhookParams, ...) (*http.Response, error) + UpdateBranch func(ctx context.Context, id int64, params *UpdateBranchParams, ...) (*http.Response, error) + UpdateBranchWithBody func(ctx context.Context, id int64, params *UpdateBranchParams, contentType string, ...) (*http.Response, error) + UpdateCashRegister func(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + UpdateCashRegisterSequence func(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + UpdateCashRegisterSequenceWithBody func(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + UpdateCashRegisterWithBody func(ctx context.Context, branchId int64, id int64, ...) (*http.Response, error) + UpdateClient func(ctx context.Context, id int64, params *UpdateClientParams, ...) (*http.Response, error) + UpdateClientWithBody func(ctx context.Context, id int64, params *UpdateClientParams, contentType string, ...) (*http.Response, error) + UpdateDefaultReceiver func(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*http.Response, error) + UpdateDefaultReceiverWithBody func(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*http.Response, error) + UpdateIssuer func(ctx context.Context, id int64, params *UpdateIssuerParams, ...) (*http.Response, error) + UpdateIssuerWithBody func(ctx context.Context, id int64, params *UpdateIssuerParams, contentType string, ...) (*http.Response, error) + UpdateSecretsWithBody func(ctx context.Context, params *UpdateSecretsParams, contentType string, ...) (*http.Response, error) + UpdateSequence func(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*http.Response, error) + UpdateSequenceWithBody func(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*http.Response, error) + UpdateTenant func(ctx context.Context, params *UpdateTenantParams, ...) (*http.Response, error) + UpdateTenantWithBody func(ctx context.Context, params *UpdateTenantParams, contentType string, ...) (*http.Response, error) + UpdateWebhook func(ctx context.Context, id int64, params *UpdateWebhookParams, ...) (*http.Response, error) + UpdateWebhookWithBody func(ctx context.Context, id int64, params *UpdateWebhookParams, contentType string, ...) (*http.Response, error) + UploadLogoWithBody func(ctx context.Context, params *UploadLogoParams, contentType string, ...) (*http.Response, error) + VoidApplication func(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*http.Response, error) + VoidApplicationWithBody func(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*http.Response, error) + VoidPayment func(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*http.Response, error) + VoidPaymentWithBody func(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*http.Response, error) + type ClientOption func(*Client) error + func WithAPIVersion(version string) ClientOption + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditor(editor RequestEditorFn) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + func WithTimeout(timeout time.Duration) ClientOption + type ClientReceiverRequest struct + Address *AddressRequest + CommercialName *string + Email *openapi_types.Email + Fax *PhoneRequest + Phone *PhoneRequest + ReceiverActivityCode string + type ClientReceiverResponse struct + Address *AddressResponse + CommercialName *string + Email *string + Fax *PhoneResponse + Id *int64 + IsDefault *bool + Phone *PhoneResponse + ReceiverActivityCode *string + type ClientRequest struct + CommercialName *string + LegalIdentification LegalIdentificationRequest + Name string + type ClientResponse struct + Id *int64 + LegalIdentification *LegalIdentificationResponse + Name *string + Receivers *[]ClientReceiverResponse + type ClientUpdateRequest struct + CommercialName *string + Email *openapi_types.Email + Name *string + type ClientWithResponses struct + func NewAPIKeyClient(server, apiKey string, options ...ClientOption) (*ClientWithResponses, error) + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) ApplyPaymentWithBodyWithResponse(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*ApplyPaymentResponse, error) + func (c *ClientWithResponses) ApplyPaymentWithResponse(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*ApplyPaymentResponse, error) + func (c *ClientWithResponses) ClassifyDocumentItemWithBodyWithResponse(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*ClassifyDocumentItemResponse, error) + func (c *ClientWithResponses) ClassifyDocumentItemWithResponse(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*ClassifyDocumentItemResponse, error) + func (c *ClientWithResponses) CreateBranchWithBodyWithResponse(ctx context.Context, params *CreateBranchParams, contentType string, ...) (*CreateBranchResponse, error) + func (c *ClientWithResponses) CreateBranchWithResponse(ctx context.Context, params *CreateBranchParams, ...) (*CreateBranchResponse, error) + func (c *ClientWithResponses) CreateCashRegisterWithBodyWithResponse(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*CreateCashRegisterResponse, error) + func (c *ClientWithResponses) CreateCashRegisterWithResponse(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*CreateCashRegisterResponse, error) + func (c *ClientWithResponses) CreateClientWithBodyWithResponse(ctx context.Context, params *CreateClientParams, contentType string, ...) (*CreateClientResponse, error) + func (c *ClientWithResponses) CreateClientWithResponse(ctx context.Context, params *CreateClientParams, ...) (*CreateClientResponse, error) + func (c *ClientWithResponses) CreateCreditNoteWithBodyWithResponse(ctx context.Context, params *CreateCreditNoteParams, contentType string, ...) (*CreateCreditNoteResponse, error) + func (c *ClientWithResponses) CreateCreditNoteWithResponse(ctx context.Context, params *CreateCreditNoteParams, ...) (*CreateCreditNoteResponse, error) + func (c *ClientWithResponses) CreateDebitNoteWithBodyWithResponse(ctx context.Context, params *CreateDebitNoteParams, contentType string, ...) (*CreateDebitNoteResponse, error) + func (c *ClientWithResponses) CreateDebitNoteWithResponse(ctx context.Context, params *CreateDebitNoteParams, ...) (*CreateDebitNoteResponse, error) + func (c *ClientWithResponses) CreateElectronicPaymentReceiptWithBodyWithResponse(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*CreateElectronicPaymentReceiptResponse, error) + func (c *ClientWithResponses) CreateElectronicPaymentReceiptWithResponse(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*CreateElectronicPaymentReceiptResponse, error) + func (c *ClientWithResponses) CreateExportInvoiceWithBodyWithResponse(ctx context.Context, params *CreateExportInvoiceParams, contentType string, ...) (*CreateExportInvoiceResponse, error) + func (c *ClientWithResponses) CreateExportInvoiceWithResponse(ctx context.Context, params *CreateExportInvoiceParams, ...) (*CreateExportInvoiceResponse, error) + func (c *ClientWithResponses) CreateInvoiceWithBodyWithResponse(ctx context.Context, params *CreateInvoiceParams, contentType string, ...) (*CreateInvoiceResponse, error) + func (c *ClientWithResponses) CreateInvoiceWithResponse(ctx context.Context, params *CreateInvoiceParams, ...) (*CreateInvoiceResponse, error) + func (c *ClientWithResponses) CreateIssuerWithBodyWithResponse(ctx context.Context, params *CreateIssuerParams, contentType string, ...) (*CreateIssuerResponse, error) + func (c *ClientWithResponses) CreateIssuerWithResponse(ctx context.Context, params *CreateIssuerParams, ...) (*CreateIssuerResponse, error) + func (c *ClientWithResponses) CreateOrUpdateReceiverWithBodyWithResponse(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*CreateOrUpdateReceiverResponse, error) + func (c *ClientWithResponses) CreateOrUpdateReceiverWithResponse(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*CreateOrUpdateReceiverResponse, error) + func (c *ClientWithResponses) CreatePaymentWithBodyWithResponse(ctx context.Context, params *CreatePaymentParams, contentType string, ...) (*CreatePaymentResponse, error) + func (c *ClientWithResponses) CreatePaymentWithResponse(ctx context.Context, params *CreatePaymentParams, ...) (*CreatePaymentResponse, error) + func (c *ClientWithResponses) CreatePurchaseInvoiceWithBodyWithResponse(ctx context.Context, params *CreatePurchaseInvoiceParams, contentType string, ...) (*CreatePurchaseInvoiceResponse, error) + func (c *ClientWithResponses) CreatePurchaseInvoiceWithResponse(ctx context.Context, params *CreatePurchaseInvoiceParams, ...) (*CreatePurchaseInvoiceResponse, error) + func (c *ClientWithResponses) CreateReceiptWithBodyWithResponse(ctx context.Context, params *CreateReceiptParams, contentType string, ...) (*CreateReceiptResponse, error) + func (c *ClientWithResponses) CreateReceiptWithResponse(ctx context.Context, params *CreateReceiptParams, ...) (*CreateReceiptResponse, error) + func (c *ClientWithResponses) CreateReceiverMessageWithBodyWithResponse(ctx context.Context, params *CreateReceiverMessageParams, contentType string, ...) (*CreateReceiverMessageResponse, error) + func (c *ClientWithResponses) CreateReceiverMessageWithResponse(ctx context.Context, params *CreateReceiverMessageParams, ...) (*CreateReceiverMessageResponse, error) + func (c *ClientWithResponses) CreateWebhookWithBodyWithResponse(ctx context.Context, params *CreateWebhookParams, contentType string, ...) (*CreateWebhookResponse, error) + func (c *ClientWithResponses) CreateWebhookWithResponse(ctx context.Context, params *CreateWebhookParams, ...) (*CreateWebhookResponse, error) + func (c *ClientWithResponses) DeactivateExonerationWithResponse(ctx context.Context, clientId int64, id int64, ...) (*DeactivateExonerationResponse, error) + func (c *ClientWithResponses) DeleteBranchWithResponse(ctx context.Context, id int64, params *DeleteBranchParams, ...) (*DeleteBranchResponse, error) + func (c *ClientWithResponses) DeleteCashRegisterWithResponse(ctx context.Context, branchId int64, id int64, ...) (*DeleteCashRegisterResponse, error) + func (c *ClientWithResponses) DeleteClientWithResponse(ctx context.Context, id int64, params *DeleteClientParams, ...) (*DeleteClientResponse, error) + func (c *ClientWithResponses) DeleteIssuerWithResponse(ctx context.Context, id int64, params *DeleteIssuerParams, ...) (*DeleteIssuerResponse, error) + func (c *ClientWithResponses) DeleteLogoWithResponse(ctx context.Context, params *DeleteLogoParams, reqEditors ...RequestEditorFn) (*DeleteLogoResponse, error) + func (c *ClientWithResponses) DeleteReceiverWithResponse(ctx context.Context, clientId int64, receiverId int64, ...) (*DeleteReceiverResponse, error) + func (c *ClientWithResponses) DeleteWebhookWithResponse(ctx context.Context, id int64, params *DeleteWebhookParams, ...) (*DeleteWebhookResponse, error) + func (c *ClientWithResponses) ExportFiscalReportWithResponse(ctx context.Context, params *ExportFiscalReportParams, ...) (*ExportFiscalReportResponse, error) + func (c *ClientWithResponses) GetAgriculturalProducerWithResponse(ctx context.Context, legalIdentification string, ...) (*GetAgriculturalProducerResponse, error) + func (c *ClientWithResponses) GetAllClientsWithResponse(ctx context.Context, params *GetAllClientsParams, ...) (*GetAllClientsResponse, error) + func (c *ClientWithResponses) GetAllDocumentsWithResponse(ctx context.Context, params *GetAllDocumentsParams, ...) (*GetAllDocumentsResponse, error) + func (c *ClientWithResponses) GetAllIssuersWithResponse(ctx context.Context, params *GetAllIssuersParams, ...) (*GetAllIssuersResponse, error) + func (c *ClientWithResponses) GetBranchWithResponse(ctx context.Context, id int64, params *GetBranchParams, ...) (*GetBranchResponse, error) + func (c *ClientWithResponses) GetBranchesWithResponse(ctx context.Context, params *GetBranchesParams, reqEditors ...RequestEditorFn) (*GetBranchesResponse, error) + func (c *ClientWithResponses) GetCabysByCodeWithResponse(ctx context.Context, code string, params *GetCabysByCodeParams, ...) (*GetCabysByCodeResponse, error) + func (c *ClientWithResponses) GetCantonsWithResponse(ctx context.Context, params *GetCantonsParams, reqEditors ...RequestEditorFn) (*GetCantonsResponse, error) + func (c *ClientWithResponses) GetCashRegisterWithResponse(ctx context.Context, branchId int64, id int64, params *GetCashRegisterParams, ...) (*GetCashRegisterResponse, error) + func (c *ClientWithResponses) GetCashRegistersWithResponse(ctx context.Context, branchId int64, params *GetCashRegistersParams, ...) (*GetCashRegistersResponse, error) + func (c *ClientWithResponses) GetClientByIdWithResponse(ctx context.Context, id int64, params *GetClientByIdParams, ...) (*GetClientByIdResponse, error) + func (c *ClientWithResponses) GetClientExonerationWithResponse(ctx context.Context, clientId int64, id int64, ...) (*GetClientExonerationResponse, error) + func (c *ClientWithResponses) GetClientReceiversWithResponse(ctx context.Context, clientId int64, params *GetClientReceiversParams, ...) (*GetClientReceiversResponse, error) + func (c *ClientWithResponses) GetClientStatementWithResponse(ctx context.Context, clientId int64, params *GetClientStatementParams, ...) (*GetClientStatementResponse, error) + func (c *ClientWithResponses) GetCurrenciesWithResponse(ctx context.Context, params *GetCurrenciesParams, ...) (*GetCurrenciesResponse, error) + func (c *ClientWithResponses) GetDistrictsWithResponse(ctx context.Context, params *GetDistrictsParams, reqEditors ...RequestEditorFn) (*GetDistrictsResponse, error) + func (c *ClientWithResponses) GetDocumentByIdWithResponse(ctx context.Context, id int64, params *GetDocumentByIdParams, ...) (*GetDocumentByIdResponse, error) + func (c *ClientWithResponses) GetDocumentPdfWithResponse(ctx context.Context, id int64, params *GetDocumentPdfParams, ...) (*GetDocumentPdfResponse, error) + func (c *ClientWithResponses) GetDocumentTypesWithResponse(ctx context.Context, params *GetDocumentTypesParams, ...) (*GetDocumentTypesResponse, error) + func (c *ClientWithResponses) GetExchangeRatesWithResponse(ctx context.Context, params *GetExchangeRatesParams, ...) (*GetExchangeRatesResponse, error) + func (c *ClientWithResponses) GetExonerationsWithResponse(ctx context.Context, clientId int64, params *GetExonerationsParams, ...) (*GetExonerationsResponse, error) + func (c *ClientWithResponses) GetFaqturoXmlWithResponse(ctx context.Context, id int64, params *GetFaqturoXmlParams, ...) (*GetFaqturoXmlResponse, error) + func (c *ClientWithResponses) GetFiscalReportWithResponse(ctx context.Context, params *GetFiscalReportParams, ...) (*GetFiscalReportResponse, error) + func (c *ClientWithResponses) GetFishingProducerWithResponse(ctx context.Context, legalIdentification string, ...) (*GetFishingProducerResponse, error) + func (c *ClientWithResponses) GetHaciendaXmlWithResponse(ctx context.Context, id int64, params *GetHaciendaXmlParams, ...) (*GetHaciendaXmlResponse, error) + func (c *ClientWithResponses) GetInvoicingStatusWithResponse(ctx context.Context, params *GetInvoicingStatusParams, ...) (*GetInvoicingStatusResponse, error) + func (c *ClientWithResponses) GetIssuerByIdWithResponse(ctx context.Context, id int64, params *GetIssuerByIdParams, ...) (*GetIssuerByIdResponse, error) + func (c *ClientWithResponses) GetLegalIdentificationTypesWithResponse(ctx context.Context, params *GetLegalIdentificationTypesParams, ...) (*GetLegalIdentificationTypesResponse, error) + func (c *ClientWithResponses) GetLogoWithResponse(ctx context.Context, params *GetLogoParams, reqEditors ...RequestEditorFn) (*GetLogoResponse, error) + func (c *ClientWithResponses) GetLogsWithResponse(ctx context.Context, id int64, params *GetLogsParams, ...) (*GetLogsResponse, error) + func (c *ClientWithResponses) GetPaymentMethodsWithResponse(ctx context.Context, params *GetPaymentMethodsParams, ...) (*GetPaymentMethodsResponse, error) + func (c *ClientWithResponses) GetPaymentWithResponse(ctx context.Context, paymentId int64, params *GetPaymentParams, ...) (*GetPaymentResponse, error) + func (c *ClientWithResponses) GetPharmaceuticalFormsWithResponse(ctx context.Context, params *GetPharmaceuticalFormsParams, ...) (*GetPharmaceuticalFormsResponse, error) + func (c *ClientWithResponses) GetProvincesWithResponse(ctx context.Context, params *GetProvincesParams, reqEditors ...RequestEditorFn) (*GetProvincesResponse, error) + func (c *ClientWithResponses) GetReceiverByIdWithResponse(ctx context.Context, clientId int64, receiverId int64, ...) (*GetReceiverByIdResponse, error) + func (c *ClientWithResponses) GetSaleConditionsWithResponse(ctx context.Context, params *GetSaleConditionsParams, ...) (*GetSaleConditionsResponse, error) + func (c *ClientWithResponses) GetSequencesWithResponse(ctx context.Context, params *GetSequencesParams, reqEditors ...RequestEditorFn) (*GetSequencesResponse, error) + func (c *ClientWithResponses) GetTaxAuthorityExonerationWithResponse(ctx context.Context, authorization string, ...) (*GetTaxAuthorityExonerationResponse, error) + func (c *ClientWithResponses) GetTaxCodesWithResponse(ctx context.Context, params *GetTaxCodesParams, reqEditors ...RequestEditorFn) (*GetTaxCodesResponse, error) + func (c *ClientWithResponses) GetTaxRatesSummaryWithResponse(ctx context.Context, params *GetTaxRatesSummaryParams, ...) (*GetTaxRatesSummaryResponse, error) + func (c *ClientWithResponses) GetTaxpayerInfoWithResponse(ctx context.Context, legalIdentification string, params *GetTaxpayerInfoParams, ...) (*GetTaxpayerInfoResponse, error) + func (c *ClientWithResponses) GetTaxpayerWithResponse(ctx context.Context, legalIdentification string, params *GetTaxpayerParams, ...) (*GetTaxpayerResponse, error) + func (c *ClientWithResponses) GetTenantWithResponse(ctx context.Context, params *GetTenantParams, reqEditors ...RequestEditorFn) (*GetTenantResponse, error) + func (c *ClientWithResponses) GetUnitsOfMeasureWithResponse(ctx context.Context, params *GetUnitsOfMeasureParams, ...) (*GetUnitsOfMeasureResponse, error) + func (c *ClientWithResponses) GetVatRateCodesWithResponse(ctx context.Context, params *GetVatRateCodesParams, ...) (*GetVatRateCodesResponse, error) + func (c *ClientWithResponses) GetVatSummaryWithResponse(ctx context.Context, params *GetVatSummaryParams, ...) (*GetVatSummaryResponse, error) + func (c *ClientWithResponses) GetWebhookWithResponse(ctx context.Context, id int64, params *GetWebhookParams, ...) (*GetWebhookResponse, error) + func (c *ClientWithResponses) GetWebhooksWithResponse(ctx context.Context, params *GetWebhooksParams, reqEditors ...RequestEditorFn) (*GetWebhooksResponse, error) + func (c *ClientWithResponses) RefreshExonerationWithResponse(ctx context.Context, clientId int64, id int64, ...) (*RefreshExonerationResponse, error) + func (c *ClientWithResponses) RegenerateDocumentPdfWithResponse(ctx context.Context, id int64, params *RegenerateDocumentPdfParams, ...) (*RegenerateDocumentPdfResponse, error) + func (c *ClientWithResponses) RegisterExonerationWithBodyWithResponse(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*RegisterExonerationResponse, error) + func (c *ClientWithResponses) RegisterExonerationWithResponse(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*RegisterExonerationResponse, error) + func (c *ClientWithResponses) SearchCabysWithResponse(ctx context.Context, params *SearchCabysParams, reqEditors ...RequestEditorFn) (*SearchCabysResponse, error) + func (c *ClientWithResponses) SendDocumentEmailWithResponse(ctx context.Context, id int64, params *SendDocumentEmailParams, ...) (*SendDocumentEmailResponse, error) + func (c *ClientWithResponses) SetDefaultBranchWithResponse(ctx context.Context, id int64, params *SetDefaultBranchParams, ...) (*SetDefaultBranchResponse, error) + func (c *ClientWithResponses) SetDefaultCashRegisterWithResponse(ctx context.Context, id int64, params *SetDefaultCashRegisterParams, ...) (*SetDefaultCashRegisterResponse, error) + func (c *ClientWithResponses) SetDefaultIssuerWithResponse(ctx context.Context, id int64, params *SetDefaultIssuerParams, ...) (*SetDefaultIssuerResponse, error) + func (c *ClientWithResponses) TestWebhookWithResponse(ctx context.Context, id int64, params *TestWebhookParams, ...) (*TestWebhookResponse, error) + func (c *ClientWithResponses) UpdateBranchWithBodyWithResponse(ctx context.Context, id int64, params *UpdateBranchParams, contentType string, ...) (*UpdateBranchResponse, error) + func (c *ClientWithResponses) UpdateBranchWithResponse(ctx context.Context, id int64, params *UpdateBranchParams, ...) (*UpdateBranchResponse, error) + func (c *ClientWithResponses) UpdateCashRegisterSequenceWithBodyWithResponse(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterSequenceResponse, error) + func (c *ClientWithResponses) UpdateCashRegisterSequenceWithResponse(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterSequenceResponse, error) + func (c *ClientWithResponses) UpdateCashRegisterWithBodyWithResponse(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterResponse, error) + func (c *ClientWithResponses) UpdateCashRegisterWithResponse(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterResponse, error) + func (c *ClientWithResponses) UpdateClientWithBodyWithResponse(ctx context.Context, id int64, params *UpdateClientParams, contentType string, ...) (*UpdateClientResponse, error) + func (c *ClientWithResponses) UpdateClientWithResponse(ctx context.Context, id int64, params *UpdateClientParams, ...) (*UpdateClientResponse, error) + func (c *ClientWithResponses) UpdateDefaultReceiverWithBodyWithResponse(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*UpdateDefaultReceiverResponse, error) + func (c *ClientWithResponses) UpdateDefaultReceiverWithResponse(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*UpdateDefaultReceiverResponse, error) + func (c *ClientWithResponses) UpdateIssuerWithBodyWithResponse(ctx context.Context, id int64, params *UpdateIssuerParams, contentType string, ...) (*UpdateIssuerResponse, error) + func (c *ClientWithResponses) UpdateIssuerWithResponse(ctx context.Context, id int64, params *UpdateIssuerParams, ...) (*UpdateIssuerResponse, error) + func (c *ClientWithResponses) UpdateSecretsWithBodyWithResponse(ctx context.Context, params *UpdateSecretsParams, contentType string, ...) (*UpdateSecretsResponse, error) + func (c *ClientWithResponses) UpdateSequenceWithBodyWithResponse(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*UpdateSequenceResponse, error) + func (c *ClientWithResponses) UpdateSequenceWithResponse(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*UpdateSequenceResponse, error) + func (c *ClientWithResponses) UpdateTenantWithBodyWithResponse(ctx context.Context, params *UpdateTenantParams, contentType string, ...) (*UpdateTenantResponse, error) + func (c *ClientWithResponses) UpdateTenantWithResponse(ctx context.Context, params *UpdateTenantParams, ...) (*UpdateTenantResponse, error) + func (c *ClientWithResponses) UpdateWebhookWithBodyWithResponse(ctx context.Context, id int64, params *UpdateWebhookParams, contentType string, ...) (*UpdateWebhookResponse, error) + func (c *ClientWithResponses) UpdateWebhookWithResponse(ctx context.Context, id int64, params *UpdateWebhookParams, ...) (*UpdateWebhookResponse, error) + func (c *ClientWithResponses) UploadLogoWithBodyWithResponse(ctx context.Context, params *UploadLogoParams, contentType string, ...) (*UploadLogoResponse, error) + func (c *ClientWithResponses) VoidApplicationWithBodyWithResponse(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*VoidApplicationResponse, error) + func (c *ClientWithResponses) VoidApplicationWithResponse(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*VoidApplicationResponse, error) + func (c *ClientWithResponses) VoidPaymentWithBodyWithResponse(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*VoidPaymentResponse, error) + func (c *ClientWithResponses) VoidPaymentWithResponse(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*VoidPaymentResponse, error) + type ClientWithResponsesInterface interface + ApplyPaymentWithBodyWithResponse func(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*ApplyPaymentResponse, error) + ApplyPaymentWithResponse func(ctx context.Context, paymentId int64, params *ApplyPaymentParams, ...) (*ApplyPaymentResponse, error) + ClassifyDocumentItemWithBodyWithResponse func(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*ClassifyDocumentItemResponse, error) + ClassifyDocumentItemWithResponse func(ctx context.Context, itemId int64, params *ClassifyDocumentItemParams, ...) (*ClassifyDocumentItemResponse, error) + CreateBranchWithBodyWithResponse func(ctx context.Context, params *CreateBranchParams, contentType string, ...) (*CreateBranchResponse, error) + CreateBranchWithResponse func(ctx context.Context, params *CreateBranchParams, ...) (*CreateBranchResponse, error) + CreateCashRegisterWithBodyWithResponse func(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*CreateCashRegisterResponse, error) + CreateCashRegisterWithResponse func(ctx context.Context, branchId int64, params *CreateCashRegisterParams, ...) (*CreateCashRegisterResponse, error) + CreateClientWithBodyWithResponse func(ctx context.Context, params *CreateClientParams, contentType string, ...) (*CreateClientResponse, error) + CreateClientWithResponse func(ctx context.Context, params *CreateClientParams, ...) (*CreateClientResponse, error) + CreateCreditNoteWithBodyWithResponse func(ctx context.Context, params *CreateCreditNoteParams, contentType string, ...) (*CreateCreditNoteResponse, error) + CreateCreditNoteWithResponse func(ctx context.Context, params *CreateCreditNoteParams, ...) (*CreateCreditNoteResponse, error) + CreateDebitNoteWithBodyWithResponse func(ctx context.Context, params *CreateDebitNoteParams, contentType string, ...) (*CreateDebitNoteResponse, error) + CreateDebitNoteWithResponse func(ctx context.Context, params *CreateDebitNoteParams, ...) (*CreateDebitNoteResponse, error) + CreateElectronicPaymentReceiptWithBodyWithResponse func(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*CreateElectronicPaymentReceiptResponse, error) + CreateElectronicPaymentReceiptWithResponse func(ctx context.Context, params *CreateElectronicPaymentReceiptParams, ...) (*CreateElectronicPaymentReceiptResponse, error) + CreateExportInvoiceWithBodyWithResponse func(ctx context.Context, params *CreateExportInvoiceParams, contentType string, ...) (*CreateExportInvoiceResponse, error) + CreateExportInvoiceWithResponse func(ctx context.Context, params *CreateExportInvoiceParams, ...) (*CreateExportInvoiceResponse, error) + CreateInvoiceWithBodyWithResponse func(ctx context.Context, params *CreateInvoiceParams, contentType string, ...) (*CreateInvoiceResponse, error) + CreateInvoiceWithResponse func(ctx context.Context, params *CreateInvoiceParams, ...) (*CreateInvoiceResponse, error) + CreateIssuerWithBodyWithResponse func(ctx context.Context, params *CreateIssuerParams, contentType string, ...) (*CreateIssuerResponse, error) + CreateIssuerWithResponse func(ctx context.Context, params *CreateIssuerParams, ...) (*CreateIssuerResponse, error) + CreateOrUpdateReceiverWithBodyWithResponse func(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*CreateOrUpdateReceiverResponse, error) + CreateOrUpdateReceiverWithResponse func(ctx context.Context, clientId int64, params *CreateOrUpdateReceiverParams, ...) (*CreateOrUpdateReceiverResponse, error) + CreatePaymentWithBodyWithResponse func(ctx context.Context, params *CreatePaymentParams, contentType string, ...) (*CreatePaymentResponse, error) + CreatePaymentWithResponse func(ctx context.Context, params *CreatePaymentParams, ...) (*CreatePaymentResponse, error) + CreatePurchaseInvoiceWithBodyWithResponse func(ctx context.Context, params *CreatePurchaseInvoiceParams, contentType string, ...) (*CreatePurchaseInvoiceResponse, error) + CreatePurchaseInvoiceWithResponse func(ctx context.Context, params *CreatePurchaseInvoiceParams, ...) (*CreatePurchaseInvoiceResponse, error) + CreateReceiptWithBodyWithResponse func(ctx context.Context, params *CreateReceiptParams, contentType string, ...) (*CreateReceiptResponse, error) + CreateReceiptWithResponse func(ctx context.Context, params *CreateReceiptParams, ...) (*CreateReceiptResponse, error) + CreateReceiverMessageWithBodyWithResponse func(ctx context.Context, params *CreateReceiverMessageParams, contentType string, ...) (*CreateReceiverMessageResponse, error) + CreateReceiverMessageWithResponse func(ctx context.Context, params *CreateReceiverMessageParams, ...) (*CreateReceiverMessageResponse, error) + CreateWebhookWithBodyWithResponse func(ctx context.Context, params *CreateWebhookParams, contentType string, ...) (*CreateWebhookResponse, error) + CreateWebhookWithResponse func(ctx context.Context, params *CreateWebhookParams, ...) (*CreateWebhookResponse, error) + DeactivateExonerationWithResponse func(ctx context.Context, clientId int64, id int64, ...) (*DeactivateExonerationResponse, error) + DeleteBranchWithResponse func(ctx context.Context, id int64, params *DeleteBranchParams, ...) (*DeleteBranchResponse, error) + DeleteCashRegisterWithResponse func(ctx context.Context, branchId int64, id int64, ...) (*DeleteCashRegisterResponse, error) + DeleteClientWithResponse func(ctx context.Context, id int64, params *DeleteClientParams, ...) (*DeleteClientResponse, error) + DeleteIssuerWithResponse func(ctx context.Context, id int64, params *DeleteIssuerParams, ...) (*DeleteIssuerResponse, error) + DeleteLogoWithResponse func(ctx context.Context, params *DeleteLogoParams, reqEditors ...RequestEditorFn) (*DeleteLogoResponse, error) + DeleteReceiverWithResponse func(ctx context.Context, clientId int64, receiverId int64, ...) (*DeleteReceiverResponse, error) + DeleteWebhookWithResponse func(ctx context.Context, id int64, params *DeleteWebhookParams, ...) (*DeleteWebhookResponse, error) + ExportFiscalReportWithResponse func(ctx context.Context, params *ExportFiscalReportParams, ...) (*ExportFiscalReportResponse, error) + GetAgriculturalProducerWithResponse func(ctx context.Context, legalIdentification string, ...) (*GetAgriculturalProducerResponse, error) + GetAllClientsWithResponse func(ctx context.Context, params *GetAllClientsParams, ...) (*GetAllClientsResponse, error) + GetAllDocumentsWithResponse func(ctx context.Context, params *GetAllDocumentsParams, ...) (*GetAllDocumentsResponse, error) + GetAllIssuersWithResponse func(ctx context.Context, params *GetAllIssuersParams, ...) (*GetAllIssuersResponse, error) + GetBranchWithResponse func(ctx context.Context, id int64, params *GetBranchParams, ...) (*GetBranchResponse, error) + GetBranchesWithResponse func(ctx context.Context, params *GetBranchesParams, reqEditors ...RequestEditorFn) (*GetBranchesResponse, error) + GetCabysByCodeWithResponse func(ctx context.Context, code string, params *GetCabysByCodeParams, ...) (*GetCabysByCodeResponse, error) + GetCantonsWithResponse func(ctx context.Context, params *GetCantonsParams, reqEditors ...RequestEditorFn) (*GetCantonsResponse, error) + GetCashRegisterWithResponse func(ctx context.Context, branchId int64, id int64, params *GetCashRegisterParams, ...) (*GetCashRegisterResponse, error) + GetCashRegistersWithResponse func(ctx context.Context, branchId int64, params *GetCashRegistersParams, ...) (*GetCashRegistersResponse, error) + GetClientByIdWithResponse func(ctx context.Context, id int64, params *GetClientByIdParams, ...) (*GetClientByIdResponse, error) + GetClientExonerationWithResponse func(ctx context.Context, clientId int64, id int64, ...) (*GetClientExonerationResponse, error) + GetClientReceiversWithResponse func(ctx context.Context, clientId int64, params *GetClientReceiversParams, ...) (*GetClientReceiversResponse, error) + GetClientStatementWithResponse func(ctx context.Context, clientId int64, params *GetClientStatementParams, ...) (*GetClientStatementResponse, error) + GetCurrenciesWithResponse func(ctx context.Context, params *GetCurrenciesParams, ...) (*GetCurrenciesResponse, error) + GetDistrictsWithResponse func(ctx context.Context, params *GetDistrictsParams, reqEditors ...RequestEditorFn) (*GetDistrictsResponse, error) + GetDocumentByIdWithResponse func(ctx context.Context, id int64, params *GetDocumentByIdParams, ...) (*GetDocumentByIdResponse, error) + GetDocumentPdfWithResponse func(ctx context.Context, id int64, params *GetDocumentPdfParams, ...) (*GetDocumentPdfResponse, error) + GetDocumentTypesWithResponse func(ctx context.Context, params *GetDocumentTypesParams, ...) (*GetDocumentTypesResponse, error) + GetExchangeRatesWithResponse func(ctx context.Context, params *GetExchangeRatesParams, ...) (*GetExchangeRatesResponse, error) + GetExonerationsWithResponse func(ctx context.Context, clientId int64, params *GetExonerationsParams, ...) (*GetExonerationsResponse, error) + GetFaqturoXmlWithResponse func(ctx context.Context, id int64, params *GetFaqturoXmlParams, ...) (*GetFaqturoXmlResponse, error) + GetFiscalReportWithResponse func(ctx context.Context, params *GetFiscalReportParams, ...) (*GetFiscalReportResponse, error) + GetFishingProducerWithResponse func(ctx context.Context, legalIdentification string, ...) (*GetFishingProducerResponse, error) + GetHaciendaXmlWithResponse func(ctx context.Context, id int64, params *GetHaciendaXmlParams, ...) (*GetHaciendaXmlResponse, error) + GetInvoicingStatusWithResponse func(ctx context.Context, params *GetInvoicingStatusParams, ...) (*GetInvoicingStatusResponse, error) + GetIssuerByIdWithResponse func(ctx context.Context, id int64, params *GetIssuerByIdParams, ...) (*GetIssuerByIdResponse, error) + GetLegalIdentificationTypesWithResponse func(ctx context.Context, params *GetLegalIdentificationTypesParams, ...) (*GetLegalIdentificationTypesResponse, error) + GetLogoWithResponse func(ctx context.Context, params *GetLogoParams, reqEditors ...RequestEditorFn) (*GetLogoResponse, error) + GetLogsWithResponse func(ctx context.Context, id int64, params *GetLogsParams, ...) (*GetLogsResponse, error) + GetPaymentMethodsWithResponse func(ctx context.Context, params *GetPaymentMethodsParams, ...) (*GetPaymentMethodsResponse, error) + GetPaymentWithResponse func(ctx context.Context, paymentId int64, params *GetPaymentParams, ...) (*GetPaymentResponse, error) + GetPharmaceuticalFormsWithResponse func(ctx context.Context, params *GetPharmaceuticalFormsParams, ...) (*GetPharmaceuticalFormsResponse, error) + GetProvincesWithResponse func(ctx context.Context, params *GetProvincesParams, reqEditors ...RequestEditorFn) (*GetProvincesResponse, error) + GetReceiverByIdWithResponse func(ctx context.Context, clientId int64, receiverId int64, ...) (*GetReceiverByIdResponse, error) + GetSaleConditionsWithResponse func(ctx context.Context, params *GetSaleConditionsParams, ...) (*GetSaleConditionsResponse, error) + GetSequencesWithResponse func(ctx context.Context, params *GetSequencesParams, reqEditors ...RequestEditorFn) (*GetSequencesResponse, error) + GetTaxAuthorityExonerationWithResponse func(ctx context.Context, authorization string, ...) (*GetTaxAuthorityExonerationResponse, error) + GetTaxCodesWithResponse func(ctx context.Context, params *GetTaxCodesParams, reqEditors ...RequestEditorFn) (*GetTaxCodesResponse, error) + GetTaxRatesSummaryWithResponse func(ctx context.Context, params *GetTaxRatesSummaryParams, ...) (*GetTaxRatesSummaryResponse, error) + GetTaxpayerInfoWithResponse func(ctx context.Context, legalIdentification string, params *GetTaxpayerInfoParams, ...) (*GetTaxpayerInfoResponse, error) + GetTaxpayerWithResponse func(ctx context.Context, legalIdentification string, params *GetTaxpayerParams, ...) (*GetTaxpayerResponse, error) + GetTenantWithResponse func(ctx context.Context, params *GetTenantParams, reqEditors ...RequestEditorFn) (*GetTenantResponse, error) + GetUnitsOfMeasureWithResponse func(ctx context.Context, params *GetUnitsOfMeasureParams, ...) (*GetUnitsOfMeasureResponse, error) + GetVatRateCodesWithResponse func(ctx context.Context, params *GetVatRateCodesParams, ...) (*GetVatRateCodesResponse, error) + GetVatSummaryWithResponse func(ctx context.Context, params *GetVatSummaryParams, ...) (*GetVatSummaryResponse, error) + GetWebhookWithResponse func(ctx context.Context, id int64, params *GetWebhookParams, ...) (*GetWebhookResponse, error) + GetWebhooksWithResponse func(ctx context.Context, params *GetWebhooksParams, reqEditors ...RequestEditorFn) (*GetWebhooksResponse, error) + RefreshExonerationWithResponse func(ctx context.Context, clientId int64, id int64, ...) (*RefreshExonerationResponse, error) + RegenerateDocumentPdfWithResponse func(ctx context.Context, id int64, params *RegenerateDocumentPdfParams, ...) (*RegenerateDocumentPdfResponse, error) + RegisterExonerationWithBodyWithResponse func(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*RegisterExonerationResponse, error) + RegisterExonerationWithResponse func(ctx context.Context, clientId int64, params *RegisterExonerationParams, ...) (*RegisterExonerationResponse, error) + SearchCabysWithResponse func(ctx context.Context, params *SearchCabysParams, reqEditors ...RequestEditorFn) (*SearchCabysResponse, error) + SendDocumentEmailWithResponse func(ctx context.Context, id int64, params *SendDocumentEmailParams, ...) (*SendDocumentEmailResponse, error) + SetDefaultBranchWithResponse func(ctx context.Context, id int64, params *SetDefaultBranchParams, ...) (*SetDefaultBranchResponse, error) + SetDefaultCashRegisterWithResponse func(ctx context.Context, id int64, params *SetDefaultCashRegisterParams, ...) (*SetDefaultCashRegisterResponse, error) + SetDefaultIssuerWithResponse func(ctx context.Context, id int64, params *SetDefaultIssuerParams, ...) (*SetDefaultIssuerResponse, error) + TestWebhookWithResponse func(ctx context.Context, id int64, params *TestWebhookParams, ...) (*TestWebhookResponse, error) + UpdateBranchWithBodyWithResponse func(ctx context.Context, id int64, params *UpdateBranchParams, contentType string, ...) (*UpdateBranchResponse, error) + UpdateBranchWithResponse func(ctx context.Context, id int64, params *UpdateBranchParams, ...) (*UpdateBranchResponse, error) + UpdateCashRegisterSequenceWithBodyWithResponse func(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterSequenceResponse, error) + UpdateCashRegisterSequenceWithResponse func(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterSequenceResponse, error) + UpdateCashRegisterWithBodyWithResponse func(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterResponse, error) + UpdateCashRegisterWithResponse func(ctx context.Context, branchId int64, id int64, ...) (*UpdateCashRegisterResponse, error) + UpdateClientWithBodyWithResponse func(ctx context.Context, id int64, params *UpdateClientParams, contentType string, ...) (*UpdateClientResponse, error) + UpdateClientWithResponse func(ctx context.Context, id int64, params *UpdateClientParams, ...) (*UpdateClientResponse, error) + UpdateDefaultReceiverWithBodyWithResponse func(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*UpdateDefaultReceiverResponse, error) + UpdateDefaultReceiverWithResponse func(ctx context.Context, clientId int64, params *UpdateDefaultReceiverParams, ...) (*UpdateDefaultReceiverResponse, error) + UpdateIssuerWithBodyWithResponse func(ctx context.Context, id int64, params *UpdateIssuerParams, contentType string, ...) (*UpdateIssuerResponse, error) + UpdateIssuerWithResponse func(ctx context.Context, id int64, params *UpdateIssuerParams, ...) (*UpdateIssuerResponse, error) + UpdateSecretsWithBodyWithResponse func(ctx context.Context, params *UpdateSecretsParams, contentType string, ...) (*UpdateSecretsResponse, error) + UpdateSequenceWithBodyWithResponse func(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*UpdateSequenceResponse, error) + UpdateSequenceWithResponse func(ctx context.Context, id int64, params *UpdateSequenceParams, ...) (*UpdateSequenceResponse, error) + UpdateTenantWithBodyWithResponse func(ctx context.Context, params *UpdateTenantParams, contentType string, ...) (*UpdateTenantResponse, error) + UpdateTenantWithResponse func(ctx context.Context, params *UpdateTenantParams, ...) (*UpdateTenantResponse, error) + UpdateWebhookWithBodyWithResponse func(ctx context.Context, id int64, params *UpdateWebhookParams, contentType string, ...) (*UpdateWebhookResponse, error) + UpdateWebhookWithResponse func(ctx context.Context, id int64, params *UpdateWebhookParams, ...) (*UpdateWebhookResponse, error) + UploadLogoWithBodyWithResponse func(ctx context.Context, params *UploadLogoParams, contentType string, ...) (*UploadLogoResponse, error) + VoidApplicationWithBodyWithResponse func(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*VoidApplicationResponse, error) + VoidApplicationWithResponse func(ctx context.Context, applicationId int64, params *VoidApplicationParams, ...) (*VoidApplicationResponse, error) + VoidPaymentWithBodyWithResponse func(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*VoidPaymentResponse, error) + VoidPaymentWithResponse func(ctx context.Context, paymentId int64, params *VoidPaymentParams, ...) (*VoidPaymentResponse, error) + type CreateBranchJSONRequestBody = BranchRequest + type CreateBranchParams struct + APIVersion *CreateBranchParamsAPIVersion + type CreateBranchParamsAPIVersion string + const CreateBranchParamsAPIVersionV1 + func (e CreateBranchParamsAPIVersion) Valid() bool + type CreateBranchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BranchResponse + func ParseCreateBranchResponse(rsp *http.Response) (*CreateBranchResponse, error) + func (r CreateBranchResponse) ContentType() string + func (r CreateBranchResponse) Status() string + func (r CreateBranchResponse) StatusCode() int + type CreateCashRegisterJSONRequestBody = CashRegisterRequest + type CreateCashRegisterParams struct + APIVersion *CreateCashRegisterParamsAPIVersion + type CreateCashRegisterParamsAPIVersion string + const CreateCashRegisterParamsAPIVersionV1 + func (e CreateCashRegisterParamsAPIVersion) Valid() bool + type CreateCashRegisterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CashRegisterResponse + func ParseCreateCashRegisterResponse(rsp *http.Response) (*CreateCashRegisterResponse, error) + func (r CreateCashRegisterResponse) ContentType() string + func (r CreateCashRegisterResponse) Status() string + func (r CreateCashRegisterResponse) StatusCode() int + type CreateClientJSONRequestBody = ClientRequest + type CreateClientParams struct + APIVersion *CreateClientParamsAPIVersion + type CreateClientParamsAPIVersion string + const CreateClientParamsAPIVersionV1 + func (e CreateClientParamsAPIVersion) Valid() bool + type CreateClientResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientResponse + func ParseCreateClientResponse(rsp *http.Response) (*CreateClientResponse, error) + func (r CreateClientResponse) ContentType() string + func (r CreateClientResponse) Status() string + func (r CreateClientResponse) StatusCode() int + type CreateCreditNoteJSONRequestBody = DocumentRequest + type CreateCreditNoteParams struct + APIVersion *CreateCreditNoteParamsAPIVersion + type CreateCreditNoteParamsAPIVersion string + const CreateCreditNoteParamsAPIVersionV1 + func (e CreateCreditNoteParamsAPIVersion) Valid() bool + type CreateCreditNoteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateCreditNoteResponse(rsp *http.Response) (*CreateCreditNoteResponse, error) + func (r CreateCreditNoteResponse) ContentType() string + func (r CreateCreditNoteResponse) Status() string + func (r CreateCreditNoteResponse) StatusCode() int + type CreateDebitNoteJSONRequestBody = DocumentRequest + type CreateDebitNoteParams struct + APIVersion *CreateDebitNoteParamsAPIVersion + type CreateDebitNoteParamsAPIVersion string + const CreateDebitNoteParamsAPIVersionV1 + func (e CreateDebitNoteParamsAPIVersion) Valid() bool + type CreateDebitNoteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateDebitNoteResponse(rsp *http.Response) (*CreateDebitNoteResponse, error) + func (r CreateDebitNoteResponse) ContentType() string + func (r CreateDebitNoteResponse) Status() string + func (r CreateDebitNoteResponse) StatusCode() int + type CreateElectronicPaymentReceiptJSONRequestBody = DocumentRequest + type CreateElectronicPaymentReceiptParams struct + APIVersion *CreateElectronicPaymentReceiptParamsAPIVersion + type CreateElectronicPaymentReceiptParamsAPIVersion string + const CreateElectronicPaymentReceiptParamsAPIVersionV1 + func (e CreateElectronicPaymentReceiptParamsAPIVersion) Valid() bool + type CreateElectronicPaymentReceiptResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateElectronicPaymentReceiptResponse(rsp *http.Response) (*CreateElectronicPaymentReceiptResponse, error) + func (r CreateElectronicPaymentReceiptResponse) ContentType() string + func (r CreateElectronicPaymentReceiptResponse) Status() string + func (r CreateElectronicPaymentReceiptResponse) StatusCode() int + type CreateExportInvoiceJSONRequestBody = DocumentRequest + type CreateExportInvoiceParams struct + APIVersion *CreateExportInvoiceParamsAPIVersion + type CreateExportInvoiceParamsAPIVersion string + const CreateExportInvoiceParamsAPIVersionV1 + func (e CreateExportInvoiceParamsAPIVersion) Valid() bool + type CreateExportInvoiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateExportInvoiceResponse(rsp *http.Response) (*CreateExportInvoiceResponse, error) + func (r CreateExportInvoiceResponse) ContentType() string + func (r CreateExportInvoiceResponse) Status() string + func (r CreateExportInvoiceResponse) StatusCode() int + type CreateInvoiceJSONRequestBody = DocumentRequest + type CreateInvoiceParams struct + APIVersion *CreateInvoiceParamsAPIVersion + type CreateInvoiceParamsAPIVersion string + const CreateInvoiceParamsAPIVersionV1 + func (e CreateInvoiceParamsAPIVersion) Valid() bool + type CreateInvoiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateInvoiceResponse(rsp *http.Response) (*CreateInvoiceResponse, error) + func (r CreateInvoiceResponse) ContentType() string + func (r CreateInvoiceResponse) Status() string + func (r CreateInvoiceResponse) StatusCode() int + type CreateIssuerJSONRequestBody = TenantIssuerRequest + type CreateIssuerParams struct + APIVersion *CreateIssuerParamsAPIVersion + type CreateIssuerParamsAPIVersion string + const CreateIssuerParamsAPIVersionV1 + func (e CreateIssuerParamsAPIVersion) Valid() bool + type CreateIssuerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantIssuerResponse + func ParseCreateIssuerResponse(rsp *http.Response) (*CreateIssuerResponse, error) + func (r CreateIssuerResponse) ContentType() string + func (r CreateIssuerResponse) Status() string + func (r CreateIssuerResponse) StatusCode() int + type CreateOrUpdateReceiverJSONRequestBody = ClientReceiverRequest + type CreateOrUpdateReceiverParams struct + APIVersion *CreateOrUpdateReceiverParamsAPIVersion + type CreateOrUpdateReceiverParamsAPIVersion string + const CreateOrUpdateReceiverParamsAPIVersionV1 + func (e CreateOrUpdateReceiverParamsAPIVersion) Valid() bool + type CreateOrUpdateReceiverResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientReceiverResponse + func ParseCreateOrUpdateReceiverResponse(rsp *http.Response) (*CreateOrUpdateReceiverResponse, error) + func (r CreateOrUpdateReceiverResponse) ContentType() string + func (r CreateOrUpdateReceiverResponse) Status() string + func (r CreateOrUpdateReceiverResponse) StatusCode() int + type CreatePaymentJSONRequestBody = DocumentPaymentCreateRequest + type CreatePaymentParams struct + APIVersion *CreatePaymentParamsAPIVersion + type CreatePaymentParamsAPIVersion string + const CreatePaymentParamsAPIVersionV1 + func (e CreatePaymentParamsAPIVersion) Valid() bool + type CreatePaymentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentPaymentResponse + func ParseCreatePaymentResponse(rsp *http.Response) (*CreatePaymentResponse, error) + func (r CreatePaymentResponse) ContentType() string + func (r CreatePaymentResponse) Status() string + func (r CreatePaymentResponse) StatusCode() int + type CreatePurchaseInvoiceJSONRequestBody = DocumentRequest + type CreatePurchaseInvoiceParams struct + APIVersion *CreatePurchaseInvoiceParamsAPIVersion + type CreatePurchaseInvoiceParamsAPIVersion string + const CreatePurchaseInvoiceParamsAPIVersionV1 + func (e CreatePurchaseInvoiceParamsAPIVersion) Valid() bool + type CreatePurchaseInvoiceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreatePurchaseInvoiceResponse(rsp *http.Response) (*CreatePurchaseInvoiceResponse, error) + func (r CreatePurchaseInvoiceResponse) ContentType() string + func (r CreatePurchaseInvoiceResponse) Status() string + func (r CreatePurchaseInvoiceResponse) StatusCode() int + type CreateReceiptJSONRequestBody = DocumentRequest + type CreateReceiptParams struct + APIVersion *CreateReceiptParamsAPIVersion + type CreateReceiptParamsAPIVersion string + const CreateReceiptParamsAPIVersionV1 + func (e CreateReceiptParamsAPIVersion) Valid() bool + type CreateReceiptResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateReceiptResponse(rsp *http.Response) (*CreateReceiptResponse, error) + func (r CreateReceiptResponse) ContentType() string + func (r CreateReceiptResponse) Status() string + func (r CreateReceiptResponse) StatusCode() int + type CreateReceiverMessageJSONRequestBody = ReceiverMessageRequest + type CreateReceiverMessageMultipartBody struct + XmlFile *openapi_types.File + type CreateReceiverMessageMultipartRequestBody CreateReceiverMessageMultipartBody + type CreateReceiverMessageParams struct + APIVersion *CreateReceiverMessageParamsAPIVersion + ApplicableExpenseAmount *float32 + CreditAmount *float32 + IssuerActivityCode *string + MessageDetail *string + MessageState int32 + TaxCondition *string + Xml *string + type CreateReceiverMessageParamsAPIVersion string + const CreateReceiverMessageParamsAPIVersionN100 + const CreateReceiverMessageParamsAPIVersionV1 + func (e CreateReceiverMessageParamsAPIVersion) Valid() bool + type CreateReceiverMessageResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseCreateReceiverMessageResponse(rsp *http.Response) (*CreateReceiverMessageResponse, error) + func (r CreateReceiverMessageResponse) ContentType() string + func (r CreateReceiverMessageResponse) Status() string + func (r CreateReceiverMessageResponse) StatusCode() int + type CreateWebhookJSONRequestBody = WebhookEndpointRequest + type CreateWebhookParams struct + APIVersion *CreateWebhookParamsAPIVersion + type CreateWebhookParamsAPIVersion string + const CreateWebhookParamsAPIVersionV1 + func (e CreateWebhookParamsAPIVersion) Valid() bool + type CreateWebhookResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WebhookEndpointResponse + func ParseCreateWebhookResponse(rsp *http.Response) (*CreateWebhookResponse, error) + func (r CreateWebhookResponse) ContentType() string + func (r CreateWebhookResponse) Status() string + func (r CreateWebhookResponse) StatusCode() int + type DeactivateExonerationParams struct + APIVersion *DeactivateExonerationParamsAPIVersion + type DeactivateExonerationParamsAPIVersion string + const DeactivateExonerationParamsAPIVersionV1 + func (e DeactivateExonerationParamsAPIVersion) Valid() bool + type DeactivateExonerationResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeactivateExonerationResponse(rsp *http.Response) (*DeactivateExonerationResponse, error) + func (r DeactivateExonerationResponse) ContentType() string + func (r DeactivateExonerationResponse) Status() string + func (r DeactivateExonerationResponse) StatusCode() int + type Decimal struct + func MustDecimal(value string) Decimal + func NewDecimal(value string) (Decimal, error) + func (d *Decimal) UnmarshalJSON(data []byte) error + func (d Decimal) MarshalJSON() ([]byte, error) + func (d Decimal) String() string + type DeleteBranchParams struct + APIVersion *DeleteBranchParamsAPIVersion + type DeleteBranchParamsAPIVersion string + const DeleteBranchParamsAPIVersionV1 + func (e DeleteBranchParamsAPIVersion) Valid() bool + type DeleteBranchResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteBranchResponse(rsp *http.Response) (*DeleteBranchResponse, error) + func (r DeleteBranchResponse) ContentType() string + func (r DeleteBranchResponse) Status() string + func (r DeleteBranchResponse) StatusCode() int + type DeleteCashRegisterParams struct + APIVersion *DeleteCashRegisterParamsAPIVersion + type DeleteCashRegisterParamsAPIVersion string + const DeleteCashRegisterParamsAPIVersionV1 + func (e DeleteCashRegisterParamsAPIVersion) Valid() bool + type DeleteCashRegisterResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteCashRegisterResponse(rsp *http.Response) (*DeleteCashRegisterResponse, error) + func (r DeleteCashRegisterResponse) ContentType() string + func (r DeleteCashRegisterResponse) Status() string + func (r DeleteCashRegisterResponse) StatusCode() int + type DeleteClientParams struct + APIVersion *DeleteClientParamsAPIVersion + type DeleteClientParamsAPIVersion string + const DeleteClientParamsAPIVersionV1 + func (e DeleteClientParamsAPIVersion) Valid() bool + type DeleteClientResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteClientResponse(rsp *http.Response) (*DeleteClientResponse, error) + func (r DeleteClientResponse) ContentType() string + func (r DeleteClientResponse) Status() string + func (r DeleteClientResponse) StatusCode() int + type DeleteIssuerParams struct + APIVersion *DeleteIssuerParamsAPIVersion + type DeleteIssuerParamsAPIVersion string + const DeleteIssuerParamsAPIVersionV1 + func (e DeleteIssuerParamsAPIVersion) Valid() bool + type DeleteIssuerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseDeleteIssuerResponse(rsp *http.Response) (*DeleteIssuerResponse, error) + func (r DeleteIssuerResponse) ContentType() string + func (r DeleteIssuerResponse) Status() string + func (r DeleteIssuerResponse) StatusCode() int + type DeleteLogoParams struct + APIVersion *DeleteLogoParamsAPIVersion + type DeleteLogoParamsAPIVersion string + const DeleteLogoParamsAPIVersionV1 + func (e DeleteLogoParamsAPIVersion) Valid() bool + type DeleteLogoResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteLogoResponse(rsp *http.Response) (*DeleteLogoResponse, error) + func (r DeleteLogoResponse) ContentType() string + func (r DeleteLogoResponse) Status() string + func (r DeleteLogoResponse) StatusCode() int + type DeleteReceiverParams struct + APIVersion *DeleteReceiverParamsAPIVersion + type DeleteReceiverParamsAPIVersion string + const DeleteReceiverParamsAPIVersionV1 + func (e DeleteReceiverParamsAPIVersion) Valid() bool + type DeleteReceiverResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteReceiverResponse(rsp *http.Response) (*DeleteReceiverResponse, error) + func (r DeleteReceiverResponse) ContentType() string + func (r DeleteReceiverResponse) Status() string + func (r DeleteReceiverResponse) StatusCode() int + type DeleteWebhookParams struct + APIVersion *DeleteWebhookParamsAPIVersion + type DeleteWebhookParamsAPIVersion string + const DeleteWebhookParamsAPIVersionV1 + func (e DeleteWebhookParamsAPIVersion) Valid() bool + type DeleteWebhookResponse struct + Body []byte + HTTPResponse *http.Response + func ParseDeleteWebhookResponse(rsp *http.Response) (*DeleteWebhookResponse, error) + func (r DeleteWebhookResponse) ContentType() string + func (r DeleteWebhookResponse) Status() string + func (r DeleteWebhookResponse) StatusCode() int + type DocumentAdditionalInformationDto struct + ContentEntries *[]AdditionalInformationEntryDto + TextEntries *[]AdditionalInformationEntryDto + type DocumentBundleItemDto struct + CabysCode string + ClientExonerationId *int64 + CommercialCode *[]DocumentItemCommercialCodeDto + CommercialUnitOfMeasure *string + Detail string + Discount *[]DocumentItemDiscountDto + Quantity Decimal + SubTotal Decimal + Tax []DocumentItemTaxDto + TaxableBase Decimal + TotalAmount Decimal + UnitOfMeasure string + UnitPrice Decimal + VatChargedByManufacturer *string + type DocumentCurrencyDto struct + CurrencyCode string + ExchangeRate Decimal + type DocumentItemAccountingClassificationRequest struct + VatCreditType *DocumentItemAccountingClassificationRequestVatCreditType + VatExemptionType *DocumentItemAccountingClassificationRequestVatExemptionType + VatUsageType *DocumentItemAccountingClassificationRequestVatUsageType + type DocumentItemAccountingClassificationRequestVatCreditType string + const CreditoPleno + const Proporcional + const SinDerecho + func (e DocumentItemAccountingClassificationRequestVatCreditType) Valid() bool + type DocumentItemAccountingClassificationRequestVatExemptionType string + const Exenta + const Exonerada + const Exportacion + const Ley + const NoSujeta + const Otro + const Transitorio + func (e DocumentItemAccountingClassificationRequestVatExemptionType) Valid() bool + type DocumentItemAccountingClassificationRequestVatUsageType string + const Bien + const Servicio + func (e DocumentItemAccountingClassificationRequestVatUsageType) Valid() bool + type DocumentItemAccountingClassificationResponse struct + CreatedAt *time.Time + DocumentItemId *int64 + Id *int64 + UpdatedAt *time.Time + VatCreditType *string + VatExemptionType *string + VatUsageType *string + type DocumentItemBundleItemRequest struct + CabysCode string + ClientExonerationId *int64 + CommercialCodes *[]DocumentItemCommercialCodeRequest + CommercialUnitOfMeasure *string + Description string + Discounts *[]DocumentItemDiscountRequest + Quantity Decimal + Taxes *[]TaxRequest + UnitOfMeasure string + UnitPrice Decimal + VatChargedByManufacturer *string + type DocumentItemCommercialCodeDto struct + Code string + CodeType string + type DocumentItemCommercialCodeRequest struct + Code string + CodeType string + type DocumentItemDiscountDto struct + DiscountAmount Decimal + DiscountCode string + DiscountCodeOther *string + DiscountNature *string + type DocumentItemDiscountRequest struct + DiscountAmount Decimal + DiscountCode string + DiscountCodeOther *string + DiscountNature *string + type DocumentItemDto struct + BundleDetailLine []DocumentBundleItemDto + CabysCode string + ClientExonerationId *int64 + CommercialCode *[]DocumentItemCommercialCodeDto + CommercialUnitOfMeasure *string + Detail string + Discount *[]DocumentItemDiscountDto + LineNumber string + MedicineRegistry *string + NetTax *Decimal + PharmaceuticalForm *string + Quantity Decimal + SubTotal *Decimal + TariffHeading *string + Tax []DocumentItemTaxDto + TaxAssumedByIssuerFactory Decimal + TaxableBase *Decimal + TotalAmount *Decimal + TotalLineAmount *Decimal + TransactionType *string + UnitOfMeasure string + UnitPrice Decimal + VatChargedAtFactory *string + VinOrSerialNumber *[]string + type DocumentItemRequest struct + BundleDetailLines *[]DocumentItemBundleItemRequest + CabysCode string + ClientExonerationId *int64 + CommercialCodes *[]DocumentItemCommercialCodeRequest + CommercialUnitOfMeasure *string + Description string + Discounts *[]DocumentItemDiscountRequest + LineNumber int32 + MedicineRegistry *string + PharmaceuticalForm *string + Quantity Decimal + TariffHeading *string + TaxAssumedByIssuerFactory *Decimal + Taxes *[]TaxRequest + TransactionType *string + UnitOfMeasure string + UnitPrice Decimal + VatChargedAtFactory *DocumentItemRequestVatChargedAtFactory + VinOrSerialNumbers *[]string + type DocumentItemRequestVatChargedAtFactory string + const DocumentItemRequestVatChargedAtFactoryN01 + const DocumentItemRequestVatChargedAtFactoryN02 + func (e DocumentItemRequestVatChargedAtFactory) Valid() bool + type DocumentItemTaxDto struct + Amount *Decimal + Exoneration *DocumentItemTaxExonerationDto + Rate *Decimal + SpecificTaxData *SpecificTaxDataDto + TaxCalculationBase *Decimal + TaxCode string + TaxCodeOther *string + VatCalculationFactor *Decimal + VatRateCode *string + type DocumentItemTaxExonerationDto struct + Article *string + Clause *string + ClientExonerationId *int64 + DocumentNumber string + DocumentType string + DocumentTypeOther *string + ExoneratedRate Decimal + ExonerationAmount Decimal + InstitutionName string + InstitutionNameOther *string + IssuedAt time.Time + type DocumentOtherChargeDto struct + ChargeAmount Decimal + Detail string + DocumentType string + DocumentTypeOther *string + Percentage *Decimal + ThirdPartyIdentification *LegalIdentificationDto + ThirdPartyName *string + type DocumentOtherRequest struct + ContentEntries *[]AdditionalInformationEntryRequest + TextEntries *[]AdditionalInformationEntryRequest + type DocumentPaymentApplicationRequest struct + Amount Decimal + DocumentId int64 + Notes *string + type DocumentPaymentApplicationResponse struct + Amount *Decimal + AppliedAt *time.Time + AppliedBy *string + Consecutive *string + DocumentId *int64 + DocumentKey *string + Id *int64 + IsVoided *bool + Notes *string + PaymentId *int64 + VoidReason *string + VoidedAt *time.Time + VoidedBy *string + type DocumentPaymentApplyRequest struct + Applications []DocumentPaymentApplicationRequest + AppliedBy *string + type DocumentPaymentCreateRequest struct + Amount Decimal + ApplicationMode *DocumentPaymentCreateRequestApplicationMode + Applications *[]DocumentPaymentApplicationRequest + ClientId int64 + Currency DocumentPaymentCreateRequestCurrency + Notes *string + PaymentDate *time.Time + PaymentMethod *string + ReceivedBy *string + ReferenceNumber *string + type DocumentPaymentCreateRequestApplicationMode string + const MANUAL + const OLDESTFIRST + const UNAPPLIED + func (e DocumentPaymentCreateRequestApplicationMode) Valid() bool + type DocumentPaymentCreateRequestCurrency string + const DocumentPaymentCreateRequestCurrencyCRC + const DocumentPaymentCreateRequestCurrencyEUR + const DocumentPaymentCreateRequestCurrencyUSD + func (e DocumentPaymentCreateRequestCurrency) Valid() bool + type DocumentPaymentMethodDto struct + Amount *Decimal + Id *int64 + OtherDescription *string + PaymentType DocumentPaymentMethodDtoPaymentType + type DocumentPaymentMethodDtoPaymentType string + const BANKTRANSFER + const CARD + const CASH + const CHECK + const DIGITALPLATFORM + const OTHERS + const SINPEMOBILE + const THIRDPARTYCOLLECTION + func (e DocumentPaymentMethodDtoPaymentType) Valid() bool + type DocumentPaymentMethodRequest struct + Amount *Decimal + OtherDescription *string + PaymentType string + type DocumentPaymentResponse struct + Amount *Decimal + Applications *[]DocumentPaymentApplicationResponse + AppliedAmount *Decimal + AvailableAmount *Decimal + ClientId *int64 + ClientName *string + CreatedAt *time.Time + Currency *DocumentPaymentResponseCurrency + Id *int64 + IsVoided *bool + Notes *string + PaymentDate *time.Time + PaymentMethod *string + ReceivedBy *string + ReferenceNumber *string + UpdatedAt *time.Time + VoidReason *string + VoidedAt *time.Time + VoidedBy *string + type DocumentPaymentResponseCurrency string + const DocumentPaymentResponseCurrencyCRC + const DocumentPaymentResponseCurrencyEUR + const DocumentPaymentResponseCurrencyUSD + func (e DocumentPaymentResponseCurrency) Valid() bool + type DocumentPaymentStatementDocumentResponse struct + AmountPaid *Decimal + AmountPending *Decimal + Consecutive *string + Currency *DocumentPaymentStatementDocumentResponseCurrency + DaysOverdue *int64 + DocumentId *int64 + DocumentKey *string + DocumentTotal *Decimal + IssueDate *time.Time + Overdue *bool + PaymentDueDate *time.Time + type DocumentPaymentStatementDocumentResponseCurrency string + const DocumentPaymentStatementDocumentResponseCurrencyCRC + const DocumentPaymentStatementDocumentResponseCurrencyEUR + const DocumentPaymentStatementDocumentResponseCurrencyUSD + func (e DocumentPaymentStatementDocumentResponseCurrency) Valid() bool + type DocumentPaymentStatementResponse struct + Applications *[]DocumentPaymentApplicationResponse + AvailableAmount *Decimal + AvailablePayments *[]DocumentPaymentResponse + ClientId *int64 + ClientName *string + OverdueAmount *Decimal + PendingAmount *Decimal + PendingDocuments *[]DocumentPaymentStatementDocumentResponse + type DocumentPaymentVoidRequest struct + Reason string + VoidedBy *string + type DocumentReferenceInformationDto struct + Code *string + DocumentType string + DocumentTypeOther *string + IssuedAt time.Time + Number *string + Reason *string + ReferenceCodeOther *string + type DocumentReferenceRequest struct + Code *string + DocumentType string + DocumentTypeOther *string + IssuedAt openapi_types.Date + Number *string + Reason *string + ReferenceCodeOther *string + type DocumentRequest struct + BranchCode *string + BranchId *int64 + CashRegisterId *int64 + CreditTerm *int32 + Currency *DocumentRequestCurrency + ExchangeRate *Decimal + IssuerActivityCode *string + Items []DocumentItemRequest + Other *DocumentOtherRequest + OtherCharges *[]OtherChargeRequest + PaymentMethods *[]DocumentPaymentMethodRequest + ReceiverActivityCode *string + ReceiverId *int64 + ReferenceInformation *[]DocumentReferenceRequest + SaleCondition *string + SaleConditionOther *string + Situation *string + TerminalCode *string + Type *DocumentRequestType + type DocumentRequestCurrency string + const DocumentRequestCurrencyCRC + const DocumentRequestCurrencyEUR + const DocumentRequestCurrencyUSD + func (e DocumentRequestCurrency) Valid() bool + type DocumentRequestType string + const DocumentRequestTypeCREDITNOTE + const DocumentRequestTypeDEBITNOTE + const DocumentRequestTypeELECTRONICPAYMENTRECEIPT + const DocumentRequestTypeEXPORTINVOICE + const DocumentRequestTypeINVOICE + const DocumentRequestTypePURCHASEINVOICE + const DocumentRequestTypeRECEIPT + const DocumentRequestTypeRECEIVERMESSAGE + func (e DocumentRequestType) Valid() bool + type DocumentResponse struct + AcceptedByHaciendaAt *time.Time + AmountPaid *Decimal + AmountPending *Decimal + BranchCode *string + Consecutive *string + CreatedAt *time.Time + CreditTerm *int32 + Currency *DocumentResponseCurrency + DaysOverdue *int64 + DocumentKey *string + DocumentSummary *DocumentSummaryDto + DocumentTotal *Decimal + ExchangeRate *Decimal + Id *int64 + IsPaid *bool + IssueDate *time.Time + Items *[]DocumentItemDto + NotDueBalance *Decimal + Other *DocumentAdditionalInformationDto + OtherCharges *[]DocumentOtherChargeDto + Overdue *bool + OverdueBalance *Decimal + PaidAt *time.Time + PaymentDueDate *time.Time + PaymentMethods *[]DocumentPaymentMethodDto + PdfAssetKey *string + PdfGeneratedAt *time.Time + QrCode *string + ReferenceInformation *[]DocumentReferenceInformationDto + RejectedByHaciendaAt *time.Time + RetryCount *int32 + SaleCondition *string + SentToHaciendaAt *time.Time + SignedXml *string + Situation *string + TaxAuthorityDocumentState *DocumentResponseTaxAuthorityDocumentState + TaxAuthorityResponseXml *string + TaxCondition *DocumentResponseTaxCondition + TerminalCode *string + TotalExempt *Decimal + TotalTax *Decimal + TotalTaxed *Decimal + Type *DocumentResponseType + UpdatedAt *time.Time + Version *string + type DocumentResponseCurrency string + const CRC + const EUR + const USD + func (e DocumentResponseCurrency) Valid() bool + type DocumentResponseTaxAuthorityDocumentState string + const ACCEPTED + const CANCELLED + const ERROR + const PENDING + const REJECTED + func (e DocumentResponseTaxAuthorityDocumentState) Valid() bool + type DocumentResponseTaxCondition string + const DocumentResponseTaxConditionN01 + const DocumentResponseTaxConditionN02 + const DocumentResponseTaxConditionN03 + const DocumentResponseTaxConditionN04 + func (e DocumentResponseTaxCondition) Valid() bool + type DocumentResponseType string + const DocumentResponseTypeCREDITNOTE + const DocumentResponseTypeDEBITNOTE + const DocumentResponseTypeELECTRONICPAYMENTRECEIPT + const DocumentResponseTypeEXPORTINVOICE + const DocumentResponseTypeINVOICE + const DocumentResponseTypePURCHASEINVOICE + const DocumentResponseTypeRECEIPT + const DocumentResponseTypeRECEIVERMESSAGE + func (e DocumentResponseType) Valid() bool + type DocumentSummaryDto struct + CurrencyCode DocumentCurrencyDto + DiscountTotal *Decimal + DocumentTotal Decimal + ExemptGoodsTotal *Decimal + ExemptServicesTotal *Decimal + ExemptTotal *Decimal + ExoneratedGoodsTotal *Decimal + ExoneratedServicesTotal *Decimal + ExoneratedTotal *Decimal + IssuerAssumedTaxTotal *Decimal + NetSaleTotal Decimal + NonSubjectGoodsTotal *Decimal + NonSubjectServicesTotal *Decimal + NonSubjectTotal *Decimal + OtherChargesTotal *Decimal + PaymentMethods *[]DocumentSummaryPaymentMethodDto + ReturnedVATTotal *Decimal + SaleTotal Decimal + TaxBreakdownTotal *[]DocumentSummaryTaxBreakdownDto + TaxTotal *Decimal + TaxedGoodsTotal *Decimal + TaxedServicesTotal *Decimal + TaxedTotal *Decimal + type DocumentSummaryPaymentMethodDto struct + PaymentMethodOther *string + PaymentMethodTotal *Decimal + PaymentMethodType *string + type DocumentSummaryTaxBreakdownDto struct + TaxCode string + TaxRateCode *string + TotalTaxAmount Decimal + type DocumentType struct + Code *string + Description *string + type EconomicActivity struct + Code *string + Description *string + Status *string + Type *string + type EuroRate struct + Colones *Decimal + Date *openapi_types.Date + Dollars *Decimal + type ExchangeRateResponse struct + DollarPurchase *Rate + DollarSale *Rate + Euro *EuroRate + type ExportFiscalReportParams struct + APIVersion *ExportFiscalReportParamsAPIVersion + FormCode *string + Format *string + From *openapi_types.Date + Month *int32 + To *openapi_types.Date + Year *int32 + type ExportFiscalReportParamsAPIVersion string + const ExportFiscalReportParamsAPIVersionV1 + func (e ExportFiscalReportParamsAPIVersion) Valid() bool + type ExportFiscalReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON400 *map[string]interface{} + func ParseExportFiscalReportResponse(rsp *http.Response) (*ExportFiscalReportResponse, error) + func (r ExportFiscalReportResponse) ContentType() string + func (r ExportFiscalReportResponse) Status() string + func (r ExportFiscalReportResponse) StatusCode() int + type FiscalReportActivitySummaryLineResponse struct + BaseTotal *Decimal + CreditTotal *Decimal + IssuerActivityCode *string + ReceiverActivityCode *string + Section *string + TaxTotal *Decimal + type FiscalReportDocumentLineResponse struct + ApplicableTaxCredit *Decimal + Consecutive *string + CounterpartyIdNumber *string + CounterpartyIdType *string + CounterpartyName *string + Date *openapi_types.Date + DocumentKey *string + DocumentType *string + IssuerActivityCode *string + LineDescription *string + LineNumber *int32 + Rate *Decimal + ReceiverActivityCode *string + ReceiverMessageState *string + Section *string + TaxAmount *Decimal + TaxAuthorityState *string + TaxCode *string + TaxableBase *Decimal + VatClassification *string + VatRateCode *string + type FiscalReportFormMatrixLineResponse struct + Evidence *string + FormCode *string + MappingStatus *string + OfficialName *string + Periodicity *string + PreviousCode *string + Status *string + type FiscalReportGapLineResponse struct + CurrentValue *string + Field *string + FormCode *string + Observation *string + Section *string + Status *string + type FiscalReportLineResponse struct + BaseTotal *Decimal + CreditTotal *Decimal + ExemptionType *string + Rate *Decimal + Section *string + TaxTotal *Decimal + UsageType *string + VatRateCode *string + type FiscalReportResponse struct + ActivitySummary *[]FiscalReportActivitySummaryLineResponse + Compliant *bool + DocumentLines *[]FiscalReportDocumentLineResponse + FormCode *string + FormMatrix *[]FiscalReportFormMatrixLineResponse + From *openapi_types.Date + GapLines *[]FiscalReportGapLineResponse + Lines *[]FiscalReportLineResponse + ProrationCoefficient *Decimal + To *openapi_types.Date + Totals *FiscalReportTotalsResponse + Warnings *[]string + type FiscalReportTotalsResponse struct + Balance *Decimal + CreditTotal *Decimal + PurchasesBaseTotal *Decimal + PurchasesTaxTotal *Decimal + SalesBaseTotal *Decimal + SalesTaxTotal *Decimal + TaxCreditBalance *Decimal + TaxPayable *Decimal + type FiscalTaxRateSummaryLineResponse struct + BaseTotal *Decimal + CreditTotal *Decimal + Rate *Decimal + Section *string + TaxTotal *Decimal + VatRateCode *string + type FiscalTaxRatesSummaryResponse struct + Compliant *bool + FormCode *string + From *openapi_types.Date + Rates *[]FiscalTaxRateSummaryLineResponse + To *openapi_types.Date + Warnings *[]string + type FiscalVatSummaryResponse struct + Balance *Decimal + Compliant *bool + CreditTotal *Decimal + FormCode *string + From *openapi_types.Date + PurchasesBaseTotal *Decimal + PurchasesTaxTotal *Decimal + SalesBaseTotal *Decimal + SalesTaxTotal *Decimal + TaxCreditBalance *Decimal + TaxPayable *Decimal + To *openapi_types.Date + Warnings *[]string + type GetAgriculturalProducerParams struct + APIVersion *GetAgriculturalProducerParamsAPIVersion + type GetAgriculturalProducerParamsAPIVersion string + const GetAgriculturalProducerParamsAPIVersionV1 + func (e GetAgriculturalProducerParamsAPIVersion) Valid() bool + type GetAgriculturalProducerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ProducerRegistryResponse + func ParseGetAgriculturalProducerResponse(rsp *http.Response) (*GetAgriculturalProducerResponse, error) + func (r GetAgriculturalProducerResponse) ContentType() string + func (r GetAgriculturalProducerResponse) Status() string + func (r GetAgriculturalProducerResponse) StatusCode() int + type GetAllClientsParams struct + APIVersion *GetAllClientsParamsAPIVersion + AllParams map[string]string + Pageable Pageable + Search *string + type GetAllClientsParamsAPIVersion string + const GetAllClientsParamsAPIVersionV1 + func (e GetAllClientsParamsAPIVersion) Valid() bool + type GetAllClientsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PageResponseClientResponse + func ParseGetAllClientsResponse(rsp *http.Response) (*GetAllClientsResponse, error) + func (r GetAllClientsResponse) ContentType() string + func (r GetAllClientsResponse) Status() string + func (r GetAllClientsResponse) StatusCode() int + type GetAllDocumentsParams struct + APIVersion *GetAllDocumentsParamsAPIVersion + AllParams map[string]string + Pageable Pageable + Search *string + Type *string + type GetAllDocumentsParamsAPIVersion string + const GetAllDocumentsParamsAPIVersionV1 + func (e GetAllDocumentsParamsAPIVersion) Valid() bool + type GetAllDocumentsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PageResponseDocumentResponse + func ParseGetAllDocumentsResponse(rsp *http.Response) (*GetAllDocumentsResponse, error) + func (r GetAllDocumentsResponse) ContentType() string + func (r GetAllDocumentsResponse) Status() string + func (r GetAllDocumentsResponse) StatusCode() int + type GetAllIssuersParams struct + APIVersion *GetAllIssuersParamsAPIVersion + AllParams map[string]string + Pageable Pageable + Search *string + type GetAllIssuersParamsAPIVersion string + const GetAllIssuersParamsAPIVersionV1 + func (e GetAllIssuersParamsAPIVersion) Valid() bool + type GetAllIssuersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PageResponseTenantIssuerResponse + func ParseGetAllIssuersResponse(rsp *http.Response) (*GetAllIssuersResponse, error) + func (r GetAllIssuersResponse) ContentType() string + func (r GetAllIssuersResponse) Status() string + func (r GetAllIssuersResponse) StatusCode() int + type GetBranchParams struct + APIVersion *GetBranchParamsAPIVersion + type GetBranchParamsAPIVersion string + const GetBranchParamsAPIVersionV1 + func (e GetBranchParamsAPIVersion) Valid() bool + type GetBranchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BranchResponse + func ParseGetBranchResponse(rsp *http.Response) (*GetBranchResponse, error) + func (r GetBranchResponse) ContentType() string + func (r GetBranchResponse) Status() string + func (r GetBranchResponse) StatusCode() int + type GetBranchesParams struct + APIVersion *GetBranchesParamsAPIVersion + type GetBranchesParamsAPIVersion string + const GetBranchesParamsAPIVersionV1 + func (e GetBranchesParamsAPIVersion) Valid() bool + type GetBranchesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]BranchResponse + func ParseGetBranchesResponse(rsp *http.Response) (*GetBranchesResponse, error) + func (r GetBranchesResponse) ContentType() string + func (r GetBranchesResponse) Status() string + func (r GetBranchesResponse) StatusCode() int + type GetCabysByCodeParams struct + APIVersion *GetCabysByCodeParamsAPIVersion + type GetCabysByCodeParamsAPIVersion string + const GetCabysByCodeParamsAPIVersionV1 + func (e GetCabysByCodeParamsAPIVersion) Valid() bool + type GetCabysByCodeResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CabysQueryResponse + func ParseGetCabysByCodeResponse(rsp *http.Response) (*GetCabysByCodeResponse, error) + func (r GetCabysByCodeResponse) ContentType() string + func (r GetCabysByCodeResponse) Status() string + func (r GetCabysByCodeResponse) StatusCode() int + type GetCantonsParams struct + APIVersion *GetCantonsParamsAPIVersion + ProvinceCode string + type GetCantonsParamsAPIVersion string + const GetCantonsParamsAPIVersionV1 + func (e GetCantonsParamsAPIVersion) Valid() bool + type GetCantonsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetCantonsResponse(rsp *http.Response) (*GetCantonsResponse, error) + func (r GetCantonsResponse) ContentType() string + func (r GetCantonsResponse) Status() string + func (r GetCantonsResponse) StatusCode() int + type GetCashRegisterParams struct + APIVersion *GetCashRegisterParamsAPIVersion + type GetCashRegisterParamsAPIVersion string + const GetCashRegisterParamsAPIVersionV1 + func (e GetCashRegisterParamsAPIVersion) Valid() bool + type GetCashRegisterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CashRegisterResponse + func ParseGetCashRegisterResponse(rsp *http.Response) (*GetCashRegisterResponse, error) + func (r GetCashRegisterResponse) ContentType() string + func (r GetCashRegisterResponse) Status() string + func (r GetCashRegisterResponse) StatusCode() int + type GetCashRegistersParams struct + APIVersion *GetCashRegistersParamsAPIVersion + type GetCashRegistersParamsAPIVersion string + const GetCashRegistersParamsAPIVersionV1 + func (e GetCashRegistersParamsAPIVersion) Valid() bool + type GetCashRegistersResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CashRegisterResponse + func ParseGetCashRegistersResponse(rsp *http.Response) (*GetCashRegistersResponse, error) + func (r GetCashRegistersResponse) ContentType() string + func (r GetCashRegistersResponse) Status() string + func (r GetCashRegistersResponse) StatusCode() int + type GetClientByIdParams struct + APIVersion *GetClientByIdParamsAPIVersion + type GetClientByIdParamsAPIVersion string + const GetClientByIdParamsAPIVersionV1 + func (e GetClientByIdParamsAPIVersion) Valid() bool + type GetClientByIdResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientResponse + func ParseGetClientByIdResponse(rsp *http.Response) (*GetClientByIdResponse, error) + func (r GetClientByIdResponse) ContentType() string + func (r GetClientByIdResponse) Status() string + func (r GetClientByIdResponse) StatusCode() int + type GetClientExonerationParams struct + APIVersion *GetClientExonerationParamsAPIVersion + type GetClientExonerationParamsAPIVersion string + const GetClientExonerationParamsAPIVersionV1 + func (e GetClientExonerationParamsAPIVersion) Valid() bool + type GetClientExonerationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientExonerationResponse + func ParseGetClientExonerationResponse(rsp *http.Response) (*GetClientExonerationResponse, error) + func (r GetClientExonerationResponse) ContentType() string + func (r GetClientExonerationResponse) Status() string + func (r GetClientExonerationResponse) StatusCode() int + type GetClientReceiversParams struct + APIVersion *GetClientReceiversParamsAPIVersion + Pageable Pageable + type GetClientReceiversParamsAPIVersion string + const GetClientReceiversParamsAPIVersionV1 + func (e GetClientReceiversParamsAPIVersion) Valid() bool + type GetClientReceiversResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *PageResponseClientReceiverResponse + func ParseGetClientReceiversResponse(rsp *http.Response) (*GetClientReceiversResponse, error) + func (r GetClientReceiversResponse) ContentType() string + func (r GetClientReceiversResponse) Status() string + func (r GetClientReceiversResponse) StatusCode() int + type GetClientStatementParams struct + APIVersion *GetClientStatementParamsAPIVersion + type GetClientStatementParamsAPIVersion string + const GetClientStatementParamsAPIVersionV1 + func (e GetClientStatementParamsAPIVersion) Valid() bool + type GetClientStatementResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentPaymentStatementResponse + func ParseGetClientStatementResponse(rsp *http.Response) (*GetClientStatementResponse, error) + func (r GetClientStatementResponse) ContentType() string + func (r GetClientStatementResponse) Status() string + func (r GetClientStatementResponse) StatusCode() int + type GetCurrenciesParams struct + APIVersion *GetCurrenciesParamsAPIVersion + type GetCurrenciesParamsAPIVersion string + const GetCurrenciesParamsAPIVersionV1 + func (e GetCurrenciesParamsAPIVersion) Valid() bool + type GetCurrenciesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetCurrenciesResponse(rsp *http.Response) (*GetCurrenciesResponse, error) + func (r GetCurrenciesResponse) ContentType() string + func (r GetCurrenciesResponse) Status() string + func (r GetCurrenciesResponse) StatusCode() int + type GetDistrictsParams struct + APIVersion *GetDistrictsParamsAPIVersion + CantonCode string + ProvinceCode string + type GetDistrictsParamsAPIVersion string + const GetDistrictsParamsAPIVersionV1 + func (e GetDistrictsParamsAPIVersion) Valid() bool + type GetDistrictsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetDistrictsResponse(rsp *http.Response) (*GetDistrictsResponse, error) + func (r GetDistrictsResponse) ContentType() string + func (r GetDistrictsResponse) Status() string + func (r GetDistrictsResponse) StatusCode() int + type GetDocumentByIdParams struct + APIVersion *GetDocumentByIdParamsAPIVersion + type GetDocumentByIdParamsAPIVersion string + const GetDocumentByIdParamsAPIVersionV1 + func (e GetDocumentByIdParamsAPIVersion) Valid() bool + type GetDocumentByIdResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentResponse + func ParseGetDocumentByIdResponse(rsp *http.Response) (*GetDocumentByIdResponse, error) + func (r GetDocumentByIdResponse) ContentType() string + func (r GetDocumentByIdResponse) Status() string + func (r GetDocumentByIdResponse) StatusCode() int + type GetDocumentPdfParams struct + APIVersion *GetDocumentPdfParamsAPIVersion + type GetDocumentPdfParamsAPIVersion string + const GetDocumentPdfParamsAPIVersionV1 + func (e GetDocumentPdfParamsAPIVersion) Valid() bool + type GetDocumentPdfResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseGetDocumentPdfResponse(rsp *http.Response) (*GetDocumentPdfResponse, error) + func (r GetDocumentPdfResponse) ContentType() string + func (r GetDocumentPdfResponse) Status() string + func (r GetDocumentPdfResponse) StatusCode() int + type GetDocumentTypesParams struct + APIVersion *GetDocumentTypesParamsAPIVersion + type GetDocumentTypesParamsAPIVersion string + const GetDocumentTypesParamsAPIVersionV1 + func (e GetDocumentTypesParamsAPIVersion) Valid() bool + type GetDocumentTypesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetDocumentTypesResponse(rsp *http.Response) (*GetDocumentTypesResponse, error) + func (r GetDocumentTypesResponse) ContentType() string + func (r GetDocumentTypesResponse) Status() string + func (r GetDocumentTypesResponse) StatusCode() int + type GetExchangeRatesParams struct + APIVersion *GetExchangeRatesParamsAPIVersion + type GetExchangeRatesParamsAPIVersion string + const GetExchangeRatesParamsAPIVersionV1 + func (e GetExchangeRatesParamsAPIVersion) Valid() bool + type GetExchangeRatesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ExchangeRateResponse + func ParseGetExchangeRatesResponse(rsp *http.Response) (*GetExchangeRatesResponse, error) + func (r GetExchangeRatesResponse) ContentType() string + func (r GetExchangeRatesResponse) Status() string + func (r GetExchangeRatesResponse) StatusCode() int + type GetExonerationsParams struct + APIVersion *GetExonerationsParamsAPIVersion + type GetExonerationsParamsAPIVersion string + const GetExonerationsParamsAPIVersionV1 + func (e GetExonerationsParamsAPIVersion) Valid() bool + type GetExonerationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]ClientExonerationResponse + func ParseGetExonerationsResponse(rsp *http.Response) (*GetExonerationsResponse, error) + func (r GetExonerationsResponse) ContentType() string + func (r GetExonerationsResponse) Status() string + func (r GetExonerationsResponse) StatusCode() int + type GetFaqturoXmlParams struct + APIVersion *GetFaqturoXmlParamsAPIVersion + type GetFaqturoXmlParamsAPIVersion string + const GetFaqturoXmlParamsAPIVersionV1 + func (e GetFaqturoXmlParamsAPIVersion) Valid() bool + type GetFaqturoXmlResponse struct + Body []byte + HTTPResponse *http.Response + XML200 *openapi_types.File + func ParseGetFaqturoXmlResponse(rsp *http.Response) (*GetFaqturoXmlResponse, error) + func (r GetFaqturoXmlResponse) ContentType() string + func (r GetFaqturoXmlResponse) Status() string + func (r GetFaqturoXmlResponse) StatusCode() int + type GetFiscalReportParams struct + APIVersion *GetFiscalReportParamsAPIVersion + FormCode *string + From *openapi_types.Date + Month *int32 + To *openapi_types.Date + Year *int32 + type GetFiscalReportParamsAPIVersion string + const GetFiscalReportParamsAPIVersionV1 + func (e GetFiscalReportParamsAPIVersion) Valid() bool + type GetFiscalReportResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *FiscalReportResponse + JSON400 *FiscalReportResponse + func ParseGetFiscalReportResponse(rsp *http.Response) (*GetFiscalReportResponse, error) + func (r GetFiscalReportResponse) ContentType() string + func (r GetFiscalReportResponse) Status() string + func (r GetFiscalReportResponse) StatusCode() int + type GetFishingProducerParams struct + APIVersion *GetFishingProducerParamsAPIVersion + type GetFishingProducerParamsAPIVersion string + const GetFishingProducerParamsAPIVersionV1 + func (e GetFishingProducerParamsAPIVersion) Valid() bool + type GetFishingProducerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ProducerRegistryResponse + func ParseGetFishingProducerResponse(rsp *http.Response) (*GetFishingProducerResponse, error) + func (r GetFishingProducerResponse) ContentType() string + func (r GetFishingProducerResponse) Status() string + func (r GetFishingProducerResponse) StatusCode() int + type GetHaciendaXmlParams struct + APIVersion *GetHaciendaXmlParamsAPIVersion + type GetHaciendaXmlParamsAPIVersion string + const GetHaciendaXmlParamsAPIVersionV1 + func (e GetHaciendaXmlParamsAPIVersion) Valid() bool + type GetHaciendaXmlResponse struct + Body []byte + HTTPResponse *http.Response + XML200 *openapi_types.File + func ParseGetHaciendaXmlResponse(rsp *http.Response) (*GetHaciendaXmlResponse, error) + func (r GetHaciendaXmlResponse) ContentType() string + func (r GetHaciendaXmlResponse) Status() string + func (r GetHaciendaXmlResponse) StatusCode() int + type GetInvoicingStatusParams struct + APIVersion *GetInvoicingStatusParamsAPIVersion + type GetInvoicingStatusParamsAPIVersion string + const GetInvoicingStatusParamsAPIVersionV1 + func (e GetInvoicingStatusParamsAPIVersion) Valid() bool + type GetInvoicingStatusResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantInvoicingStatusResponse + func ParseGetInvoicingStatusResponse(rsp *http.Response) (*GetInvoicingStatusResponse, error) + func (r GetInvoicingStatusResponse) ContentType() string + func (r GetInvoicingStatusResponse) Status() string + func (r GetInvoicingStatusResponse) StatusCode() int + type GetIssuerByIdParams struct + APIVersion *GetIssuerByIdParamsAPIVersion + type GetIssuerByIdParamsAPIVersion string + const GetIssuerByIdParamsAPIVersionV1 + func (e GetIssuerByIdParamsAPIVersion) Valid() bool + type GetIssuerByIdResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantIssuerResponse + func ParseGetIssuerByIdResponse(rsp *http.Response) (*GetIssuerByIdResponse, error) + func (r GetIssuerByIdResponse) ContentType() string + func (r GetIssuerByIdResponse) Status() string + func (r GetIssuerByIdResponse) StatusCode() int + type GetLegalIdentificationTypesParams struct + APIVersion *GetLegalIdentificationTypesParamsAPIVersion + type GetLegalIdentificationTypesParamsAPIVersion string + const GetLegalIdentificationTypesParamsAPIVersionV1 + func (e GetLegalIdentificationTypesParamsAPIVersion) Valid() bool + type GetLegalIdentificationTypesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetLegalIdentificationTypesResponse(rsp *http.Response) (*GetLegalIdentificationTypesResponse, error) + func (r GetLegalIdentificationTypesResponse) ContentType() string + func (r GetLegalIdentificationTypesResponse) Status() string + func (r GetLegalIdentificationTypesResponse) StatusCode() int + type GetLogoParams struct + APIVersion *GetLogoParamsAPIVersion + type GetLogoParamsAPIVersion string + const GetLogoParamsAPIVersionV1 + func (e GetLogoParamsAPIVersion) Valid() bool + type GetLogoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantLogoResponse + func ParseGetLogoResponse(rsp *http.Response) (*GetLogoResponse, error) + func (r GetLogoResponse) ContentType() string + func (r GetLogoResponse) Status() string + func (r GetLogoResponse) StatusCode() int + type GetLogsParams struct + APIVersion *GetLogsParamsAPIVersion + type GetLogsParamsAPIVersion string + const GetLogsParamsAPIVersionV1 + func (e GetLogsParamsAPIVersion) Valid() bool + type GetLogsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]WebhookDeliveryLogResponse + func ParseGetLogsResponse(rsp *http.Response) (*GetLogsResponse, error) + func (r GetLogsResponse) ContentType() string + func (r GetLogsResponse) Status() string + func (r GetLogsResponse) StatusCode() int + type GetPaymentMethodsParams struct + APIVersion *GetPaymentMethodsParamsAPIVersion + type GetPaymentMethodsParamsAPIVersion string + const GetPaymentMethodsParamsAPIVersionV1 + func (e GetPaymentMethodsParamsAPIVersion) Valid() bool + type GetPaymentMethodsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetPaymentMethodsResponse(rsp *http.Response) (*GetPaymentMethodsResponse, error) + func (r GetPaymentMethodsResponse) ContentType() string + func (r GetPaymentMethodsResponse) Status() string + func (r GetPaymentMethodsResponse) StatusCode() int + type GetPaymentParams struct + APIVersion *GetPaymentParamsAPIVersion + type GetPaymentParamsAPIVersion string + const GetPaymentParamsAPIVersionV1 + func (e GetPaymentParamsAPIVersion) Valid() bool + type GetPaymentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentPaymentResponse + func ParseGetPaymentResponse(rsp *http.Response) (*GetPaymentResponse, error) + func (r GetPaymentResponse) ContentType() string + func (r GetPaymentResponse) Status() string + func (r GetPaymentResponse) StatusCode() int + type GetPharmaceuticalFormsParams struct + APIVersion *GetPharmaceuticalFormsParamsAPIVersion + type GetPharmaceuticalFormsParamsAPIVersion string + const GetPharmaceuticalFormsParamsAPIVersionV1 + func (e GetPharmaceuticalFormsParamsAPIVersion) Valid() bool + type GetPharmaceuticalFormsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetPharmaceuticalFormsResponse(rsp *http.Response) (*GetPharmaceuticalFormsResponse, error) + func (r GetPharmaceuticalFormsResponse) ContentType() string + func (r GetPharmaceuticalFormsResponse) Status() string + func (r GetPharmaceuticalFormsResponse) StatusCode() int + type GetProvincesParams struct + APIVersion *GetProvincesParamsAPIVersion + type GetProvincesParamsAPIVersion string + const GetProvincesParamsAPIVersionV1 + func (e GetProvincesParamsAPIVersion) Valid() bool + type GetProvincesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetProvincesResponse(rsp *http.Response) (*GetProvincesResponse, error) + func (r GetProvincesResponse) ContentType() string + func (r GetProvincesResponse) Status() string + func (r GetProvincesResponse) StatusCode() int + type GetReceiverByIdParams struct + APIVersion *GetReceiverByIdParamsAPIVersion + type GetReceiverByIdParamsAPIVersion string + const GetReceiverByIdParamsAPIVersionV1 + func (e GetReceiverByIdParamsAPIVersion) Valid() bool + type GetReceiverByIdResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientReceiverResponse + func ParseGetReceiverByIdResponse(rsp *http.Response) (*GetReceiverByIdResponse, error) + func (r GetReceiverByIdResponse) ContentType() string + func (r GetReceiverByIdResponse) Status() string + func (r GetReceiverByIdResponse) StatusCode() int + type GetSaleConditionsParams struct + APIVersion *GetSaleConditionsParamsAPIVersion + type GetSaleConditionsParamsAPIVersion string + const GetSaleConditionsParamsAPIVersionV1 + func (e GetSaleConditionsParamsAPIVersion) Valid() bool + type GetSaleConditionsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetSaleConditionsResponse(rsp *http.Response) (*GetSaleConditionsResponse, error) + func (r GetSaleConditionsResponse) ContentType() string + func (r GetSaleConditionsResponse) Status() string + func (r GetSaleConditionsResponse) StatusCode() int + type GetSequencesParams struct + APIVersion *GetSequencesParamsAPIVersion + type GetSequencesParamsAPIVersion string + const GetSequencesParamsAPIVersionV1 + func (e GetSequencesParamsAPIVersion) Valid() bool + type GetSequencesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]SequenceResponse + func ParseGetSequencesResponse(rsp *http.Response) (*GetSequencesResponse, error) + func (r GetSequencesResponse) ContentType() string + func (r GetSequencesResponse) Status() string + func (r GetSequencesResponse) StatusCode() int + type GetTaxAuthorityExonerationParams struct + APIVersion *GetTaxAuthorityExonerationParamsAPIVersion + type GetTaxAuthorityExonerationParamsAPIVersion string + const GetTaxAuthorityExonerationParamsAPIVersionV1 + func (e GetTaxAuthorityExonerationParamsAPIVersion) Valid() bool + type GetTaxAuthorityExonerationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TaxAuthorityExonerationResponse + func ParseGetTaxAuthorityExonerationResponse(rsp *http.Response) (*GetTaxAuthorityExonerationResponse, error) + func (r GetTaxAuthorityExonerationResponse) ContentType() string + func (r GetTaxAuthorityExonerationResponse) Status() string + func (r GetTaxAuthorityExonerationResponse) StatusCode() int + type GetTaxCodesParams struct + APIVersion *GetTaxCodesParamsAPIVersion + type GetTaxCodesParamsAPIVersion string + const GetTaxCodesParamsAPIVersionV1 + func (e GetTaxCodesParamsAPIVersion) Valid() bool + type GetTaxCodesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetTaxCodesResponse(rsp *http.Response) (*GetTaxCodesResponse, error) + func (r GetTaxCodesResponse) ContentType() string + func (r GetTaxCodesResponse) Status() string + func (r GetTaxCodesResponse) StatusCode() int + type GetTaxRatesSummaryParams struct + APIVersion *GetTaxRatesSummaryParamsAPIVersion + FormCode *string + From *openapi_types.Date + Month *int32 + To *openapi_types.Date + Year *int32 + type GetTaxRatesSummaryParamsAPIVersion string + const GetTaxRatesSummaryParamsAPIVersionV1 + func (e GetTaxRatesSummaryParamsAPIVersion) Valid() bool + type GetTaxRatesSummaryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *FiscalTaxRatesSummaryResponse + JSON400 *FiscalTaxRatesSummaryResponse + func ParseGetTaxRatesSummaryResponse(rsp *http.Response) (*GetTaxRatesSummaryResponse, error) + func (r GetTaxRatesSummaryResponse) ContentType() string + func (r GetTaxRatesSummaryResponse) Status() string + func (r GetTaxRatesSummaryResponse) StatusCode() int + type GetTaxpayerInfoParams struct + APIVersion *GetTaxpayerInfoParamsAPIVersion + type GetTaxpayerInfoParamsAPIVersion string + const GetTaxpayerInfoParamsAPIVersionV1 + func (e GetTaxpayerInfoParamsAPIVersion) Valid() bool + type GetTaxpayerInfoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TaxpayerInfoResponse + func ParseGetTaxpayerInfoResponse(rsp *http.Response) (*GetTaxpayerInfoResponse, error) + func (r GetTaxpayerInfoResponse) ContentType() string + func (r GetTaxpayerInfoResponse) Status() string + func (r GetTaxpayerInfoResponse) StatusCode() int + type GetTaxpayerParams struct + APIVersion *GetTaxpayerParamsAPIVersion + type GetTaxpayerParamsAPIVersion string + const GetTaxpayerParamsAPIVersionV1 + func (e GetTaxpayerParamsAPIVersion) Valid() bool + type GetTaxpayerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TaxpayerInfoResponse + func ParseGetTaxpayerResponse(rsp *http.Response) (*GetTaxpayerResponse, error) + func (r GetTaxpayerResponse) ContentType() string + func (r GetTaxpayerResponse) Status() string + func (r GetTaxpayerResponse) StatusCode() int + type GetTenantParams struct + APIVersion *GetTenantParamsAPIVersion + type GetTenantParamsAPIVersion string + const GetTenantParamsAPIVersionV1 + func (e GetTenantParamsAPIVersion) Valid() bool + type GetTenantResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantResponse + func ParseGetTenantResponse(rsp *http.Response) (*GetTenantResponse, error) + func (r GetTenantResponse) ContentType() string + func (r GetTenantResponse) Status() string + func (r GetTenantResponse) StatusCode() int + type GetUnitsOfMeasureParams struct + APIVersion *GetUnitsOfMeasureParamsAPIVersion + type GetUnitsOfMeasureParamsAPIVersion string + const GetUnitsOfMeasureParamsAPIVersionV1 + func (e GetUnitsOfMeasureParamsAPIVersion) Valid() bool + type GetUnitsOfMeasureResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetUnitsOfMeasureResponse(rsp *http.Response) (*GetUnitsOfMeasureResponse, error) + func (r GetUnitsOfMeasureResponse) ContentType() string + func (r GetUnitsOfMeasureResponse) Status() string + func (r GetUnitsOfMeasureResponse) StatusCode() int + type GetVatRateCodesParams struct + APIVersion *GetVatRateCodesParamsAPIVersion + type GetVatRateCodesParamsAPIVersion string + const GetVatRateCodesParamsAPIVersionV1 + func (e GetVatRateCodesParamsAPIVersion) Valid() bool + type GetVatRateCodesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]CatalogItemResponse + func ParseGetVatRateCodesResponse(rsp *http.Response) (*GetVatRateCodesResponse, error) + func (r GetVatRateCodesResponse) ContentType() string + func (r GetVatRateCodesResponse) Status() string + func (r GetVatRateCodesResponse) StatusCode() int + type GetVatSummaryParams struct + APIVersion *GetVatSummaryParamsAPIVersion + FormCode *string + From *openapi_types.Date + Month *int32 + To *openapi_types.Date + Year *int32 + type GetVatSummaryParamsAPIVersion string + const GetVatSummaryParamsAPIVersionV1 + func (e GetVatSummaryParamsAPIVersion) Valid() bool + type GetVatSummaryResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *FiscalVatSummaryResponse + JSON400 *FiscalVatSummaryResponse + func ParseGetVatSummaryResponse(rsp *http.Response) (*GetVatSummaryResponse, error) + func (r GetVatSummaryResponse) ContentType() string + func (r GetVatSummaryResponse) Status() string + func (r GetVatSummaryResponse) StatusCode() int + type GetWebhookParams struct + APIVersion *GetWebhookParamsAPIVersion + type GetWebhookParamsAPIVersion string + const GetWebhookParamsAPIVersionV1 + func (e GetWebhookParamsAPIVersion) Valid() bool + type GetWebhookResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WebhookEndpointResponse + func ParseGetWebhookResponse(rsp *http.Response) (*GetWebhookResponse, error) + func (r GetWebhookResponse) ContentType() string + func (r GetWebhookResponse) Status() string + func (r GetWebhookResponse) StatusCode() int + type GetWebhooksParams struct + APIVersion *GetWebhooksParamsAPIVersion + type GetWebhooksParamsAPIVersion string + const GetWebhooksParamsAPIVersionV1 + func (e GetWebhooksParamsAPIVersion) Valid() bool + type GetWebhooksResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]WebhookEndpointResponse + func ParseGetWebhooksResponse(rsp *http.Response) (*GetWebhooksResponse, error) + func (r GetWebhooksResponse) ContentType() string + func (r GetWebhooksResponse) Status() string + func (r GetWebhooksResponse) StatusCode() int + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type Item struct + Categories *[]string + Code *string + Description *string + Status *string + Tax *int32 + type LegalIdentificationDto struct + Number string + Type string + type LegalIdentificationRequest struct + Number string + Type string + type LegalIdentificationResponse struct + Number *string + Type *string + type OtherChargeRequest struct + ChargeAmount Decimal + Detail string + DocumentType string + DocumentTypeOther *string + Percentage *Decimal + ThirdPartyIdNumber *string + ThirdPartyIdType *string + ThirdPartyName *string + type PageResponseClientReceiverResponse struct + Content *[]ClientReceiverResponse + Empty *bool + First *bool + Last *bool + Number *int32 + NumberOfElements *int32 + Pageable *PageableResponse + Size *int32 + Sort *SortResponse + TotalElements *int64 + TotalPages *int32 + type PageResponseClientResponse struct + Content *[]ClientResponse + Empty *bool + First *bool + Last *bool + Number *int32 + NumberOfElements *int32 + Pageable *PageableResponse + Size *int32 + Sort *SortResponse + TotalElements *int64 + TotalPages *int32 + type PageResponseDocumentResponse struct + Content *[]DocumentResponse + Empty *bool + First *bool + Last *bool + Number *int32 + NumberOfElements *int32 + Pageable *PageableResponse + Size *int32 + Sort *SortResponse + TotalElements *int64 + TotalPages *int32 + type PageResponseTenantIssuerResponse struct + Content *[]TenantIssuerResponse + Empty *bool + First *bool + Last *bool + Number *int32 + NumberOfElements *int32 + Pageable *PageableResponse + Size *int32 + Sort *SortResponse + TotalElements *int64 + TotalPages *int32 + type Pageable struct + Page *int32 + Size *int32 + Sort *[]string + type PageableResponse struct + Offset *int64 + PageNumber *int32 + PageSize *int32 + Paged *bool + Sort *SortResponse + Unpaged *bool + type PhoneRequest struct + CountryCode *string + Number *string + type PhoneResponse struct + CountryCode *string + Number *string + type ProducerRegistryResponse struct + Details *map[string]interface{} + LegalIdentification *string + type Rate struct + Date *openapi_types.Date + Value *Decimal + type ReceiverMessageRequest struct + Clave string + CodigoActividad string + CondicionImpuesto *string + DetalleMensaje *string + FechaEmisionDoc string + Mensaje int32 + MontoTotalDeGastoAplicable *Decimal + MontoTotalImpuesto *Decimal + MontoTotalImpuestoAcreditar *Decimal + NumeroCedulaEmisor string + NumeroConsecutivoReceptor string + TotalVenta Decimal + type RefreshExonerationParams struct + APIVersion *RefreshExonerationParamsAPIVersion + type RefreshExonerationParamsAPIVersion string + const RefreshExonerationParamsAPIVersionV1 + func (e RefreshExonerationParamsAPIVersion) Valid() bool + type RefreshExonerationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientExonerationResponse + func ParseRefreshExonerationResponse(rsp *http.Response) (*RefreshExonerationResponse, error) + func (r RefreshExonerationResponse) ContentType() string + func (r RefreshExonerationResponse) Status() string + func (r RefreshExonerationResponse) StatusCode() int + type RegenerateDocumentPdfParams struct + APIVersion *RegenerateDocumentPdfParamsAPIVersion + type RegenerateDocumentPdfParamsAPIVersion string + const RegenerateDocumentPdfParamsAPIVersionV1 + func (e RegenerateDocumentPdfParamsAPIVersion) Valid() bool + type RegenerateDocumentPdfResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseRegenerateDocumentPdfResponse(rsp *http.Response) (*RegenerateDocumentPdfResponse, error) + func (r RegenerateDocumentPdfResponse) ContentType() string + func (r RegenerateDocumentPdfResponse) Status() string + func (r RegenerateDocumentPdfResponse) StatusCode() int + type RegisterExonerationJSONRequestBody = ClientExonerationRequest + type RegisterExonerationParams struct + APIVersion *RegisterExonerationParamsAPIVersion + type RegisterExonerationParamsAPIVersion string + const RegisterExonerationParamsAPIVersionV1 + func (e RegisterExonerationParamsAPIVersion) Valid() bool + type RegisterExonerationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientExonerationResponse + func ParseRegisterExonerationResponse(rsp *http.Response) (*RegisterExonerationResponse, error) + func (r RegisterExonerationResponse) ContentType() string + func (r RegisterExonerationResponse) Status() string + func (r RegisterExonerationResponse) StatusCode() int + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type SearchCabysParams struct + APIVersion *SearchCabysParamsAPIVersion + Limit *int32 + Query string + type SearchCabysParamsAPIVersion string + const SearchCabysParamsAPIVersionV1 + func (e SearchCabysParamsAPIVersion) Valid() bool + type SearchCabysResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CabysQueryResponse + func ParseSearchCabysResponse(rsp *http.Response) (*SearchCabysResponse, error) + func (r SearchCabysResponse) ContentType() string + func (r SearchCabysResponse) Status() string + func (r SearchCabysResponse) StatusCode() int + type SendDocumentEmailParams struct + APIVersion *SendDocumentEmailParamsAPIVersion + type SendDocumentEmailParamsAPIVersion string + const SendDocumentEmailParamsAPIVersionV1 + func (e SendDocumentEmailParamsAPIVersion) Valid() bool + type SendDocumentEmailResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseSendDocumentEmailResponse(rsp *http.Response) (*SendDocumentEmailResponse, error) + func (r SendDocumentEmailResponse) ContentType() string + func (r SendDocumentEmailResponse) Status() string + func (r SendDocumentEmailResponse) StatusCode() int + type SequenceResponse struct + BranchCode *string + BranchId *int64 + BranchName *string + CashRegisterId *int64 + CashRegisterName *string + DocumentType *SequenceResponseDocumentType + Id *int64 + LastConsecutive *string + LastNumber *int64 + NextConsecutive *string + NextNumber *int64 + TerminalCode *string + type SequenceResponseDocumentType string + const CREDITNOTE + const DEBITNOTE + const ELECTRONICPAYMENTRECEIPT + const EXPORTINVOICE + const INVOICE + const PURCHASEINVOICE + const RECEIPT + const RECEIVERMESSAGE + func (e SequenceResponseDocumentType) Valid() bool + type SequenceUpdateRequest struct + LastNumber int64 + Reason string + type SetDefaultBranchParams struct + APIVersion *SetDefaultBranchParamsAPIVersion + type SetDefaultBranchParamsAPIVersion string + const SetDefaultBranchParamsAPIVersionV1 + func (e SetDefaultBranchParamsAPIVersion) Valid() bool + type SetDefaultBranchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BranchResponse + func ParseSetDefaultBranchResponse(rsp *http.Response) (*SetDefaultBranchResponse, error) + func (r SetDefaultBranchResponse) ContentType() string + func (r SetDefaultBranchResponse) Status() string + func (r SetDefaultBranchResponse) StatusCode() int + type SetDefaultCashRegisterParams struct + APIVersion *SetDefaultCashRegisterParamsAPIVersion + type SetDefaultCashRegisterParamsAPIVersion string + const SetDefaultCashRegisterParamsAPIVersionV1 + func (e SetDefaultCashRegisterParamsAPIVersion) Valid() bool + type SetDefaultCashRegisterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CashRegisterResponse + func ParseSetDefaultCashRegisterResponse(rsp *http.Response) (*SetDefaultCashRegisterResponse, error) + func (r SetDefaultCashRegisterResponse) ContentType() string + func (r SetDefaultCashRegisterResponse) Status() string + func (r SetDefaultCashRegisterResponse) StatusCode() int + type SetDefaultIssuerParams struct + APIVersion *SetDefaultIssuerParamsAPIVersion + type SetDefaultIssuerParamsAPIVersion string + const SetDefaultIssuerParamsAPIVersionV1 + func (e SetDefaultIssuerParamsAPIVersion) Valid() bool + type SetDefaultIssuerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantIssuerResponse + func ParseSetDefaultIssuerResponse(rsp *http.Response) (*SetDefaultIssuerResponse, error) + func (r SetDefaultIssuerResponse) ContentType() string + func (r SetDefaultIssuerResponse) Status() string + func (r SetDefaultIssuerResponse) StatusCode() int + type SortResponse struct + Empty *bool + Sorted *bool + Unsorted *bool + type SpecificTaxDataDto struct + ConsumptionUnitVolume *Decimal + MeasurementUnitQuantity Decimal + Percentage *Decimal + Proportion *Decimal + SpecificTaxType *SpecificTaxDataDtoSpecificTaxType + UnitTaxAmount Decimal + type SpecificTaxDataDtoSpecificTaxType string + const SpecificTaxDataDtoSpecificTaxTypeNONALCOHOLICBEVERAGE + const SpecificTaxDataDtoSpecificTaxTypeTOILETSOAP + func (e SpecificTaxDataDtoSpecificTaxType) Valid() bool + type SpecificTaxDataRequest struct + ConsumptionUnitVolume *Decimal + MeasurementUnitQuantity Decimal + Percentage *Decimal + Proportion *Decimal + SpecificTaxType *SpecificTaxDataRequestSpecificTaxType + UnitTaxAmount Decimal + type SpecificTaxDataRequestSpecificTaxType string + const SpecificTaxDataRequestSpecificTaxTypeNONALCOHOLICBEVERAGE + const SpecificTaxDataRequestSpecificTaxTypeTOILETSOAP + func (e SpecificTaxDataRequestSpecificTaxType) Valid() bool + type TaxAuthorityExonerationResponse struct + AuthorizationNumber *string + AuthorizationType *string + BeneficiaryIdentification *string + CabysCodes *[]string + CfiaProjectCode *string + DocumentNumber *string + DocumentType *DocumentType + ExonerationRate *Decimal + ExpiresAt *string + HasCabysRestrictions *bool + InstitutionCode *string + InstitutionName *string + IssuedAt *string + Year *int32 + type TaxRequest struct + OtherTaxDataValid *bool + SpecificTaxData *SpecificTaxDataRequest + SpecificTaxTypeValidForCode05 *bool + TaxAmount *Decimal + TaxCalculationBase *Decimal + TaxCode string + TaxCodeOther *string + TaxRate *Decimal + TaxRatePresentWhenRequiredForCalculation *bool + UsedGoodsVatCalculationDataValid *bool + VatCalculationFactor *Decimal + VatRateCode *string + VatRateCodeValidForVatTax *bool + VatSpecialCalculationDataValid *bool + type TaxpayerInfoResponse struct + Activities *[]EconomicActivity + LegalIdentification *string + Name *string + Regime *string + Status *string + type TenantCreateRequest struct + AddressCanton *string + AddressDistrict *string + AddressNeighborhood *string + AddressOtherSigns *string + AddressProvince *string + AuthPassword *string + AuthUsername string + Certificate openapi_types.File + CertificatePin string + CommercialName *string + CountryCode *string + Email *openapi_types.Email + FaxCountryCode *string + FaxNumber *string + IssuerActivityCode string + LegalIdentification LegalIdentificationRequest + Name string + Number *string + type TenantInvoicingStatusResponse struct + CertificateConfigured *bool + CertificateExpired *bool + CertificateExpiresAt *time.Time + CertificateSubject *string + CredentialsConfigured *bool + DefaultIssuerConfigured *bool + HaciendaError *string + HaciendaSessionValid *bool + MissingRequirements *[]string + Ready *bool + type TenantIssuerRequest struct + Address AddressRequest + CommercialName *string + Email openapi_types.Email + Fax *PhoneRequest + FiscalRegistration8707 *string + IssuerActivityCode string + Name string + Phone *PhoneRequest + type TenantIssuerResponse struct + Address *AddressResponse + CommercialName *string + Email *string + Fax *PhoneResponse + FiscalRegistration8707 *string + Id *int64 + IsDefault *bool + IssuerActivityCode *string + Name *string + Phone *PhoneResponse + type TenantLogoResponse struct + ContentType *string + FileSize *int64 + OriginalFilename *string + UploadedAt *time.Time + Url *string + type TenantProvisionRequest struct + LegalIdentification *LegalIdentificationRequest + Name *string + TenantSlug *string + type TenantResponse struct + CreatedAt *time.Time + LegalIdentification *LegalIdentificationResponse + Name *string + Slug *string + Token *string + type TenantSecretsUpdateRequest struct + AuthPassword *string + AuthUsername *string + Certificate *openapi_types.File + CertificatePin *string + type TenantUpdateRequest struct + CantonCode *string + CommercialName *string + CountryCode *int32 + DistrictCode *string + Email *string + Name *string + Neighborhood *string + Number *int32 + OtherSigns *string + ProvinceCode *string + type TestWebhookParams struct + APIVersion *TestWebhookParamsAPIVersion + type TestWebhookParamsAPIVersion string + const TestWebhookParamsAPIVersionV1 + func (e TestWebhookParamsAPIVersion) Valid() bool + type TestWebhookResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WebhookTestResponse + func ParseTestWebhookResponse(rsp *http.Response) (*TestWebhookResponse, error) + func (r TestWebhookResponse) ContentType() string + func (r TestWebhookResponse) Status() string + func (r TestWebhookResponse) StatusCode() int + type UpdateBranchJSONRequestBody = BranchRequest + type UpdateBranchParams struct + APIVersion *UpdateBranchParamsAPIVersion + type UpdateBranchParamsAPIVersion string + const UpdateBranchParamsAPIVersionV1 + func (e UpdateBranchParamsAPIVersion) Valid() bool + type UpdateBranchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BranchResponse + func ParseUpdateBranchResponse(rsp *http.Response) (*UpdateBranchResponse, error) + func (r UpdateBranchResponse) ContentType() string + func (r UpdateBranchResponse) Status() string + func (r UpdateBranchResponse) StatusCode() int + type UpdateCashRegisterJSONRequestBody = CashRegisterRequest + type UpdateCashRegisterParams struct + APIVersion *UpdateCashRegisterParamsAPIVersion + type UpdateCashRegisterParamsAPIVersion string + const UpdateCashRegisterParamsAPIVersionV1 + func (e UpdateCashRegisterParamsAPIVersion) Valid() bool + type UpdateCashRegisterResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CashRegisterResponse + func ParseUpdateCashRegisterResponse(rsp *http.Response) (*UpdateCashRegisterResponse, error) + func (r UpdateCashRegisterResponse) ContentType() string + func (r UpdateCashRegisterResponse) Status() string + func (r UpdateCashRegisterResponse) StatusCode() int + type UpdateCashRegisterSequenceJSONRequestBody = CashRegisterSequenceUpdateRequest + type UpdateCashRegisterSequenceParams struct + APIVersion *UpdateCashRegisterSequenceParamsAPIVersion + type UpdateCashRegisterSequenceParamsAPIVersion string + const UpdateCashRegisterSequenceParamsAPIVersionV1 + func (e UpdateCashRegisterSequenceParamsAPIVersion) Valid() bool + type UpdateCashRegisterSequenceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CashRegisterSequenceResponse + func ParseUpdateCashRegisterSequenceResponse(rsp *http.Response) (*UpdateCashRegisterSequenceResponse, error) + func (r UpdateCashRegisterSequenceResponse) ContentType() string + func (r UpdateCashRegisterSequenceResponse) Status() string + func (r UpdateCashRegisterSequenceResponse) StatusCode() int + type UpdateClientJSONRequestBody = ClientUpdateRequest + type UpdateClientParams struct + APIVersion *UpdateClientParamsAPIVersion + type UpdateClientParamsAPIVersion string + const UpdateClientParamsAPIVersionV1 + func (e UpdateClientParamsAPIVersion) Valid() bool + type UpdateClientResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientResponse + func ParseUpdateClientResponse(rsp *http.Response) (*UpdateClientResponse, error) + func (r UpdateClientResponse) ContentType() string + func (r UpdateClientResponse) Status() string + func (r UpdateClientResponse) StatusCode() int + type UpdateDefaultReceiverJSONBody map[string]int64 + type UpdateDefaultReceiverJSONRequestBody UpdateDefaultReceiverJSONBody + type UpdateDefaultReceiverParams struct + APIVersion *UpdateDefaultReceiverParamsAPIVersion + type UpdateDefaultReceiverParamsAPIVersion string + const UpdateDefaultReceiverParamsAPIVersionV1 + func (e UpdateDefaultReceiverParamsAPIVersion) Valid() bool + type UpdateDefaultReceiverResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ClientReceiverResponse + func ParseUpdateDefaultReceiverResponse(rsp *http.Response) (*UpdateDefaultReceiverResponse, error) + func (r UpdateDefaultReceiverResponse) ContentType() string + func (r UpdateDefaultReceiverResponse) Status() string + func (r UpdateDefaultReceiverResponse) StatusCode() int + type UpdateIssuerJSONRequestBody = TenantIssuerRequest + type UpdateIssuerParams struct + APIVersion *UpdateIssuerParamsAPIVersion + type UpdateIssuerParamsAPIVersion string + const UpdateIssuerParamsAPIVersionV1 + func (e UpdateIssuerParamsAPIVersion) Valid() bool + type UpdateIssuerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantIssuerResponse + func ParseUpdateIssuerResponse(rsp *http.Response) (*UpdateIssuerResponse, error) + func (r UpdateIssuerResponse) ContentType() string + func (r UpdateIssuerResponse) Status() string + func (r UpdateIssuerResponse) StatusCode() int + type UpdateSecretsMultipartRequestBody = TenantSecretsUpdateRequest + type UpdateSecretsParams struct + APIVersion *UpdateSecretsParamsAPIVersion + type UpdateSecretsParamsAPIVersion string + const UpdateSecretsParamsAPIVersionV1 + func (e UpdateSecretsParamsAPIVersion) Valid() bool + type UpdateSecretsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantInvoicingStatusResponse + func ParseUpdateSecretsResponse(rsp *http.Response) (*UpdateSecretsResponse, error) + func (r UpdateSecretsResponse) ContentType() string + func (r UpdateSecretsResponse) Status() string + func (r UpdateSecretsResponse) StatusCode() int + type UpdateSequenceJSONRequestBody = SequenceUpdateRequest + type UpdateSequenceParams struct + APIVersion *UpdateSequenceParamsAPIVersion + type UpdateSequenceParamsAPIVersion string + const UpdateSequenceParamsAPIVersionV1 + func (e UpdateSequenceParamsAPIVersion) Valid() bool + type UpdateSequenceResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SequenceResponse + func ParseUpdateSequenceResponse(rsp *http.Response) (*UpdateSequenceResponse, error) + func (r UpdateSequenceResponse) ContentType() string + func (r UpdateSequenceResponse) Status() string + func (r UpdateSequenceResponse) StatusCode() int + type UpdateTenantJSONRequestBody = TenantUpdateRequest + type UpdateTenantParams struct + APIVersion *UpdateTenantParamsAPIVersion + type UpdateTenantParamsAPIVersion string + const UpdateTenantParamsAPIVersionV1 + func (e UpdateTenantParamsAPIVersion) Valid() bool + type UpdateTenantResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantResponse + func ParseUpdateTenantResponse(rsp *http.Response) (*UpdateTenantResponse, error) + func (r UpdateTenantResponse) ContentType() string + func (r UpdateTenantResponse) Status() string + func (r UpdateTenantResponse) StatusCode() int + type UpdateWebhookJSONRequestBody = WebhookEndpointRequest + type UpdateWebhookParams struct + APIVersion *UpdateWebhookParamsAPIVersion + type UpdateWebhookParamsAPIVersion string + const UpdateWebhookParamsAPIVersionV1 + func (e UpdateWebhookParamsAPIVersion) Valid() bool + type UpdateWebhookResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WebhookEndpointResponse + func ParseUpdateWebhookResponse(rsp *http.Response) (*UpdateWebhookResponse, error) + func (r UpdateWebhookResponse) ContentType() string + func (r UpdateWebhookResponse) Status() string + func (r UpdateWebhookResponse) StatusCode() int + type UploadLogoMultipartBody struct + File openapi_types.File + type UploadLogoMultipartRequestBody UploadLogoMultipartBody + type UploadLogoParams struct + APIVersion *UploadLogoParamsAPIVersion + type UploadLogoParamsAPIVersion string + const UploadLogoParamsAPIVersionV1 + func (e UploadLogoParamsAPIVersion) Valid() bool + type UploadLogoResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TenantLogoResponse + func ParseUploadLogoResponse(rsp *http.Response) (*UploadLogoResponse, error) + func (r UploadLogoResponse) ContentType() string + func (r UploadLogoResponse) Status() string + func (r UploadLogoResponse) StatusCode() int + type VoidApplicationJSONRequestBody = DocumentPaymentVoidRequest + type VoidApplicationParams struct + APIVersion *VoidApplicationParamsAPIVersion + type VoidApplicationParamsAPIVersion string + const VoidApplicationParamsAPIVersionV1 + func (e VoidApplicationParamsAPIVersion) Valid() bool + type VoidApplicationResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentPaymentApplicationResponse + func ParseVoidApplicationResponse(rsp *http.Response) (*VoidApplicationResponse, error) + func (r VoidApplicationResponse) ContentType() string + func (r VoidApplicationResponse) Status() string + func (r VoidApplicationResponse) StatusCode() int + type VoidPaymentJSONRequestBody = DocumentPaymentVoidRequest + type VoidPaymentParams struct + APIVersion *VoidPaymentParamsAPIVersion + type VoidPaymentParamsAPIVersion string + const VoidPaymentParamsAPIVersionV1 + func (e VoidPaymentParamsAPIVersion) Valid() bool + type VoidPaymentResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DocumentPaymentResponse + func ParseVoidPaymentResponse(rsp *http.Response) (*VoidPaymentResponse, error) + func (r VoidPaymentResponse) ContentType() string + func (r VoidPaymentResponse) Status() string + func (r VoidPaymentResponse) StatusCode() int + type WebhookDeliveryLogResponse struct + Attempt *int32 + CreatedAt *time.Time + ErrorSummary *string + Event *string + HttpStatus *int32 + Id *int64 + Success *bool + WebhookEndpointId *int64 + type WebhookEndpointRequest struct + Active *bool + Description *string + Events []string + Url string + type WebhookEndpointResponse struct + Active *bool + ConsecutiveFailures *int32 + CreatedAt *time.Time + Description *string + Events *[]string + HealthStatus *string + Id *int64 + LastFailureAt *time.Time + LastSuccessAt *time.Time + Secret *string + UpdatedAt *time.Time + Url *string + type WebhookTestResponse struct + Attempt *int32 + ErrorSummary *string + Event *string + HttpStatus *int32 + Success *bool + WebhookEndpointId *int64