match

package
v2.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BankReconciliationMatchDeleteDefault

type BankReconciliationMatchDeleteDefault struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchDeleteDefault handles this case with default header values.

successful operation

func NewBankReconciliationMatchDeleteDefault

func NewBankReconciliationMatchDeleteDefault(code int) *BankReconciliationMatchDeleteDefault

NewBankReconciliationMatchDeleteDefault creates a BankReconciliationMatchDeleteDefault with default headers values

func (*BankReconciliationMatchDeleteDefault) Code

Code gets the status code for the bank reconciliation match delete default response

func (*BankReconciliationMatchDeleteDefault) Error

type BankReconciliationMatchDeleteParams

type BankReconciliationMatchDeleteParams struct {

	/*ID
	  Element ID

	*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BankReconciliationMatchDeleteParams contains all the parameters to send to the API endpoint for the bank reconciliation match delete operation typically these are written to a http.Request

func NewBankReconciliationMatchDeleteParams

func NewBankReconciliationMatchDeleteParams() *BankReconciliationMatchDeleteParams

NewBankReconciliationMatchDeleteParams creates a new BankReconciliationMatchDeleteParams object with the default values initialized.

func NewBankReconciliationMatchDeleteParamsWithContext

func NewBankReconciliationMatchDeleteParamsWithContext(ctx context.Context) *BankReconciliationMatchDeleteParams

NewBankReconciliationMatchDeleteParamsWithContext creates a new BankReconciliationMatchDeleteParams object with the default values initialized, and the ability to set a context for a request

func NewBankReconciliationMatchDeleteParamsWithHTTPClient

func NewBankReconciliationMatchDeleteParamsWithHTTPClient(client *http.Client) *BankReconciliationMatchDeleteParams

NewBankReconciliationMatchDeleteParamsWithHTTPClient creates a new BankReconciliationMatchDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBankReconciliationMatchDeleteParamsWithTimeout

func NewBankReconciliationMatchDeleteParamsWithTimeout(timeout time.Duration) *BankReconciliationMatchDeleteParams

NewBankReconciliationMatchDeleteParamsWithTimeout creates a new BankReconciliationMatchDeleteParams object with the default values initialized, and the ability to set a timeout on a request

func (*BankReconciliationMatchDeleteParams) SetContext

SetContext adds the context to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) SetHTTPClient

func (o *BankReconciliationMatchDeleteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) SetID

SetID adds the id to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) SetTimeout

func (o *BankReconciliationMatchDeleteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) WithContext

WithContext adds the context to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) WithID

WithID adds the id to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation match delete params

func (*BankReconciliationMatchDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationMatchDeleteReader

type BankReconciliationMatchDeleteReader struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchDeleteReader is a Reader for the BankReconciliationMatchDelete structure.

func (*BankReconciliationMatchDeleteReader) ReadResponse

func (o *BankReconciliationMatchDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BankReconciliationMatchGetOK

type BankReconciliationMatchGetOK struct {
	Payload *models.ResponseWrapperBankReconciliationMatch
}

BankReconciliationMatchGetOK handles this case with default header values.

successful operation

func NewBankReconciliationMatchGetOK

func NewBankReconciliationMatchGetOK() *BankReconciliationMatchGetOK

NewBankReconciliationMatchGetOK creates a BankReconciliationMatchGetOK with default headers values

func (*BankReconciliationMatchGetOK) Error

func (*BankReconciliationMatchGetOK) GetPayload

type BankReconciliationMatchGetParams

type BankReconciliationMatchGetParams struct {

	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*ID
	  Element ID

	*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BankReconciliationMatchGetParams contains all the parameters to send to the API endpoint for the bank reconciliation match get operation typically these are written to a http.Request

func NewBankReconciliationMatchGetParams

func NewBankReconciliationMatchGetParams() *BankReconciliationMatchGetParams

NewBankReconciliationMatchGetParams creates a new BankReconciliationMatchGetParams object with the default values initialized.

func NewBankReconciliationMatchGetParamsWithContext

func NewBankReconciliationMatchGetParamsWithContext(ctx context.Context) *BankReconciliationMatchGetParams

NewBankReconciliationMatchGetParamsWithContext creates a new BankReconciliationMatchGetParams object with the default values initialized, and the ability to set a context for a request

func NewBankReconciliationMatchGetParamsWithHTTPClient

func NewBankReconciliationMatchGetParamsWithHTTPClient(client *http.Client) *BankReconciliationMatchGetParams

NewBankReconciliationMatchGetParamsWithHTTPClient creates a new BankReconciliationMatchGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBankReconciliationMatchGetParamsWithTimeout

func NewBankReconciliationMatchGetParamsWithTimeout(timeout time.Duration) *BankReconciliationMatchGetParams

NewBankReconciliationMatchGetParamsWithTimeout creates a new BankReconciliationMatchGetParams object with the default values initialized, and the ability to set a timeout on a request

func (*BankReconciliationMatchGetParams) SetContext

SetContext adds the context to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) SetFields

func (o *BankReconciliationMatchGetParams) SetFields(fields *string)

SetFields adds the fields to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) SetHTTPClient

func (o *BankReconciliationMatchGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) SetID

SetID adds the id to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) SetTimeout

func (o *BankReconciliationMatchGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) WithContext

WithContext adds the context to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) WithFields

WithFields adds the fields to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) WithID

WithID adds the id to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation match get params

func (*BankReconciliationMatchGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationMatchGetReader

type BankReconciliationMatchGetReader struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchGetReader is a Reader for the BankReconciliationMatchGet structure.

func (*BankReconciliationMatchGetReader) ReadResponse

func (o *BankReconciliationMatchGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BankReconciliationMatchPostCreated

type BankReconciliationMatchPostCreated struct {
	Payload *models.ResponseWrapperBankReconciliationMatch
}

BankReconciliationMatchPostCreated handles this case with default header values.

successfully created

func NewBankReconciliationMatchPostCreated

func NewBankReconciliationMatchPostCreated() *BankReconciliationMatchPostCreated

NewBankReconciliationMatchPostCreated creates a BankReconciliationMatchPostCreated with default headers values

func (*BankReconciliationMatchPostCreated) Error

func (*BankReconciliationMatchPostCreated) GetPayload

type BankReconciliationMatchPostParams

type BankReconciliationMatchPostParams struct {

	/*Body
	  Partial object describing what should be updated

	*/
	Body *models.BankReconciliationMatch

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BankReconciliationMatchPostParams contains all the parameters to send to the API endpoint for the bank reconciliation match post operation typically these are written to a http.Request

func NewBankReconciliationMatchPostParams

func NewBankReconciliationMatchPostParams() *BankReconciliationMatchPostParams

NewBankReconciliationMatchPostParams creates a new BankReconciliationMatchPostParams object with the default values initialized.

func NewBankReconciliationMatchPostParamsWithContext

func NewBankReconciliationMatchPostParamsWithContext(ctx context.Context) *BankReconciliationMatchPostParams

NewBankReconciliationMatchPostParamsWithContext creates a new BankReconciliationMatchPostParams object with the default values initialized, and the ability to set a context for a request

func NewBankReconciliationMatchPostParamsWithHTTPClient

func NewBankReconciliationMatchPostParamsWithHTTPClient(client *http.Client) *BankReconciliationMatchPostParams

NewBankReconciliationMatchPostParamsWithHTTPClient creates a new BankReconciliationMatchPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBankReconciliationMatchPostParamsWithTimeout

func NewBankReconciliationMatchPostParamsWithTimeout(timeout time.Duration) *BankReconciliationMatchPostParams

NewBankReconciliationMatchPostParamsWithTimeout creates a new BankReconciliationMatchPostParams object with the default values initialized, and the ability to set a timeout on a request

func (*BankReconciliationMatchPostParams) SetBody

SetBody adds the body to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) SetContext

