Versions in this module Expand all Collapse all v0 v0.0.7 Apr 25, 2022 v0.0.6 Apr 25, 2022 v0.0.5 Apr 25, 2022 v0.0.4 Apr 25, 2022 v0.0.3 Jan 11, 2022 v0.0.2 Jan 2, 2022 v0.0.1 Dec 26, 2021 Changes in this version + type Client struct + func (a *Client) CreateAvaFileForms(params *CreateAvaFileFormsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAvaFileFormsOK, error) + func (a *Client) DeleteAvaFileForm(params *DeleteAvaFileFormParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAvaFileFormOK, error) + func (a *Client) GetAvaFileForm(params *GetAvaFileFormParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAvaFileFormOK, error) + func (a *Client) QueryAvaFileForms(params *QueryAvaFileFormsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*QueryAvaFileFormsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateAvaFileForm(params *UpdateAvaFileFormParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAvaFileFormOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateAvaFileForms func(params *CreateAvaFileFormsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAvaFileFormsOK, error) + DeleteAvaFileForm func(params *DeleteAvaFileFormParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAvaFileFormOK, error) + GetAvaFileForm func(params *GetAvaFileFormParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAvaFileFormOK, error) + QueryAvaFileForms func(params *QueryAvaFileFormsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*QueryAvaFileFormsOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateAvaFileForm func(params *UpdateAvaFileFormParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAvaFileFormOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateAvaFileFormsBadRequest struct + func NewCreateAvaFileFormsBadRequest() *CreateAvaFileFormsBadRequest + func (o *CreateAvaFileFormsBadRequest) Error() string + type CreateAvaFileFormsOK struct + Payload []*models.AvaFileFormModel + func NewCreateAvaFileFormsOK() *CreateAvaFileFormsOK + func (o *CreateAvaFileFormsOK) Error() string + func (o *CreateAvaFileFormsOK) GetPayload() []*models.AvaFileFormModel + type CreateAvaFileFormsParams struct + Body []*models.AvaFileFormModel + Context context.Context + HTTPClient *http.Client + XAvalaraClient *string + func NewCreateAvaFileFormsParams() *CreateAvaFileFormsParams + func NewCreateAvaFileFormsParamsWithContext(ctx context.Context) *CreateAvaFileFormsParams + func NewCreateAvaFileFormsParamsWithHTTPClient(client *http.Client) *CreateAvaFileFormsParams + func NewCreateAvaFileFormsParamsWithTimeout(timeout time.Duration) *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) SetBody(body []*models.AvaFileFormModel) + func (o *CreateAvaFileFormsParams) SetContext(ctx context.Context) + func (o *CreateAvaFileFormsParams) SetDefaults() + func (o *CreateAvaFileFormsParams) SetHTTPClient(client *http.Client) + func (o *CreateAvaFileFormsParams) SetTimeout(timeout time.Duration) + func (o *CreateAvaFileFormsParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *CreateAvaFileFormsParams) WithBody(body []*models.AvaFileFormModel) *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) WithContext(ctx context.Context) *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) WithDefaults() *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) WithHTTPClient(client *http.Client) *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) WithTimeout(timeout time.Duration) *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) WithXAvalaraClient(xAvalaraClient *string) *CreateAvaFileFormsParams + func (o *CreateAvaFileFormsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateAvaFileFormsReader struct + func (o *CreateAvaFileFormsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateAvaFileFormsUnauthorized struct + func NewCreateAvaFileFormsUnauthorized() *CreateAvaFileFormsUnauthorized + func (o *CreateAvaFileFormsUnauthorized) Error() string + type DeleteAvaFileFormBadRequest struct + func NewDeleteAvaFileFormBadRequest() *DeleteAvaFileFormBadRequest + func (o *DeleteAvaFileFormBadRequest) Error() string + type DeleteAvaFileFormNotFound struct + func NewDeleteAvaFileFormNotFound() *DeleteAvaFileFormNotFound + func (o *DeleteAvaFileFormNotFound) Error() string + type DeleteAvaFileFormOK struct + Payload []*models.ErrorDetail + func NewDeleteAvaFileFormOK() *DeleteAvaFileFormOK + func (o *DeleteAvaFileFormOK) Error() string + func (o *DeleteAvaFileFormOK) GetPayload() []*models.ErrorDetail + type DeleteAvaFileFormParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewDeleteAvaFileFormParams() *DeleteAvaFileFormParams + func NewDeleteAvaFileFormParamsWithContext(ctx context.Context) *DeleteAvaFileFormParams + func NewDeleteAvaFileFormParamsWithHTTPClient(client *http.Client) *DeleteAvaFileFormParams + func NewDeleteAvaFileFormParamsWithTimeout(timeout time.Duration) *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) SetContext(ctx context.Context) + func (o *DeleteAvaFileFormParams) SetDefaults() + func (o *DeleteAvaFileFormParams) SetHTTPClient(client *http.Client) + func (o *DeleteAvaFileFormParams) SetID(id int32) + func (o *DeleteAvaFileFormParams) SetTimeout(timeout time.Duration) + func (o *DeleteAvaFileFormParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *DeleteAvaFileFormParams) WithContext(ctx context.Context) *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) WithDefaults() *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) WithHTTPClient(client *http.Client) *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) WithID(id int32) *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) WithTimeout(timeout time.Duration) *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) WithXAvalaraClient(xAvalaraClient *string) *DeleteAvaFileFormParams + func (o *DeleteAvaFileFormParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAvaFileFormReader struct + func (o *DeleteAvaFileFormReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAvaFileFormUnauthorized struct + func NewDeleteAvaFileFormUnauthorized() *DeleteAvaFileFormUnauthorized + func (o *DeleteAvaFileFormUnauthorized) Error() string + type GetAvaFileFormBadRequest struct + func NewGetAvaFileFormBadRequest() *GetAvaFileFormBadRequest + func (o *GetAvaFileFormBadRequest) Error() string + type GetAvaFileFormNotFound struct + func NewGetAvaFileFormNotFound() *GetAvaFileFormNotFound + func (o *GetAvaFileFormNotFound) Error() string + type GetAvaFileFormOK struct + Payload *models.AvaFileFormModel + func NewGetAvaFileFormOK() *GetAvaFileFormOK + func (o *GetAvaFileFormOK) Error() string + func (o *GetAvaFileFormOK) GetPayload() *models.AvaFileFormModel + type GetAvaFileFormParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewGetAvaFileFormParams() *GetAvaFileFormParams + func NewGetAvaFileFormParamsWithContext(ctx context.Context) *GetAvaFileFormParams + func NewGetAvaFileFormParamsWithHTTPClient(client *http.Client) *GetAvaFileFormParams + func NewGetAvaFileFormParamsWithTimeout(timeout time.Duration) *GetAvaFileFormParams + func (o *GetAvaFileFormParams) SetContext(ctx context.Context) + func (o *GetAvaFileFormParams) SetDefaults() + func (o *GetAvaFileFormParams) SetHTTPClient(client *http.Client) + func (o *GetAvaFileFormParams) SetID(id int32) + func (o *GetAvaFileFormParams) SetTimeout(timeout time.Duration) + func (o *GetAvaFileFormParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *GetAvaFileFormParams) WithContext(ctx context.Context) *GetAvaFileFormParams + func (o *GetAvaFileFormParams) WithDefaults() *GetAvaFileFormParams + func (o *GetAvaFileFormParams) WithHTTPClient(client *http.Client) *GetAvaFileFormParams + func (o *GetAvaFileFormParams) WithID(id int32) *GetAvaFileFormParams + func (o *GetAvaFileFormParams) WithTimeout(timeout time.Duration) *GetAvaFileFormParams + func (o *GetAvaFileFormParams) WithXAvalaraClient(xAvalaraClient *string) *GetAvaFileFormParams + func (o *GetAvaFileFormParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAvaFileFormReader struct + func (o *GetAvaFileFormReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAvaFileFormUnauthorized struct + func NewGetAvaFileFormUnauthorized() *GetAvaFileFormUnauthorized + func (o *GetAvaFileFormUnauthorized) Error() string + type QueryAvaFileFormsBadRequest struct + func NewQueryAvaFileFormsBadRequest() *QueryAvaFileFormsBadRequest + func (o *QueryAvaFileFormsBadRequest) Error() string + type QueryAvaFileFormsOK struct + Payload *models.AvaFileFormModelFetchResult + func NewQueryAvaFileFormsOK() *QueryAvaFileFormsOK + func (o *QueryAvaFileFormsOK) Error() string + func (o *QueryAvaFileFormsOK) GetPayload() *models.AvaFileFormModelFetchResult + type QueryAvaFileFormsParams struct + Context context.Context + DollarFilter *string + DollarOrderBy *string + DollarSkip *int32 + DollarTop *int32 + HTTPClient *http.Client + XAvalaraClient *string + func NewQueryAvaFileFormsParams() *QueryAvaFileFormsParams + func NewQueryAvaFileFormsParamsWithContext(ctx context.Context) *QueryAvaFileFormsParams + func NewQueryAvaFileFormsParamsWithHTTPClient(client *http.Client) *QueryAvaFileFormsParams + func NewQueryAvaFileFormsParamsWithTimeout(timeout time.Duration) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) SetContext(ctx context.Context) + func (o *QueryAvaFileFormsParams) SetDefaults() + func (o *QueryAvaFileFormsParams) SetDollarFilter(dollarFilter *string) + func (o *QueryAvaFileFormsParams) SetDollarOrderBy(dollarOrderBy *string) + func (o *QueryAvaFileFormsParams) SetDollarSkip(dollarSkip *int32) + func (o *QueryAvaFileFormsParams) SetDollarTop(dollarTop *int32) + func (o *QueryAvaFileFormsParams) SetHTTPClient(client *http.Client) + func (o *QueryAvaFileFormsParams) SetTimeout(timeout time.Duration) + func (o *QueryAvaFileFormsParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *QueryAvaFileFormsParams) WithContext(ctx context.Context) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithDefaults() *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithDollarFilter(dollarFilter *string) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithDollarOrderBy(dollarOrderBy *string) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithDollarSkip(dollarSkip *int32) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithDollarTop(dollarTop *int32) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithHTTPClient(client *http.Client) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithTimeout(timeout time.Duration) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WithXAvalaraClient(xAvalaraClient *string) *QueryAvaFileFormsParams + func (o *QueryAvaFileFormsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type QueryAvaFileFormsReader struct + func (o *QueryAvaFileFormsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type QueryAvaFileFormsUnauthorized struct + func NewQueryAvaFileFormsUnauthorized() *QueryAvaFileFormsUnauthorized + func (o *QueryAvaFileFormsUnauthorized) Error() string + type UpdateAvaFileFormBadRequest struct + func NewUpdateAvaFileFormBadRequest() *UpdateAvaFileFormBadRequest + func (o *UpdateAvaFileFormBadRequest) Error() string + type UpdateAvaFileFormNotFound struct + func NewUpdateAvaFileFormNotFound() *UpdateAvaFileFormNotFound + func (o *UpdateAvaFileFormNotFound) Error() string + type UpdateAvaFileFormOK struct + Payload *models.AvaFileFormModel + func NewUpdateAvaFileFormOK() *UpdateAvaFileFormOK + func (o *UpdateAvaFileFormOK) Error() string + func (o *UpdateAvaFileFormOK) GetPayload() *models.AvaFileFormModel + type UpdateAvaFileFormParams struct + Body *models.AvaFileFormModel + Context context.Context + HTTPClient *http.Client + ID int32 + XAvalaraClient *string + func NewUpdateAvaFileFormParams() *UpdateAvaFileFormParams + func NewUpdateAvaFileFormParamsWithContext(ctx context.Context) *UpdateAvaFileFormParams + func NewUpdateAvaFileFormParamsWithHTTPClient(client *http.Client) *UpdateAvaFileFormParams + func NewUpdateAvaFileFormParamsWithTimeout(timeout time.Duration) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) SetBody(body *models.AvaFileFormModel) + func (o *UpdateAvaFileFormParams) SetContext(ctx context.Context) + func (o *UpdateAvaFileFormParams) SetDefaults() + func (o *UpdateAvaFileFormParams) SetHTTPClient(client *http.Client) + func (o *UpdateAvaFileFormParams) SetID(id int32) + func (o *UpdateAvaFileFormParams) SetTimeout(timeout time.Duration) + func (o *UpdateAvaFileFormParams) SetXAvalaraClient(xAvalaraClient *string) + func (o *UpdateAvaFileFormParams) WithBody(body *models.AvaFileFormModel) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WithContext(ctx context.Context) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WithDefaults() *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WithHTTPClient(client *http.Client) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WithID(id int32) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WithTimeout(timeout time.Duration) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WithXAvalaraClient(xAvalaraClient *string) *UpdateAvaFileFormParams + func (o *UpdateAvaFileFormParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAvaFileFormReader struct + func (o *UpdateAvaFileFormReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAvaFileFormUnauthorized struct + func NewUpdateAvaFileFormUnauthorized() *UpdateAvaFileFormUnauthorized + func (o *UpdateAvaFileFormUnauthorized) Error() string