statement

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 BankStatementDeleteDefault

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

BankStatementDeleteDefault handles this case with default header values.

successful operation

func NewBankStatementDeleteDefault

func NewBankStatementDeleteDefault(code int) *BankStatementDeleteDefault

NewBankStatementDeleteDefault creates a BankStatementDeleteDefault with default headers values

func (*BankStatementDeleteDefault) Code

func (o *BankStatementDeleteDefault) Code() int

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

func (*BankStatementDeleteDefault) Error

type BankStatementDeleteParams

type BankStatementDeleteParams struct {

	/*ID
	  Element ID

	*/
	ID int32

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

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

func NewBankStatementDeleteParams

func NewBankStatementDeleteParams() *BankStatementDeleteParams

NewBankStatementDeleteParams creates a new BankStatementDeleteParams object with the default values initialized.

func NewBankStatementDeleteParamsWithContext

func NewBankStatementDeleteParamsWithContext(ctx context.Context) *BankStatementDeleteParams

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

func NewBankStatementDeleteParamsWithHTTPClient

func NewBankStatementDeleteParamsWithHTTPClient(client *http.Client) *BankStatementDeleteParams

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

func NewBankStatementDeleteParamsWithTimeout

func NewBankStatementDeleteParamsWithTimeout(timeout time.Duration) *BankStatementDeleteParams

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

func (*BankStatementDeleteParams) SetContext

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

SetContext adds the context to the bank statement delete params

func (*BankStatementDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank statement delete params

func (*BankStatementDeleteParams) SetID

func (o *BankStatementDeleteParams) SetID(id int32)

SetID adds the id to the bank statement delete params

func (*BankStatementDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the bank statement delete params

func (*BankStatementDeleteParams) WithContext

WithContext adds the context to the bank statement delete params

func (*BankStatementDeleteParams) WithHTTPClient

func (o *BankStatementDeleteParams) WithHTTPClient(client *http.Client) *BankStatementDeleteParams

WithHTTPClient adds the HTTPClient to the bank statement delete params

func (*BankStatementDeleteParams) WithID

WithID adds the id to the bank statement delete params

func (*BankStatementDeleteParams) WithTimeout

WithTimeout adds the timeout to the bank statement delete params

func (*BankStatementDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankStatementDeleteReader

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

BankStatementDeleteReader is a Reader for the BankStatementDelete structure.

func (*BankStatementDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankStatementGetOK

type BankStatementGetOK struct {
	Payload *models.ResponseWrapperBankStatement
}

BankStatementGetOK handles this case with default header values.

successful operation

func NewBankStatementGetOK

func NewBankStatementGetOK() *BankStatementGetOK

NewBankStatementGetOK creates a BankStatementGetOK with default headers values

func (*BankStatementGetOK) Error

func (o *BankStatementGetOK) Error() string

func (*BankStatementGetOK) GetPayload

type BankStatementGetParams

type BankStatementGetParams struct {

	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*ID
	  Element ID

	*/
	ID int32

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

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

func NewBankStatementGetParams

func NewBankStatementGetParams() *BankStatementGetParams

NewBankStatementGetParams creates a new BankStatementGetParams object with the default values initialized.

func NewBankStatementGetParamsWithContext

func NewBankStatementGetParamsWithContext(ctx context.Context) *BankStatementGetParams

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

func NewBankStatementGetParamsWithHTTPClient

func NewBankStatementGetParamsWithHTTPClient(client *http.Client) *BankStatementGetParams

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

func NewBankStatementGetParamsWithTimeout

func NewBankStatementGetParamsWithTimeout(timeout time.Duration) *BankStatementGetParams

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

func (*BankStatementGetParams) SetContext

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

SetContext adds the context to the bank statement get params

func (*BankStatementGetParams) SetFields

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

SetFields adds the fields to the bank statement get params

func (*BankStatementGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank statement get params

func (*BankStatementGetParams) SetID

func (o *BankStatementGetParams) SetID(id int32)

SetID adds the id to the bank statement get params

func (*BankStatementGetParams) SetTimeout

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

SetTimeout adds the timeout to the bank statement get params

func (*BankStatementGetParams) WithContext

WithContext adds the context to the bank statement get params

func (*BankStatementGetParams) WithFields

func (o *BankStatementGetParams) WithFields(fields *string) *BankStatementGetParams

WithFields adds the fields to the bank statement get params

func (*BankStatementGetParams) WithHTTPClient

func (o *BankStatementGetParams) WithHTTPClient(client *http.Client) *BankStatementGetParams

WithHTTPClient adds the HTTPClient to the bank statement get params

func (*BankStatementGetParams) WithID

WithID adds the id to the bank statement get params

func (*BankStatementGetParams) WithTimeout

WithTimeout adds the timeout to the bank statement get params

func (*BankStatementGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankStatementGetReader

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

BankStatementGetReader is a Reader for the BankStatementGet structure.

func (*BankStatementGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankStatementImportImportBankStatementCreated

type BankStatementImportImportBankStatementCreated struct {
	Payload *models.ResponseWrapperBankStatement
}

BankStatementImportImportBankStatementCreated handles this case with default header values.

successfully created

func NewBankStatementImportImportBankStatementCreated

func NewBankStatementImportImportBankStatementCreated() *BankStatementImportImportBankStatementCreated

NewBankStatementImportImportBankStatementCreated creates a BankStatementImportImportBankStatementCreated with default headers values

func (*BankStatementImportImportBankStatementCreated) Error

func (*BankStatementImportImportBankStatementCreated) GetPayload

type BankStatementImportImportBankStatementParams

type BankStatementImportImportBankStatementParams struct {

	/*AccountID
	  Account ID

	*/
	AccountID int32
	/*BankID
	  Bank ID

	*/
	BankID int32
	/*ExternalID
	  External ID

	*/
	ExternalID *string
	/*File
	  The bank statement file

	*/
	File runtime.NamedReadCloser
	/*FileFormat
	  File format

	*/
	FileFormat string
	/*FromDate
	  Format is yyyy-MM-dd (from and incl.).

	*/
	FromDate string
	/*ToDate
	  Format is yyyy-MM-dd (to and excl.).

	*/
	ToDate string

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

BankStatementImportImportBankStatementParams contains all the parameters to send to the API endpoint for the bank statement import import bank statement operation typically these are written to a http.Request

func NewBankStatementImportImportBankStatementParams

func NewBankStatementImportImportBankStatementParams() *BankStatementImportImportBankStatementParams

NewBankStatementImportImportBankStatementParams creates a new BankStatementImportImportBankStatementParams object with the default values initialized.

func NewBankStatementImportImportBankStatementParamsWithContext

func NewBankStatementImportImportBankStatementParamsWithContext(ctx context.Context) *BankStatementImportImportBankStatementParams

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

func NewBankStatementImportImportBankStatementParamsWithHTTPClient

func NewBankStatementImportImportBankStatementParamsWithHTTPClient(client *http.Client) *BankStatementImportImportBankStatementParams

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

func NewBankStatementImportImportBankStatementParamsWithTimeout

func NewBankStatementImportImportBankStatementParamsWithTimeout(timeout time.Duration) *BankStatementImportImportBankStatementParams

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

func (*BankStatementImportImportBankStatementParams) SetAccountID

func (o *BankStatementImportImportBankStatementParams) SetAccountID(accountID int32)

SetAccountID adds the accountId to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetBankID

SetBankID adds the bankId to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetContext

SetContext adds the context to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetExternalID

func (o *BankStatementImportImportBankStatementParams) SetExternalID(externalID *string)

SetExternalID adds the externalId to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetFile

SetFile adds the file to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetFileFormat

func (o *BankStatementImportImportBankStatementParams) SetFileFormat(fileFormat string)

SetFileFormat adds the fileFormat to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetFromDate

func (o *BankStatementImportImportBankStatementParams) SetFromDate(fromDate string)

SetFromDate adds the fromDate to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetTimeout

SetTimeout adds the timeout to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) SetToDate

SetToDate adds the toDate to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithAccountID

WithAccountID adds the accountID to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithBankID

WithBankID adds the bankID to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithContext

WithContext adds the context to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithExternalID

WithExternalID adds the externalID to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithFile

WithFile adds the file to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithFileFormat

WithFileFormat adds the fileFormat to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithFromDate

WithFromDate adds the fromDate to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithTimeout

WithTimeout adds the timeout to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WithToDate

WithToDate adds the toDate to the bank statement import import bank statement params

func (*BankStatementImportImportBankStatementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankStatementImportImportBankStatementReader

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

BankStatementImportImportBankStatementReader is a Reader for the BankStatementImportImportBankStatement structure.

func (*BankStatementImportImportBankStatementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BankStatementSearchOK

type BankStatementSearchOK struct {
	Payload *models.ListResponseBankStatement
}

BankStatementSearchOK handles this case with default header values.

successful operation

func NewBankStatementSearchOK

func NewBankStatementSearchOK() *BankStatementSearchOK

NewBankStatementSearchOK creates a BankStatementSearchOK with default headers values

func (*BankStatementSearchOK) Error

func (o *BankStatementSearchOK) Error() string

func (*BankStatementSearchOK) GetPayload

type BankStatementSearchParams

type BankStatementSearchParams struct {

	/*AccountID
	  List of IDs

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

	*/
	Count *int64
	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*FileFormat
	  File format

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

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

func NewBankStatementSearchParams

func NewBankStatementSearchParams() *BankStatementSearchParams

NewBankStatementSearchParams creates a new BankStatementSearchParams object with the default values initialized.

func NewBankStatementSearchParamsWithContext

func NewBankStatementSearchParamsWithContext(ctx context.Context) *BankStatementSearchParams

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

func NewBankStatementSearchParamsWithHTTPClient

func NewBankStatementSearchParamsWithHTTPClient(client *http.Client) *BankStatementSearchParams

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

func NewBankStatementSearchParamsWithTimeout

func NewBankStatementSearchParamsWithTimeout(timeout time.Duration) *BankStatementSearchParams

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

func (*BankStatementSearchParams) SetAccountID

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

SetAccountID adds the accountId to the bank statement search params

func (*BankStatementSearchParams) SetContext

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

SetContext adds the context to the bank statement search params

func (*BankStatementSearchParams) SetCount

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

SetCount adds the count to the bank statement search params

func (*BankStatementSearchParams) SetFields

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

SetFields adds the fields to the bank statement search params

func (*BankStatementSearchParams) SetFileFormat

func (o *BankStatementSearchParams) SetFileFormat(fileFormat *string)

SetFileFormat adds the fileFormat to the bank statement search params

func (*BankStatementSearchParams) SetFrom

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

SetFrom adds the from to the bank statement search params

func (*BankStatementSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bank statement search params

func (*BankStatementSearchParams) SetID

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

SetID adds the id to the bank statement search params

func (*BankStatementSearchParams) SetSorting

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

SetSorting adds the sorting to the bank statement search params

func (*BankStatementSearchParams) SetTimeout

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

SetTimeout adds the timeout to the bank statement search params

func (*BankStatementSearchParams) WithAccountID

func (o *BankStatementSearchParams) WithAccountID(accountID *string) *BankStatementSearchParams

WithAccountID adds the accountID to the bank statement search params

func (*BankStatementSearchParams) WithContext

WithContext adds the context to the bank statement search params

func (*BankStatementSearchParams) WithCount

WithCount adds the count to the bank statement search params

func (*BankStatementSearchParams) WithFields

WithFields adds the fields to the bank statement search params

func (*BankStatementSearchParams) WithFileFormat

func (o *BankStatementSearchParams) WithFileFormat(fileFormat *string) *BankStatementSearchParams

WithFileFormat adds the fileFormat to the bank statement search params

func (*BankStatementSearchParams) WithFrom

WithFrom adds the from to the bank statement search params

func (*BankStatementSearchParams) WithHTTPClient

func (o *BankStatementSearchParams) WithHTTPClient(client *http.Client) *BankStatementSearchParams

WithHTTPClient adds the HTTPClient to the bank statement search params

func (*BankStatementSearchParams) WithID

WithID adds the id to the bank statement search params

func (*BankStatementSearchParams) WithSorting

WithSorting adds the sorting to the bank statement search params

func (*BankStatementSearchParams) WithTimeout

WithTimeout adds the timeout to the bank statement search params

func (*BankStatementSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BankStatementSearchReader

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

BankStatementSearchReader is a Reader for the BankStatementSearch structure.

func (*BankStatementSearchReader) ReadResponse

func (o *BankStatementSearchReader) 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 statement API

func (*Client) BankStatementDelete

func (a *Client) BankStatementDelete(params *BankStatementDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

BankStatementDelete bs e t a delete bank statement by ID

func (*Client) BankStatementGet

func (a *Client) BankStatementGet(params *BankStatementGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementGetOK, error)

BankStatementGet bs e t a get bank statement

func (*Client) BankStatementImportImportBankStatement

BankStatementImportImportBankStatement bs e t a upload bank statement file

func (*Client) BankStatementSearch

func (a *Client) BankStatementSearch(params *BankStatementSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementSearchOK, error)

BankStatementSearch bs e t a find bank statement 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 {
	BankStatementImportImportBankStatement(params *BankStatementImportImportBankStatementParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementImportImportBankStatementCreated, error)

	BankStatementDelete(params *BankStatementDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	BankStatementGet(params *BankStatementGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementGetOK, error)

	BankStatementSearch(params *BankStatementSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementSearchOK, 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 statement API client.

Jump to

Keyboard shortcuts

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