SetContext adds the context to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) SetHTTPClient

func (o *BankReconciliationMatchPostParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) SetTimeout

func (o *BankReconciliationMatchPostParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) WithBody

WithBody adds the body to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) WithContext

WithContext adds the context to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation match post params

func (*BankReconciliationMatchPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationMatchPostReader

type BankReconciliationMatchPostReader struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchPostReader is a Reader for the BankReconciliationMatchPost structure.

func (*BankReconciliationMatchPostReader) ReadResponse

func (o *BankReconciliationMatchPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BankReconciliationMatchPutOK

type BankReconciliationMatchPutOK struct {
	Payload *models.ResponseWrapperBankReconciliationMatch
}

BankReconciliationMatchPutOK handles this case with default header values.

successful operation

func NewBankReconciliationMatchPutOK

func NewBankReconciliationMatchPutOK() *BankReconciliationMatchPutOK

NewBankReconciliationMatchPutOK creates a BankReconciliationMatchPutOK with default headers values

func (*BankReconciliationMatchPutOK) Error

func (*BankReconciliationMatchPutOK) GetPayload

type BankReconciliationMatchPutParams

type BankReconciliationMatchPutParams struct {

	/*Body
	  Partial object describing what should be updated

	*/
	Body *models.BankReconciliationMatch
	/*ID
	  Element ID

	*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BankReconciliationMatchPutParams contains all the parameters to send to the API endpoint for the bank reconciliation match put operation typically these are written to a http.Request

func NewBankReconciliationMatchPutParams

func NewBankReconciliationMatchPutParams() *BankReconciliationMatchPutParams

NewBankReconciliationMatchPutParams creates a new BankReconciliationMatchPutParams object with the default values initialized.

func NewBankReconciliationMatchPutParamsWithContext

func NewBankReconciliationMatchPutParamsWithContext(ctx context.Context) *BankReconciliationMatchPutParams

NewBankReconciliationMatchPutParamsWithContext creates a new BankReconciliationMatchPutParams object with the default values initialized, and the ability to set a context for a request

func NewBankReconciliationMatchPutParamsWithHTTPClient

func NewBankReconciliationMatchPutParamsWithHTTPClient(client *http.Client) *BankReconciliationMatchPutParams

NewBankReconciliationMatchPutParamsWithHTTPClient creates a new BankReconciliationMatchPutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBankReconciliationMatchPutParamsWithTimeout

func NewBankReconciliationMatchPutParamsWithTimeout(timeout time.Duration) *BankReconciliationMatchPutParams

NewBankReconciliationMatchPutParamsWithTimeout creates a new BankReconciliationMatchPutParams object with the default values initialized, and the ability to set a timeout on a request

func (*BankReconciliationMatchPutParams) SetBody

SetBody adds the body to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) SetContext

SetContext adds the context to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) SetHTTPClient

func (o *BankReconciliationMatchPutParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) SetID

SetID adds the id to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) SetTimeout

func (o *BankReconciliationMatchPutParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) WithBody

WithBody adds the body to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) WithContext

WithContext adds the context to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) WithID

WithID adds the id to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation match put params

func (*BankReconciliationMatchPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationMatchPutReader

type BankReconciliationMatchPutReader struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchPutReader is a Reader for the BankReconciliationMatchPut structure.

func (*BankReconciliationMatchPutReader) ReadResponse

func (o *BankReconciliationMatchPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BankReconciliationMatchSearchOK

type BankReconciliationMatchSearchOK struct {
	Payload *models.ListResponseBankReconciliationMatch
}

BankReconciliationMatchSearchOK handles this case with default header values.

successful operation

func NewBankReconciliationMatchSearchOK

func NewBankReconciliationMatchSearchOK() *BankReconciliationMatchSearchOK

NewBankReconciliationMatchSearchOK creates a BankReconciliationMatchSearchOK with default headers values

func (*BankReconciliationMatchSearchOK) Error

func (*BankReconciliationMatchSearchOK) GetPayload

type BankReconciliationMatchSearchParams

type BankReconciliationMatchSearchParams struct {

	/*BankReconciliationID
	  List of bank reconciliation IDs

	*/
	BankReconciliationID *string
	/*Count
	  Number of elements to return

	*/
	Count *int64
	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*From
	  From index

	*/
	From *int64
	/*ID
	  List of IDs

	*/
	ID *string
	/*Sorting
	  Sorting pattern

	*/
	Sorting *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BankReconciliationMatchSearchParams contains all the parameters to send to the API endpoint for the bank reconciliation match search operation typically these are written to a http.Request

func NewBankReconciliationMatchSearchParams

func NewBankReconciliationMatchSearchParams() *BankReconciliationMatchSearchParams

NewBankReconciliationMatchSearchParams creates a new BankReconciliationMatchSearchParams object with the default values initialized.

func NewBankReconciliationMatchSearchParamsWithContext

func NewBankReconciliationMatchSearchParamsWithContext(ctx context.Context) *BankReconciliationMatchSearchParams

NewBankReconciliationMatchSearchParamsWithContext creates a new BankReconciliationMatchSearchParams object with the default values initialized, and the ability to set a context for a request

func NewBankReconciliationMatchSearchParamsWithHTTPClient

func NewBankReconciliationMatchSearchParamsWithHTTPClient(client *http.Client) *BankReconciliationMatchSearchParams

NewBankReconciliationMatchSearchParamsWithHTTPClient creates a new BankReconciliationMatchSearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBankReconciliationMatchSearchParamsWithTimeout

func NewBankReconciliationMatchSearchParamsWithTimeout(timeout time.Duration) *BankReconciliationMatchSearchParams

NewBankReconciliationMatchSearchParamsWithTimeout creates a new BankReconciliationMatchSearchParams object with the default values initialized, and the ability to set a timeout on a request

func (*BankReconciliationMatchSearchParams) SetBankReconciliationID

func (o *BankReconciliationMatchSearchParams) SetBankReconciliationID(bankReconciliationID *string)

SetBankReconciliationID adds the bankReconciliationId to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetContext

SetContext adds the context to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetCount

func (o *BankReconciliationMatchSearchParams) SetCount(count *int64)

SetCount adds the count to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetFields

func (o *BankReconciliationMatchSearchParams) SetFields(fields *string)

SetFields adds the fields to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetFrom

func (o *BankReconciliationMatchSearchParams) SetFrom(from *int64)

SetFrom adds the from to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetHTTPClient

func (o *BankReconciliationMatchSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetID

SetID adds the id to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetSorting

func (o *BankReconciliationMatchSearchParams) SetSorting(sorting *string)

SetSorting adds the sorting to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) SetTimeout

func (o *BankReconciliationMatchSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithBankReconciliationID

func (o *BankReconciliationMatchSearchParams) WithBankReconciliationID(bankReconciliationID *string) *BankReconciliationMatchSearchParams

WithBankReconciliationID adds the bankReconciliationID to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithContext

WithContext adds the context to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithCount

WithCount adds the count to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithFields

WithFields adds the fields to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithFrom

WithFrom adds the from to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithID

WithID adds the id to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithSorting

WithSorting adds the sorting to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation match search params

func (*BankReconciliationMatchSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationMatchSearchReader

type BankReconciliationMatchSearchReader struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchSearchReader is a Reader for the BankReconciliationMatchSearch structure.

func (*BankReconciliationMatchSearchReader) ReadResponse

func (o *BankReconciliationMatchSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BankReconciliationMatchSuggestSuggestOK

type BankReconciliationMatchSuggestSuggestOK struct {
	Payload *models.ListResponseBankReconciliationMatch
}

BankReconciliationMatchSuggestSuggestOK handles this case with default header values.

successful operation

func NewBankReconciliationMatchSuggestSuggestOK

func NewBankReconciliationMatchSuggestSuggestOK() *BankReconciliationMatchSuggestSuggestOK

NewBankReconciliationMatchSuggestSuggestOK creates a BankReconciliationMatchSuggestSuggestOK with default headers values

func (*BankReconciliationMatchSuggestSuggestOK) Error

func (*BankReconciliationMatchSuggestSuggestOK) GetPayload

type BankReconciliationMatchSuggestSuggestParams

type BankReconciliationMatchSuggestSuggestParams struct {

	/*BankReconciliationID
	  Element ID

	*/
	BankReconciliationID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BankReconciliationMatchSuggestSuggestParams contains all the parameters to send to the API endpoint for the bank reconciliation match suggest suggest operation typically these are written to a http.Request

func NewBankReconciliationMatchSuggestSuggestParams

func NewBankReconciliationMatchSuggestSuggestParams() *BankReconciliationMatchSuggestSuggestParams

NewBankReconciliationMatchSuggestSuggestParams creates a new BankReconciliationMatchSuggestSuggestParams object with the default values initialized.

func NewBankReconciliationMatchSuggestSuggestParamsWithContext

func NewBankReconciliationMatchSuggestSuggestParamsWithContext(ctx context.Context) *BankReconciliationMatchSuggestSuggestParams

NewBankReconciliationMatchSuggestSuggestParamsWithContext creates a new BankReconciliationMatchSuggestSuggestParams object with the default values initialized, and the ability to set a context for a request

func NewBankReconciliationMatchSuggestSuggestParamsWithHTTPClient

func NewBankReconciliationMatchSuggestSuggestParamsWithHTTPClient(client *http.Client) *BankReconciliationMatchSuggestSuggestParams

NewBankReconciliationMatchSuggestSuggestParamsWithHTTPClient creates a new BankReconciliationMatchSuggestSuggestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBankReconciliationMatchSuggestSuggestParamsWithTimeout

func NewBankReconciliationMatchSuggestSuggestParamsWithTimeout(timeout time.Duration) *BankReconciliationMatchSuggestSuggestParams

NewBankReconciliationMatchSuggestSuggestParamsWithTimeout creates a new BankReconciliationMatchSuggestSuggestParams object with the default values initialized, and the ability to set a timeout on a request

func (*BankReconciliationMatchSuggestSuggestParams) SetBankReconciliationID

func (o *BankReconciliationMatchSuggestSuggestParams) SetBankReconciliationID(bankReconciliationID int32)

SetBankReconciliationID adds the bankReconciliationId to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) SetContext

SetContext adds the context to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) SetHTTPClient

func (o *BankReconciliationMatchSuggestSuggestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) SetTimeout

SetTimeout adds the timeout to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) WithBankReconciliationID

func (o *BankReconciliationMatchSuggestSuggestParams) WithBankReconciliationID(bankReconciliationID int32) *BankReconciliationMatchSuggestSuggestParams

WithBankReconciliationID adds the bankReconciliationID to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) WithContext

WithContext adds the context to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation match suggest suggest params

func (*BankReconciliationMatchSuggestSuggestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationMatchSuggestSuggestReader

type BankReconciliationMatchSuggestSuggestReader struct {
	// contains filtered or unexported fields
}

BankReconciliationMatchSuggestSuggestReader is a Reader for the BankReconciliationMatchSuggestSuggest structure.

func (*BankReconciliationMatchSuggestSuggestReader) ReadResponse

func (o *BankReconciliationMatchSuggestSuggestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for match API

func (*Client) BankReconciliationMatchDelete

func (a *Client) BankReconciliationMatchDelete(params *BankReconciliationMatchDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

BankReconciliationMatchDelete bs e t a delete a bank reconciliation match by ID

func (*Client) BankReconciliationMatchGet

func (a *Client) BankReconciliationMatchGet(params *BankReconciliationMatchGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchGetOK, error)

BankReconciliationMatchGet bs e t a get bank reconciliation match by ID

func (*Client) BankReconciliationMatchPost

BankReconciliationMatchPost bs e t a create a bank reconciliation match

func (*Client) BankReconciliationMatchPut

func (a *Client) BankReconciliationMatchPut(params *BankReconciliationMatchPutParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchPutOK, error)

BankReconciliationMatchPut bs e t a update a bank reconciliation match by ID

func (*Client) BankReconciliationMatchSearch

func (a *Client) BankReconciliationMatchSearch(params *BankReconciliationMatchSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchSearchOK, error)

BankReconciliationMatchSearch bs e t a find bank reconciliation match corresponding with sent data

func (*Client) BankReconciliationMatchSuggestSuggest

BankReconciliationMatchSuggestSuggest bs e t a suggest matches for a bank reconciliation by ID

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	BankReconciliationMatchSuggestSuggest(params *BankReconciliationMatchSuggestSuggestParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchSuggestSuggestOK, error)

	BankReconciliationMatchDelete(params *BankReconciliationMatchDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	BankReconciliationMatchGet(params *BankReconciliationMatchGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchGetOK, error)

	BankReconciliationMatchPost(params *BankReconciliationMatchPostParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchPostCreated, error)

	BankReconciliationMatchPut(params *BankReconciliationMatchPutParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchPutOK, error)

	BankReconciliationMatchSearch(params *BankReconciliationMatchSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationMatchSearchOK, 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 match API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL