reconciliation

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 BankReconciliationAdjustmentAdjustmentOK

type BankReconciliationAdjustmentAdjustmentOK struct {
	Payload *models.ListResponseBankReconciliationAdjustment
}

BankReconciliationAdjustmentAdjustmentOK handles this case with default header values.

successful operation

func NewBankReconciliationAdjustmentAdjustmentOK

func NewBankReconciliationAdjustmentAdjustmentOK() *BankReconciliationAdjustmentAdjustmentOK

NewBankReconciliationAdjustmentAdjustmentOK creates a BankReconciliationAdjustmentAdjustmentOK with default headers values

func (*BankReconciliationAdjustmentAdjustmentOK) Error

func (*BankReconciliationAdjustmentAdjustmentOK) GetPayload

type BankReconciliationAdjustmentAdjustmentParams

type BankReconciliationAdjustmentAdjustmentParams struct {

	/*Body
	  Adjustments

	*/
	Body []*models.BankReconciliationAdjustment
	/*ID
	  Element ID

	*/
	ID int32

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

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

func NewBankReconciliationAdjustmentAdjustmentParams

func NewBankReconciliationAdjustmentAdjustmentParams() *BankReconciliationAdjustmentAdjustmentParams

NewBankReconciliationAdjustmentAdjustmentParams creates a new BankReconciliationAdjustmentAdjustmentParams object with the default values initialized.

func NewBankReconciliationAdjustmentAdjustmentParamsWithContext

func NewBankReconciliationAdjustmentAdjustmentParamsWithContext(ctx context.Context) *BankReconciliationAdjustmentAdjustmentParams

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

func NewBankReconciliationAdjustmentAdjustmentParamsWithHTTPClient

func NewBankReconciliationAdjustmentAdjustmentParamsWithHTTPClient(client *http.Client) *BankReconciliationAdjustmentAdjustmentParams

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

func NewBankReconciliationAdjustmentAdjustmentParamsWithTimeout

func NewBankReconciliationAdjustmentAdjustmentParamsWithTimeout(timeout time.Duration) *BankReconciliationAdjustmentAdjustmentParams

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

func (*BankReconciliationAdjustmentAdjustmentParams) SetBody

SetBody adds the body to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) SetContext

SetContext adds the context to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) SetID

SetID adds the id to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) SetTimeout

SetTimeout adds the timeout to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) WithBody

WithBody adds the body to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) WithContext

WithContext adds the context to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) WithID

WithID adds the id to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation adjustment adjustment params

func (*BankReconciliationAdjustmentAdjustmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationAdjustmentAdjustmentReader

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

BankReconciliationAdjustmentAdjustmentReader is a Reader for the BankReconciliationAdjustmentAdjustment structure.

func (*BankReconciliationAdjustmentAdjustmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankReconciliationDeleteDefault

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

BankReconciliationDeleteDefault handles this case with default header values.

successful operation

func NewBankReconciliationDeleteDefault

func NewBankReconciliationDeleteDefault(code int) *BankReconciliationDeleteDefault

NewBankReconciliationDeleteDefault creates a BankReconciliationDeleteDefault with default headers values

func (*BankReconciliationDeleteDefault) Code

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

func (*BankReconciliationDeleteDefault) Error

type BankReconciliationDeleteParams

type BankReconciliationDeleteParams struct {

	/*ID
	  Element ID

	*/
	ID int32

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

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

func NewBankReconciliationDeleteParams

func NewBankReconciliationDeleteParams() *BankReconciliationDeleteParams

NewBankReconciliationDeleteParams creates a new BankReconciliationDeleteParams object with the default values initialized.

func NewBankReconciliationDeleteParamsWithContext

func NewBankReconciliationDeleteParamsWithContext(ctx context.Context) *BankReconciliationDeleteParams

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

func NewBankReconciliationDeleteParamsWithHTTPClient

func NewBankReconciliationDeleteParamsWithHTTPClient(client *http.Client) *BankReconciliationDeleteParams

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

func NewBankReconciliationDeleteParamsWithTimeout

func NewBankReconciliationDeleteParamsWithTimeout(timeout time.Duration) *BankReconciliationDeleteParams

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

func (*BankReconciliationDeleteParams) SetContext

func (o *BankReconciliationDeleteParams) SetContext(ctx context.Context)

SetContext adds the context to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) SetID

SetID adds the id to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) WithContext

WithContext adds the context to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) WithID

