Versions in this module Expand all Collapse all v1 v1.1.0 Jul 2, 2020 v1.0.0 Jun 19, 2020 Changes in this version + type Client struct + func (a *Client) LedgerVatTypeGet(params *LedgerVatTypeGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVatTypeGetOK, error) + func (a *Client) LedgerVatTypeSearch(params *LedgerVatTypeSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVatTypeSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + LedgerVatTypeGet func(params *LedgerVatTypeGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVatTypeGetOK, error) + LedgerVatTypeSearch func(params *LedgerVatTypeSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVatTypeSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type LedgerVatTypeGetOK struct + Payload *models.ResponseWrapperVatType + func NewLedgerVatTypeGetOK() *LedgerVatTypeGetOK + func (o *LedgerVatTypeGetOK) Error() string + func (o *LedgerVatTypeGetOK) GetPayload() *models.ResponseWrapperVatType + type LedgerVatTypeGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewLedgerVatTypeGetParams() *LedgerVatTypeGetParams + func NewLedgerVatTypeGetParamsWithContext(ctx context.Context) *LedgerVatTypeGetParams + func NewLedgerVatTypeGetParamsWithHTTPClient(client *http.Client) *LedgerVatTypeGetParams + func NewLedgerVatTypeGetParamsWithTimeout(timeout time.Duration) *LedgerVatTypeGetParams + func (o *LedgerVatTypeGetParams) SetContext(ctx context.Context) + func (o *LedgerVatTypeGetParams) SetFields(fields *string) + func (o *LedgerVatTypeGetParams) SetHTTPClient(client *http.Client) + func (o *LedgerVatTypeGetParams) SetID(id int32) + func (o *LedgerVatTypeGetParams) SetTimeout(timeout time.Duration) + func (o *LedgerVatTypeGetParams) WithContext(ctx context.Context) *LedgerVatTypeGetParams + func (o *LedgerVatTypeGetParams) WithFields(fields *string) *LedgerVatTypeGetParams + func (o *LedgerVatTypeGetParams) WithHTTPClient(client *http.Client) *LedgerVatTypeGetParams + func (o *LedgerVatTypeGetParams) WithID(id int32) *LedgerVatTypeGetParams + func (o *LedgerVatTypeGetParams) WithTimeout(timeout time.Duration) *LedgerVatTypeGetParams + func (o *LedgerVatTypeGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerVatTypeGetReader struct + func (o *LedgerVatTypeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerVatTypeSearchOK struct + Payload *models.ListResponseVatType + func NewLedgerVatTypeSearchOK() *LedgerVatTypeSearchOK + func (o *LedgerVatTypeSearchOK) Error() string + func (o *LedgerVatTypeSearchOK) GetPayload() *models.ListResponseVatType + type LedgerVatTypeSearchParams struct + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + Number *string + Sorting *string + func NewLedgerVatTypeSearchParams() *LedgerVatTypeSearchParams + func NewLedgerVatTypeSearchParamsWithContext(ctx context.Context) *LedgerVatTypeSearchParams + func NewLedgerVatTypeSearchParamsWithHTTPClient(client *http.Client) *LedgerVatTypeSearchParams + func NewLedgerVatTypeSearchParamsWithTimeout(timeout time.Duration) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) SetContext(ctx context.Context) + func (o *LedgerVatTypeSearchParams) SetCount(count *int64) + func (o *LedgerVatTypeSearchParams) SetFields(fields *string) + func (o *LedgerVatTypeSearchParams) SetFrom(from *int64) + func (o *LedgerVatTypeSearchParams) SetHTTPClient(client *http.Client) + func (o *LedgerVatTypeSearchParams) SetID(id *string) + func (o *LedgerVatTypeSearchParams) SetNumber(number *string) + func (o *LedgerVatTypeSearchParams) SetSorting(sorting *string) + func (o *LedgerVatTypeSearchParams) SetTimeout(timeout time.Duration) + func (o *LedgerVatTypeSearchParams) WithContext(ctx context.Context) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithCount(count *int64) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithFields(fields *string) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithFrom(from *int64) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithHTTPClient(client *http.Client) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithID(id *string) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithNumber(number *string) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithSorting(sorting *string) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WithTimeout(timeout time.Duration) *LedgerVatTypeSearchParams + func (o *LedgerVatTypeSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerVatTypeSearchReader struct + func (o *LedgerVatTypeSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2