Documentation
¶
Index ¶
- type ApproveFirmClientLinkageBadRequest
- type ApproveFirmClientLinkageNotFound
- type ApproveFirmClientLinkageOK
- type ApproveFirmClientLinkageParams
- func NewApproveFirmClientLinkageParams() *ApproveFirmClientLinkageParams
- func NewApproveFirmClientLinkageParamsWithContext(ctx context.Context) *ApproveFirmClientLinkageParams
- func NewApproveFirmClientLinkageParamsWithHTTPClient(client *http.Client) *ApproveFirmClientLinkageParams
- func NewApproveFirmClientLinkageParamsWithTimeout(timeout time.Duration) *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *ApproveFirmClientLinkageParams) SetDefaults()
- func (o *ApproveFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *ApproveFirmClientLinkageParams) SetID(id int32)
- func (o *ApproveFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *ApproveFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *ApproveFirmClientLinkageParams) WithContext(ctx context.Context) *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) WithDefaults() *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) WithHTTPClient(client *http.Client) *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) WithID(id int32) *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) WithTimeout(timeout time.Duration) *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *ApproveFirmClientLinkageParams
- func (o *ApproveFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ApproveFirmClientLinkageReader
- type ApproveFirmClientLinkageUnauthorized
- type Client
- func (a *Client) ApproveFirmClientLinkage(params *ApproveFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ApproveFirmClientLinkageOK, error)
- func (a *Client) CreateAndLinkNewFirmClientAccount(params *CreateAndLinkNewFirmClientAccountParams, ...) (*CreateAndLinkNewFirmClientAccountCreated, error)
- func (a *Client) CreateFirmClientLinkage(params *CreateFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateFirmClientLinkageCreated, error)
- func (a *Client) DeleteFirmClientLinkage(params *DeleteFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteFirmClientLinkageOK, error)
- func (a *Client) GetFirmClientLinkage(params *GetFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetFirmClientLinkageOK, error)
- func (a *Client) ListFirmClientLinkage(params *ListFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListFirmClientLinkageOK, error)
- func (a *Client) RejectFirmClientLinkage(params *RejectFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RejectFirmClientLinkageOK, error)
- func (a *Client) ResetFirmClientLinkage(params *ResetFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResetFirmClientLinkageOK, error)
- func (a *Client) RevokeFirmClientLinkage(params *RevokeFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeFirmClientLinkageOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateAndLinkNewFirmClientAccountBadRequest
- type CreateAndLinkNewFirmClientAccountCreated
- type CreateAndLinkNewFirmClientAccountParams
- func NewCreateAndLinkNewFirmClientAccountParams() *CreateAndLinkNewFirmClientAccountParams
- func NewCreateAndLinkNewFirmClientAccountParamsWithContext(ctx context.Context) *CreateAndLinkNewFirmClientAccountParams
- func NewCreateAndLinkNewFirmClientAccountParamsWithHTTPClient(client *http.Client) *CreateAndLinkNewFirmClientAccountParams
- func NewCreateAndLinkNewFirmClientAccountParamsWithTimeout(timeout time.Duration) *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) SetBody(body *models.NewFirmClientAccountRequestModel)
- func (o *CreateAndLinkNewFirmClientAccountParams) SetContext(ctx context.Context)
- func (o *CreateAndLinkNewFirmClientAccountParams) SetDefaults()
- func (o *CreateAndLinkNewFirmClientAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateAndLinkNewFirmClientAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateAndLinkNewFirmClientAccountParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *CreateAndLinkNewFirmClientAccountParams) WithBody(body *models.NewFirmClientAccountRequestModel) *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) WithContext(ctx context.Context) *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) WithDefaults() *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) WithHTTPClient(client *http.Client) *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) WithTimeout(timeout time.Duration) *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) WithXAvalaraClient(xAvalaraClient *string) *CreateAndLinkNewFirmClientAccountParams
- func (o *CreateAndLinkNewFirmClientAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAndLinkNewFirmClientAccountReader
- type CreateAndLinkNewFirmClientAccountUnauthorized
- type CreateFirmClientLinkageBadRequest
- type CreateFirmClientLinkageCreated
- type CreateFirmClientLinkageParams
- func NewCreateFirmClientLinkageParams() *CreateFirmClientLinkageParams
- func NewCreateFirmClientLinkageParamsWithContext(ctx context.Context) *CreateFirmClientLinkageParams
- func NewCreateFirmClientLinkageParamsWithHTTPClient(client *http.Client) *CreateFirmClientLinkageParams
- func NewCreateFirmClientLinkageParamsWithTimeout(timeout time.Duration) *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) SetBody(body *models.FirmClientLinkageInputModel)
- func (o *CreateFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *CreateFirmClientLinkageParams) SetDefaults()
- func (o *CreateFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *CreateFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *CreateFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *CreateFirmClientLinkageParams) WithBody(body *models.FirmClientLinkageInputModel) *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) WithContext(ctx context.Context) *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) WithDefaults() *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) WithHTTPClient(client *http.Client) *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) WithTimeout(timeout time.Duration) *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *CreateFirmClientLinkageParams
- func (o *CreateFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateFirmClientLinkageReader
- type CreateFirmClientLinkageUnauthorized
- type DeleteFirmClientLinkageBadRequest
- type DeleteFirmClientLinkageNotFound
- type DeleteFirmClientLinkageOK
- type DeleteFirmClientLinkageParams
- func NewDeleteFirmClientLinkageParams() *DeleteFirmClientLinkageParams
- func NewDeleteFirmClientLinkageParamsWithContext(ctx context.Context) *DeleteFirmClientLinkageParams
- func NewDeleteFirmClientLinkageParamsWithHTTPClient(client *http.Client) *DeleteFirmClientLinkageParams
- func NewDeleteFirmClientLinkageParamsWithTimeout(timeout time.Duration) *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *DeleteFirmClientLinkageParams) SetDefaults()
- func (o *DeleteFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *DeleteFirmClientLinkageParams) SetID(id int32)
- func (o *DeleteFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *DeleteFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *DeleteFirmClientLinkageParams) WithContext(ctx context.Context) *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) WithDefaults() *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) WithHTTPClient(client *http.Client) *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) WithID(id int32) *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) WithTimeout(timeout time.Duration) *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *DeleteFirmClientLinkageParams
- func (o *DeleteFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteFirmClientLinkageReader
- type DeleteFirmClientLinkageUnauthorized
- type GetFirmClientLinkageBadRequest
- type GetFirmClientLinkageNotFound
- type GetFirmClientLinkageOK
- type GetFirmClientLinkageParams
- func NewGetFirmClientLinkageParams() *GetFirmClientLinkageParams
- func NewGetFirmClientLinkageParamsWithContext(ctx context.Context) *GetFirmClientLinkageParams
- func NewGetFirmClientLinkageParamsWithHTTPClient(client *http.Client) *GetFirmClientLinkageParams
- func NewGetFirmClientLinkageParamsWithTimeout(timeout time.Duration) *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *GetFirmClientLinkageParams) SetDefaults()
- func (o *GetFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *GetFirmClientLinkageParams) SetID(id int32)
- func (o *GetFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *GetFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *GetFirmClientLinkageParams) WithContext(ctx context.Context) *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) WithDefaults() *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) WithHTTPClient(client *http.Client) *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) WithID(id int32) *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) WithTimeout(timeout time.Duration) *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *GetFirmClientLinkageParams
- func (o *GetFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFirmClientLinkageReader
- type GetFirmClientLinkageUnauthorized
- type ListFirmClientLinkageBadRequest
- type ListFirmClientLinkageOK
- type ListFirmClientLinkageParams
- func NewListFirmClientLinkageParams() *ListFirmClientLinkageParams
- func NewListFirmClientLinkageParamsWithContext(ctx context.Context) *ListFirmClientLinkageParams
- func NewListFirmClientLinkageParamsWithHTTPClient(client *http.Client) *ListFirmClientLinkageParams
- func NewListFirmClientLinkageParamsWithTimeout(timeout time.Duration) *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *ListFirmClientLinkageParams) SetDefaults()
- func (o *ListFirmClientLinkageParams) SetDollarFilter(dollarFilter *string)
- func (o *ListFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *ListFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *ListFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *ListFirmClientLinkageParams) WithContext(ctx context.Context) *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) WithDefaults() *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) WithDollarFilter(dollarFilter *string) *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) WithHTTPClient(client *http.Client) *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) WithTimeout(timeout time.Duration) *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *ListFirmClientLinkageParams
- func (o *ListFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListFirmClientLinkageReader
- type ListFirmClientLinkageUnauthorized
- type RejectFirmClientLinkageBadRequest
- type RejectFirmClientLinkageNotFound
- type RejectFirmClientLinkageOK
- type RejectFirmClientLinkageParams
- func NewRejectFirmClientLinkageParams() *RejectFirmClientLinkageParams
- func NewRejectFirmClientLinkageParamsWithContext(ctx context.Context) *RejectFirmClientLinkageParams
- func NewRejectFirmClientLinkageParamsWithHTTPClient(client *http.Client) *RejectFirmClientLinkageParams
- func NewRejectFirmClientLinkageParamsWithTimeout(timeout time.Duration) *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *RejectFirmClientLinkageParams) SetDefaults()
- func (o *RejectFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *RejectFirmClientLinkageParams) SetID(id int32)
- func (o *RejectFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *RejectFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *RejectFirmClientLinkageParams) WithContext(ctx context.Context) *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) WithDefaults() *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) WithHTTPClient(client *http.Client) *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) WithID(id int32) *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) WithTimeout(timeout time.Duration) *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *RejectFirmClientLinkageParams
- func (o *RejectFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RejectFirmClientLinkageReader
- type RejectFirmClientLinkageUnauthorized
- type ResetFirmClientLinkageBadRequest
- type ResetFirmClientLinkageNotFound
- type ResetFirmClientLinkageOK
- type ResetFirmClientLinkageParams
- func NewResetFirmClientLinkageParams() *ResetFirmClientLinkageParams
- func NewResetFirmClientLinkageParamsWithContext(ctx context.Context) *ResetFirmClientLinkageParams
- func NewResetFirmClientLinkageParamsWithHTTPClient(client *http.Client) *ResetFirmClientLinkageParams
- func NewResetFirmClientLinkageParamsWithTimeout(timeout time.Duration) *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *ResetFirmClientLinkageParams) SetDefaults()
- func (o *ResetFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *ResetFirmClientLinkageParams) SetID(id int32)
- func (o *ResetFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *ResetFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *ResetFirmClientLinkageParams) WithContext(ctx context.Context) *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) WithDefaults() *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) WithHTTPClient(client *http.Client) *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) WithID(id int32) *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) WithTimeout(timeout time.Duration) *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *ResetFirmClientLinkageParams
- func (o *ResetFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ResetFirmClientLinkageReader
- type ResetFirmClientLinkageUnauthorized
- type RevokeFirmClientLinkageBadRequest
- type RevokeFirmClientLinkageNotFound
- type RevokeFirmClientLinkageOK
- type RevokeFirmClientLinkageParams
- func NewRevokeFirmClientLinkageParams() *RevokeFirmClientLinkageParams
- func NewRevokeFirmClientLinkageParamsWithContext(ctx context.Context) *RevokeFirmClientLinkageParams
- func NewRevokeFirmClientLinkageParamsWithHTTPClient(client *http.Client) *RevokeFirmClientLinkageParams
- func NewRevokeFirmClientLinkageParamsWithTimeout(timeout time.Duration) *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) SetContext(ctx context.Context)
- func (o *RevokeFirmClientLinkageParams) SetDefaults()
- func (o *RevokeFirmClientLinkageParams) SetHTTPClient(client *http.Client)
- func (o *RevokeFirmClientLinkageParams) SetID(id int32)
- func (o *RevokeFirmClientLinkageParams) SetTimeout(timeout time.Duration)
- func (o *RevokeFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
- func (o *RevokeFirmClientLinkageParams) WithContext(ctx context.Context) *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) WithDefaults() *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) WithHTTPClient(client *http.Client) *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) WithID(id int32) *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) WithTimeout(timeout time.Duration) *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *RevokeFirmClientLinkageParams
- func (o *RevokeFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeFirmClientLinkageReader
- type RevokeFirmClientLinkageUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApproveFirmClientLinkageBadRequest ¶
type ApproveFirmClientLinkageBadRequest struct { }
ApproveFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewApproveFirmClientLinkageBadRequest ¶
func NewApproveFirmClientLinkageBadRequest() *ApproveFirmClientLinkageBadRequest
NewApproveFirmClientLinkageBadRequest creates a ApproveFirmClientLinkageBadRequest with default headers values
func (*ApproveFirmClientLinkageBadRequest) Error ¶
func (o *ApproveFirmClientLinkageBadRequest) Error() string
type ApproveFirmClientLinkageNotFound ¶
type ApproveFirmClientLinkageNotFound struct { }
ApproveFirmClientLinkageNotFound describes a response with status code 404, with default header values.
Not Found
func NewApproveFirmClientLinkageNotFound ¶
func NewApproveFirmClientLinkageNotFound() *ApproveFirmClientLinkageNotFound
NewApproveFirmClientLinkageNotFound creates a ApproveFirmClientLinkageNotFound with default headers values
func (*ApproveFirmClientLinkageNotFound) Error ¶
func (o *ApproveFirmClientLinkageNotFound) Error() string
type ApproveFirmClientLinkageOK ¶
type ApproveFirmClientLinkageOK struct {
Payload *models.FirmClientLinkageOutputModel
}
ApproveFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewApproveFirmClientLinkageOK ¶
func NewApproveFirmClientLinkageOK() *ApproveFirmClientLinkageOK
NewApproveFirmClientLinkageOK creates a ApproveFirmClientLinkageOK with default headers values
func (*ApproveFirmClientLinkageOK) Error ¶
func (o *ApproveFirmClientLinkageOK) Error() string
func (*ApproveFirmClientLinkageOK) GetPayload ¶
func (o *ApproveFirmClientLinkageOK) GetPayload() *models.FirmClientLinkageOutputModel
type ApproveFirmClientLinkageParams ¶
type ApproveFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ApproveFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the approve firm client linkage operation. Typically these are written to a http.Request.
func NewApproveFirmClientLinkageParams ¶
func NewApproveFirmClientLinkageParams() *ApproveFirmClientLinkageParams
NewApproveFirmClientLinkageParams creates a new ApproveFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewApproveFirmClientLinkageParamsWithContext ¶
func NewApproveFirmClientLinkageParamsWithContext(ctx context.Context) *ApproveFirmClientLinkageParams
NewApproveFirmClientLinkageParamsWithContext creates a new ApproveFirmClientLinkageParams object with the ability to set a context for a request.
func NewApproveFirmClientLinkageParamsWithHTTPClient ¶
func NewApproveFirmClientLinkageParamsWithHTTPClient(client *http.Client) *ApproveFirmClientLinkageParams
NewApproveFirmClientLinkageParamsWithHTTPClient creates a new ApproveFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewApproveFirmClientLinkageParamsWithTimeout ¶
func NewApproveFirmClientLinkageParamsWithTimeout(timeout time.Duration) *ApproveFirmClientLinkageParams
NewApproveFirmClientLinkageParamsWithTimeout creates a new ApproveFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*ApproveFirmClientLinkageParams) SetContext ¶
func (o *ApproveFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) SetDefaults ¶
func (o *ApproveFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the approve firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*ApproveFirmClientLinkageParams) SetHTTPClient ¶
func (o *ApproveFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) SetID ¶
func (o *ApproveFirmClientLinkageParams) SetID(id int32)
SetID adds the id to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) SetTimeout ¶
func (o *ApproveFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *ApproveFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) WithContext ¶
func (o *ApproveFirmClientLinkageParams) WithContext(ctx context.Context) *ApproveFirmClientLinkageParams
WithContext adds the context to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) WithDefaults ¶
func (o *ApproveFirmClientLinkageParams) WithDefaults() *ApproveFirmClientLinkageParams
WithDefaults hydrates default values in the approve firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*ApproveFirmClientLinkageParams) WithHTTPClient ¶
func (o *ApproveFirmClientLinkageParams) WithHTTPClient(client *http.Client) *ApproveFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) WithID ¶
func (o *ApproveFirmClientLinkageParams) WithID(id int32) *ApproveFirmClientLinkageParams
WithID adds the id to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) WithTimeout ¶
func (o *ApproveFirmClientLinkageParams) WithTimeout(timeout time.Duration) *ApproveFirmClientLinkageParams
WithTimeout adds the timeout to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *ApproveFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *ApproveFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the approve firm client linkage params
func (*ApproveFirmClientLinkageParams) WriteToRequest ¶
func (o *ApproveFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ApproveFirmClientLinkageReader ¶
type ApproveFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
ApproveFirmClientLinkageReader is a Reader for the ApproveFirmClientLinkage structure.
func (*ApproveFirmClientLinkageReader) ReadResponse ¶
func (o *ApproveFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ApproveFirmClientLinkageUnauthorized ¶
type ApproveFirmClientLinkageUnauthorized struct { }
ApproveFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewApproveFirmClientLinkageUnauthorized ¶
func NewApproveFirmClientLinkageUnauthorized() *ApproveFirmClientLinkageUnauthorized
NewApproveFirmClientLinkageUnauthorized creates a ApproveFirmClientLinkageUnauthorized with default headers values
func (*ApproveFirmClientLinkageUnauthorized) Error ¶
func (o *ApproveFirmClientLinkageUnauthorized) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for firm client linkages API
func (*Client) ApproveFirmClientLinkage ¶
func (a *Client) ApproveFirmClientLinkage(params *ApproveFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApproveFirmClientLinkageOK, error)
ApproveFirmClientLinkage approves linkage to a firm for a client account This API enables the account admin of a client account to approve linkage request by a firm.
### Security Policies
* This API requires one of the following user roles: AccountAdmin, FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
func (*Client) CreateAndLinkNewFirmClientAccount ¶
func (a *Client) CreateAndLinkNewFirmClientAccount(params *CreateAndLinkNewFirmClientAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAndLinkNewFirmClientAccountCreated, error)
CreateAndLinkNewFirmClientAccount requests a new firm client account and create an approved linkage to it This API is for use by Firms only.
Avalara allows firms to manage returns for clients without the clients needing to use AvaTax service. Firms can create accounts of FirmClient for customers they are managing using this API.
Calling this API creates an account with the specified product subscriptions, but without a new user for account. Account is then linked to the Firm so they can managed their returns. You should call this API when a customer does not have an AvaTax account and is to be managed only by the firm.
The created account will be created in `Active` status but there will be no user or license key associated with account.
### Security Policies
* This API requires one of the following user roles: FirmAdmin, Registrar, SiteAdmin, SystemAdmin.
func (*Client) CreateFirmClientLinkage ¶
func (a *Client) CreateFirmClientLinkage(params *CreateFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFirmClientLinkageCreated, error)
CreateFirmClientLinkage links a firm account with the client account This API enables the firm admins/firm users to request the linkage of a firm account and a client account.
### Security Policies
* This API requires one of the following user roles: FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
func (*Client) DeleteFirmClientLinkage ¶
func (a *Client) DeleteFirmClientLinkage(params *DeleteFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFirmClientLinkageOK, error)
DeleteFirmClientLinkage deletes a linkage This API marks a linkage between a firm and client as deleted.
### Security Policies
* This API requires one of the following user roles: FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
func (*Client) GetFirmClientLinkage ¶
func (a *Client) GetFirmClientLinkage(params *GetFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFirmClientLinkageOK, error)
GetFirmClientLinkage gets linkage between a firm and client by id This API enables the firm admins/firm users to request the linkage of a firm account and a client account.
### Security Policies
* This API requires one of the following user roles: AccountAdmin, AccountUser, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
func (*Client) ListFirmClientLinkage ¶
func (a *Client) ListFirmClientLinkage(params *ListFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFirmClientLinkageOK, error)
ListFirmClientLinkage lists client linkages for a firm or client This API enables the firm or account users to request the associated linkages to the account.
### Security Policies
* This API requires one of the following user roles: AccountAdmin, AccountUser, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
func (*Client) RejectFirmClientLinkage ¶
func (a *Client) RejectFirmClientLinkage(params *RejectFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectFirmClientLinkageOK, error)
RejectFirmClientLinkage rejects linkage to a firm for a client account This API enables the account admin of a client account to reject linkage request by a firm.
### Security Policies
* This API requires one of the following user roles: AccountAdmin, FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
func (*Client) ResetFirmClientLinkage ¶
func (a *Client) ResetFirmClientLinkage(params *ResetFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResetFirmClientLinkageOK, error)
ResetFirmClientLinkage resets linkage status between a client and firm back to requested This API enables the firm admin of a client account to reset a previously created linkage request by a firm.
### Security Policies
* This API requires one of the following user roles: FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
func (*Client) RevokeFirmClientLinkage ¶
func (a *Client) RevokeFirmClientLinkage(params *RevokeFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeFirmClientLinkageOK, error)
RevokeFirmClientLinkage revokes previously approved linkage to a firm for a client account This API enables the account admin of a client account to revoke a previously approved linkage request by a firm.
### Security Policies
* This API requires one of the following user roles: AccountAdmin, FirmAdmin, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { ApproveFirmClientLinkage(params *ApproveFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApproveFirmClientLinkageOK, error) CreateAndLinkNewFirmClientAccount(params *CreateAndLinkNewFirmClientAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAndLinkNewFirmClientAccountCreated, error) CreateFirmClientLinkage(params *CreateFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFirmClientLinkageCreated, error) DeleteFirmClientLinkage(params *DeleteFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFirmClientLinkageOK, error) GetFirmClientLinkage(params *GetFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFirmClientLinkageOK, error) ListFirmClientLinkage(params *ListFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFirmClientLinkageOK, error) RejectFirmClientLinkage(params *RejectFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectFirmClientLinkageOK, error) ResetFirmClientLinkage(params *ResetFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResetFirmClientLinkageOK, error) RevokeFirmClientLinkage(params *RevokeFirmClientLinkageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeFirmClientLinkageOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new firm client linkages API client.
type CreateAndLinkNewFirmClientAccountBadRequest ¶
type CreateAndLinkNewFirmClientAccountBadRequest struct { }
CreateAndLinkNewFirmClientAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateAndLinkNewFirmClientAccountBadRequest ¶
func NewCreateAndLinkNewFirmClientAccountBadRequest() *CreateAndLinkNewFirmClientAccountBadRequest
NewCreateAndLinkNewFirmClientAccountBadRequest creates a CreateAndLinkNewFirmClientAccountBadRequest with default headers values
func (*CreateAndLinkNewFirmClientAccountBadRequest) Error ¶
func (o *CreateAndLinkNewFirmClientAccountBadRequest) Error() string
type CreateAndLinkNewFirmClientAccountCreated ¶
type CreateAndLinkNewFirmClientAccountCreated struct {
Payload *models.FirmClientLinkageOutputModel
}
CreateAndLinkNewFirmClientAccountCreated describes a response with status code 201, with default header values.
Success
func NewCreateAndLinkNewFirmClientAccountCreated ¶
func NewCreateAndLinkNewFirmClientAccountCreated() *CreateAndLinkNewFirmClientAccountCreated
NewCreateAndLinkNewFirmClientAccountCreated creates a CreateAndLinkNewFirmClientAccountCreated with default headers values
func (*CreateAndLinkNewFirmClientAccountCreated) Error ¶
func (o *CreateAndLinkNewFirmClientAccountCreated) Error() string
func (*CreateAndLinkNewFirmClientAccountCreated) GetPayload ¶
func (o *CreateAndLinkNewFirmClientAccountCreated) GetPayload() *models.FirmClientLinkageOutputModel
type CreateAndLinkNewFirmClientAccountParams ¶
type CreateAndLinkNewFirmClientAccountParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string /* Body. Information about the account you wish to create. */ Body *models.NewFirmClientAccountRequestModel Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAndLinkNewFirmClientAccountParams contains all the parameters to send to the API endpoint
for the create and link new firm client account operation. Typically these are written to a http.Request.
func NewCreateAndLinkNewFirmClientAccountParams ¶
func NewCreateAndLinkNewFirmClientAccountParams() *CreateAndLinkNewFirmClientAccountParams
NewCreateAndLinkNewFirmClientAccountParams creates a new CreateAndLinkNewFirmClientAccountParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateAndLinkNewFirmClientAccountParamsWithContext ¶
func NewCreateAndLinkNewFirmClientAccountParamsWithContext(ctx context.Context) *CreateAndLinkNewFirmClientAccountParams
NewCreateAndLinkNewFirmClientAccountParamsWithContext creates a new CreateAndLinkNewFirmClientAccountParams object with the ability to set a context for a request.
func NewCreateAndLinkNewFirmClientAccountParamsWithHTTPClient ¶
func NewCreateAndLinkNewFirmClientAccountParamsWithHTTPClient(client *http.Client) *CreateAndLinkNewFirmClientAccountParams
NewCreateAndLinkNewFirmClientAccountParamsWithHTTPClient creates a new CreateAndLinkNewFirmClientAccountParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAndLinkNewFirmClientAccountParamsWithTimeout ¶
func NewCreateAndLinkNewFirmClientAccountParamsWithTimeout(timeout time.Duration) *CreateAndLinkNewFirmClientAccountParams
NewCreateAndLinkNewFirmClientAccountParamsWithTimeout creates a new CreateAndLinkNewFirmClientAccountParams object with the ability to set a timeout on a request.
func (*CreateAndLinkNewFirmClientAccountParams) SetBody ¶
func (o *CreateAndLinkNewFirmClientAccountParams) SetBody(body *models.NewFirmClientAccountRequestModel)
SetBody adds the body to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) SetContext ¶
func (o *CreateAndLinkNewFirmClientAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) SetDefaults ¶
func (o *CreateAndLinkNewFirmClientAccountParams) SetDefaults()
SetDefaults hydrates default values in the create and link new firm client account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAndLinkNewFirmClientAccountParams) SetHTTPClient ¶
func (o *CreateAndLinkNewFirmClientAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) SetTimeout ¶
func (o *CreateAndLinkNewFirmClientAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) SetXAvalaraClient ¶
func (o *CreateAndLinkNewFirmClientAccountParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) WithBody ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WithBody(body *models.NewFirmClientAccountRequestModel) *CreateAndLinkNewFirmClientAccountParams
WithBody adds the body to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) WithContext ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WithContext(ctx context.Context) *CreateAndLinkNewFirmClientAccountParams
WithContext adds the context to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) WithDefaults ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WithDefaults() *CreateAndLinkNewFirmClientAccountParams
WithDefaults hydrates default values in the create and link new firm client account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAndLinkNewFirmClientAccountParams) WithHTTPClient ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WithHTTPClient(client *http.Client) *CreateAndLinkNewFirmClientAccountParams
WithHTTPClient adds the HTTPClient to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) WithTimeout ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WithTimeout(timeout time.Duration) *CreateAndLinkNewFirmClientAccountParams
WithTimeout adds the timeout to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) WithXAvalaraClient ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WithXAvalaraClient(xAvalaraClient *string) *CreateAndLinkNewFirmClientAccountParams
WithXAvalaraClient adds the xAvalaraClient to the create and link new firm client account params
func (*CreateAndLinkNewFirmClientAccountParams) WriteToRequest ¶
func (o *CreateAndLinkNewFirmClientAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAndLinkNewFirmClientAccountReader ¶
type CreateAndLinkNewFirmClientAccountReader struct {
// contains filtered or unexported fields
}
CreateAndLinkNewFirmClientAccountReader is a Reader for the CreateAndLinkNewFirmClientAccount structure.
func (*CreateAndLinkNewFirmClientAccountReader) ReadResponse ¶
func (o *CreateAndLinkNewFirmClientAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAndLinkNewFirmClientAccountUnauthorized ¶
type CreateAndLinkNewFirmClientAccountUnauthorized struct { }
CreateAndLinkNewFirmClientAccountUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateAndLinkNewFirmClientAccountUnauthorized ¶
func NewCreateAndLinkNewFirmClientAccountUnauthorized() *CreateAndLinkNewFirmClientAccountUnauthorized
NewCreateAndLinkNewFirmClientAccountUnauthorized creates a CreateAndLinkNewFirmClientAccountUnauthorized with default headers values
func (*CreateAndLinkNewFirmClientAccountUnauthorized) Error ¶
func (o *CreateAndLinkNewFirmClientAccountUnauthorized) Error() string
type CreateFirmClientLinkageBadRequest ¶
type CreateFirmClientLinkageBadRequest struct { }
CreateFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateFirmClientLinkageBadRequest ¶
func NewCreateFirmClientLinkageBadRequest() *CreateFirmClientLinkageBadRequest
NewCreateFirmClientLinkageBadRequest creates a CreateFirmClientLinkageBadRequest with default headers values
func (*CreateFirmClientLinkageBadRequest) Error ¶
func (o *CreateFirmClientLinkageBadRequest) Error() string
type CreateFirmClientLinkageCreated ¶
type CreateFirmClientLinkageCreated struct {
Payload *models.FirmClientLinkageOutputModel
}
CreateFirmClientLinkageCreated describes a response with status code 201, with default header values.
Success
func NewCreateFirmClientLinkageCreated ¶
func NewCreateFirmClientLinkageCreated() *CreateFirmClientLinkageCreated
NewCreateFirmClientLinkageCreated creates a CreateFirmClientLinkageCreated with default headers values
func (*CreateFirmClientLinkageCreated) Error ¶
func (o *CreateFirmClientLinkageCreated) Error() string
func (*CreateFirmClientLinkageCreated) GetPayload ¶
func (o *CreateFirmClientLinkageCreated) GetPayload() *models.FirmClientLinkageOutputModel
type CreateFirmClientLinkageParams ¶
type CreateFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string /* Body. FirmClientLinkageInputModel */ Body *models.FirmClientLinkageInputModel Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the create firm client linkage operation. Typically these are written to a http.Request.
func NewCreateFirmClientLinkageParams ¶
func NewCreateFirmClientLinkageParams() *CreateFirmClientLinkageParams
NewCreateFirmClientLinkageParams creates a new CreateFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateFirmClientLinkageParamsWithContext ¶
func NewCreateFirmClientLinkageParamsWithContext(ctx context.Context) *CreateFirmClientLinkageParams
NewCreateFirmClientLinkageParamsWithContext creates a new CreateFirmClientLinkageParams object with the ability to set a context for a request.
func NewCreateFirmClientLinkageParamsWithHTTPClient ¶
func NewCreateFirmClientLinkageParamsWithHTTPClient(client *http.Client) *CreateFirmClientLinkageParams
NewCreateFirmClientLinkageParamsWithHTTPClient creates a new CreateFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewCreateFirmClientLinkageParamsWithTimeout ¶
func NewCreateFirmClientLinkageParamsWithTimeout(timeout time.Duration) *CreateFirmClientLinkageParams
NewCreateFirmClientLinkageParamsWithTimeout creates a new CreateFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*CreateFirmClientLinkageParams) SetBody ¶
func (o *CreateFirmClientLinkageParams) SetBody(body *models.FirmClientLinkageInputModel)
SetBody adds the body to the create firm client linkage params
func (*CreateFirmClientLinkageParams) SetContext ¶
func (o *CreateFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the create firm client linkage params
func (*CreateFirmClientLinkageParams) SetDefaults ¶
func (o *CreateFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the create firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*CreateFirmClientLinkageParams) SetHTTPClient ¶
func (o *CreateFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create firm client linkage params
func (*CreateFirmClientLinkageParams) SetTimeout ¶
func (o *CreateFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create firm client linkage params
func (*CreateFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *CreateFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the create firm client linkage params
func (*CreateFirmClientLinkageParams) WithBody ¶
func (o *CreateFirmClientLinkageParams) WithBody(body *models.FirmClientLinkageInputModel) *CreateFirmClientLinkageParams
WithBody adds the body to the create firm client linkage params
func (*CreateFirmClientLinkageParams) WithContext ¶
func (o *CreateFirmClientLinkageParams) WithContext(ctx context.Context) *CreateFirmClientLinkageParams
WithContext adds the context to the create firm client linkage params
func (*CreateFirmClientLinkageParams) WithDefaults ¶
func (o *CreateFirmClientLinkageParams) WithDefaults() *CreateFirmClientLinkageParams
WithDefaults hydrates default values in the create firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*CreateFirmClientLinkageParams) WithHTTPClient ¶
func (o *CreateFirmClientLinkageParams) WithHTTPClient(client *http.Client) *CreateFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the create firm client linkage params
func (*CreateFirmClientLinkageParams) WithTimeout ¶
func (o *CreateFirmClientLinkageParams) WithTimeout(timeout time.Duration) *CreateFirmClientLinkageParams
WithTimeout adds the timeout to the create firm client linkage params
func (*CreateFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *CreateFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *CreateFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the create firm client linkage params
func (*CreateFirmClientLinkageParams) WriteToRequest ¶
func (o *CreateFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateFirmClientLinkageReader ¶
type CreateFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
CreateFirmClientLinkageReader is a Reader for the CreateFirmClientLinkage structure.
func (*CreateFirmClientLinkageReader) ReadResponse ¶
func (o *CreateFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateFirmClientLinkageUnauthorized ¶
type CreateFirmClientLinkageUnauthorized struct { }
CreateFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateFirmClientLinkageUnauthorized ¶
func NewCreateFirmClientLinkageUnauthorized() *CreateFirmClientLinkageUnauthorized
NewCreateFirmClientLinkageUnauthorized creates a CreateFirmClientLinkageUnauthorized with default headers values
func (*CreateFirmClientLinkageUnauthorized) Error ¶
func (o *CreateFirmClientLinkageUnauthorized) Error() string
type DeleteFirmClientLinkageBadRequest ¶
type DeleteFirmClientLinkageBadRequest struct { }
DeleteFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteFirmClientLinkageBadRequest ¶
func NewDeleteFirmClientLinkageBadRequest() *DeleteFirmClientLinkageBadRequest
NewDeleteFirmClientLinkageBadRequest creates a DeleteFirmClientLinkageBadRequest with default headers values
func (*DeleteFirmClientLinkageBadRequest) Error ¶
func (o *DeleteFirmClientLinkageBadRequest) Error() string
type DeleteFirmClientLinkageNotFound ¶
type DeleteFirmClientLinkageNotFound struct { }
DeleteFirmClientLinkageNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteFirmClientLinkageNotFound ¶
func NewDeleteFirmClientLinkageNotFound() *DeleteFirmClientLinkageNotFound
NewDeleteFirmClientLinkageNotFound creates a DeleteFirmClientLinkageNotFound with default headers values
func (*DeleteFirmClientLinkageNotFound) Error ¶
func (o *DeleteFirmClientLinkageNotFound) Error() string
type DeleteFirmClientLinkageOK ¶
type DeleteFirmClientLinkageOK struct {
Payload []*models.ErrorDetail
}
DeleteFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewDeleteFirmClientLinkageOK ¶
func NewDeleteFirmClientLinkageOK() *DeleteFirmClientLinkageOK
NewDeleteFirmClientLinkageOK creates a DeleteFirmClientLinkageOK with default headers values
func (*DeleteFirmClientLinkageOK) Error ¶
func (o *DeleteFirmClientLinkageOK) Error() string
func (*DeleteFirmClientLinkageOK) GetPayload ¶
func (o *DeleteFirmClientLinkageOK) GetPayload() []*models.ErrorDetail
type DeleteFirmClientLinkageParams ¶
type DeleteFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the delete firm client linkage operation. Typically these are written to a http.Request.
func NewDeleteFirmClientLinkageParams ¶
func NewDeleteFirmClientLinkageParams() *DeleteFirmClientLinkageParams
NewDeleteFirmClientLinkageParams creates a new DeleteFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteFirmClientLinkageParamsWithContext ¶
func NewDeleteFirmClientLinkageParamsWithContext(ctx context.Context) *DeleteFirmClientLinkageParams
NewDeleteFirmClientLinkageParamsWithContext creates a new DeleteFirmClientLinkageParams object with the ability to set a context for a request.
func NewDeleteFirmClientLinkageParamsWithHTTPClient ¶
func NewDeleteFirmClientLinkageParamsWithHTTPClient(client *http.Client) *DeleteFirmClientLinkageParams
NewDeleteFirmClientLinkageParamsWithHTTPClient creates a new DeleteFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteFirmClientLinkageParamsWithTimeout ¶
func NewDeleteFirmClientLinkageParamsWithTimeout(timeout time.Duration) *DeleteFirmClientLinkageParams
NewDeleteFirmClientLinkageParamsWithTimeout creates a new DeleteFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*DeleteFirmClientLinkageParams) SetContext ¶
func (o *DeleteFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) SetDefaults ¶
func (o *DeleteFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the delete firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFirmClientLinkageParams) SetHTTPClient ¶
func (o *DeleteFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) SetID ¶
func (o *DeleteFirmClientLinkageParams) SetID(id int32)
SetID adds the id to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) SetTimeout ¶
func (o *DeleteFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *DeleteFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) WithContext ¶
func (o *DeleteFirmClientLinkageParams) WithContext(ctx context.Context) *DeleteFirmClientLinkageParams
WithContext adds the context to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) WithDefaults ¶
func (o *DeleteFirmClientLinkageParams) WithDefaults() *DeleteFirmClientLinkageParams
WithDefaults hydrates default values in the delete firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFirmClientLinkageParams) WithHTTPClient ¶
func (o *DeleteFirmClientLinkageParams) WithHTTPClient(client *http.Client) *DeleteFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) WithID ¶
func (o *DeleteFirmClientLinkageParams) WithID(id int32) *DeleteFirmClientLinkageParams
WithID adds the id to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) WithTimeout ¶
func (o *DeleteFirmClientLinkageParams) WithTimeout(timeout time.Duration) *DeleteFirmClientLinkageParams
WithTimeout adds the timeout to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *DeleteFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *DeleteFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the delete firm client linkage params
func (*DeleteFirmClientLinkageParams) WriteToRequest ¶
func (o *DeleteFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteFirmClientLinkageReader ¶
type DeleteFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
DeleteFirmClientLinkageReader is a Reader for the DeleteFirmClientLinkage structure.
func (*DeleteFirmClientLinkageReader) ReadResponse ¶
func (o *DeleteFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteFirmClientLinkageUnauthorized ¶
type DeleteFirmClientLinkageUnauthorized struct { }
DeleteFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteFirmClientLinkageUnauthorized ¶
func NewDeleteFirmClientLinkageUnauthorized() *DeleteFirmClientLinkageUnauthorized
NewDeleteFirmClientLinkageUnauthorized creates a DeleteFirmClientLinkageUnauthorized with default headers values
func (*DeleteFirmClientLinkageUnauthorized) Error ¶
func (o *DeleteFirmClientLinkageUnauthorized) Error() string
type GetFirmClientLinkageBadRequest ¶
type GetFirmClientLinkageBadRequest struct { }
GetFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetFirmClientLinkageBadRequest ¶
func NewGetFirmClientLinkageBadRequest() *GetFirmClientLinkageBadRequest
NewGetFirmClientLinkageBadRequest creates a GetFirmClientLinkageBadRequest with default headers values
func (*GetFirmClientLinkageBadRequest) Error ¶
func (o *GetFirmClientLinkageBadRequest) Error() string
type GetFirmClientLinkageNotFound ¶
type GetFirmClientLinkageNotFound struct { }
GetFirmClientLinkageNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetFirmClientLinkageNotFound ¶
func NewGetFirmClientLinkageNotFound() *GetFirmClientLinkageNotFound
NewGetFirmClientLinkageNotFound creates a GetFirmClientLinkageNotFound with default headers values
func (*GetFirmClientLinkageNotFound) Error ¶
func (o *GetFirmClientLinkageNotFound) Error() string
type GetFirmClientLinkageOK ¶
type GetFirmClientLinkageOK struct {
Payload *models.FirmClientLinkageOutputModel
}
GetFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewGetFirmClientLinkageOK ¶
func NewGetFirmClientLinkageOK() *GetFirmClientLinkageOK
NewGetFirmClientLinkageOK creates a GetFirmClientLinkageOK with default headers values
func (*GetFirmClientLinkageOK) Error ¶
func (o *GetFirmClientLinkageOK) Error() string
func (*GetFirmClientLinkageOK) GetPayload ¶
func (o *GetFirmClientLinkageOK) GetPayload() *models.FirmClientLinkageOutputModel
type GetFirmClientLinkageParams ¶
type GetFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the get firm client linkage operation. Typically these are written to a http.Request.
func NewGetFirmClientLinkageParams ¶
func NewGetFirmClientLinkageParams() *GetFirmClientLinkageParams
NewGetFirmClientLinkageParams creates a new GetFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetFirmClientLinkageParamsWithContext ¶
func NewGetFirmClientLinkageParamsWithContext(ctx context.Context) *GetFirmClientLinkageParams
NewGetFirmClientLinkageParamsWithContext creates a new GetFirmClientLinkageParams object with the ability to set a context for a request.
func NewGetFirmClientLinkageParamsWithHTTPClient ¶
func NewGetFirmClientLinkageParamsWithHTTPClient(client *http.Client) *GetFirmClientLinkageParams
NewGetFirmClientLinkageParamsWithHTTPClient creates a new GetFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewGetFirmClientLinkageParamsWithTimeout ¶
func NewGetFirmClientLinkageParamsWithTimeout(timeout time.Duration) *GetFirmClientLinkageParams
NewGetFirmClientLinkageParamsWithTimeout creates a new GetFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*GetFirmClientLinkageParams) SetContext ¶
func (o *GetFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the get firm client linkage params
func (*GetFirmClientLinkageParams) SetDefaults ¶
func (o *GetFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the get firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*GetFirmClientLinkageParams) SetHTTPClient ¶
func (o *GetFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get firm client linkage params
func (*GetFirmClientLinkageParams) SetID ¶
func (o *GetFirmClientLinkageParams) SetID(id int32)
SetID adds the id to the get firm client linkage params
func (*GetFirmClientLinkageParams) SetTimeout ¶
func (o *GetFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get firm client linkage params
func (*GetFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *GetFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the get firm client linkage params
func (*GetFirmClientLinkageParams) WithContext ¶
func (o *GetFirmClientLinkageParams) WithContext(ctx context.Context) *GetFirmClientLinkageParams
WithContext adds the context to the get firm client linkage params
func (*GetFirmClientLinkageParams) WithDefaults ¶
func (o *GetFirmClientLinkageParams) WithDefaults() *GetFirmClientLinkageParams
WithDefaults hydrates default values in the get firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*GetFirmClientLinkageParams) WithHTTPClient ¶
func (o *GetFirmClientLinkageParams) WithHTTPClient(client *http.Client) *GetFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the get firm client linkage params
func (*GetFirmClientLinkageParams) WithID ¶
func (o *GetFirmClientLinkageParams) WithID(id int32) *GetFirmClientLinkageParams
WithID adds the id to the get firm client linkage params
func (*GetFirmClientLinkageParams) WithTimeout ¶
func (o *GetFirmClientLinkageParams) WithTimeout(timeout time.Duration) *GetFirmClientLinkageParams
WithTimeout adds the timeout to the get firm client linkage params
func (*GetFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *GetFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *GetFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the get firm client linkage params
func (*GetFirmClientLinkageParams) WriteToRequest ¶
func (o *GetFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetFirmClientLinkageReader ¶
type GetFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
GetFirmClientLinkageReader is a Reader for the GetFirmClientLinkage structure.
func (*GetFirmClientLinkageReader) ReadResponse ¶
func (o *GetFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetFirmClientLinkageUnauthorized ¶
type GetFirmClientLinkageUnauthorized struct { }
GetFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetFirmClientLinkageUnauthorized ¶
func NewGetFirmClientLinkageUnauthorized() *GetFirmClientLinkageUnauthorized
NewGetFirmClientLinkageUnauthorized creates a GetFirmClientLinkageUnauthorized with default headers values
func (*GetFirmClientLinkageUnauthorized) Error ¶
func (o *GetFirmClientLinkageUnauthorized) Error() string
type ListFirmClientLinkageBadRequest ¶
type ListFirmClientLinkageBadRequest struct { }
ListFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewListFirmClientLinkageBadRequest ¶
func NewListFirmClientLinkageBadRequest() *ListFirmClientLinkageBadRequest
NewListFirmClientLinkageBadRequest creates a ListFirmClientLinkageBadRequest with default headers values
func (*ListFirmClientLinkageBadRequest) Error ¶
func (o *ListFirmClientLinkageBadRequest) Error() string
type ListFirmClientLinkageOK ¶
type ListFirmClientLinkageOK struct {
Payload *models.FirmClientLinkageOutputModelFetchResult
}
ListFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewListFirmClientLinkageOK ¶
func NewListFirmClientLinkageOK() *ListFirmClientLinkageOK
NewListFirmClientLinkageOK creates a ListFirmClientLinkageOK with default headers values
func (*ListFirmClientLinkageOK) Error ¶
func (o *ListFirmClientLinkageOK) Error() string
func (*ListFirmClientLinkageOK) GetPayload ¶
func (o *ListFirmClientLinkageOK) GetPayload() *models.FirmClientLinkageOutputModelFetchResult
type ListFirmClientLinkageParams ¶
type ListFirmClientLinkageParams struct { /* DollarFilter. A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).<br />*Not filterable:* firmAccountName, clientAccountName */ DollarFilter *string /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the list firm client linkage operation. Typically these are written to a http.Request.
func NewListFirmClientLinkageParams ¶
func NewListFirmClientLinkageParams() *ListFirmClientLinkageParams
NewListFirmClientLinkageParams creates a new ListFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListFirmClientLinkageParamsWithContext ¶
func NewListFirmClientLinkageParamsWithContext(ctx context.Context) *ListFirmClientLinkageParams
NewListFirmClientLinkageParamsWithContext creates a new ListFirmClientLinkageParams object with the ability to set a context for a request.
func NewListFirmClientLinkageParamsWithHTTPClient ¶
func NewListFirmClientLinkageParamsWithHTTPClient(client *http.Client) *ListFirmClientLinkageParams
NewListFirmClientLinkageParamsWithHTTPClient creates a new ListFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewListFirmClientLinkageParamsWithTimeout ¶
func NewListFirmClientLinkageParamsWithTimeout(timeout time.Duration) *ListFirmClientLinkageParams
NewListFirmClientLinkageParamsWithTimeout creates a new ListFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*ListFirmClientLinkageParams) SetContext ¶
func (o *ListFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the list firm client linkage params
func (*ListFirmClientLinkageParams) SetDefaults ¶
func (o *ListFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the list firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*ListFirmClientLinkageParams) SetDollarFilter ¶
func (o *ListFirmClientLinkageParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the list firm client linkage params
func (*ListFirmClientLinkageParams) SetHTTPClient ¶
func (o *ListFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list firm client linkage params
func (*ListFirmClientLinkageParams) SetTimeout ¶
func (o *ListFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list firm client linkage params
func (*ListFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *ListFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the list firm client linkage params
func (*ListFirmClientLinkageParams) WithContext ¶
func (o *ListFirmClientLinkageParams) WithContext(ctx context.Context) *ListFirmClientLinkageParams
WithContext adds the context to the list firm client linkage params
func (*ListFirmClientLinkageParams) WithDefaults ¶
func (o *ListFirmClientLinkageParams) WithDefaults() *ListFirmClientLinkageParams
WithDefaults hydrates default values in the list firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*ListFirmClientLinkageParams) WithDollarFilter ¶
func (o *ListFirmClientLinkageParams) WithDollarFilter(dollarFilter *string) *ListFirmClientLinkageParams
WithDollarFilter adds the dollarFilter to the list firm client linkage params
func (*ListFirmClientLinkageParams) WithHTTPClient ¶
func (o *ListFirmClientLinkageParams) WithHTTPClient(client *http.Client) *ListFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the list firm client linkage params
func (*ListFirmClientLinkageParams) WithTimeout ¶
func (o *ListFirmClientLinkageParams) WithTimeout(timeout time.Duration) *ListFirmClientLinkageParams
WithTimeout adds the timeout to the list firm client linkage params
func (*ListFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *ListFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *ListFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the list firm client linkage params
func (*ListFirmClientLinkageParams) WriteToRequest ¶
func (o *ListFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListFirmClientLinkageReader ¶
type ListFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
ListFirmClientLinkageReader is a Reader for the ListFirmClientLinkage structure.
func (*ListFirmClientLinkageReader) ReadResponse ¶
func (o *ListFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListFirmClientLinkageUnauthorized ¶
type ListFirmClientLinkageUnauthorized struct { }
ListFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListFirmClientLinkageUnauthorized ¶
func NewListFirmClientLinkageUnauthorized() *ListFirmClientLinkageUnauthorized
NewListFirmClientLinkageUnauthorized creates a ListFirmClientLinkageUnauthorized with default headers values
func (*ListFirmClientLinkageUnauthorized) Error ¶
func (o *ListFirmClientLinkageUnauthorized) Error() string
type RejectFirmClientLinkageBadRequest ¶
type RejectFirmClientLinkageBadRequest struct { }
RejectFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRejectFirmClientLinkageBadRequest ¶
func NewRejectFirmClientLinkageBadRequest() *RejectFirmClientLinkageBadRequest
NewRejectFirmClientLinkageBadRequest creates a RejectFirmClientLinkageBadRequest with default headers values
func (*RejectFirmClientLinkageBadRequest) Error ¶
func (o *RejectFirmClientLinkageBadRequest) Error() string
type RejectFirmClientLinkageNotFound ¶
type RejectFirmClientLinkageNotFound struct { }
RejectFirmClientLinkageNotFound describes a response with status code 404, with default header values.
Not Found
func NewRejectFirmClientLinkageNotFound ¶
func NewRejectFirmClientLinkageNotFound() *RejectFirmClientLinkageNotFound
NewRejectFirmClientLinkageNotFound creates a RejectFirmClientLinkageNotFound with default headers values
func (*RejectFirmClientLinkageNotFound) Error ¶
func (o *RejectFirmClientLinkageNotFound) Error() string
type RejectFirmClientLinkageOK ¶
type RejectFirmClientLinkageOK struct {
Payload *models.FirmClientLinkageOutputModel
}
RejectFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewRejectFirmClientLinkageOK ¶
func NewRejectFirmClientLinkageOK() *RejectFirmClientLinkageOK
NewRejectFirmClientLinkageOK creates a RejectFirmClientLinkageOK with default headers values
func (*RejectFirmClientLinkageOK) Error ¶
func (o *RejectFirmClientLinkageOK) Error() string
func (*RejectFirmClientLinkageOK) GetPayload ¶
func (o *RejectFirmClientLinkageOK) GetPayload() *models.FirmClientLinkageOutputModel
type RejectFirmClientLinkageParams ¶
type RejectFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RejectFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the reject firm client linkage operation. Typically these are written to a http.Request.
func NewRejectFirmClientLinkageParams ¶
func NewRejectFirmClientLinkageParams() *RejectFirmClientLinkageParams
NewRejectFirmClientLinkageParams creates a new RejectFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRejectFirmClientLinkageParamsWithContext ¶
func NewRejectFirmClientLinkageParamsWithContext(ctx context.Context) *RejectFirmClientLinkageParams
NewRejectFirmClientLinkageParamsWithContext creates a new RejectFirmClientLinkageParams object with the ability to set a context for a request.
func NewRejectFirmClientLinkageParamsWithHTTPClient ¶
func NewRejectFirmClientLinkageParamsWithHTTPClient(client *http.Client) *RejectFirmClientLinkageParams
NewRejectFirmClientLinkageParamsWithHTTPClient creates a new RejectFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewRejectFirmClientLinkageParamsWithTimeout ¶
func NewRejectFirmClientLinkageParamsWithTimeout(timeout time.Duration) *RejectFirmClientLinkageParams
NewRejectFirmClientLinkageParamsWithTimeout creates a new RejectFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*RejectFirmClientLinkageParams) SetContext ¶
func (o *RejectFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) SetDefaults ¶
func (o *RejectFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the reject firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*RejectFirmClientLinkageParams) SetHTTPClient ¶
func (o *RejectFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) SetID ¶
func (o *RejectFirmClientLinkageParams) SetID(id int32)
SetID adds the id to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) SetTimeout ¶
func (o *RejectFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *RejectFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) WithContext ¶
func (o *RejectFirmClientLinkageParams) WithContext(ctx context.Context) *RejectFirmClientLinkageParams
WithContext adds the context to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) WithDefaults ¶
func (o *RejectFirmClientLinkageParams) WithDefaults() *RejectFirmClientLinkageParams
WithDefaults hydrates default values in the reject firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*RejectFirmClientLinkageParams) WithHTTPClient ¶
func (o *RejectFirmClientLinkageParams) WithHTTPClient(client *http.Client) *RejectFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) WithID ¶
func (o *RejectFirmClientLinkageParams) WithID(id int32) *RejectFirmClientLinkageParams
WithID adds the id to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) WithTimeout ¶
func (o *RejectFirmClientLinkageParams) WithTimeout(timeout time.Duration) *RejectFirmClientLinkageParams
WithTimeout adds the timeout to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *RejectFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *RejectFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the reject firm client linkage params
func (*RejectFirmClientLinkageParams) WriteToRequest ¶
func (o *RejectFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RejectFirmClientLinkageReader ¶
type RejectFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
RejectFirmClientLinkageReader is a Reader for the RejectFirmClientLinkage structure.
func (*RejectFirmClientLinkageReader) ReadResponse ¶
func (o *RejectFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RejectFirmClientLinkageUnauthorized ¶
type RejectFirmClientLinkageUnauthorized struct { }
RejectFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewRejectFirmClientLinkageUnauthorized ¶
func NewRejectFirmClientLinkageUnauthorized() *RejectFirmClientLinkageUnauthorized
NewRejectFirmClientLinkageUnauthorized creates a RejectFirmClientLinkageUnauthorized with default headers values
func (*RejectFirmClientLinkageUnauthorized) Error ¶
func (o *RejectFirmClientLinkageUnauthorized) Error() string
type ResetFirmClientLinkageBadRequest ¶
type ResetFirmClientLinkageBadRequest struct { }
ResetFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewResetFirmClientLinkageBadRequest ¶
func NewResetFirmClientLinkageBadRequest() *ResetFirmClientLinkageBadRequest
NewResetFirmClientLinkageBadRequest creates a ResetFirmClientLinkageBadRequest with default headers values
func (*ResetFirmClientLinkageBadRequest) Error ¶
func (o *ResetFirmClientLinkageBadRequest) Error() string
type ResetFirmClientLinkageNotFound ¶
type ResetFirmClientLinkageNotFound struct { }
ResetFirmClientLinkageNotFound describes a response with status code 404, with default header values.
Not Found
func NewResetFirmClientLinkageNotFound ¶
func NewResetFirmClientLinkageNotFound() *ResetFirmClientLinkageNotFound
NewResetFirmClientLinkageNotFound creates a ResetFirmClientLinkageNotFound with default headers values
func (*ResetFirmClientLinkageNotFound) Error ¶
func (o *ResetFirmClientLinkageNotFound) Error() string
type ResetFirmClientLinkageOK ¶
type ResetFirmClientLinkageOK struct {
Payload *models.FirmClientLinkageOutputModel
}
ResetFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewResetFirmClientLinkageOK ¶
func NewResetFirmClientLinkageOK() *ResetFirmClientLinkageOK
NewResetFirmClientLinkageOK creates a ResetFirmClientLinkageOK with default headers values
func (*ResetFirmClientLinkageOK) Error ¶
func (o *ResetFirmClientLinkageOK) Error() string
func (*ResetFirmClientLinkageOK) GetPayload ¶
func (o *ResetFirmClientLinkageOK) GetPayload() *models.FirmClientLinkageOutputModel
type ResetFirmClientLinkageParams ¶
type ResetFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ResetFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the reset firm client linkage operation. Typically these are written to a http.Request.
func NewResetFirmClientLinkageParams ¶
func NewResetFirmClientLinkageParams() *ResetFirmClientLinkageParams
NewResetFirmClientLinkageParams creates a new ResetFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewResetFirmClientLinkageParamsWithContext ¶
func NewResetFirmClientLinkageParamsWithContext(ctx context.Context) *ResetFirmClientLinkageParams
NewResetFirmClientLinkageParamsWithContext creates a new ResetFirmClientLinkageParams object with the ability to set a context for a request.
func NewResetFirmClientLinkageParamsWithHTTPClient ¶
func NewResetFirmClientLinkageParamsWithHTTPClient(client *http.Client) *ResetFirmClientLinkageParams
NewResetFirmClientLinkageParamsWithHTTPClient creates a new ResetFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewResetFirmClientLinkageParamsWithTimeout ¶
func NewResetFirmClientLinkageParamsWithTimeout(timeout time.Duration) *ResetFirmClientLinkageParams
NewResetFirmClientLinkageParamsWithTimeout creates a new ResetFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*ResetFirmClientLinkageParams) SetContext ¶
func (o *ResetFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) SetDefaults ¶
func (o *ResetFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the reset firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*ResetFirmClientLinkageParams) SetHTTPClient ¶
func (o *ResetFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) SetID ¶
func (o *ResetFirmClientLinkageParams) SetID(id int32)
SetID adds the id to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) SetTimeout ¶
func (o *ResetFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *ResetFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) WithContext ¶
func (o *ResetFirmClientLinkageParams) WithContext(ctx context.Context) *ResetFirmClientLinkageParams
WithContext adds the context to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) WithDefaults ¶
func (o *ResetFirmClientLinkageParams) WithDefaults() *ResetFirmClientLinkageParams
WithDefaults hydrates default values in the reset firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*ResetFirmClientLinkageParams) WithHTTPClient ¶
func (o *ResetFirmClientLinkageParams) WithHTTPClient(client *http.Client) *ResetFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) WithID ¶
func (o *ResetFirmClientLinkageParams) WithID(id int32) *ResetFirmClientLinkageParams
WithID adds the id to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) WithTimeout ¶
func (o *ResetFirmClientLinkageParams) WithTimeout(timeout time.Duration) *ResetFirmClientLinkageParams
WithTimeout adds the timeout to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *ResetFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *ResetFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the reset firm client linkage params
func (*ResetFirmClientLinkageParams) WriteToRequest ¶
func (o *ResetFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ResetFirmClientLinkageReader ¶
type ResetFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
ResetFirmClientLinkageReader is a Reader for the ResetFirmClientLinkage structure.
func (*ResetFirmClientLinkageReader) ReadResponse ¶
func (o *ResetFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ResetFirmClientLinkageUnauthorized ¶
type ResetFirmClientLinkageUnauthorized struct { }
ResetFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewResetFirmClientLinkageUnauthorized ¶
func NewResetFirmClientLinkageUnauthorized() *ResetFirmClientLinkageUnauthorized
NewResetFirmClientLinkageUnauthorized creates a ResetFirmClientLinkageUnauthorized with default headers values
func (*ResetFirmClientLinkageUnauthorized) Error ¶
func (o *ResetFirmClientLinkageUnauthorized) Error() string
type RevokeFirmClientLinkageBadRequest ¶
type RevokeFirmClientLinkageBadRequest struct { }
RevokeFirmClientLinkageBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRevokeFirmClientLinkageBadRequest ¶
func NewRevokeFirmClientLinkageBadRequest() *RevokeFirmClientLinkageBadRequest
NewRevokeFirmClientLinkageBadRequest creates a RevokeFirmClientLinkageBadRequest with default headers values
func (*RevokeFirmClientLinkageBadRequest) Error ¶
func (o *RevokeFirmClientLinkageBadRequest) Error() string
type RevokeFirmClientLinkageNotFound ¶
type RevokeFirmClientLinkageNotFound struct { }
RevokeFirmClientLinkageNotFound describes a response with status code 404, with default header values.
Not Found
func NewRevokeFirmClientLinkageNotFound ¶
func NewRevokeFirmClientLinkageNotFound() *RevokeFirmClientLinkageNotFound
NewRevokeFirmClientLinkageNotFound creates a RevokeFirmClientLinkageNotFound with default headers values
func (*RevokeFirmClientLinkageNotFound) Error ¶
func (o *RevokeFirmClientLinkageNotFound) Error() string
type RevokeFirmClientLinkageOK ¶
type RevokeFirmClientLinkageOK struct {
Payload *models.FirmClientLinkageOutputModel
}
RevokeFirmClientLinkageOK describes a response with status code 200, with default header values.
Success
func NewRevokeFirmClientLinkageOK ¶
func NewRevokeFirmClientLinkageOK() *RevokeFirmClientLinkageOK
NewRevokeFirmClientLinkageOK creates a RevokeFirmClientLinkageOK with default headers values
func (*RevokeFirmClientLinkageOK) Error ¶
func (o *RevokeFirmClientLinkageOK) Error() string
func (*RevokeFirmClientLinkageOK) GetPayload ¶
func (o *RevokeFirmClientLinkageOK) GetPayload() *models.FirmClientLinkageOutputModel
type RevokeFirmClientLinkageParams ¶
type RevokeFirmClientLinkageParams struct { /* XAvalaraClient. Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) . Default: "Swagger UI; 21.12.0; Custom; 1.0" */ XAvalaraClient *string // ID. // // Format: int32 ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RevokeFirmClientLinkageParams contains all the parameters to send to the API endpoint
for the revoke firm client linkage operation. Typically these are written to a http.Request.
func NewRevokeFirmClientLinkageParams ¶
func NewRevokeFirmClientLinkageParams() *RevokeFirmClientLinkageParams
NewRevokeFirmClientLinkageParams creates a new RevokeFirmClientLinkageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRevokeFirmClientLinkageParamsWithContext ¶
func NewRevokeFirmClientLinkageParamsWithContext(ctx context.Context) *RevokeFirmClientLinkageParams
NewRevokeFirmClientLinkageParamsWithContext creates a new RevokeFirmClientLinkageParams object with the ability to set a context for a request.
func NewRevokeFirmClientLinkageParamsWithHTTPClient ¶
func NewRevokeFirmClientLinkageParamsWithHTTPClient(client *http.Client) *RevokeFirmClientLinkageParams
NewRevokeFirmClientLinkageParamsWithHTTPClient creates a new RevokeFirmClientLinkageParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeFirmClientLinkageParamsWithTimeout ¶
func NewRevokeFirmClientLinkageParamsWithTimeout(timeout time.Duration) *RevokeFirmClientLinkageParams
NewRevokeFirmClientLinkageParamsWithTimeout creates a new RevokeFirmClientLinkageParams object with the ability to set a timeout on a request.
func (*RevokeFirmClientLinkageParams) SetContext ¶
func (o *RevokeFirmClientLinkageParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) SetDefaults ¶
func (o *RevokeFirmClientLinkageParams) SetDefaults()
SetDefaults hydrates default values in the revoke firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeFirmClientLinkageParams) SetHTTPClient ¶
func (o *RevokeFirmClientLinkageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) SetID ¶
func (o *RevokeFirmClientLinkageParams) SetID(id int32)
SetID adds the id to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) SetTimeout ¶
func (o *RevokeFirmClientLinkageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) SetXAvalaraClient ¶
func (o *RevokeFirmClientLinkageParams) SetXAvalaraClient(xAvalaraClient *string)
SetXAvalaraClient adds the xAvalaraClient to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) WithContext ¶
func (o *RevokeFirmClientLinkageParams) WithContext(ctx context.Context) *RevokeFirmClientLinkageParams
WithContext adds the context to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) WithDefaults ¶
func (o *RevokeFirmClientLinkageParams) WithDefaults() *RevokeFirmClientLinkageParams
WithDefaults hydrates default values in the revoke firm client linkage params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeFirmClientLinkageParams) WithHTTPClient ¶
func (o *RevokeFirmClientLinkageParams) WithHTTPClient(client *http.Client) *RevokeFirmClientLinkageParams
WithHTTPClient adds the HTTPClient to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) WithID ¶
func (o *RevokeFirmClientLinkageParams) WithID(id int32) *RevokeFirmClientLinkageParams
WithID adds the id to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) WithTimeout ¶
func (o *RevokeFirmClientLinkageParams) WithTimeout(timeout time.Duration) *RevokeFirmClientLinkageParams
WithTimeout adds the timeout to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) WithXAvalaraClient ¶
func (o *RevokeFirmClientLinkageParams) WithXAvalaraClient(xAvalaraClient *string) *RevokeFirmClientLinkageParams
WithXAvalaraClient adds the xAvalaraClient to the revoke firm client linkage params
func (*RevokeFirmClientLinkageParams) WriteToRequest ¶
func (o *RevokeFirmClientLinkageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeFirmClientLinkageReader ¶
type RevokeFirmClientLinkageReader struct {
// contains filtered or unexported fields
}
RevokeFirmClientLinkageReader is a Reader for the RevokeFirmClientLinkage structure.
func (*RevokeFirmClientLinkageReader) ReadResponse ¶
func (o *RevokeFirmClientLinkageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RevokeFirmClientLinkageUnauthorized ¶
type RevokeFirmClientLinkageUnauthorized struct { }
RevokeFirmClientLinkageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewRevokeFirmClientLinkageUnauthorized ¶
func NewRevokeFirmClientLinkageUnauthorized() *RevokeFirmClientLinkageUnauthorized
NewRevokeFirmClientLinkageUnauthorized creates a RevokeFirmClientLinkageUnauthorized with default headers values
func (*RevokeFirmClientLinkageUnauthorized) Error ¶
func (o *RevokeFirmClientLinkageUnauthorized) Error() string
Source Files
¶
- approve_firm_client_linkage_parameters.go
- approve_firm_client_linkage_responses.go
- create_and_link_new_firm_client_account_parameters.go
- create_and_link_new_firm_client_account_responses.go
- create_firm_client_linkage_parameters.go
- create_firm_client_linkage_responses.go
- delete_firm_client_linkage_parameters.go
- delete_firm_client_linkage_responses.go
- firm_client_linkages_client.go
- get_firm_client_linkage_parameters.go
- get_firm_client_linkage_responses.go
- list_firm_client_linkage_parameters.go
- list_firm_client_linkage_responses.go
- reject_firm_client_linkage_parameters.go
- reject_firm_client_linkage_responses.go
- reset_firm_client_linkage_parameters.go
- reset_firm_client_linkage_responses.go
- revoke_firm_client_linkage_parameters.go
- revoke_firm_client_linkage_responses.go