WithID adds the id to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation delete params

func (*BankReconciliationDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationDeleteReader

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

BankReconciliationDeleteReader is a Reader for the BankReconciliationDelete structure.

func (*BankReconciliationDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankReconciliationGetOK

type BankReconciliationGetOK struct {
	Payload *models.ResponseWrapperBankReconciliation
}

BankReconciliationGetOK handles this case with default header values.

successful operation

func NewBankReconciliationGetOK

func NewBankReconciliationGetOK() *BankReconciliationGetOK

NewBankReconciliationGetOK creates a BankReconciliationGetOK with default headers values

func (*BankReconciliationGetOK) Error

func (o *BankReconciliationGetOK) Error() string

func (*BankReconciliationGetOK) GetPayload

type BankReconciliationGetParams

type BankReconciliationGetParams struct {

	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*ID
	  Element ID

	*/
	ID int32

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

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

func NewBankReconciliationGetParams

func NewBankReconciliationGetParams() *BankReconciliationGetParams

NewBankReconciliationGetParams creates a new BankReconciliationGetParams object with the default values initialized.

func NewBankReconciliationGetParamsWithContext

func NewBankReconciliationGetParamsWithContext(ctx context.Context) *BankReconciliationGetParams

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

func NewBankReconciliationGetParamsWithHTTPClient

func NewBankReconciliationGetParamsWithHTTPClient(client *http.Client) *BankReconciliationGetParams

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

func NewBankReconciliationGetParamsWithTimeout

func NewBankReconciliationGetParamsWithTimeout(timeout time.Duration) *BankReconciliationGetParams

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

func (*BankReconciliationGetParams) SetContext

func (o *BankReconciliationGetParams) SetContext(ctx context.Context)

SetContext adds the context to the bank reconciliation get params

func (*BankReconciliationGetParams) SetFields

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

SetFields adds the fields to the bank reconciliation get params

func (*BankReconciliationGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation get params

func (*BankReconciliationGetParams) SetID

func (o *BankReconciliationGetParams) SetID(id int32)

SetID adds the id to the bank reconciliation get params

func (*BankReconciliationGetParams) SetTimeout

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

SetTimeout adds the timeout to the bank reconciliation get params

func (*BankReconciliationGetParams) WithContext

WithContext adds the context to the bank reconciliation get params

func (*BankReconciliationGetParams) WithFields

WithFields adds the fields to the bank reconciliation get params

func (*BankReconciliationGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation get params

func (*BankReconciliationGetParams) WithID

WithID adds the id to the bank reconciliation get params

func (*BankReconciliationGetParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation get params

func (*BankReconciliationGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationGetReader

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

BankReconciliationGetReader is a Reader for the BankReconciliationGet structure.

func (*BankReconciliationGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankReconciliationLastClosedLastClosedOK

type BankReconciliationLastClosedLastClosedOK struct {
	Payload *models.ResponseWrapperBankReconciliation
}

BankReconciliationLastClosedLastClosedOK handles this case with default header values.

successful operation

func NewBankReconciliationLastClosedLastClosedOK

func NewBankReconciliationLastClosedLastClosedOK() *BankReconciliationLastClosedLastClosedOK

NewBankReconciliationLastClosedLastClosedOK creates a BankReconciliationLastClosedLastClosedOK with default headers values

func (*BankReconciliationLastClosedLastClosedOK) Error

func (*BankReconciliationLastClosedLastClosedOK) GetPayload

type BankReconciliationLastClosedLastClosedParams

type BankReconciliationLastClosedLastClosedParams struct {

	/*AccountID
	  Account ID

	*/
	AccountID int32
	/*After
	  Format is yyyy-MM-dd

	*/
	After *string
	/*Fields
	  Fields filter pattern

	*/
	Fields *string

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

BankReconciliationLastClosedLastClosedParams contains all the parameters to send to the API endpoint for the bank reconciliation last closed last closed operation typically these are written to a http.Request

func NewBankReconciliationLastClosedLastClosedParams

func NewBankReconciliationLastClosedLastClosedParams() *BankReconciliationLastClosedLastClosedParams

NewBankReconciliationLastClosedLastClosedParams creates a new BankReconciliationLastClosedLastClosedParams object with the default values initialized.

func NewBankReconciliationLastClosedLastClosedParamsWithContext

func NewBankReconciliationLastClosedLastClosedParamsWithContext(ctx context.Context) *BankReconciliationLastClosedLastClosedParams

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

func NewBankReconciliationLastClosedLastClosedParamsWithHTTPClient

func NewBankReconciliationLastClosedLastClosedParamsWithHTTPClient(client *http.Client) *BankReconciliationLastClosedLastClosedParams

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

func NewBankReconciliationLastClosedLastClosedParamsWithTimeout

func NewBankReconciliationLastClosedLastClosedParamsWithTimeout(timeout time.Duration) *BankReconciliationLastClosedLastClosedParams

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

func (*BankReconciliationLastClosedLastClosedParams) SetAccountID

func (o *BankReconciliationLastClosedLastClosedParams) SetAccountID(accountID int32)

SetAccountID adds the accountId to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) SetAfter

SetAfter adds the after to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) SetContext

SetContext adds the context to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) SetFields

SetFields adds the fields to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) SetTimeout

SetTimeout adds the timeout to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WithAccountID

WithAccountID adds the accountID to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WithAfter

WithAfter adds the after to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WithContext

WithContext adds the context to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WithFields

WithFields adds the fields to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation last closed last closed params

func (*BankReconciliationLastClosedLastClosedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationLastClosedLastClosedReader

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

BankReconciliationLastClosedLastClosedReader is a Reader for the BankReconciliationLastClosedLastClosed structure.

func (*BankReconciliationLastClosedLastClosedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankReconciliationPostCreated

type BankReconciliationPostCreated struct {
	Payload *models.ResponseWrapperBankReconciliation
}

BankReconciliationPostCreated handles this case with default header values.

successfully created

func NewBankReconciliationPostCreated

func NewBankReconciliationPostCreated() *BankReconciliationPostCreated

NewBankReconciliationPostCreated creates a BankReconciliationPostCreated with default headers values

func (*BankReconciliationPostCreated) Error

func (*BankReconciliationPostCreated) GetPayload

type BankReconciliationPostParams

type BankReconciliationPostParams struct {

	/*Body
	  JSON representing the new object to be created. Should not have ID and version set.

	*/
	Body *models.BankReconciliation

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

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

func NewBankReconciliationPostParams

func NewBankReconciliationPostParams() *BankReconciliationPostParams

NewBankReconciliationPostParams creates a new BankReconciliationPostParams object with the default values initialized.

func NewBankReconciliationPostParamsWithContext

func NewBankReconciliationPostParamsWithContext(ctx context.Context) *BankReconciliationPostParams

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

func NewBankReconciliationPostParamsWithHTTPClient

func NewBankReconciliationPostParamsWithHTTPClient(client *http.Client) *BankReconciliationPostParams

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

func NewBankReconciliationPostParamsWithTimeout

func NewBankReconciliationPostParamsWithTimeout(timeout time.Duration) *BankReconciliationPostParams

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

func (*BankReconciliationPostParams) SetBody

SetBody adds the body to the bank reconciliation post params

func (*BankReconciliationPostParams) SetContext

func (o *BankReconciliationPostParams) SetContext(ctx context.Context)

SetContext adds the context to the bank reconciliation post params

func (*BankReconciliationPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation post params

func (*BankReconciliationPostParams) SetTimeout

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

SetTimeout adds the timeout to the bank reconciliation post params

func (*BankReconciliationPostParams) WithBody

WithBody adds the body to the bank reconciliation post params

func (*BankReconciliationPostParams) WithContext

WithContext adds the context to the bank reconciliation post params

func (*BankReconciliationPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation post params

func (*BankReconciliationPostParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation post params

func (*BankReconciliationPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationPostReader

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

BankReconciliationPostReader is a Reader for the BankReconciliationPost structure.

func (*BankReconciliationPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankReconciliationPutOK

type BankReconciliationPutOK struct {
	Payload *models.ResponseWrapperBankReconciliation
}

BankReconciliationPutOK handles this case with default header values.

successful operation

func NewBankReconciliationPutOK

func NewBankReconciliationPutOK() *BankReconciliationPutOK

NewBankReconciliationPutOK creates a BankReconciliationPutOK with default headers values

func (*BankReconciliationPutOK) Error

func (o *BankReconciliationPutOK) Error() string

func (*BankReconciliationPutOK) GetPayload

type BankReconciliationPutParams

type BankReconciliationPutParams struct {

	/*Body
	  Partial object describing what should be updated

	*/
	Body *models.BankReconciliation
	/*ID
	  Element ID

	*/
	ID int32

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

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

func NewBankReconciliationPutParams

func NewBankReconciliationPutParams() *BankReconciliationPutParams

NewBankReconciliationPutParams creates a new BankReconciliationPutParams object with the default values initialized.

func NewBankReconciliationPutParamsWithContext

func NewBankReconciliationPutParamsWithContext(ctx context.Context) *BankReconciliationPutParams

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

func NewBankReconciliationPutParamsWithHTTPClient

func NewBankReconciliationPutParamsWithHTTPClient(client *http.Client) *BankReconciliationPutParams

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

func NewBankReconciliationPutParamsWithTimeout

func NewBankReconciliationPutParamsWithTimeout(timeout time.Duration) *BankReconciliationPutParams

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

func (*BankReconciliationPutParams) SetBody

SetBody adds the body to the bank reconciliation put params

func (*BankReconciliationPutParams) SetContext

func (o *BankReconciliationPutParams) SetContext(ctx context.Context)

SetContext adds the context to the bank reconciliation put params

func (*BankReconciliationPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation put params

func (*BankReconciliationPutParams) SetID

func (o *BankReconciliationPutParams) SetID(id int32)

SetID adds the id to the bank reconciliation put params

func (*BankReconciliationPutParams) SetTimeout

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

SetTimeout adds the timeout to the bank reconciliation put params

func (*BankReconciliationPutParams) WithBody

WithBody adds the body to the bank reconciliation put params

func (*BankReconciliationPutParams) WithContext

WithContext adds the context to the bank reconciliation put params

func (*BankReconciliationPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation put params

func (*BankReconciliationPutParams) WithID

WithID adds the id to the bank reconciliation put params

func (*BankReconciliationPutParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation put params

func (*BankReconciliationPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationPutReader

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

BankReconciliationPutReader is a Reader for the BankReconciliationPut structure.

func (*BankReconciliationPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankReconciliationSearchOK

type BankReconciliationSearchOK struct {
	Payload *models.ListResponseBankReconciliation
}

BankReconciliationSearchOK handles this case with default header values.

successful operation

func NewBankReconciliationSearchOK

func NewBankReconciliationSearchOK() *BankReconciliationSearchOK

NewBankReconciliationSearchOK creates a BankReconciliationSearchOK with default headers values

func (*BankReconciliationSearchOK) Error

func (*BankReconciliationSearchOK) GetPayload

type BankReconciliationSearchParams

type BankReconciliationSearchParams struct {

	/*AccountID
	  List of IDs

	*/
	AccountID *string
	/*AccountingPeriodID
	  List of IDs

	*/
	AccountingPeriodID *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
}

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

func NewBankReconciliationSearchParams

func NewBankReconciliationSearchParams() *BankReconciliationSearchParams

NewBankReconciliationSearchParams creates a new BankReconciliationSearchParams object with the default values initialized.

func NewBankReconciliationSearchParamsWithContext

func NewBankReconciliationSearchParamsWithContext(ctx context.Context) *BankReconciliationSearchParams

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

func NewBankReconciliationSearchParamsWithHTTPClient

func NewBankReconciliationSearchParamsWithHTTPClient(client *http.Client) *BankReconciliationSearchParams

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

func NewBankReconciliationSearchParamsWithTimeout

func NewBankReconciliationSearchParamsWithTimeout(timeout time.Duration) *BankReconciliationSearchParams

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

func (*BankReconciliationSearchParams) SetAccountID

func (o *BankReconciliationSearchParams) SetAccountID(accountID *string)

SetAccountID adds the accountId to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetAccountingPeriodID

func (o *BankReconciliationSearchParams) SetAccountingPeriodID(accountingPeriodID *string)

SetAccountingPeriodID adds the accountingPeriodId to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetContext

func (o *BankReconciliationSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetCount

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

SetCount adds the count to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetFields

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

SetFields adds the fields to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetFrom

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

SetFrom adds the from to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetID

func (o *BankReconciliationSearchParams) SetID(id *string)

SetID adds the id to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetSorting

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

SetSorting adds the sorting to the bank reconciliation search params

func (*BankReconciliationSearchParams) SetTimeout

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

SetTimeout adds the timeout to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithAccountID

WithAccountID adds the accountID to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithAccountingPeriodID

func (o *BankReconciliationSearchParams) WithAccountingPeriodID(accountingPeriodID *string) *BankReconciliationSearchParams

WithAccountingPeriodID adds the accountingPeriodID to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithContext

WithContext adds the context to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithCount

WithCount adds the count to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithFields

WithFields adds the fields to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithFrom

WithFrom adds the from to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithID

WithID adds the id to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithSorting

WithSorting adds the sorting to the bank reconciliation search params

func (*BankReconciliationSearchParams) WithTimeout

WithTimeout adds the timeout to the bank reconciliation search params

func (*BankReconciliationSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankReconciliationSearchReader

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

BankReconciliationSearchReader is a Reader for the BankReconciliationSearch structure.

func (*BankReconciliationSearchReader) ReadResponse

func (o *BankReconciliationSearchReader) 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 reconciliation API

func (*Client) BankReconciliationAdjustmentAdjustment

BankReconciliationAdjustmentAdjustment bs e t a add an adjustment to reconciliation by ID

func (*Client) BankReconciliationDelete

func (a *Client) BankReconciliationDelete(params *BankReconciliationDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

BankReconciliationDelete bs e t a delete bank reconciliation by ID

func (*Client) BankReconciliationGet

func (a *Client) BankReconciliationGet(params *BankReconciliationGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationGetOK, error)

BankReconciliationGet bs e t a get bank reconciliation

func (*Client) BankReconciliationLastClosedLastClosed

BankReconciliationLastClosedLastClosed bs e t a get last closed reconciliation by account ID

func (*Client) BankReconciliationPost

BankReconciliationPost bs e t a post a bank reconciliation

func (*Client) BankReconciliationPut

func (a *Client) BankReconciliationPut(params *BankReconciliationPutParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationPutOK, error)

BankReconciliationPut bs e t a update a bank reconciliation

func (*Client) BankReconciliationSearch

func (a *Client) BankReconciliationSearch(params *BankReconciliationSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationSearchOK, error)

BankReconciliationSearch bs e t a find bank reconciliation corresponding with sent data

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	BankReconciliationAdjustmentAdjustment(params *BankReconciliationAdjustmentAdjustmentParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationAdjustmentAdjustmentOK, error)

	BankReconciliationLastClosedLastClosed(params *BankReconciliationLastClosedLastClosedParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationLastClosedLastClosedOK, error)

	BankReconciliationDelete(params *BankReconciliationDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	BankReconciliationGet(params *BankReconciliationGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationGetOK, error)

	BankReconciliationPost(params *BankReconciliationPostParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationPostCreated, error)

	BankReconciliationPut(params *BankReconciliationPutParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationPutOK, error)

	BankReconciliationSearch(params *BankReconciliationSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankReconciliationSearchOK, 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 reconciliation API client.

Jump to

Keyboard shortcuts

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