Versions in this module Expand all Collapse all v0 v0.0.7 Apr 25, 2022 v0.0.6 Apr 25, 2022 v0.0.5 Apr 25, 2022 v0.0.4 Apr 25, 2022 v0.0.3 Jan 11, 2022 v0.0.2 Jan 2, 2022 v0.0.1 Dec 26, 2021 Changes in this version + type Client struct + func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAccountOK, error) + func (a *Client) CreateNotifications(params *CreateNotificationsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateNotificationsOK, error) + func (a *Client) CreateSubscriptions(params *CreateSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSubscriptionsOK, error) + func (a *Client) DeleteAccount(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAccountOK, error) + func (a *Client) DeleteNotification(params *DeleteNotificationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteNotificationOK, error) + func (a *Client) DeleteSubscription(params *DeleteSubscriptionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSubscriptionOK, error) + func (a *Client) ListAccountsByTssWriteMode(params *ListAccountsByTssWriteModeParams, ...) (*ListAccountsByTssWriteModeOK, error) + func (a *Client) ResetPassword(params *ResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResetPasswordOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateAccount(params *UpdateAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAccountOK, error) + func (a *Client) UpdateNotification(params *UpdateNotificationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateNotificationOK, error) + func (a *Client) UpdateSubscription(params *UpdateSubscriptionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateSubscriptionOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateAccount func(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAccountOK, error) + CreateNotifications func(params *CreateNotificationsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateNotificationsOK, error) + CreateSubscriptions func(params *CreateSubscriptionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSubscriptionsOK, error) + DeleteAccount func(params *DeleteAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAccountOK, error) + DeleteNotification func(params *DeleteNotificationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteNotificationOK, error) + DeleteSubscription func(params *DeleteSubscriptionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSubscriptionOK, error) + ListAccountsByTssWriteMode func(params *ListAccountsByTssWriteModeParams, ...) (*ListAccountsByTssWriteModeOK, error) + ResetPassword func(params *ResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResetPasswordOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateAccount func(params *UpdateAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAccountOK, error) + UpdateNotification func(params *UpdateNotificationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateNotificationOK, error) + UpdateSubscription func(params *UpdateSubscriptionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateSubscriptionOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateAccountBadRequest struct + func NewCreateAccountBadRequest() *CreateAccountBadRequest + func (o *CreateAccountBadRequest) Error() string + type CreateAccountOK struct + Payload []*models.AccountModel + func NewCreateAccountOK() *CreateAccountOK + func (o *CreateAccountOK) Error() string + func (o *CreateAccountOK) GetPayload() []*models.AccountModel + type CreateAccountParams struct + Body *models.AccountModel + Context context.Context + HTTPClient *http.Client + XAvalaraClient *string + func NewCreateAccountParams() *CreateAccountParams + func NewCreateAccountParamsWithContext(ctx context.Context) *CreateAccountParams + func NewCreateAccountParamsWithHTTPClient(client *http.Client) *CreateAccountParams + func NewCreateAccountParamsWithTimeout(timeout time.Duration) *CreateAccountParams + func (o *CreateAccountParams) SetBody(body *models.AccountModel) + func (o *CreateAccountParams) SetContext(ctx context.Context) + func (o *CreateAccountParams) SetDefaults() + func (o *CreateAccountParams) SetHTTPClient(client *http.Client) + func (o *CreateAccountParams) SetTimeout(timeout time.Duration) + func (o *CreateAccountParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *CreateAccountParams) WithBody(body *models.AccountModel) *CreateAccountParams + func (o *CreateAccountParams) WithContext(ctx context.Context) *CreateAccountParams + func (o *CreateAccountParams) WithDefaults() *CreateAccountParams + func (o *CreateAccountParams) WithHTTPClient(client *http.Client) *CreateAccountParams + func (o *CreateAccountParams) WithTimeout(timeout time.Duration) *CreateAccountParams + func (o *CreateAccountParams) WithXAvalaraClient(xAvalaraClient *string) *CreateAccountParams + func (o *CreateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateAccountReader struct + func (o *CreateAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateAccountUnauthorized struct + func NewCreateAccountUnauthorized() *CreateAccountUnauthorized + func (o *CreateAccountUnauthorized) Error() string + type CreateNotificationsBadRequest struct + func NewCreateNotificationsBadRequest() *CreateNotificationsBadRequest + func (o *CreateNotificationsBadRequest) Error() string + type CreateNotificationsOK struct + Payload []*models.NotificationModel + func NewCreateNotificationsOK() *CreateNotificationsOK + func (o *CreateNotificationsOK) Error() string + func (o *CreateNotificationsOK) GetPayload() []*models.NotificationModel + type CreateNotificationsParams struct + Body []*models.NotificationModel + Context context.Context + HTTPClient *http.Client + XAvalaraClient *string + func NewCreateNotificationsParams() *CreateNotificationsParams + func NewCreateNotificationsParamsWithContext(ctx context.Context) *CreateNotificationsParams + func NewCreateNotificationsParamsWithHTTPClient(client *http.Client) *CreateNotificationsParams + func NewCreateNotificationsParamsWithTimeout(timeout time.Duration) *CreateNotificationsParams + func (o *CreateNotificationsParams) SetBody(body []*models.NotificationModel) + func (o *CreateNotificationsParams) SetContext(ctx context.Context) + func (o *CreateNotificationsParams) SetDefaults() + func (o *CreateNotificationsParams) SetHTTPClient(client *http.Client) + func (o *CreateNotificationsParams) SetTimeout(timeout time.Duration) + func (o *CreateNotificationsParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *CreateNotificationsParams) WithBody(body []*models.NotificationModel) *CreateNotificationsParams + func (o *CreateNotificationsParams) WithContext(ctx context.Context) *CreateNotificationsParams + func (o *CreateNotificationsParams) WithDefaults() *CreateNotificationsParams + func (o *CreateNotificationsParams) WithHTTPClient(client *http.Client) *CreateNotificationsParams + func (o *CreateNotificationsParams) WithTimeout(timeout time.Duration) *CreateNotificationsParams + func (o *CreateNotificationsParams) WithXAvalaraClient(xAvalaraClient *string) *CreateNotificationsParams + func (o *CreateNotificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateNotificationsReader struct + func (o *CreateNotificationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateNotificationsUnauthorized struct + func NewCreateNotificationsUnauthorized() *CreateNotificationsUnauthorized + func (o *CreateNotificationsUnauthorized) Error() string + type CreateSubscriptionsBadRequest struct + func NewCreateSubscriptionsBadRequest() *CreateSubscriptionsBadRequest + func (o *CreateSubscriptionsBadRequest) Error() string + type CreateSubscriptionsNotFound struct + func NewCreateSubscriptionsNotFound() *CreateSubscriptionsNotFound + func (o *CreateSubscriptionsNotFound) Error() string + type CreateSubscriptionsOK struct + Payload []*models.SubscriptionModel + func NewCreateSubscriptionsOK() *CreateSubscriptionsOK + func (o *CreateSubscriptionsOK) Error() string + func (o *CreateSubscriptionsOK) GetPayload() []*models.SubscriptionModel + type CreateSubscriptionsParams struct + AccountID int32 + Body []*models.SubscriptionModel + Context context.Context + HTTPClient *http.Client + XAvalaraClient *string + func NewCreateSubscriptionsParams() *CreateSubscriptionsParams + func NewCreateSubscriptionsParamsWithContext(ctx context.Context) *CreateSubscriptionsParams + func NewCreateSubscriptionsParamsWithHTTPClient(client *http.Client) *CreateSubscriptionsParams + func NewCreateSubscriptionsParamsWithTimeout(timeout time.Duration) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) SetAccountID(accountID int32) + func (o *CreateSubscriptionsParams) SetBody(body []*models.SubscriptionModel) + func (o *CreateSubscriptionsParams) SetContext(ctx context.Context) + func (o *CreateSubscriptionsParams) SetDefaults() + func (o *CreateSubscriptionsParams) SetHTTPClient(client *http.Client) + func (o *CreateSubscriptionsParams) SetTimeout(timeout time.Duration) + func (o *CreateSubscriptionsParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *CreateSubscriptionsParams) WithAccountID(accountID int32) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WithBody(body []*models.SubscriptionModel) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WithContext(ctx context.Context) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WithDefaults() *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WithHTTPClient(client *http.Client) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WithTimeout(timeout time.Duration) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WithXAvalaraClient(xAvalaraClient *string) *CreateSubscriptionsParams + func (o *CreateSubscriptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateSubscriptionsReader struct + func (o *CreateSubscriptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateSubscriptionsUnauthorized struct + func NewCreateSubscriptionsUnauthorized() *CreateSubscriptionsUnauthorized + func (o *CreateSubscriptionsUnauthorized) Error() string + type DeleteAccountBadRequest struct + func NewDeleteAccountBadRequest() *DeleteAccountBadRequest + func (o *DeleteAccountBadRequest) Error() string + type DeleteAccountNotFound struct + func NewDeleteAccountNotFound() *DeleteAccountNotFound + func (o *DeleteAccountNotFound) Error() string + type DeleteAccountOK struct + Payload []*models.ErrorDetail + func NewDeleteAccountOK() *DeleteAccountOK + func (o *DeleteAccountOK) Error() string + func (o *DeleteAccountOK) GetPayload() []*models.ErrorDetail + type DeleteAccountParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewDeleteAccountParams() *DeleteAccountParams + func NewDeleteAccountParamsWithContext(ctx context.Context) *DeleteAccountParams + func NewDeleteAccountParamsWithHTTPClient(client *http.Client) *DeleteAccountParams + func NewDeleteAccountParamsWithTimeout(timeout time.Duration) *DeleteAccountParams + func (o *DeleteAccountParams) SetContext(ctx context.Context) + func (o *DeleteAccountParams) SetDefaults() + func (o *DeleteAccountParams) SetHTTPClient(client *http.Client) + func (o *DeleteAccountParams) SetID(id int32) + func (o *DeleteAccountParams) SetTimeout(timeout time.Duration) + func (o *DeleteAccountParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *DeleteAccountParams) WithContext(ctx context.Context) *DeleteAccountParams + func (o *DeleteAccountParams) WithDefaults() *DeleteAccountParams + func (o *DeleteAccountParams) WithHTTPClient(client *http.Client) *DeleteAccountParams + func (o *DeleteAccountParams) WithID(id int32) *DeleteAccountParams + func (o *DeleteAccountParams) WithTimeout(timeout time.Duration) *DeleteAccountParams + func (o *DeleteAccountParams) WithXAvalaraClient(xAvalaraClient *string) *DeleteAccountParams + func (o *DeleteAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAccountReader struct + func (o *DeleteAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAccountUnauthorized struct + func NewDeleteAccountUnauthorized() *DeleteAccountUnauthorized + func (o *DeleteAccountUnauthorized) Error() string + type DeleteNotificationBadRequest struct + func NewDeleteNotificationBadRequest() *DeleteNotificationBadRequest + func (o *DeleteNotificationBadRequest) Error() string + type DeleteNotificationNotFound struct + func NewDeleteNotificationNotFound() *DeleteNotificationNotFound + func (o *DeleteNotificationNotFound) Error() string + type DeleteNotificationOK struct + Payload []*models.ErrorDetail + func NewDeleteNotificationOK() *DeleteNotificationOK + func (o *DeleteNotificationOK) Error() string + func (o *DeleteNotificationOK) GetPayload() []*models.ErrorDetail + type DeleteNotificationParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + XAvalaraClient *string + func NewDeleteNotificationParams() *DeleteNotificationParams + func NewDeleteNotificationParamsWithContext(ctx context.Context) *DeleteNotificationParams + func NewDeleteNotificationParamsWithHTTPClient(client *http.Client) *DeleteNotificationParams + func NewDeleteNotificationParamsWithTimeout(timeout time.Duration) *DeleteNotificationParams + func (o *DeleteNotificationParams) SetContext(ctx context.Context) + func (o *DeleteNotificationParams) SetDefaults() + func (o *DeleteNotificationParams) SetHTTPClient(client *http.Client) + func (o *DeleteNotificationParams) SetID(id int64) + func (o *DeleteNotificationParams) SetTimeout(timeout time.Duration) + func (o *DeleteNotificationParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *DeleteNotificationParams) WithContext(ctx context.Context) *DeleteNotificationParams + func (o *DeleteNotificationParams) WithDefaults() *DeleteNotificationParams + func (o *DeleteNotificationParams) WithHTTPClient(client *http.Client) *DeleteNotificationParams + func (o *DeleteNotificationParams) WithID(id int64) *DeleteNotificationParams + func (o *DeleteNotificationParams) WithTimeout(timeout time.Duration) *DeleteNotificationParams + func (o *DeleteNotificationParams) WithXAvalaraClient(xAvalaraClient *string) *DeleteNotificationParams + func (o *DeleteNotificationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteNotificationReader struct + func (o *DeleteNotificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteNotificationUnauthorized struct + func NewDeleteNotificationUnauthorized() *DeleteNotificationUnauthorized + func (o *DeleteNotificationUnauthorized) Error() string + type DeleteSubscriptionBadRequest struct + func NewDeleteSubscriptionBadRequest() *DeleteSubscriptionBadRequest + func (o *DeleteSubscriptionBadRequest) Error() string + type DeleteSubscriptionNotFound struct + func NewDeleteSubscriptionNotFound() *DeleteSubscriptionNotFound + func (o *DeleteSubscriptionNotFound) Error() string + type DeleteSubscriptionOK struct + Payload []*models.ErrorDetail + func NewDeleteSubscriptionOK() *DeleteSubscriptionOK + func (o *DeleteSubscriptionOK) Error() string + func (o *DeleteSubscriptionOK) GetPayload() []*models.ErrorDetail + type DeleteSubscriptionParams struct + AccountID int32 + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewDeleteSubscriptionParams() *DeleteSubscriptionParams + func NewDeleteSubscriptionParamsWithContext(ctx context.Context) *DeleteSubscriptionParams + func NewDeleteSubscriptionParamsWithHTTPClient(client *http.Client) *DeleteSubscriptionParams + func NewDeleteSubscriptionParamsWithTimeout(timeout time.Duration) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) SetAccountID(accountID int32) + func (o *DeleteSubscriptionParams) SetContext(ctx context.Context) + func (o *DeleteSubscriptionParams) SetDefaults() + func (o *DeleteSubscriptionParams) SetHTTPClient(client *http.Client) + func (o *DeleteSubscriptionParams) SetID(id int32) + func (o *DeleteSubscriptionParams) SetTimeout(timeout time.Duration) + func (o *DeleteSubscriptionParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *DeleteSubscriptionParams) WithAccountID(accountID int32) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WithContext(ctx context.Context) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WithDefaults() *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WithHTTPClient(client *http.Client) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WithID(id int32) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WithTimeout(timeout time.Duration) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WithXAvalaraClient(xAvalaraClient *string) *DeleteSubscriptionParams + func (o *DeleteSubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSubscriptionReader struct + func (o *DeleteSubscriptionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSubscriptionUnauthorized struct + func NewDeleteSubscriptionUnauthorized() *DeleteSubscriptionUnauthorized + func (o *DeleteSubscriptionUnauthorized) Error() string + type ListAccountsByTssWriteModeBadRequest struct + func NewListAccountsByTssWriteModeBadRequest() *ListAccountsByTssWriteModeBadRequest + func (o *ListAccountsByTssWriteModeBadRequest) Error() string + type ListAccountsByTssWriteModeNotFound struct + func NewListAccountsByTssWriteModeNotFound() *ListAccountsByTssWriteModeNotFound + func (o *ListAccountsByTssWriteModeNotFound) Error() string + type ListAccountsByTssWriteModeOK struct + Payload *models.AccountMigrationStatusModel + func NewListAccountsByTssWriteModeOK() *ListAccountsByTssWriteModeOK + func (o *ListAccountsByTssWriteModeOK) Error() string + func (o *ListAccountsByTssWriteModeOK) GetPayload() *models.AccountMigrationStatusModel + type ListAccountsByTssWriteModeParams struct + Context context.Context + HTTPClient *http.Client + WriteMode string + XAvalaraClient *string + func NewListAccountsByTssWriteModeParams() *ListAccountsByTssWriteModeParams + func NewListAccountsByTssWriteModeParamsWithContext(ctx context.Context) *ListAccountsByTssWriteModeParams + func NewListAccountsByTssWriteModeParamsWithHTTPClient(client *http.Client) *ListAccountsByTssWriteModeParams + func NewListAccountsByTssWriteModeParamsWithTimeout(timeout time.Duration) *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) SetContext(ctx context.Context) + func (o *ListAccountsByTssWriteModeParams) SetDefaults() + func (o *ListAccountsByTssWriteModeParams) SetHTTPClient(client *http.Client) + func (o *ListAccountsByTssWriteModeParams) SetTimeout(timeout time.Duration) + func (o *ListAccountsByTssWriteModeParams) SetWriteMode(writeMode string) + func (o *ListAccountsByTssWriteModeParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *ListAccountsByTssWriteModeParams) WithContext(ctx context.Context) *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) WithDefaults() *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) WithHTTPClient(client *http.Client) *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) WithTimeout(timeout time.Duration) *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) WithWriteMode(writeMode string) *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) WithXAvalaraClient(xAvalaraClient *string) *ListAccountsByTssWriteModeParams + func (o *ListAccountsByTssWriteModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListAccountsByTssWriteModeReader struct + func (o *ListAccountsByTssWriteModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListAccountsByTssWriteModeUnauthorized struct + func NewListAccountsByTssWriteModeUnauthorized() *ListAccountsByTssWriteModeUnauthorized + func (o *ListAccountsByTssWriteModeUnauthorized) Error() string + type ResetPasswordBadRequest struct + func NewResetPasswordBadRequest() *ResetPasswordBadRequest + func (o *ResetPasswordBadRequest) Error() string + type ResetPasswordNotFound struct + func NewResetPasswordNotFound() *ResetPasswordNotFound + func (o *ResetPasswordNotFound) Error() string + type ResetPasswordOK struct + Payload string + func NewResetPasswordOK() *ResetPasswordOK + func (o *ResetPasswordOK) Error() string + func (o *ResetPasswordOK) GetPayload() string + type ResetPasswordParams struct + Body *models.SetPasswordModel + Context context.Context + HTTPClient *http.Client + UnmigrateFromAi *bool + UserID int32 + XAvalaraClient *string + func NewResetPasswordParams() *ResetPasswordParams + func NewResetPasswordParamsWithContext(ctx context.Context) *ResetPasswordParams + func NewResetPasswordParamsWithHTTPClient(client *http.Client) *ResetPasswordParams + func NewResetPasswordParamsWithTimeout(timeout time.Duration) *ResetPasswordParams + func (o *ResetPasswordParams) SetBody(body *models.SetPasswordModel) + func (o *ResetPasswordParams) SetContext(ctx context.Context) + func (o *ResetPasswordParams) SetDefaults() + func (o *ResetPasswordParams) SetHTTPClient(client *http.Client) + func (o *ResetPasswordParams) SetTimeout(timeout time.Duration) + func (o *ResetPasswordParams) SetUnmigrateFromAi(unmigrateFromAi *bool) + func (o *ResetPasswordParams) SetUserID(userID int32) + func (o *ResetPasswordParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *ResetPasswordParams) WithBody(body *models.SetPasswordModel) *ResetPasswordParams + func (o *ResetPasswordParams) WithContext(ctx context.Context) *ResetPasswordParams + func (o *ResetPasswordParams) WithDefaults() *ResetPasswordParams + func (o *ResetPasswordParams) WithHTTPClient(client *http.Client) *ResetPasswordParams + func (o *ResetPasswordParams) WithTimeout(timeout time.Duration) *ResetPasswordParams + func (o *ResetPasswordParams) WithUnmigrateFromAi(unmigrateFromAi *bool) *ResetPasswordParams + func (o *ResetPasswordParams) WithUserID(userID int32) *ResetPasswordParams + func (o *ResetPasswordParams) WithXAvalaraClient(xAvalaraClient *string) *ResetPasswordParams + func (o *ResetPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResetPasswordReader struct + func (o *ResetPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResetPasswordUnauthorized struct + func NewResetPasswordUnauthorized() *ResetPasswordUnauthorized + func (o *ResetPasswordUnauthorized) Error() string + type UpdateAccountBadRequest struct + func NewUpdateAccountBadRequest() *UpdateAccountBadRequest + func (o *UpdateAccountBadRequest) Error() string + type UpdateAccountNotFound struct + func NewUpdateAccountNotFound() *UpdateAccountNotFound + func (o *UpdateAccountNotFound) Error() string + type UpdateAccountOK struct + Payload *models.AccountModel + func NewUpdateAccountOK() *UpdateAccountOK + func (o *UpdateAccountOK) Error() string + func (o *UpdateAccountOK) GetPayload() *models.AccountModel + type UpdateAccountParams struct + Body *models.AccountModel + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewUpdateAccountParams() *UpdateAccountParams + func NewUpdateAccountParamsWithContext(ctx context.Context) *UpdateAccountParams + func NewUpdateAccountParamsWithHTTPClient(client *http.Client) *UpdateAccountParams + func NewUpdateAccountParamsWithTimeout(timeout time.Duration) *UpdateAccountParams + func (o *UpdateAccountParams) SetBody(body *models.AccountModel) + func (o *UpdateAccountParams) SetContext(ctx context.Context) + func (o *UpdateAccountParams) SetDefaults() + func (o *UpdateAccountParams) SetHTTPClient(client *http.Client) + func (o *UpdateAccountParams) SetID(id int32) + func (o *UpdateAccountParams) SetTimeout(timeout time.Duration) + func (o *UpdateAccountParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *UpdateAccountParams) WithBody(body *models.AccountModel) *UpdateAccountParams + func (o *UpdateAccountParams) WithContext(ctx context.Context) *UpdateAccountParams + func (o *UpdateAccountParams) WithDefaults() *UpdateAccountParams + func (o *UpdateAccountParams) WithHTTPClient(client *http.Client) *UpdateAccountParams + func (o *UpdateAccountParams) WithID(id int32) *UpdateAccountParams + func (o *UpdateAccountParams) WithTimeout(timeout time.Duration) *UpdateAccountParams + func (o *UpdateAccountParams) WithXAvalaraClient(xAvalaraClient *string) *UpdateAccountParams + func (o *UpdateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAccountReader struct + func (o *UpdateAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAccountUnauthorized struct + func NewUpdateAccountUnauthorized() *UpdateAccountUnauthorized + func (o *UpdateAccountUnauthorized) Error() string + type UpdateNotificationBadRequest struct + func NewUpdateNotificationBadRequest() *UpdateNotificationBadRequest + func (o *UpdateNotificationBadRequest) Error() string + type UpdateNotificationNotFound struct + func NewUpdateNotificationNotFound() *UpdateNotificationNotFound + func (o *UpdateNotificationNotFound) Error() string + type UpdateNotificationOK struct + Payload *models.NotificationModel + func NewUpdateNotificationOK() *UpdateNotificationOK + func (o *UpdateNotificationOK) Error() string + func (o *UpdateNotificationOK) GetPayload() *models.NotificationModel + type UpdateNotificationParams struct + Body *models.NotificationModel + Context context.Context + HTTPClient *http.Client + ID int64 + XAvalaraClient *string + func NewUpdateNotificationParams() *UpdateNotificationParams + func NewUpdateNotificationParamsWithContext(ctx context.Context) *UpdateNotificationParams + func NewUpdateNotificationParamsWithHTTPClient(client *http.Client) *UpdateNotificationParams + func NewUpdateNotificationParamsWithTimeout(timeout time.Duration) *UpdateNotificationParams + func (o *UpdateNotificationParams) SetBody(body *models.NotificationModel) + func (o *UpdateNotificationParams) SetContext(ctx context.Context) + func (o *UpdateNotificationParams) SetDefaults() + func (o *UpdateNotificationParams) SetHTTPClient(client *http.Client) + func (o *UpdateNotificationParams) SetID(id int64) + func (o *UpdateNotificationParams) SetTimeout(timeout time.Duration) + func (o *UpdateNotificationParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *UpdateNotificationParams) WithBody(body *models.NotificationModel) *UpdateNotificationParams + func (o *UpdateNotificationParams) WithContext(ctx context.Context) *UpdateNotificationParams + func (o *UpdateNotificationParams) WithDefaults() *UpdateNotificationParams + func (o *UpdateNotificationParams) WithHTTPClient(client *http.Client) *UpdateNotificationParams + func (o *UpdateNotificationParams) WithID(id int64) *UpdateNotificationParams + func (o *UpdateNotificationParams) WithTimeout(timeout time.Duration) *UpdateNotificationParams + func (o *UpdateNotificationParams) WithXAvalaraClient(xAvalaraClient *string) *UpdateNotificationParams + func (o *UpdateNotificationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateNotificationReader struct + func (o *UpdateNotificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateNotificationUnauthorized struct + func NewUpdateNotificationUnauthorized() *UpdateNotificationUnauthorized + func (o *UpdateNotificationUnauthorized) Error() string + type UpdateSubscriptionBadRequest struct + func NewUpdateSubscriptionBadRequest() *UpdateSubscriptionBadRequest + func (o *UpdateSubscriptionBadRequest) Error() string + type UpdateSubscriptionNotFound struct + func NewUpdateSubscriptionNotFound() *UpdateSubscriptionNotFound + func (o *UpdateSubscriptionNotFound) Error() string + type UpdateSubscriptionOK struct + Payload *models.SubscriptionModel + func NewUpdateSubscriptionOK() *UpdateSubscriptionOK + func (o *UpdateSubscriptionOK) Error() string + func (o *UpdateSubscriptionOK) GetPayload() *models.SubscriptionModel + type UpdateSubscriptionParams struct + AccountID int32 + Body *models.SubscriptionModel + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewUpdateSubscriptionParams() *UpdateSubscriptionParams + func NewUpdateSubscriptionParamsWithContext(ctx context.Context) *UpdateSubscriptionParams + func NewUpdateSubscriptionParamsWithHTTPClient(client *http.Client) *UpdateSubscriptionParams + func NewUpdateSubscriptionParamsWithTimeout(timeout time.Duration) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) SetAccountID(accountID int32) + func (o *UpdateSubscriptionParams) SetBody(body *models.SubscriptionModel) + func (o *UpdateSubscriptionParams) SetContext(ctx context.Context) + func (o *UpdateSubscriptionParams) SetDefaults() + func (o *UpdateSubscriptionParams) SetHTTPClient(client *http.Client) + func (o *UpdateSubscriptionParams) SetID(id int32) + func (o *UpdateSubscriptionParams) SetTimeout(timeout time.Duration) + func (o *UpdateSubscriptionParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *UpdateSubscriptionParams) WithAccountID(accountID int32) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithBody(body *models.SubscriptionModel) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithContext(ctx context.Context) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithDefaults() *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithHTTPClient(client *http.Client) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithID(id int32) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithTimeout(timeout time.Duration) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WithXAvalaraClient(xAvalaraClient *string) *UpdateSubscriptionParams + func (o *UpdateSubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateSubscriptionReader struct + func (o *UpdateSubscriptionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateSubscriptionUnauthorized struct + func NewUpdateSubscriptionUnauthorized() *UpdateSubscriptionUnauthorized + func (o *UpdateSubscriptionUnauthorized) Error() string