Versions in this module Expand all Collapse all v2 v2.0.1 Nov 7, 2022 v2.0.0 Nov 7, 2022 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + CallbacksApi *CallbacksApiService + InvoiceApi *InvoiceApiService + SettingsApi *SettingsApiService + SyncApi *SyncApiService + UserAccountsApi *UserAccountsApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccountingAppSettings struct + AppId int32 + Features *AccountingFeatures + Urls AccountingAppUrls + func NewAccountingAppSettings(appId int32, urls AccountingAppUrls) *AccountingAppSettings + func NewAccountingAppSettingsWithDefaults() *AccountingAppSettings + func (o *AccountingAppSettings) GetAppId() int32 + func (o *AccountingAppSettings) GetAppIdOk() (*int32, bool) + func (o *AccountingAppSettings) GetFeatures() AccountingFeatures + func (o *AccountingAppSettings) GetFeaturesOk() (*AccountingFeatures, bool) + func (o *AccountingAppSettings) GetUrls() AccountingAppUrls + func (o *AccountingAppSettings) GetUrlsOk() (*AccountingAppUrls, bool) + func (o *AccountingAppSettings) HasFeatures() bool + func (o *AccountingAppSettings) SetAppId(v int32) + func (o *AccountingAppSettings) SetFeatures(v AccountingFeatures) + func (o *AccountingAppSettings) SetUrls(v AccountingAppUrls) + func (o AccountingAppSettings) MarshalJSON() ([]byte, error) + type AccountingAppUrls struct + CreateCustomerUrl *string + CreateInvoiceUrl *string + CustomerUrlTemplate string + ExchangeRateUrl *string + GetInvoicePdfUrl string + GetInvoiceUrl string + GetTermsUrl *string + InvoiceUrlTemplate string + ProductUrlTemplate string + SearchCountUrl *string + SearchCustomerUrl string + SearchInvoiceUrl *string + SearchProductUrl *string + SearchTaxUrl *string + SearchUrl *string + func NewAccountingAppUrls(getInvoiceUrl string, searchCustomerUrl string, getInvoicePdfUrl string, ...) *AccountingAppUrls + func NewAccountingAppUrlsWithDefaults() *AccountingAppUrls + func (o *AccountingAppUrls) GetCreateCustomerUrl() string + func (o *AccountingAppUrls) GetCreateCustomerUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetCreateInvoiceUrl() string + func (o *AccountingAppUrls) GetCreateInvoiceUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetCustomerUrlTemplate() string + func (o *AccountingAppUrls) GetCustomerUrlTemplateOk() (*string, bool) + func (o *AccountingAppUrls) GetExchangeRateUrl() string + func (o *AccountingAppUrls) GetExchangeRateUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetGetInvoicePdfUrl() string + func (o *AccountingAppUrls) GetGetInvoicePdfUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetGetInvoiceUrl() string + func (o *AccountingAppUrls) GetGetInvoiceUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetGetTermsUrl() string + func (o *AccountingAppUrls) GetGetTermsUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetInvoiceUrlTemplate() string + func (o *AccountingAppUrls) GetInvoiceUrlTemplateOk() (*string, bool) + func (o *AccountingAppUrls) GetProductUrlTemplate() string + func (o *AccountingAppUrls) GetProductUrlTemplateOk() (*string, bool) + func (o *AccountingAppUrls) GetSearchCountUrl() string + func (o *AccountingAppUrls) GetSearchCountUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetSearchCustomerUrl() string + func (o *AccountingAppUrls) GetSearchCustomerUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetSearchInvoiceUrl() string + func (o *AccountingAppUrls) GetSearchInvoiceUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetSearchProductUrl() string + func (o *AccountingAppUrls) GetSearchProductUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetSearchTaxUrl() string + func (o *AccountingAppUrls) GetSearchTaxUrlOk() (*string, bool) + func (o *AccountingAppUrls) GetSearchUrl() string + func (o *AccountingAppUrls) GetSearchUrlOk() (*string, bool) + func (o *AccountingAppUrls) HasCreateCustomerUrl() bool + func (o *AccountingAppUrls) HasCreateInvoiceUrl() bool + func (o *AccountingAppUrls) HasExchangeRateUrl() bool + func (o *AccountingAppUrls) HasGetTermsUrl() bool + func (o *AccountingAppUrls) HasSearchCountUrl() bool + func (o *AccountingAppUrls) HasSearchInvoiceUrl() bool + func (o *AccountingAppUrls) HasSearchProductUrl() bool + func (o *AccountingAppUrls) HasSearchTaxUrl() bool + func (o *AccountingAppUrls) HasSearchUrl() bool + func (o *AccountingAppUrls) SetCreateCustomerUrl(v string) + func (o *AccountingAppUrls) SetCreateInvoiceUrl(v string) + func (o *AccountingAppUrls) SetCustomerUrlTemplate(v string) + func (o *AccountingAppUrls) SetExchangeRateUrl(v string) + func (o *AccountingAppUrls) SetGetInvoicePdfUrl(v string) + func (o *AccountingAppUrls) SetGetInvoiceUrl(v string) + func (o *AccountingAppUrls) SetGetTermsUrl(v string) + func (o *AccountingAppUrls) SetInvoiceUrlTemplate(v string) + func (o *AccountingAppUrls) SetProductUrlTemplate(v string) + func (o *AccountingAppUrls) SetSearchCountUrl(v string) + func (o *AccountingAppUrls) SetSearchCustomerUrl(v string) + func (o *AccountingAppUrls) SetSearchInvoiceUrl(v string) + func (o *AccountingAppUrls) SetSearchProductUrl(v string) + func (o *AccountingAppUrls) SetSearchTaxUrl(v string) + func (o *AccountingAppUrls) SetSearchUrl(v string) + func (o AccountingAppUrls) MarshalJSON() ([]byte, error) + type AccountingExtensionCustomer struct + BillingAddress *Address + CurrencyCode *string + EmailAddress *string + Id string + Name string + func NewAccountingExtensionCustomer(name string, id string) *AccountingExtensionCustomer + func NewAccountingExtensionCustomerWithDefaults() *AccountingExtensionCustomer + func (o *AccountingExtensionCustomer) GetBillingAddress() Address + func (o *AccountingExtensionCustomer) GetBillingAddressOk() (*Address, bool) + func (o *AccountingExtensionCustomer) GetCurrencyCode() string + func (o *AccountingExtensionCustomer) GetCurrencyCodeOk() (*string, bool) + func (o *AccountingExtensionCustomer) GetEmailAddress() string + func (o *AccountingExtensionCustomer) GetEmailAddressOk() (*string, bool) + func (o *AccountingExtensionCustomer) GetId() string + func (o *AccountingExtensionCustomer) GetIdOk() (*string, bool) + func (o *AccountingExtensionCustomer) GetName() string + func (o *AccountingExtensionCustomer) GetNameOk() (*string, bool) + func (o *AccountingExtensionCustomer) HasBillingAddress() bool + func (o *AccountingExtensionCustomer) HasCurrencyCode() bool + func (o *AccountingExtensionCustomer) HasEmailAddress() bool + func (o *AccountingExtensionCustomer) SetBillingAddress(v Address) + func (o *AccountingExtensionCustomer) SetCurrencyCode(v string) + func (o *AccountingExtensionCustomer) SetEmailAddress(v string) + func (o *AccountingExtensionCustomer) SetId(v string) + func (o *AccountingExtensionCustomer) SetName(v string) + func (o AccountingExtensionCustomer) MarshalJSON() ([]byte, error) + type AccountingExtensionInvoice struct + AmountDue float32 + Balance *float32 + Currency string + CustomerId *string + CustomerName string + DueDate string + InvoiceLink string + InvoiceNumber *string + Status string + func NewAccountingExtensionInvoice(amountDue float32, dueDate string, currency string, invoiceLink string, ...) *AccountingExtensionInvoice + func NewAccountingExtensionInvoiceWithDefaults() *AccountingExtensionInvoice + func (o *AccountingExtensionInvoice) GetAmountDue() float32 + func (o *AccountingExtensionInvoice) GetAmountDueOk() (*float32, bool) + func (o *AccountingExtensionInvoice) GetBalance() float32 + func (o *AccountingExtensionInvoice) GetBalanceOk() (*float32, bool) + func (o *AccountingExtensionInvoice) GetCurrency() string + func (o *AccountingExtensionInvoice) GetCurrencyOk() (*string, bool) + func (o *AccountingExtensionInvoice) GetCustomerId() string + func (o *AccountingExtensionInvoice) GetCustomerIdOk() (*string, bool) + func (o *AccountingExtensionInvoice) GetCustomerName() string + func (o *AccountingExtensionInvoice) GetCustomerNameOk() (*string, bool) + func (o *AccountingExtensionInvoice) GetDueDate() string + func (o *AccountingExtensionInvoice) GetDueDateOk() (*string, bool) + func (o *AccountingExtensionInvoice) GetInvoiceLink() string + func (o *AccountingExtensionInvoice) GetInvoiceLinkOk() (*string, bool) + func (o *AccountingExtensionInvoice) GetInvoiceNumber() string + func (o *AccountingExtensionInvoice) GetInvoiceNumberOk() (*string, bool) + func (o *AccountingExtensionInvoice) GetStatus() string + func (o *AccountingExtensionInvoice) GetStatusOk() (*string, bool) + func (o *AccountingExtensionInvoice) HasBalance() bool + func (o *AccountingExtensionInvoice) HasCustomerId() bool + func (o *AccountingExtensionInvoice) HasInvoiceNumber() bool + func (o *AccountingExtensionInvoice) SetAmountDue(v float32) + func (o *AccountingExtensionInvoice) SetBalance(v float32) + func (o *AccountingExtensionInvoice) SetCurrency(v string) + func (o *AccountingExtensionInvoice) SetCustomerId(v string) + func (o *AccountingExtensionInvoice) SetCustomerName(v string) + func (o *AccountingExtensionInvoice) SetDueDate(v string) + func (o *AccountingExtensionInvoice) SetInvoiceLink(v string) + func (o *AccountingExtensionInvoice) SetInvoiceNumber(v string) + func (o *AccountingExtensionInvoice) SetStatus(v string) + func (o AccountingExtensionInvoice) MarshalJSON() ([]byte, error) + type AccountingExtensionTerm struct + DueDate *string + DueDays *int32 + Id string + Name string + func NewAccountingExtensionTerm(name string, id string) *AccountingExtensionTerm + func NewAccountingExtensionTermWithDefaults() *AccountingExtensionTerm + func (o *AccountingExtensionTerm) GetDueDate() string + func (o *AccountingExtensionTerm) GetDueDateOk() (*string, bool) + func (o *AccountingExtensionTerm) GetDueDays() int32 + func (o *AccountingExtensionTerm) GetDueDaysOk() (*int32, bool) + func (o *AccountingExtensionTerm) GetId() string + func (o *AccountingExtensionTerm) GetIdOk() (*string, bool) + func (o *AccountingExtensionTerm) GetName() string + func (o *AccountingExtensionTerm) GetNameOk() (*string, bool) + func (o *AccountingExtensionTerm) HasDueDate() bool + func (o *AccountingExtensionTerm) HasDueDays() bool + func (o *AccountingExtensionTerm) SetDueDate(v string) + func (o *AccountingExtensionTerm) SetDueDays(v int32) + func (o *AccountingExtensionTerm) SetId(v string) + func (o *AccountingExtensionTerm) SetName(v string) + func (o AccountingExtensionTerm) MarshalJSON() ([]byte, error) + type AccountingFeatures struct + CreateInvoice CreateInvoiceFeature + ImportInvoice ImportInvoiceFeature + Sync map[string]ObjectSyncFeature + func NewAccountingFeatures(createInvoice CreateInvoiceFeature, importInvoice ImportInvoiceFeature, ...) *AccountingFeatures + func NewAccountingFeaturesWithDefaults() *AccountingFeatures + func (o *AccountingFeatures) GetCreateInvoice() CreateInvoiceFeature + func (o *AccountingFeatures) GetCreateInvoiceOk() (*CreateInvoiceFeature, bool) + func (o *AccountingFeatures) GetImportInvoice() ImportInvoiceFeature + func (o *AccountingFeatures) GetImportInvoiceOk() (*ImportInvoiceFeature, bool) + func (o *AccountingFeatures) GetSync() map[string]ObjectSyncFeature + func (o *AccountingFeatures) GetSyncOk() (*map[string]ObjectSyncFeature, bool) + func (o *AccountingFeatures) SetCreateInvoice(v CreateInvoiceFeature) + func (o *AccountingFeatures) SetImportInvoice(v ImportInvoiceFeature) + func (o *AccountingFeatures) SetSync(v map[string]ObjectSyncFeature) + func (o AccountingFeatures) MarshalJSON() ([]byte, error) + type ActionResponse struct + CompletedAt time.Time + Links *map[string]string + RequestedAt *time.Time + StartedAt time.Time + Status string + func NewActionResponse(status string, startedAt time.Time, completedAt time.Time) *ActionResponse + func NewActionResponseWithDefaults() *ActionResponse + func (o *ActionResponse) GetCompletedAt() time.Time + func (o *ActionResponse) GetCompletedAtOk() (*time.Time, bool) + func (o *ActionResponse) GetLinks() map[string]string + func (o *ActionResponse) GetLinksOk() (*map[string]string, bool) + func (o *ActionResponse) GetRequestedAt() time.Time + func (o *ActionResponse) GetRequestedAtOk() (*time.Time, bool) + func (o *ActionResponse) GetStartedAt() time.Time + func (o *ActionResponse) GetStartedAtOk() (*time.Time, bool) + func (o *ActionResponse) GetStatus() string + func (o *ActionResponse) GetStatusOk() (*string, bool) + func (o *ActionResponse) HasLinks() bool + func (o *ActionResponse) HasRequestedAt() bool + func (o *ActionResponse) SetCompletedAt(v time.Time) + func (o *ActionResponse) SetLinks(v map[string]string) + func (o *ActionResponse) SetRequestedAt(v time.Time) + func (o *ActionResponse) SetStartedAt(v time.Time) + func (o *ActionResponse) SetStatus(v string) + func (o ActionResponse) MarshalJSON() ([]byte, error) + type Address struct + City *string + Country *string + CountrySubDivisionCode *string + LineOne *string + PostalCode *string + func NewAddress() *Address + func NewAddressWithDefaults() *Address + func (o *Address) GetCity() string + func (o *Address) GetCityOk() (*string, bool) + func (o *Address) GetCountry() string + func (o *Address) GetCountryOk() (*string, bool) + func (o *Address) GetCountrySubDivisionCode() string + func (o *Address) GetCountrySubDivisionCodeOk() (*string, bool) + func (o *Address) GetLineOne() string + func (o *Address) GetLineOneOk() (*string, bool) + func (o *Address) GetPostalCode() string + func (o *Address) GetPostalCodeOk() (*string, bool) + func (o *Address) HasCity() bool + func (o *Address) HasCountry() bool + func (o *Address) HasCountrySubDivisionCode() bool + func (o *Address) HasLineOne() bool + func (o *Address) HasPostalCode() bool + func (o *Address) SetCity(v string) + func (o *Address) SetCountry(v string) + func (o *Address) SetCountrySubDivisionCode(v string) + func (o *Address) SetLineOne(v string) + func (o *Address) SetPostalCode(v string) + func (o Address) MarshalJSON() ([]byte, error) + type ApiCallbackCreateCustomerRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackCreateCustomerRequest) Execute() (*http.Response, error) + func (r ApiCallbackCreateCustomerRequest) ResultIdAccountingResponse(resultIdAccountingResponse ResultIdAccountingResponse) ApiCallbackCreateCustomerRequest + type ApiCallbackCreateExchangeRateRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackCreateExchangeRateRequest) ExchangeRateResponse(exchangeRateResponse ExchangeRateResponse) ApiCallbackCreateExchangeRateRequest + func (r ApiCallbackCreateExchangeRateRequest) Execute() (*http.Response, error) + type ApiCallbackCreateInvoiceRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackCreateInvoiceRequest) Execute() (*http.Response, error) + func (r ApiCallbackCreateInvoiceRequest) ResultIdAccountingResponse(resultIdAccountingResponse ResultIdAccountingResponse) ApiCallbackCreateInvoiceRequest + type ApiCallbackCreateTermRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackCreateTermRequest) Execute() (*http.Response, error) + func (r ApiCallbackCreateTermRequest) TermsResponse(termsResponse TermsResponse) ApiCallbackCreateTermRequest + type ApiCallbackDoInvoiceSearchRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackDoInvoiceSearchRequest) Execute() (*http.Response, error) + func (r ApiCallbackDoInvoiceSearchRequest) InvoiceSearchResponse(invoiceSearchResponse InvoiceSearchResponse) ApiCallbackDoInvoiceSearchRequest + type ApiCallbackDoProductSearchRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackDoProductSearchRequest) Execute() (*http.Response, error) + func (r ApiCallbackDoProductSearchRequest) ProductSearchResponse(productSearchResponse ProductSearchResponse) ApiCallbackDoProductSearchRequest + type ApiCallbackDoSearchCustomerRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackDoSearchCustomerRequest) CustomerSearchResponseExternal(customerSearchResponseExternal CustomerSearchResponseExternal) ApiCallbackDoSearchCustomerRequest + func (r ApiCallbackDoSearchCustomerRequest) Execute() (*http.Response, error) + type ApiCallbackDoTaxSearchRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackDoTaxSearchRequest) Execute() (*http.Response, error) + func (r ApiCallbackDoTaxSearchRequest) TaxSearchResponse(taxSearchResponse TaxSearchResponse) ApiCallbackDoTaxSearchRequest + type ApiCallbackGetByIDRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackGetByIDRequest) Execute() (*http.Response, error) + func (r ApiCallbackGetByIDRequest) InvoicesResponseExternal(invoicesResponseExternal InvoicesResponseExternal) ApiCallbackGetByIDRequest + type ApiCallbackInvoicePDFRequest struct + ApiService *CallbacksApiService + func (r ApiCallbackInvoicePDFRequest) Execute() (*http.Response, error) + func (r ApiCallbackInvoicePDFRequest) InvoicePdfResponse(invoicePdfResponse InvoicePdfResponse) ApiCallbackInvoicePDFRequest + type ApiInvoiceCreatePaymentRequest struct + ApiService *InvoiceApiService + func (r ApiInvoiceCreatePaymentRequest) AccountId(accountId string) ApiInvoiceCreatePaymentRequest + func (r ApiInvoiceCreatePaymentRequest) Execute() (*InvoiceUpdateResponse, *http.Response, error) + func (r ApiInvoiceCreatePaymentRequest) InvoiceCreatePaymentRequest(invoiceCreatePaymentRequest InvoiceCreatePaymentRequest) ApiInvoiceCreatePaymentRequest + type ApiInvoiceGetByIDRequest struct + ApiService *InvoiceApiService + func (r ApiInvoiceGetByIDRequest) AccountId(accountId string) ApiInvoiceGetByIDRequest + func (r ApiInvoiceGetByIDRequest) Execute() (*InvoiceReadResponse, *http.Response, error) + type ApiInvoiceUpdateRequest struct + ApiService *InvoiceApiService + func (r ApiInvoiceUpdateRequest) AccountId(accountId string) ApiInvoiceUpdateRequest + func (r ApiInvoiceUpdateRequest) Execute() (*InvoiceUpdateResponse, *http.Response, error) + func (r ApiInvoiceUpdateRequest) InvoiceUpdateRequest(invoiceUpdateRequest InvoiceUpdateRequest) ApiInvoiceUpdateRequest + type ApiSettingsGetByIDRequest struct + ApiService *SettingsApiService + func (r ApiSettingsGetByIDRequest) Execute() (*AccountingAppSettings, *http.Response, error) + type ApiSettingsReplaceRequest struct + ApiService *SettingsApiService + func (r ApiSettingsReplaceRequest) AccountingAppSettings(accountingAppSettings AccountingAppSettings) ApiSettingsReplaceRequest + func (r ApiSettingsReplaceRequest) Execute() (*http.Response, error) + type ApiSyncCreateContactRequest struct + ApiService *SyncApiService + func (r ApiSyncCreateContactRequest) Execute() (*ActionResponse, *http.Response, error) + func (r ApiSyncCreateContactRequest) SyncContactsRequest(syncContactsRequest SyncContactsRequest) ApiSyncCreateContactRequest + type ApiSyncCreateProductRequest struct + ApiService *SyncApiService + func (r ApiSyncCreateProductRequest) Execute() (*ActionResponse, *http.Response, error) + func (r ApiSyncCreateProductRequest) SyncProductsRequest(syncProductsRequest SyncProductsRequest) ApiSyncCreateProductRequest + type ApiUserAccountsArchiveRequest struct + ApiService *UserAccountsApiService + func (r ApiUserAccountsArchiveRequest) Execute() (*http.Response, error) + type ApiUserAccountsReplaceRequest struct + ApiService *UserAccountsApiService + func (r ApiUserAccountsReplaceRequest) CreateUserAccountRequestExternal(createUserAccountRequestExternal CreateUserAccountRequestExternal) ApiUserAccountsReplaceRequest + func (r ApiUserAccountsReplaceRequest) Execute() (*http.Response, error) + type BasicAuth struct + Password string + UserName string + type CallbacksApiService service + func (a *CallbacksApiService) CallbackCreateCustomer(ctx context.Context, requestId string) ApiCallbackCreateCustomerRequest + func (a *CallbacksApiService) CallbackCreateCustomerExecute(r ApiCallbackCreateCustomerRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackCreateExchangeRate(ctx context.Context, requestId string) ApiCallbackCreateExchangeRateRequest + func (a *CallbacksApiService) CallbackCreateExchangeRateExecute(r ApiCallbackCreateExchangeRateRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackCreateInvoice(ctx context.Context, requestId string) ApiCallbackCreateInvoiceRequest + func (a *CallbacksApiService) CallbackCreateInvoiceExecute(r ApiCallbackCreateInvoiceRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackCreateTerm(ctx context.Context, requestId string) ApiCallbackCreateTermRequest + func (a *CallbacksApiService) CallbackCreateTermExecute(r ApiCallbackCreateTermRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackDoInvoiceSearch(ctx context.Context, requestId string) ApiCallbackDoInvoiceSearchRequest + func (a *CallbacksApiService) CallbackDoInvoiceSearchExecute(r ApiCallbackDoInvoiceSearchRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackDoProductSearch(ctx context.Context, requestId string) ApiCallbackDoProductSearchRequest + func (a *CallbacksApiService) CallbackDoProductSearchExecute(r ApiCallbackDoProductSearchRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackDoSearchCustomer(ctx context.Context, requestId string) ApiCallbackDoSearchCustomerRequest + func (a *CallbacksApiService) CallbackDoSearchCustomerExecute(r ApiCallbackDoSearchCustomerRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackDoTaxSearch(ctx context.Context, requestId string) ApiCallbackDoTaxSearchRequest + func (a *CallbacksApiService) CallbackDoTaxSearchExecute(r ApiCallbackDoTaxSearchRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackGetByID(ctx context.Context, requestId string) ApiCallbackGetByIDRequest + func (a *CallbacksApiService) CallbackGetByIDExecute(r ApiCallbackGetByIDRequest) (*http.Response, error) + func (a *CallbacksApiService) CallbackInvoicePDF(ctx context.Context, requestId string) ApiCallbackInvoicePDFRequest + func (a *CallbacksApiService) CallbackInvoicePDFExecute(r ApiCallbackInvoicePDFRequest) (*http.Response, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CreateInvoiceFeature struct + Enabled bool + SubFeatures CreateInvoiceSubFeatures + func NewCreateInvoiceFeature(enabled bool, subFeatures CreateInvoiceSubFeatures) *CreateInvoiceFeature + func NewCreateInvoiceFeatureWithDefaults() *CreateInvoiceFeature + func (o *CreateInvoiceFeature) GetEnabled() bool + func (o *CreateInvoiceFeature) GetEnabledOk() (*bool, bool) + func (o *CreateInvoiceFeature) GetSubFeatures() CreateInvoiceSubFeatures + func (o *CreateInvoiceFeature) GetSubFeaturesOk() (*CreateInvoiceSubFeatures, bool) + func (o *CreateInvoiceFeature) SetEnabled(v bool) + func (o *CreateInvoiceFeature) SetSubFeatures(v CreateInvoiceSubFeatures) + func (o CreateInvoiceFeature) MarshalJSON() ([]byte, error) + type CreateInvoiceSubFeatures struct + CreateCustomer bool + ExchangeRates bool + InvoiceComments bool + InvoiceDiscounts bool + Taxes bool + Terms bool + func NewCreateInvoiceSubFeatures(createCustomer bool, taxes bool, exchangeRates bool, terms bool, ...) *CreateInvoiceSubFeatures + func NewCreateInvoiceSubFeaturesWithDefaults() *CreateInvoiceSubFeatures + func (o *CreateInvoiceSubFeatures) GetCreateCustomer() bool + func (o *CreateInvoiceSubFeatures) GetCreateCustomerOk() (*bool, bool) + func (o *CreateInvoiceSubFeatures) GetExchangeRates() bool + func (o *CreateInvoiceSubFeatures) GetExchangeRatesOk() (*bool, bool) + func (o *CreateInvoiceSubFeatures) GetInvoiceComments() bool + func (o *CreateInvoiceSubFeatures) GetInvoiceCommentsOk() (*bool, bool) + func (o *CreateInvoiceSubFeatures) GetInvoiceDiscounts() bool + func (o *CreateInvoiceSubFeatures) GetInvoiceDiscountsOk() (*bool, bool) + func (o *CreateInvoiceSubFeatures) GetTaxes() bool + func (o *CreateInvoiceSubFeatures) GetTaxesOk() (*bool, bool) + func (o *CreateInvoiceSubFeatures) GetTerms() bool + func (o *CreateInvoiceSubFeatures) GetTermsOk() (*bool, bool) + func (o *CreateInvoiceSubFeatures) SetCreateCustomer(v bool) + func (o *CreateInvoiceSubFeatures) SetExchangeRates(v bool) + func (o *CreateInvoiceSubFeatures) SetInvoiceComments(v bool) + func (o *CreateInvoiceSubFeatures) SetInvoiceDiscounts(v bool) + func (o *CreateInvoiceSubFeatures) SetTaxes(v bool) + func (o *CreateInvoiceSubFeatures) SetTerms(v bool) + func (o CreateInvoiceSubFeatures) MarshalJSON() ([]byte, error) + type CreateUserAccountRequestExternal struct + AccountId string + AccountName string + CurrencyCode string + func NewCreateUserAccountRequestExternal(accountId string, accountName string, currencyCode string) *CreateUserAccountRequestExternal + func NewCreateUserAccountRequestExternalWithDefaults() *CreateUserAccountRequestExternal + func (o *CreateUserAccountRequestExternal) GetAccountId() string + func (o *CreateUserAccountRequestExternal) GetAccountIdOk() (*string, bool) + func (o *CreateUserAccountRequestExternal) GetAccountName() string + func (o *CreateUserAccountRequestExternal) GetAccountNameOk() (*string, bool) + func (o *CreateUserAccountRequestExternal) GetCurrencyCode() string + func (o *CreateUserAccountRequestExternal) GetCurrencyCodeOk() (*string, bool) + func (o *CreateUserAccountRequestExternal) SetAccountId(v string) + func (o *CreateUserAccountRequestExternal) SetAccountName(v string) + func (o *CreateUserAccountRequestExternal) SetCurrencyCode(v string) + func (o CreateUserAccountRequestExternal) MarshalJSON() ([]byte, error) + type CustomerSearchResponseExternal struct + Customers []AccountingExtensionCustomer + Result string + func NewCustomerSearchResponseExternal(result string, customers []AccountingExtensionCustomer) *CustomerSearchResponseExternal + func NewCustomerSearchResponseExternalWithDefaults() *CustomerSearchResponseExternal + func (o *CustomerSearchResponseExternal) GetCustomers() []AccountingExtensionCustomer + func (o *CustomerSearchResponseExternal) GetCustomersOk() ([]AccountingExtensionCustomer, bool) + func (o *CustomerSearchResponseExternal) GetResult() string + func (o *CustomerSearchResponseExternal) GetResultOk() (*string, bool) + func (o *CustomerSearchResponseExternal) SetCustomers(v []AccountingExtensionCustomer) + func (o *CustomerSearchResponseExternal) SetResult(v string) + func (o CustomerSearchResponseExternal) MarshalJSON() ([]byte, error) + type Error struct + Category string + Context *map[string][]string + CorrelationId string + Errors []ErrorDetail + Links *map[string]string + Message string + SubCategory *string + func NewError(message string, correlationId string, category string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCategory() string + func (o *Error) GetCategoryOk() (*string, bool) + func (o *Error) GetContext() map[string][]string + func (o *Error) GetContextOk() (*map[string][]string, bool) + func (o *Error) GetCorrelationId() string + func (o *Error) GetCorrelationIdOk() (*string, bool) + func (o *Error) GetErrors() []ErrorDetail + func (o *Error) GetErrorsOk() ([]ErrorDetail, bool) + func (o *Error) GetLinks() map[string]string + func (o *Error) GetLinksOk() (*map[string]string, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) GetSubCategory() string + func (o *Error) GetSubCategoryOk() (*string, bool) + func (o *Error) HasContext() bool + func (o *Error) HasErrors() bool + func (o *Error) HasLinks() bool + func (o *Error) HasSubCategory() bool + func (o *Error) SetCategory(v string) + func (o *Error) SetContext(v map[string][]string) + func (o *Error) SetCorrelationId(v string) + func (o *Error) SetErrors(v []ErrorDetail) + func (o *Error) SetLinks(v map[string]string) + func (o *Error) SetMessage(v string) + func (o *Error) SetSubCategory(v string) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorDetail struct + Code *string + Context *map[string][]string + In *string + Message string + SubCategory *string + func NewErrorDetail(message string) *ErrorDetail + func NewErrorDetailWithDefaults() *ErrorDetail + func (o *ErrorDetail) GetCode() string + func (o *ErrorDetail) GetCodeOk() (*string, bool) + func (o *ErrorDetail) GetContext() map[string][]string + func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool) + func (o *ErrorDetail) GetIn() string + func (o *ErrorDetail) GetInOk() (*string, bool) + func (o *ErrorDetail) GetMessage() string + func (o *ErrorDetail) GetMessageOk() (*string, bool) + func (o *ErrorDetail) GetSubCategory() string + func (o *ErrorDetail) GetSubCategoryOk() (*string, bool) + func (o *ErrorDetail) HasCode() bool + func (o *ErrorDetail) HasContext() bool + func (o *ErrorDetail) HasIn() bool + func (o *ErrorDetail) HasSubCategory() bool + func (o *ErrorDetail) SetCode(v string) + func (o *ErrorDetail) SetContext(v map[string][]string) + func (o *ErrorDetail) SetIn(v string) + func (o *ErrorDetail) SetMessage(v string) + func (o *ErrorDetail) SetSubCategory(v string) + func (o ErrorDetail) MarshalJSON() ([]byte, error) + type ExchangeRateResponse struct + ExchangeRate float32 + Result string + SourceCurrencyCode string + TargetCurrencyCode string + func NewExchangeRateResponse(result string, exchangeRate float32, sourceCurrencyCode string, ...) *ExchangeRateResponse + func NewExchangeRateResponseWithDefaults() *ExchangeRateResponse + func (o *ExchangeRateResponse) GetExchangeRate() float32 + func (o *ExchangeRateResponse) GetExchangeRateOk() (*float32, bool) + func (o *ExchangeRateResponse) GetResult() string + func (o *ExchangeRateResponse) GetResultOk() (*string, bool) + func (o *ExchangeRateResponse) GetSourceCurrencyCode() string + func (o *ExchangeRateResponse) GetSourceCurrencyCodeOk() (*string, bool) + func (o *ExchangeRateResponse) GetTargetCurrencyCode() string + func (o *ExchangeRateResponse) GetTargetCurrencyCodeOk() (*string, bool) + func (o *ExchangeRateResponse) SetExchangeRate(v float32) + func (o *ExchangeRateResponse) SetResult(v string) + func (o *ExchangeRateResponse) SetSourceCurrencyCode(v string) + func (o *ExchangeRateResponse) SetTargetCurrencyCode(v string) + func (o ExchangeRateResponse) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type ImportInvoiceFeature struct + Enabled bool + func NewImportInvoiceFeature(enabled bool) *ImportInvoiceFeature + func NewImportInvoiceFeatureWithDefaults() *ImportInvoiceFeature + func (o *ImportInvoiceFeature) GetEnabled() bool + func (o *ImportInvoiceFeature) GetEnabledOk() (*bool, bool) + func (o *ImportInvoiceFeature) SetEnabled(v bool) + func (o ImportInvoiceFeature) MarshalJSON() ([]byte, error) + type InvoiceApiService service + func (a *InvoiceApiService) InvoiceCreatePayment(ctx context.Context, invoiceId string) ApiInvoiceCreatePaymentRequest + func (a *InvoiceApiService) InvoiceCreatePaymentExecute(r ApiInvoiceCreatePaymentRequest) (*InvoiceUpdateResponse, *http.Response, error) + func (a *InvoiceApiService) InvoiceGetByID(ctx context.Context, invoiceId string) ApiInvoiceGetByIDRequest + func (a *InvoiceApiService) InvoiceGetByIDExecute(r ApiInvoiceGetByIDRequest) (*InvoiceReadResponse, *http.Response, error) + func (a *InvoiceApiService) InvoiceUpdate(ctx context.Context, invoiceId string) ApiInvoiceUpdateRequest + func (a *InvoiceApiService) InvoiceUpdateExecute(r ApiInvoiceUpdateRequest) (*InvoiceUpdateResponse, *http.Response, error) + type InvoiceCreatePaymentRequest struct + AmountPaid float32 + CurrencyCode string + ExternalPaymentId string + PaymentDateTime time.Time + func NewInvoiceCreatePaymentRequest(amountPaid float32, currencyCode string, paymentDateTime time.Time, ...) *InvoiceCreatePaymentRequest + func NewInvoiceCreatePaymentRequestWithDefaults() *InvoiceCreatePaymentRequest + func (o *InvoiceCreatePaymentRequest) GetAmountPaid() float32 + func (o *InvoiceCreatePaymentRequest) GetAmountPaidOk() (*float32, bool) + func (o *InvoiceCreatePaymentRequest) GetCurrencyCode() string + func (o *InvoiceCreatePaymentRequest) GetCurrencyCodeOk() (*string, bool) + func (o *InvoiceCreatePaymentRequest) GetExternalPaymentId() string + func (o *InvoiceCreatePaymentRequest) GetExternalPaymentIdOk() (*string, bool) + func (o *InvoiceCreatePaymentRequest) GetPaymentDateTime() time.Time + func (o *InvoiceCreatePaymentRequest) GetPaymentDateTimeOk() (*time.Time, bool) + func (o *InvoiceCreatePaymentRequest) SetAmountPaid(v float32) + func (o *InvoiceCreatePaymentRequest) SetCurrencyCode(v string) + func (o *InvoiceCreatePaymentRequest) SetExternalPaymentId(v string) + func (o *InvoiceCreatePaymentRequest) SetPaymentDateTime(v time.Time) + func (o InvoiceCreatePaymentRequest) MarshalJSON() ([]byte, error) + type InvoicePdfResponse struct + Invoice string + Result *string + func NewInvoicePdfResponse(invoice string) *InvoicePdfResponse + func NewInvoicePdfResponseWithDefaults() *InvoicePdfResponse + func (o *InvoicePdfResponse) GetInvoice() string + func (o *InvoicePdfResponse) GetInvoiceOk() (*string, bool) + func (o *InvoicePdfResponse) GetResult() string + func (o *InvoicePdfResponse) GetResultOk() (*string, bool) + func (o *InvoicePdfResponse) HasResult() bool + func (o *InvoicePdfResponse) SetInvoice(v string) + func (o *InvoicePdfResponse) SetResult(v string) + func (o InvoicePdfResponse) MarshalJSON() ([]byte, error) + type InvoiceReadResponse struct + Archived bool + ArchivedAt *time.Time + BalanceDue float32 + CreatedAt time.Time + CurrencyCode string + DueDate string + ExternalAccountId string + ExternalCreateDateTime *int64 + ExternalInvoiceNumber *string + ExternalRecipientId string + Id string + InvoiceStatus string + IsVoided bool + ReceivedByRecipientDate *int64 + TotalAmountBilled float32 + UpdatedAt time.Time + func NewInvoiceReadResponse(totalAmountBilled float32, balanceDue float32, currencyCode string, ...) *InvoiceReadResponse + func NewInvoiceReadResponseWithDefaults() *InvoiceReadResponse + func (o *InvoiceReadResponse) GetArchived() bool + func (o *InvoiceReadResponse) GetArchivedAt() time.Time + func (o *InvoiceReadResponse) GetArchivedAtOk() (*time.Time, bool) + func (o *InvoiceReadResponse) GetArchivedOk() (*bool, bool) + func (o *InvoiceReadResponse) GetBalanceDue() float32 + func (o *InvoiceReadResponse) GetBalanceDueOk() (*float32, bool) + func (o *InvoiceReadResponse) GetCreatedAt() time.Time + func (o *InvoiceReadResponse) GetCreatedAtOk() (*time.Time, bool) + func (o *InvoiceReadResponse) GetCurrencyCode() string + func (o *InvoiceReadResponse) GetCurrencyCodeOk() (*string, bool) + func (o *InvoiceReadResponse) GetDueDate() string + func (o *InvoiceReadResponse) GetDueDateOk() (*string, bool) + func (o *InvoiceReadResponse) GetExternalAccountId() string + func (o *InvoiceReadResponse) GetExternalAccountIdOk() (*string, bool) + func (o *InvoiceReadResponse) GetExternalCreateDateTime() int64 + func (o *InvoiceReadResponse) GetExternalCreateDateTimeOk() (*int64, bool) + func (o *InvoiceReadResponse) GetExternalInvoiceNumber() string + func (o *InvoiceReadResponse) GetExternalInvoiceNumberOk() (*string, bool) + func (o *InvoiceReadResponse) GetExternalRecipientId() string + func (o *InvoiceReadResponse) GetExternalRecipientIdOk() (*string, bool) + func (o *InvoiceReadResponse) GetId() string + func (o *InvoiceReadResponse) GetIdOk() (*string, bool) + func (o *InvoiceReadResponse) GetInvoiceStatus() string + func (o *InvoiceReadResponse) GetInvoiceStatusOk() (*string, bool) + func (o *InvoiceReadResponse) GetIsVoided() bool + func (o *InvoiceReadResponse) GetIsVoidedOk() (*bool, bool) + func (o *InvoiceReadResponse) GetReceivedByRecipientDate() int64 + func (o *InvoiceReadResponse) GetReceivedByRecipientDateOk() (*int64, bool) + func (o *InvoiceReadResponse) GetTotalAmountBilled() float32 + func (o *InvoiceReadResponse) GetTotalAmountBilledOk() (*float32, bool) + func (o *InvoiceReadResponse) GetUpdatedAt() time.Time + func (o *InvoiceReadResponse) GetUpdatedAtOk() (*time.Time, bool) + func (o *InvoiceReadResponse) HasArchivedAt() bool + func (o *InvoiceReadResponse) HasExternalCreateDateTime() bool + func (o *InvoiceReadResponse) HasExternalInvoiceNumber() bool + func (o *InvoiceReadResponse) HasReceivedByRecipientDate() bool + func (o *InvoiceReadResponse) SetArchived(v bool) + func (o *InvoiceReadResponse) SetArchivedAt(v time.Time) + func (o *InvoiceReadResponse) SetBalanceDue(v float32) + func (o *InvoiceReadResponse) SetCreatedAt(v time.Time) + func (o *InvoiceReadResponse) SetCurrencyCode(v string) + func (o *InvoiceReadResponse) SetDueDate(v string) + func (o *InvoiceReadResponse) SetExternalAccountId(v string) + func (o *InvoiceReadResponse) SetExternalCreateDateTime(v int64) + func (o *InvoiceReadResponse) SetExternalInvoiceNumber(v string) + func (o *InvoiceReadResponse) SetExternalRecipientId(v string) + func (o *InvoiceReadResponse) SetId(v string) + func (o *InvoiceReadResponse) SetInvoiceStatus(v string) + func (o *InvoiceReadResponse) SetIsVoided(v bool) + func (o *InvoiceReadResponse) SetReceivedByRecipientDate(v int64) + func (o *InvoiceReadResponse) SetTotalAmountBilled(v float32) + func (o *InvoiceReadResponse) SetUpdatedAt(v time.Time) + func (o InvoiceReadResponse) MarshalJSON() ([]byte, error) + type InvoiceSearchResponse struct + Invoices []AccountingExtensionInvoice + Result *string + func NewInvoiceSearchResponse(invoices []AccountingExtensionInvoice) *InvoiceSearchResponse + func NewInvoiceSearchResponseWithDefaults() *InvoiceSearchResponse + func (o *InvoiceSearchResponse) GetInvoices() []AccountingExtensionInvoice + func (o *InvoiceSearchResponse) GetInvoicesOk() ([]AccountingExtensionInvoice, bool) + func (o *InvoiceSearchResponse) GetResult() string + func (o *InvoiceSearchResponse) GetResultOk() (*string, bool) + func (o *InvoiceSearchResponse) HasResult() bool + func (o *InvoiceSearchResponse) SetInvoices(v []AccountingExtensionInvoice) + func (o *InvoiceSearchResponse) SetResult(v string) + func (o InvoiceSearchResponse) MarshalJSON() ([]byte, error) + type InvoiceUpdateRequest struct + CurrencyCode *string + DueDate *string + ExternalInvoiceNumber *string + ExternalRecipientId *string + InvoiceNumber *string + IsVoided *bool + ReceivedByCustomerDate *string + ReceivedByRecipientDate *int64 + func NewInvoiceUpdateRequest() *InvoiceUpdateRequest + func NewInvoiceUpdateRequestWithDefaults() *InvoiceUpdateRequest + func (o *InvoiceUpdateRequest) GetCurrencyCode() string + func (o *InvoiceUpdateRequest) GetCurrencyCodeOk() (*string, bool) + func (o *InvoiceUpdateRequest) GetDueDate() string + func (o *InvoiceUpdateRequest) GetDueDateOk() (*string, bool) + func (o *InvoiceUpdateRequest) GetExternalInvoiceNumber() string + func (o *InvoiceUpdateRequest) GetExternalInvoiceNumberOk() (*string, bool) + func (o *InvoiceUpdateRequest) GetExternalRecipientId() string + func (o *InvoiceUpdateRequest) GetExternalRecipientIdOk() (*string, bool) + func (o *InvoiceUpdateRequest) GetInvoiceNumber() string + func (o *InvoiceUpdateRequest) GetInvoiceNumberOk() (*string, bool) + func (o *InvoiceUpdateRequest) GetIsVoided() bool + func (o *InvoiceUpdateRequest) GetIsVoidedOk() (*bool, bool) + func (o *InvoiceUpdateRequest) GetReceivedByCustomerDate() string + func (o *InvoiceUpdateRequest) GetReceivedByCustomerDateOk() (*string, bool) + func (o *InvoiceUpdateRequest) GetReceivedByRecipientDate() int64 + func (o *InvoiceUpdateRequest) GetReceivedByRecipientDateOk() (*int64, bool) + func (o *InvoiceUpdateRequest) HasCurrencyCode() bool + func (o *InvoiceUpdateRequest) HasDueDate() bool + func (o *InvoiceUpdateRequest) HasExternalInvoiceNumber() bool + func (o *InvoiceUpdateRequest) HasExternalRecipientId() bool + func (o *InvoiceUpdateRequest) HasInvoiceNumber() bool + func (o *InvoiceUpdateRequest) HasIsVoided() bool + func (o *InvoiceUpdateRequest) HasReceivedByCustomerDate() bool + func (o *InvoiceUpdateRequest) HasReceivedByRecipientDate() bool + func (o *InvoiceUpdateRequest) SetCurrencyCode(v string) + func (o *InvoiceUpdateRequest) SetDueDate(v string) + func (o *InvoiceUpdateRequest) SetExternalInvoiceNumber(v string) + func (o *InvoiceUpdateRequest) SetExternalRecipientId(v string) + func (o *InvoiceUpdateRequest) SetInvoiceNumber(v string) + func (o *InvoiceUpdateRequest) SetIsVoided(v bool) + func (o *InvoiceUpdateRequest) SetReceivedByCustomerDate(v string) + func (o *InvoiceUpdateRequest) SetReceivedByRecipientDate(v int64) + func (o InvoiceUpdateRequest) MarshalJSON() ([]byte, error) + type InvoiceUpdateResponse struct + Archived bool + ArchivedAt *time.Time + BalanceDue float32 + CreatedAt time.Time + CurrencyCode string + DueDate string + ExternalAccountId string + ExternalCreateDateTime *int64 + ExternalInvoiceNumber *string + ExternalRecipientId string + Id string + InvoiceStatus string + IsVoided bool + ReceivedByRecipientDate *int64 + TotalAmountBilled float32 + UpdatedAt time.Time + func NewInvoiceUpdateResponse(totalAmountBilled float32, balanceDue float32, currencyCode string, ...) *InvoiceUpdateResponse + func NewInvoiceUpdateResponseWithDefaults() *InvoiceUpdateResponse + func (o *InvoiceUpdateResponse) GetArchived() bool + func (o *InvoiceUpdateResponse) GetArchivedAt() time.Time + func (o *InvoiceUpdateResponse) GetArchivedAtOk() (*time.Time, bool) + func (o *InvoiceUpdateResponse) GetArchivedOk() (*bool, bool) + func (o *InvoiceUpdateResponse) GetBalanceDue() float32 + func (o *InvoiceUpdateResponse) GetBalanceDueOk() (*float32, bool) + func (o *InvoiceUpdateResponse) GetCreatedAt() time.Time + func (o *InvoiceUpdateResponse) GetCreatedAtOk() (*time.Time, bool) + func (o *InvoiceUpdateResponse) GetCurrencyCode() string + func (o *InvoiceUpdateResponse) GetCurrencyCodeOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetDueDate() string + func (o *InvoiceUpdateResponse) GetDueDateOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetExternalAccountId() string + func (o *InvoiceUpdateResponse) GetExternalAccountIdOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetExternalCreateDateTime() int64 + func (o *InvoiceUpdateResponse) GetExternalCreateDateTimeOk() (*int64, bool) + func (o *InvoiceUpdateResponse) GetExternalInvoiceNumber() string + func (o *InvoiceUpdateResponse) GetExternalInvoiceNumberOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetExternalRecipientId() string + func (o *InvoiceUpdateResponse) GetExternalRecipientIdOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetId() string + func (o *InvoiceUpdateResponse) GetIdOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetInvoiceStatus() string + func (o *InvoiceUpdateResponse) GetInvoiceStatusOk() (*string, bool) + func (o *InvoiceUpdateResponse) GetIsVoided() bool + func (o *InvoiceUpdateResponse) GetIsVoidedOk() (*bool, bool) + func (o *InvoiceUpdateResponse) GetReceivedByRecipientDate() int64 + func (o *InvoiceUpdateResponse) GetReceivedByRecipientDateOk() (*int64, bool) + func (o *InvoiceUpdateResponse) GetTotalAmountBilled() float32 + func (o *InvoiceUpdateResponse) GetTotalAmountBilledOk() (*float32, bool) + func (o *InvoiceUpdateResponse) GetUpdatedAt() time.Time + func (o *InvoiceUpdateResponse) GetUpdatedAtOk() (*time.Time, bool) + func (o *InvoiceUpdateResponse) HasArchivedAt() bool + func (o *InvoiceUpdateResponse) HasExternalCreateDateTime() bool + func (o *InvoiceUpdateResponse) HasExternalInvoiceNumber() bool + func (o *InvoiceUpdateResponse) HasReceivedByRecipientDate() bool + func (o *InvoiceUpdateResponse) SetArchived(v bool) + func (o *InvoiceUpdateResponse) SetArchivedAt(v time.Time) + func (o *InvoiceUpdateResponse) SetBalanceDue(v float32) + func (o *InvoiceUpdateResponse) SetCreatedAt(v time.Time) + func (o *InvoiceUpdateResponse) SetCurrencyCode(v string) + func (o *InvoiceUpdateResponse) SetDueDate(v string) + func (o *InvoiceUpdateResponse) SetExternalAccountId(v string) + func (o *InvoiceUpdateResponse) SetExternalCreateDateTime(v int64) + func (o *InvoiceUpdateResponse) SetExternalInvoiceNumber(v string) + func (o *InvoiceUpdateResponse) SetExternalRecipientId(v string) + func (o *InvoiceUpdateResponse) SetId(v string) + func (o *InvoiceUpdateResponse) SetInvoiceStatus(v string) + func (o *InvoiceUpdateResponse) SetIsVoided(v bool) + func (o *InvoiceUpdateResponse) SetReceivedByRecipientDate(v int64) + func (o *InvoiceUpdateResponse) SetTotalAmountBilled(v float32) + func (o *InvoiceUpdateResponse) SetUpdatedAt(v time.Time) + func (o InvoiceUpdateResponse) MarshalJSON() ([]byte, error) + type InvoicesResponseExternal struct + Invoices []AccountingExtensionInvoice + Result *string + func NewInvoicesResponseExternal(invoices []AccountingExtensionInvoice) *InvoicesResponseExternal + func NewInvoicesResponseExternalWithDefaults() *InvoicesResponseExternal + func (o *InvoicesResponseExternal) GetInvoices() []AccountingExtensionInvoice + func (o *InvoicesResponseExternal) GetInvoicesOk() ([]AccountingExtensionInvoice, bool) + func (o *InvoicesResponseExternal) GetResult() string + func (o *InvoicesResponseExternal) GetResultOk() (*string, bool) + func (o *InvoicesResponseExternal) HasResult() bool + func (o *InvoicesResponseExternal) SetInvoices(v []AccountingExtensionInvoice) + func (o *InvoicesResponseExternal) SetResult(v string) + func (o InvoicesResponseExternal) MarshalJSON() ([]byte, error) + type NullableAccountingAppSettings struct + func NewNullableAccountingAppSettings(val *AccountingAppSettings) *NullableAccountingAppSettings + func (v *NullableAccountingAppSettings) Set(val *AccountingAppSettings) + func (v *NullableAccountingAppSettings) UnmarshalJSON(src []byte) error + func (v *NullableAccountingAppSettings) Unset() + func (v NullableAccountingAppSettings) Get() *AccountingAppSettings + func (v NullableAccountingAppSettings) IsSet() bool + func (v NullableAccountingAppSettings) MarshalJSON() ([]byte, error) + type NullableAccountingAppUrls struct + func NewNullableAccountingAppUrls(val *AccountingAppUrls) *NullableAccountingAppUrls + func (v *NullableAccountingAppUrls) Set(val *AccountingAppUrls) + func (v *NullableAccountingAppUrls) UnmarshalJSON(src []byte) error + func (v *NullableAccountingAppUrls) Unset() + func (v NullableAccountingAppUrls) Get() *AccountingAppUrls + func (v NullableAccountingAppUrls) IsSet() bool + func (v NullableAccountingAppUrls) MarshalJSON() ([]byte, error) + type NullableAccountingExtensionCustomer struct + func NewNullableAccountingExtensionCustomer(val *AccountingExtensionCustomer) *NullableAccountingExtensionCustomer + func (v *NullableAccountingExtensionCustomer) Set(val *AccountingExtensionCustomer) + func (v *NullableAccountingExtensionCustomer) UnmarshalJSON(src []byte) error + func (v *NullableAccountingExtensionCustomer) Unset() + func (v NullableAccountingExtensionCustomer) Get() *AccountingExtensionCustomer + func (v NullableAccountingExtensionCustomer) IsSet() bool + func (v NullableAccountingExtensionCustomer) MarshalJSON() ([]byte, error) + type NullableAccountingExtensionInvoice struct + func NewNullableAccountingExtensionInvoice(val *AccountingExtensionInvoice) *NullableAccountingExtensionInvoice + func (v *NullableAccountingExtensionInvoice) Set(val *AccountingExtensionInvoice) + func (v *NullableAccountingExtensionInvoice) UnmarshalJSON(src []byte) error + func (v *NullableAccountingExtensionInvoice) Unset() + func (v NullableAccountingExtensionInvoice) Get() *AccountingExtensionInvoice + func (v NullableAccountingExtensionInvoice) IsSet() bool + func (v NullableAccountingExtensionInvoice) MarshalJSON() ([]byte, error) + type NullableAccountingExtensionTerm struct + func NewNullableAccountingExtensionTerm(val *AccountingExtensionTerm) *NullableAccountingExtensionTerm + func (v *NullableAccountingExtensionTerm) Set(val *AccountingExtensionTerm) + func (v *NullableAccountingExtensionTerm) UnmarshalJSON(src []byte) error + func (v *NullableAccountingExtensionTerm) Unset() + func (v NullableAccountingExtensionTerm) Get() *AccountingExtensionTerm + func (v NullableAccountingExtensionTerm) IsSet() bool + func (v NullableAccountingExtensionTerm) MarshalJSON() ([]byte, error) + type NullableAccountingFeatures struct + func NewNullableAccountingFeatures(val *AccountingFeatures) *NullableAccountingFeatures + func (v *NullableAccountingFeatures) Set(val *AccountingFeatures) + func (v *NullableAccountingFeatures) UnmarshalJSON(src []byte) error + func (v *NullableAccountingFeatures) Unset() + func (v NullableAccountingFeatures) Get() *AccountingFeatures + func (v NullableAccountingFeatures) IsSet() bool + func (v NullableAccountingFeatures) MarshalJSON() ([]byte, error) + type NullableActionResponse struct + func NewNullableActionResponse(val *ActionResponse) *NullableActionResponse + func (v *NullableActionResponse) Set(val *ActionResponse) + func (v *NullableActionResponse) UnmarshalJSON(src []byte) error + func (v *NullableActionResponse) Unset() + func (v NullableActionResponse) Get() *ActionResponse + func (v NullableActionResponse) IsSet() bool + func (v NullableActionResponse) MarshalJSON() ([]byte, error) + type NullableAddress struct + func NewNullableAddress(val *Address) *NullableAddress + func (v *NullableAddress) Set(val *Address) + func (v *NullableAddress) UnmarshalJSON(src []byte) error + func (v *NullableAddress) Unset() + func (v NullableAddress) Get() *Address + func (v NullableAddress) IsSet() bool + func (v NullableAddress) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCreateInvoiceFeature struct + func NewNullableCreateInvoiceFeature(val *CreateInvoiceFeature) *NullableCreateInvoiceFeature + func (v *NullableCreateInvoiceFeature) Set(val *CreateInvoiceFeature) + func (v *NullableCreateInvoiceFeature) UnmarshalJSON(src []byte) error + func (v *NullableCreateInvoiceFeature) Unset() + func (v NullableCreateInvoiceFeature) Get() *CreateInvoiceFeature + func (v NullableCreateInvoiceFeature) IsSet() bool + func (v NullableCreateInvoiceFeature) MarshalJSON() ([]byte, error) + type NullableCreateInvoiceSubFeatures struct + func NewNullableCreateInvoiceSubFeatures(val *CreateInvoiceSubFeatures) *NullableCreateInvoiceSubFeatures + func (v *NullableCreateInvoiceSubFeatures) Set(val *CreateInvoiceSubFeatures) + func (v *NullableCreateInvoiceSubFeatures) UnmarshalJSON(src []byte) error + func (v *NullableCreateInvoiceSubFeatures) Unset() + func (v NullableCreateInvoiceSubFeatures) Get() *CreateInvoiceSubFeatures + func (v NullableCreateInvoiceSubFeatures) IsSet() bool + func (v NullableCreateInvoiceSubFeatures) MarshalJSON() ([]byte, error) + type NullableCreateUserAccountRequestExternal struct + func NewNullableCreateUserAccountRequestExternal(val *CreateUserAccountRequestExternal) *NullableCreateUserAccountRequestExternal + func (v *NullableCreateUserAccountRequestExternal) Set(val *CreateUserAccountRequestExternal) + func (v *NullableCreateUserAccountRequestExternal) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserAccountRequestExternal) Unset() + func (v NullableCreateUserAccountRequestExternal) Get() *CreateUserAccountRequestExternal + func (v NullableCreateUserAccountRequestExternal) IsSet() bool + func (v NullableCreateUserAccountRequestExternal) MarshalJSON() ([]byte, error) + type NullableCustomerSearchResponseExternal struct + func NewNullableCustomerSearchResponseExternal(val *CustomerSearchResponseExternal) *NullableCustomerSearchResponseExternal + func (v *NullableCustomerSearchResponseExternal) Set(val *CustomerSearchResponseExternal) + func (v *NullableCustomerSearchResponseExternal) UnmarshalJSON(src []byte) error + func (v *NullableCustomerSearchResponseExternal) Unset() + func (v NullableCustomerSearchResponseExternal) Get() *CustomerSearchResponseExternal + func (v NullableCustomerSearchResponseExternal) IsSet() bool + func (v NullableCustomerSearchResponseExternal) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorDetail struct + func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail + func (v *NullableErrorDetail) Set(val *ErrorDetail) + func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error + func (v *NullableErrorDetail) Unset() + func (v NullableErrorDetail) Get() *ErrorDetail + func (v NullableErrorDetail) IsSet() bool + func (v NullableErrorDetail) MarshalJSON() ([]byte, error) + type NullableExchangeRateResponse struct + func NewNullableExchangeRateResponse(val *ExchangeRateResponse) *NullableExchangeRateResponse + func (v *NullableExchangeRateResponse) Set(val *ExchangeRateResponse) + func (v *NullableExchangeRateResponse) UnmarshalJSON(src []byte) error + func (v *NullableExchangeRateResponse) Unset() + func (v NullableExchangeRateResponse) Get() *ExchangeRateResponse + func (v NullableExchangeRateResponse) IsSet() bool + func (v NullableExchangeRateResponse) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableImportInvoiceFeature struct + func NewNullableImportInvoiceFeature(val *ImportInvoiceFeature) *NullableImportInvoiceFeature + func (v *NullableImportInvoiceFeature) Set(val *ImportInvoiceFeature) + func (v *NullableImportInvoiceFeature) UnmarshalJSON(src []byte) error + func (v *NullableImportInvoiceFeature) Unset() + func (v NullableImportInvoiceFeature) Get() *ImportInvoiceFeature + func (v NullableImportInvoiceFeature) IsSet() bool + func (v NullableImportInvoiceFeature) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvoiceCreatePaymentRequest struct + func NewNullableInvoiceCreatePaymentRequest(val *InvoiceCreatePaymentRequest) *NullableInvoiceCreatePaymentRequest + func (v *NullableInvoiceCreatePaymentRequest) Set(val *InvoiceCreatePaymentRequest) + func (v *NullableInvoiceCreatePaymentRequest) UnmarshalJSON(src []byte) error + func (v *NullableInvoiceCreatePaymentRequest) Unset() + func (v NullableInvoiceCreatePaymentRequest) Get() *InvoiceCreatePaymentRequest + func (v NullableInvoiceCreatePaymentRequest) IsSet() bool + func (v NullableInvoiceCreatePaymentRequest) MarshalJSON() ([]byte, error) + type NullableInvoicePdfResponse struct + func NewNullableInvoicePdfResponse(val *InvoicePdfResponse) *NullableInvoicePdfResponse + func (v *NullableInvoicePdfResponse) Set(val *InvoicePdfResponse) + func (v *NullableInvoicePdfResponse) UnmarshalJSON(src []byte) error + func (v *NullableInvoicePdfResponse) Unset() + func (v NullableInvoicePdfResponse) Get() *InvoicePdfResponse + func (v NullableInvoicePdfResponse) IsSet() bool + func (v NullableInvoicePdfResponse) MarshalJSON() ([]byte, error) + type NullableInvoiceReadResponse struct + func NewNullableInvoiceReadResponse(val *InvoiceReadResponse) *NullableInvoiceReadResponse + func (v *NullableInvoiceReadResponse) Set(val *InvoiceReadResponse) + func (v *NullableInvoiceReadResponse) UnmarshalJSON(src []byte) error + func (v *NullableInvoiceReadResponse) Unset() + func (v NullableInvoiceReadResponse) Get() *InvoiceReadResponse + func (v NullableInvoiceReadResponse) IsSet() bool + func (v NullableInvoiceReadResponse) MarshalJSON() ([]byte, error) + type NullableInvoiceSearchResponse struct + func NewNullableInvoiceSearchResponse(val *InvoiceSearchResponse) *NullableInvoiceSearchResponse + func (v *NullableInvoiceSearchResponse) Set(val *InvoiceSearchResponse) + func (v *NullableInvoiceSearchResponse) UnmarshalJSON(src []byte) error + func (v *NullableInvoiceSearchResponse) Unset() + func (v NullableInvoiceSearchResponse) Get() *InvoiceSearchResponse + func (v NullableInvoiceSearchResponse) IsSet() bool + func (v NullableInvoiceSearchResponse) MarshalJSON() ([]byte, error) + type NullableInvoiceUpdateRequest struct + func NewNullableInvoiceUpdateRequest(val *InvoiceUpdateRequest) *NullableInvoiceUpdateRequest + func (v *NullableInvoiceUpdateRequest) Set(val *InvoiceUpdateRequest) + func (v *NullableInvoiceUpdateRequest) UnmarshalJSON(src []byte) error + func (v *NullableInvoiceUpdateRequest) Unset() + func (v NullableInvoiceUpdateRequest) Get() *InvoiceUpdateRequest + func (v NullableInvoiceUpdateRequest) IsSet() bool + func (v NullableInvoiceUpdateRequest) MarshalJSON() ([]byte, error) + type NullableInvoiceUpdateResponse struct + func NewNullableInvoiceUpdateResponse(val *InvoiceUpdateResponse) *NullableInvoiceUpdateResponse + func (v *NullableInvoiceUpdateResponse) Set(val *InvoiceUpdateResponse) + func (v *NullableInvoiceUpdateResponse) UnmarshalJSON(src []byte) error + func (v *NullableInvoiceUpdateResponse) Unset() + func (v NullableInvoiceUpdateResponse) Get() *InvoiceUpdateResponse + func (v NullableInvoiceUpdateResponse) IsSet() bool + func (v NullableInvoiceUpdateResponse) MarshalJSON() ([]byte, error) + type NullableInvoicesResponseExternal struct + func NewNullableInvoicesResponseExternal(val *InvoicesResponseExternal) *NullableInvoicesResponseExternal + func (v *NullableInvoicesResponseExternal) Set(val *InvoicesResponseExternal) + func (v *NullableInvoicesResponseExternal) UnmarshalJSON(src []byte) error + func (v *NullableInvoicesResponseExternal) Unset() + func (v NullableInvoicesResponseExternal) Get() *InvoicesResponseExternal + func (v NullableInvoicesResponseExternal) IsSet() bool + func (v NullableInvoicesResponseExternal) MarshalJSON() ([]byte, error) + type NullableObjectSyncFeature struct + func NewNullableObjectSyncFeature(val *ObjectSyncFeature) *NullableObjectSyncFeature + func (v *NullableObjectSyncFeature) Set(val *ObjectSyncFeature) + func (v *NullableObjectSyncFeature) UnmarshalJSON(src []byte) error + func (v *NullableObjectSyncFeature) Unset() + func (v NullableObjectSyncFeature) Get() *ObjectSyncFeature + func (v NullableObjectSyncFeature) IsSet() bool + func (v NullableObjectSyncFeature) MarshalJSON() ([]byte, error) + type NullableProduct struct + func NewNullableProduct(val *Product) *NullableProduct + func (v *NullableProduct) Set(val *Product) + func (v *NullableProduct) UnmarshalJSON(src []byte) error + func (v *NullableProduct) Unset() + func (v NullableProduct) Get() *Product + func (v NullableProduct) IsSet() bool + func (v NullableProduct) MarshalJSON() ([]byte, error) + type NullableProductSearchResponse struct + func NewNullableProductSearchResponse(val *ProductSearchResponse) *NullableProductSearchResponse + func (v *NullableProductSearchResponse) Set(val *ProductSearchResponse) + func (v *NullableProductSearchResponse) UnmarshalJSON(src []byte) error + func (v *NullableProductSearchResponse) Unset() + func (v NullableProductSearchResponse) Get() *ProductSearchResponse + func (v NullableProductSearchResponse) IsSet() bool + func (v NullableProductSearchResponse) MarshalJSON() ([]byte, error) + type NullableResultIdAccountingResponse struct + func NewNullableResultIdAccountingResponse(val *ResultIdAccountingResponse) *NullableResultIdAccountingResponse + func (v *NullableResultIdAccountingResponse) Set(val *ResultIdAccountingResponse) + func (v *NullableResultIdAccountingResponse) UnmarshalJSON(src []byte) error + func (v *NullableResultIdAccountingResponse) Unset() + func (v NullableResultIdAccountingResponse) Get() *ResultIdAccountingResponse + func (v NullableResultIdAccountingResponse) IsSet() bool + func (v NullableResultIdAccountingResponse) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSyncContactsRequest struct + func NewNullableSyncContactsRequest(val *SyncContactsRequest) *NullableSyncContactsRequest + func (v *NullableSyncContactsRequest) Set(val *SyncContactsRequest) + func (v *NullableSyncContactsRequest) UnmarshalJSON(src []byte) error + func (v *NullableSyncContactsRequest) Unset() + func (v NullableSyncContactsRequest) Get() *SyncContactsRequest + func (v NullableSyncContactsRequest) IsSet() bool + func (v NullableSyncContactsRequest) MarshalJSON() ([]byte, error) + type NullableSyncProductsRequest struct + func NewNullableSyncProductsRequest(val *SyncProductsRequest) *NullableSyncProductsRequest + func (v *NullableSyncProductsRequest) Set(val *SyncProductsRequest) + func (v *NullableSyncProductsRequest) UnmarshalJSON(src []byte) error + func (v *NullableSyncProductsRequest) Unset() + func (v NullableSyncProductsRequest) Get() *SyncProductsRequest + func (v NullableSyncProductsRequest) IsSet() bool + func (v NullableSyncProductsRequest) MarshalJSON() ([]byte, error) + type NullableTax struct + func NewNullableTax(val *Tax) *NullableTax + func (v *NullableTax) Set(val *Tax) + func (v *NullableTax) UnmarshalJSON(src []byte) error + func (v *NullableTax) Unset() + func (v NullableTax) Get() *Tax + func (v NullableTax) IsSet() bool + func (v NullableTax) MarshalJSON() ([]byte, error) + type NullableTaxSearchResponse struct + func NewNullableTaxSearchResponse(val *TaxSearchResponse) *NullableTaxSearchResponse + func (v *NullableTaxSearchResponse) Set(val *TaxSearchResponse) + func (v *NullableTaxSearchResponse) UnmarshalJSON(src []byte) error + func (v *NullableTaxSearchResponse) Unset() + func (v NullableTaxSearchResponse) Get() *TaxSearchResponse + func (v NullableTaxSearchResponse) IsSet() bool + func (v NullableTaxSearchResponse) MarshalJSON() ([]byte, error) + type NullableTaxType struct + func NewNullableTaxType(val *TaxType) *NullableTaxType + func (v *NullableTaxType) Set(val *TaxType) + func (v *NullableTaxType) UnmarshalJSON(src []byte) error + func (v *NullableTaxType) Unset() + func (v NullableTaxType) Get() *TaxType + func (v NullableTaxType) IsSet() bool + func (v NullableTaxType) MarshalJSON() ([]byte, error) + type NullableTermsResponse struct + func NewNullableTermsResponse(val *TermsResponse) *NullableTermsResponse + func (v *NullableTermsResponse) Set(val *TermsResponse) + func (v *NullableTermsResponse) UnmarshalJSON(src []byte) error + func (v *NullableTermsResponse) Unset() + func (v NullableTermsResponse) Get() *TermsResponse + func (v NullableTermsResponse) IsSet() bool + func (v NullableTermsResponse) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUnitPrice struct + func NewNullableUnitPrice(val *UnitPrice) *NullableUnitPrice + func (v *NullableUnitPrice) Set(val *UnitPrice) + func (v *NullableUnitPrice) UnmarshalJSON(src []byte) error + func (v *NullableUnitPrice) Unset() + func (v NullableUnitPrice) Get() *UnitPrice + func (v NullableUnitPrice) IsSet() bool + func (v NullableUnitPrice) MarshalJSON() ([]byte, error) + type NullableUpdatedContact struct + func NewNullableUpdatedContact(val *UpdatedContact) *NullableUpdatedContact + func (v *NullableUpdatedContact) Set(val *UpdatedContact) + func (v *NullableUpdatedContact) UnmarshalJSON(src []byte) error + func (v *NullableUpdatedContact) Unset() + func (v NullableUpdatedContact) Get() *UpdatedContact + func (v NullableUpdatedContact) IsSet() bool + func (v NullableUpdatedContact) MarshalJSON() ([]byte, error) + type NullableUpdatedProduct struct + func NewNullableUpdatedProduct(val *UpdatedProduct) *NullableUpdatedProduct + func (v *NullableUpdatedProduct) Set(val *UpdatedProduct) + func (v *NullableUpdatedProduct) UnmarshalJSON(src []byte) error + func (v *NullableUpdatedProduct) Unset() + func (v NullableUpdatedProduct) Get() *UpdatedProduct + func (v NullableUpdatedProduct) IsSet() bool + func (v NullableUpdatedProduct) MarshalJSON() ([]byte, error) + type ObjectSyncFeature struct + ToHubSpot bool + func NewObjectSyncFeature(toHubSpot bool) *ObjectSyncFeature + func NewObjectSyncFeatureWithDefaults() *ObjectSyncFeature + func (o *ObjectSyncFeature) GetToHubSpot() bool + func (o *ObjectSyncFeature) GetToHubSpotOk() (*bool, bool) + func (o *ObjectSyncFeature) SetToHubSpot(v bool) + func (o ObjectSyncFeature) MarshalJSON() ([]byte, error) + type Product struct + Description *string + Id string + Name string + SalesTaxType *TaxType + TaxExempt bool + UnitPrice UnitPrice + func NewProduct(unitPrice UnitPrice, taxExempt bool, name string, id string) *Product + func NewProductWithDefaults() *Product + func (o *Product) GetDescription() string + func (o *Product) GetDescriptionOk() (*string, bool) + func (o *Product) GetId() string + func (o *Product) GetIdOk() (*string, bool) + func (o *Product) GetName() string + func (o *Product) GetNameOk() (*string, bool) + func (o *Product) GetSalesTaxType() TaxType + func (o *Product) GetSalesTaxTypeOk() (*TaxType, bool) + func (o *Product) GetTaxExempt() bool + func (o *Product) GetTaxExemptOk() (*bool, bool) + func (o *Product) GetUnitPrice() UnitPrice + func (o *Product) GetUnitPriceOk() (*UnitPrice, bool) + func (o *Product) HasDescription() bool + func (o *Product) HasSalesTaxType() bool + func (o *Product) SetDescription(v string) + func (o *Product) SetId(v string) + func (o *Product) SetName(v string) + func (o *Product) SetSalesTaxType(v TaxType) + func (o *Product) SetTaxExempt(v bool) + func (o *Product) SetUnitPrice(v UnitPrice) + func (o Product) MarshalJSON() ([]byte, error) + type ProductSearchResponse struct + Products []Product + Result *string + func NewProductSearchResponse(products []Product) *ProductSearchResponse + func NewProductSearchResponseWithDefaults() *ProductSearchResponse + func (o *ProductSearchResponse) GetProducts() []Product + func (o *ProductSearchResponse) GetProductsOk() ([]Product, bool) + func (o *ProductSearchResponse) GetResult() string + func (o *ProductSearchResponse) GetResultOk() (*string, bool) + func (o *ProductSearchResponse) HasResult() bool + func (o *ProductSearchResponse) SetProducts(v []Product) + func (o *ProductSearchResponse) SetResult(v string) + func (o ProductSearchResponse) MarshalJSON() ([]byte, error) + type ResultIdAccountingResponse struct + Id string + Result string + func NewResultIdAccountingResponse(result string, id string) *ResultIdAccountingResponse + func NewResultIdAccountingResponseWithDefaults() *ResultIdAccountingResponse + func (o *ResultIdAccountingResponse) GetId() string + func (o *ResultIdAccountingResponse) GetIdOk() (*string, bool) + func (o *ResultIdAccountingResponse) GetResult() string + func (o *ResultIdAccountingResponse) GetResultOk() (*string, bool) + func (o *ResultIdAccountingResponse) SetId(v string) + func (o *ResultIdAccountingResponse) SetResult(v string) + func (o ResultIdAccountingResponse) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SettingsApiService service + func (a *SettingsApiService) SettingsGetByID(ctx context.Context, appId int32) ApiSettingsGetByIDRequest + func (a *SettingsApiService) SettingsGetByIDExecute(r ApiSettingsGetByIDRequest) (*AccountingAppSettings, *http.Response, error) + func (a *SettingsApiService) SettingsReplace(ctx context.Context, appId int32) ApiSettingsReplaceRequest + func (a *SettingsApiService) SettingsReplaceExecute(r ApiSettingsReplaceRequest) (*http.Response, error) + type SyncApiService service + func (a *SyncApiService) SyncCreateContact(ctx context.Context, appId int32) ApiSyncCreateContactRequest + func (a *SyncApiService) SyncCreateContactExecute(r ApiSyncCreateContactRequest) (*ActionResponse, *http.Response, error) + func (a *SyncApiService) SyncCreateProduct(ctx context.Context, appId int32) ApiSyncCreateProductRequest + func (a *SyncApiService) SyncCreateProductExecute(r ApiSyncCreateProductRequest) (*ActionResponse, *http.Response, error) + type SyncContactsRequest struct + AccountId string + Contacts []UpdatedContact + func NewSyncContactsRequest(accountId string, contacts []UpdatedContact) *SyncContactsRequest + func NewSyncContactsRequestWithDefaults() *SyncContactsRequest + func (o *SyncContactsRequest) GetAccountId() string + func (o *SyncContactsRequest) GetAccountIdOk() (*string, bool) + func (o *SyncContactsRequest) GetContacts() []UpdatedContact + func (o *SyncContactsRequest) GetContactsOk() ([]UpdatedContact, bool) + func (o *SyncContactsRequest) SetAccountId(v string) + func (o *SyncContactsRequest) SetContacts(v []UpdatedContact) + func (o SyncContactsRequest) MarshalJSON() ([]byte, error) + type SyncProductsRequest struct + AccountId string + Products []UpdatedProduct + func NewSyncProductsRequest(accountId string, products []UpdatedProduct) *SyncProductsRequest + func NewSyncProductsRequestWithDefaults() *SyncProductsRequest + func (o *SyncProductsRequest) GetAccountId() string + func (o *SyncProductsRequest) GetAccountIdOk() (*string, bool) + func (o *SyncProductsRequest) GetProducts() []UpdatedProduct + func (o *SyncProductsRequest) GetProductsOk() ([]UpdatedProduct, bool) + func (o *SyncProductsRequest) SetAccountId(v string) + func (o *SyncProductsRequest) SetProducts(v []UpdatedProduct) + func (o SyncProductsRequest) MarshalJSON() ([]byte, error) + type Tax struct + Code string + Name string + Percentage float32 + func NewTax(code string, percentage float32, name string) *Tax + func NewTaxWithDefaults() *Tax + func (o *Tax) GetCode() string + func (o *Tax) GetCodeOk() (*string, bool) + func (o *Tax) GetName() string + func (o *Tax) GetNameOk() (*string, bool) + func (o *Tax) GetPercentage() float32 + func (o *Tax) GetPercentageOk() (*float32, bool) + func (o *Tax) SetCode(v string) + func (o *Tax) SetName(v string) + func (o *Tax) SetPercentage(v float32) + func (o Tax) MarshalJSON() ([]byte, error) + type TaxSearchResponse struct + Result *string + Taxes []Tax + func NewTaxSearchResponse(taxes []Tax) *TaxSearchResponse + func NewTaxSearchResponseWithDefaults() *TaxSearchResponse + func (o *TaxSearchResponse) GetResult() string + func (o *TaxSearchResponse) GetResultOk() (*string, bool) + func (o *TaxSearchResponse) GetTaxes() []Tax + func (o *TaxSearchResponse) GetTaxesOk() ([]Tax, bool) + func (o *TaxSearchResponse) HasResult() bool + func (o *TaxSearchResponse) SetResult(v string) + func (o *TaxSearchResponse) SetTaxes(v []Tax) + func (o TaxSearchResponse) MarshalJSON() ([]byte, error) + type TaxType struct + Code string + Name *string + func NewTaxType(code string) *TaxType + func NewTaxTypeWithDefaults() *TaxType + func (o *TaxType) GetCode() string + func (o *TaxType) GetCodeOk() (*string, bool) + func (o *TaxType) GetName() string + func (o *TaxType) GetNameOk() (*string, bool) + func (o *TaxType) HasName() bool + func (o *TaxType) SetCode(v string) + func (o *TaxType) SetName(v string) + func (o TaxType) MarshalJSON() ([]byte, error) + type TermsResponse struct + Result *string + Terms []AccountingExtensionTerm + func NewTermsResponse(terms []AccountingExtensionTerm) *TermsResponse + func NewTermsResponseWithDefaults() *TermsResponse + func (o *TermsResponse) GetResult() string + func (o *TermsResponse) GetResultOk() (*string, bool) + func (o *TermsResponse) GetTerms() []AccountingExtensionTerm + func (o *TermsResponse) GetTermsOk() ([]AccountingExtensionTerm, bool) + func (o *TermsResponse) HasResult() bool + func (o *TermsResponse) SetResult(v string) + func (o *TermsResponse) SetTerms(v []AccountingExtensionTerm) + func (o TermsResponse) MarshalJSON() ([]byte, error) + type UnitPrice struct + Amount *float32 + TaxIncluded bool + func NewUnitPrice(taxIncluded bool) *UnitPrice + func NewUnitPriceWithDefaults() *UnitPrice + func (o *UnitPrice) GetAmount() float32 + func (o *UnitPrice) GetAmountOk() (*float32, bool) + func (o *UnitPrice) GetTaxIncluded() bool + func (o *UnitPrice) GetTaxIncludedOk() (*bool, bool) + func (o *UnitPrice) HasAmount() bool + func (o *UnitPrice) SetAmount(v float32) + func (o *UnitPrice) SetTaxIncluded(v bool) + func (o UnitPrice) MarshalJSON() ([]byte, error) + type UpdatedContact struct + CustomerType *string + EmailAddress string + Id string + SyncAction string + UpdatedAt time.Time + func NewUpdatedContact(syncAction string, updatedAt time.Time, emailAddress string, id string) *UpdatedContact + func NewUpdatedContactWithDefaults() *UpdatedContact + func (o *UpdatedContact) GetCustomerType() string + func (o *UpdatedContact) GetCustomerTypeOk() (*string, bool) + func (o *UpdatedContact) GetEmailAddress() string + func (o *UpdatedContact) GetEmailAddressOk() (*string, bool) + func (o *UpdatedContact) GetId() string + func (o *UpdatedContact) GetIdOk() (*string, bool) + func (o *UpdatedContact) GetSyncAction() string + func (o *UpdatedContact) GetSyncActionOk() (*string, bool) + func (o *UpdatedContact) GetUpdatedAt() time.Time + func (o *UpdatedContact) GetUpdatedAtOk() (*time.Time, bool) + func (o *UpdatedContact) HasCustomerType() bool + func (o *UpdatedContact) SetCustomerType(v string) + func (o *UpdatedContact) SetEmailAddress(v string) + func (o *UpdatedContact) SetId(v string) + func (o *UpdatedContact) SetSyncAction(v string) + func (o *UpdatedContact) SetUpdatedAt(v time.Time) + func (o UpdatedContact) MarshalJSON() ([]byte, error) + type UpdatedProduct struct + CurrencyCode *string + Id string + Price float32 + Properties map[string]string + SyncAction string + UpdatedAt time.Time + func NewUpdatedProduct(syncAction string, updatedAt time.Time, price float32, id string, ...) *UpdatedProduct + func NewUpdatedProductWithDefaults() *UpdatedProduct + func (o *UpdatedProduct) GetCurrencyCode() string + func (o *UpdatedProduct) GetCurrencyCodeOk() (*string, bool) + func (o *UpdatedProduct) GetId() string + func (o *UpdatedProduct) GetIdOk() (*string, bool) + func (o *UpdatedProduct) GetPrice() float32 + func (o *UpdatedProduct) GetPriceOk() (*float32, bool) + func (o *UpdatedProduct) GetProperties() map[string]string + func (o *UpdatedProduct) GetPropertiesOk() (*map[string]string, bool) + func (o *UpdatedProduct) GetSyncAction() string + func (o *UpdatedProduct) GetSyncActionOk() (*string, bool) + func (o *UpdatedProduct) GetUpdatedAt() time.Time + func (o *UpdatedProduct) GetUpdatedAtOk() (*time.Time, bool) + func (o *UpdatedProduct) HasCurrencyCode() bool + func (o *UpdatedProduct) SetCurrencyCode(v string) + func (o *UpdatedProduct) SetId(v string) + func (o *UpdatedProduct) SetPrice(v float32) + func (o *UpdatedProduct) SetProperties(v map[string]string) + func (o *UpdatedProduct) SetSyncAction(v string) + func (o *UpdatedProduct) SetUpdatedAt(v time.Time) + func (o UpdatedProduct) MarshalJSON() ([]byte, error) + type UserAccountsApiService service + func (a *UserAccountsApiService) UserAccountsArchive(ctx context.Context, accountId string) ApiUserAccountsArchiveRequest + func (a *UserAccountsApiService) UserAccountsArchiveExecute(r ApiUserAccountsArchiveRequest) (*http.Response, error) + func (a *UserAccountsApiService) UserAccountsReplace(ctx context.Context) ApiUserAccountsReplaceRequest + func (a *UserAccountsApiService) UserAccountsReplaceExecute(r ApiUserAccountsReplaceRequest) (*http.Response, error)