accounts

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 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 Client

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

Client for accounts API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new accounts API client.

func (*Client) DeleteAccountconfigurationsID

func (a *Client) DeleteAccountconfigurationsID(params *DeleteAccountconfigurationsIDParams) (*DeleteAccountconfigurationsIDNoContent, error)

DeleteAccountconfigurationsID deletes config

func (*Client) DeleteAccountsID

func (a *Client) DeleteAccountsID(params *DeleteAccountsIDParams) (*DeleteAccountsIDNoContent, error)

DeleteAccountsID deletes account

func (*Client) DeleteBankidsID

func (a *Client) DeleteBankidsID(params *DeleteBankidsIDParams) (*DeleteBankidsIDNoContent, error)

DeleteBankidsID deletes bank Id

func (*Client) DeleteBicsID

func (a *Client) DeleteBicsID(params *DeleteBicsIDParams) (*DeleteBicsIDNoContent, error)

DeleteBicsID deletes b i c

func (*Client) GetAccountconfigurations

func (a *Client) GetAccountconfigurations(params *GetAccountconfigurationsParams) (*GetAccountconfigurationsOK, error)

GetAccountconfigurations lists configurations

func (*Client) GetAccountconfigurationsID

func (a *Client) GetAccountconfigurationsID(params *GetAccountconfigurationsIDParams) (*GetAccountconfigurationsIDOK, error)

GetAccountconfigurationsID fetches account configuration

func (*Client) GetAccounts

func (a *Client) GetAccounts(params *GetAccountsParams) (*GetAccountsOK, error)

GetAccounts lists accounts

func (*Client) GetAccountsID

func (a *Client) GetAccountsID(params *GetAccountsIDParams) (*GetAccountsIDOK, error)

GetAccountsID fetches account

func (*Client) GetBankids

func (a *Client) GetBankids(params *GetBankidsParams) (*GetBankidsOK, error)

GetBankids lists bank ids

func (*Client) GetBankidsID

func (a *Client) GetBankidsID(params *GetBankidsIDParams) (*GetBankidsIDOK, error)

GetBankidsID fetches bank Id

func (*Client) GetBics

func (a *Client) GetBics(params *GetBicsParams) (*GetBicsOK, error)

GetBics lists bics

func (*Client) GetBicsID

func (a *Client) GetBicsID(params *GetBicsIDParams) (*GetBicsIDOK, error)

GetBicsID fetches bic

func (*Client) PatchAccountconfigurationsID

func (a *Client) PatchAccountconfigurationsID(params *PatchAccountconfigurationsIDParams) (*PatchAccountconfigurationsIDOK, error)

PatchAccountconfigurationsID amends config

func (*Client) PostAccountconfigurations

func (a *Client) PostAccountconfigurations(params *PostAccountconfigurationsParams) (*PostAccountconfigurationsCreated, error)

PostAccountconfigurations creates configuration

func (*Client) PostAccounts

func (a *Client) PostAccounts(params *PostAccountsParams) (*PostAccountsCreated, error)

PostAccounts creates account

func (*Client) PostBankids

func (a *Client) PostBankids(params *PostBankidsParams) (*PostBankidsCreated, error)

PostBankids creates bank id

func (*Client) PostBics

func (a *Client) PostBics(params *PostBicsParams) (*PostBicsCreated, error)

PostBics creates b i c

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteAccountconfigurationsIDNoContent

type DeleteAccountconfigurationsIDNoContent struct {
}

DeleteAccountconfigurationsIDNoContent handles this case with default header values.

AccountConfiguration deleted

func NewDeleteAccountconfigurationsIDNoContent

func NewDeleteAccountconfigurationsIDNoContent() *DeleteAccountconfigurationsIDNoContent

NewDeleteAccountconfigurationsIDNoContent creates a DeleteAccountconfigurationsIDNoContent with default headers values

func (*DeleteAccountconfigurationsIDNoContent) Error

type DeleteAccountconfigurationsIDParams

type DeleteAccountconfigurationsIDParams struct {

	/*ID
	  AccountConfiguration Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteAccountconfigurationsIDParams contains all the parameters to send to the API endpoint for the delete accountconfigurations ID operation typically these are written to a http.Request

func NewDeleteAccountconfigurationsIDParams

func NewDeleteAccountconfigurationsIDParams() *DeleteAccountconfigurationsIDParams

NewDeleteAccountconfigurationsIDParams creates a new DeleteAccountconfigurationsIDParams object with the default values initialized.

func NewDeleteAccountconfigurationsIDParamsWithContext

func NewDeleteAccountconfigurationsIDParamsWithContext(ctx context.Context) *DeleteAccountconfigurationsIDParams

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

func NewDeleteAccountconfigurationsIDParamsWithHTTPClient

func NewDeleteAccountconfigurationsIDParamsWithHTTPClient(client *http.Client) *DeleteAccountconfigurationsIDParams

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

func NewDeleteAccountconfigurationsIDParamsWithTimeout

func NewDeleteAccountconfigurationsIDParamsWithTimeout(timeout time.Duration) *DeleteAccountconfigurationsIDParams

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

func (*DeleteAccountconfigurationsIDParams) SetContext

SetContext adds the context to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) SetID

SetID adds the id to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) SetVersion

func (o *DeleteAccountconfigurationsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) WithContext

WithContext adds the context to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) WithID

WithID adds the id to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) WithTimeout

WithTimeout adds the timeout to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) WithVersion

WithVersion adds the version to the delete accountconfigurations ID params

func (*DeleteAccountconfigurationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAccountconfigurationsIDReader

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

DeleteAccountconfigurationsIDReader is a Reader for the DeleteAccountconfigurationsID structure.

func (*DeleteAccountconfigurationsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAccountsIDNoContent

type DeleteAccountsIDNoContent struct {
}

DeleteAccountsIDNoContent handles this case with default header values.

Account deleted

func NewDeleteAccountsIDNoContent

func NewDeleteAccountsIDNoContent() *DeleteAccountsIDNoContent

NewDeleteAccountsIDNoContent creates a DeleteAccountsIDNoContent with default headers values

func (*DeleteAccountsIDNoContent) Error

func (o *DeleteAccountsIDNoContent) Error() string

type DeleteAccountsIDParams

type DeleteAccountsIDParams struct {

	/*ID
	  Account Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteAccountsIDParams contains all the parameters to send to the API endpoint for the delete accounts ID operation typically these are written to a http.Request

func NewDeleteAccountsIDParams

func NewDeleteAccountsIDParams() *DeleteAccountsIDParams

NewDeleteAccountsIDParams creates a new DeleteAccountsIDParams object with the default values initialized.

func NewDeleteAccountsIDParamsWithContext

func NewDeleteAccountsIDParamsWithContext(ctx context.Context) *DeleteAccountsIDParams

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

func NewDeleteAccountsIDParamsWithHTTPClient

func NewDeleteAccountsIDParamsWithHTTPClient(client *http.Client) *DeleteAccountsIDParams

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

func NewDeleteAccountsIDParamsWithTimeout

func NewDeleteAccountsIDParamsWithTimeout(timeout time.Duration) *DeleteAccountsIDParams

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

func (*DeleteAccountsIDParams) SetContext

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

SetContext adds the context to the delete accounts ID params

func (*DeleteAccountsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete accounts ID params

func (*DeleteAccountsIDParams) SetID

func (o *DeleteAccountsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete accounts ID params

func (*DeleteAccountsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete accounts ID params

func (*DeleteAccountsIDParams) SetVersion

func (o *DeleteAccountsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete accounts ID params

func (*DeleteAccountsIDParams) WithContext

WithContext adds the context to the delete accounts ID params

func (*DeleteAccountsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete accounts ID params

func (*DeleteAccountsIDParams) WithID

WithID adds the id to the delete accounts ID params

func (*DeleteAccountsIDParams) WithTimeout

WithTimeout adds the timeout to the delete accounts ID params

func (*DeleteAccountsIDParams) WithVersion

func (o *DeleteAccountsIDParams) WithVersion(version int64) *DeleteAccountsIDParams

WithVersion adds the version to the delete accounts ID params

func (*DeleteAccountsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAccountsIDReader

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

DeleteAccountsIDReader is a Reader for the DeleteAccountsID structure.

func (*DeleteAccountsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteBankidsIDNoContent

type DeleteBankidsIDNoContent struct {
}

DeleteBankidsIDNoContent handles this case with default header values.

BankId deleted

func NewDeleteBankidsIDNoContent

func NewDeleteBankidsIDNoContent() *DeleteBankidsIDNoContent

NewDeleteBankidsIDNoContent creates a DeleteBankidsIDNoContent with default headers values

func (*DeleteBankidsIDNoContent) Error

func (o *DeleteBankidsIDNoContent) Error() string

type DeleteBankidsIDParams

type DeleteBankidsIDParams struct {

	/*ID
	  BankId Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteBankidsIDParams contains all the parameters to send to the API endpoint for the delete bankids ID operation typically these are written to a http.Request

func NewDeleteBankidsIDParams

func NewDeleteBankidsIDParams() *DeleteBankidsIDParams

NewDeleteBankidsIDParams creates a new DeleteBankidsIDParams object with the default values initialized.

func NewDeleteBankidsIDParamsWithContext

func NewDeleteBankidsIDParamsWithContext(ctx context.Context) *DeleteBankidsIDParams

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

func NewDeleteBankidsIDParamsWithHTTPClient

func NewDeleteBankidsIDParamsWithHTTPClient(client *http.Client) *DeleteBankidsIDParams

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

func NewDeleteBankidsIDParamsWithTimeout

func NewDeleteBankidsIDParamsWithTimeout(timeout time.Duration) *DeleteBankidsIDParams

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

func (*DeleteBankidsIDParams) SetContext

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

SetContext adds the context to the delete bankids ID params

func (*DeleteBankidsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete bankids ID params

func (*DeleteBankidsIDParams) SetID

func (o *DeleteBankidsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete bankids ID params

func (*DeleteBankidsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete bankids ID params

func (*DeleteBankidsIDParams) SetVersion

func (o *DeleteBankidsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete bankids ID params

func (*DeleteBankidsIDParams) WithContext

WithContext adds the context to the delete bankids ID params

func (*DeleteBankidsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete bankids ID params

func (*DeleteBankidsIDParams) WithID

WithID adds the id to the delete bankids ID params

func (*DeleteBankidsIDParams) WithTimeout

func (o *DeleteBankidsIDParams) WithTimeout(timeout time.Duration) *DeleteBankidsIDParams

WithTimeout adds the timeout to the delete bankids ID params

func (*DeleteBankidsIDParams) WithVersion

func (o *DeleteBankidsIDParams) WithVersion(version int64) *DeleteBankidsIDParams

WithVersion adds the version to the delete bankids ID params

func (*DeleteBankidsIDParams) WriteToRequest

func (o *DeleteBankidsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteBankidsIDReader

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

DeleteBankidsIDReader is a Reader for the DeleteBankidsID structure.

func (*DeleteBankidsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteBicsIDNoContent

type DeleteBicsIDNoContent struct {
}

DeleteBicsIDNoContent handles this case with default header values.

Bic deleted

func NewDeleteBicsIDNoContent

func NewDeleteBicsIDNoContent() *DeleteBicsIDNoContent

NewDeleteBicsIDNoContent creates a DeleteBicsIDNoContent with default headers values

func (*DeleteBicsIDNoContent) Error

func (o *DeleteBicsIDNoContent) Error() string

type DeleteBicsIDParams

type DeleteBicsIDParams struct {

	/*ID
	  Bic Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteBicsIDParams contains all the parameters to send to the API endpoint for the delete bics ID operation typically these are written to a http.Request

func NewDeleteBicsIDParams

func NewDeleteBicsIDParams() *DeleteBicsIDParams

NewDeleteBicsIDParams creates a new DeleteBicsIDParams object with the default values initialized.

func NewDeleteBicsIDParamsWithContext

func NewDeleteBicsIDParamsWithContext(ctx context.Context) *DeleteBicsIDParams

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

func NewDeleteBicsIDParamsWithHTTPClient

func NewDeleteBicsIDParamsWithHTTPClient(client *http.Client) *DeleteBicsIDParams

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

func NewDeleteBicsIDParamsWithTimeout

func NewDeleteBicsIDParamsWithTimeout(timeout time.Duration) *DeleteBicsIDParams

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

func (*DeleteBicsIDParams) SetContext

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

SetContext adds the context to the delete bics ID params

func (*DeleteBicsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete bics ID params

func (*DeleteBicsIDParams) SetID

func (o *DeleteBicsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete bics ID params

func (*DeleteBicsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete bics ID params

func (*DeleteBicsIDParams) SetVersion

func (o *DeleteBicsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete bics ID params

func (*DeleteBicsIDParams) WithContext

WithContext adds the context to the delete bics ID params

func (*DeleteBicsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete bics ID params

func (*DeleteBicsIDParams) WithID

WithID adds the id to the delete bics ID params

func (*DeleteBicsIDParams) WithTimeout

func (o *DeleteBicsIDParams) WithTimeout(timeout time.Duration) *DeleteBicsIDParams

WithTimeout adds the timeout to the delete bics ID params

func (*DeleteBicsIDParams) WithVersion

func (o *DeleteBicsIDParams) WithVersion(version int64) *DeleteBicsIDParams

WithVersion adds the version to the delete bics ID params

func (*DeleteBicsIDParams) WriteToRequest

func (o *DeleteBicsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteBicsIDReader

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

DeleteBicsIDReader is a Reader for the DeleteBicsID structure.

func (*DeleteBicsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountconfigurationsIDOK

type GetAccountconfigurationsIDOK struct {
	Payload *models.AccountConfigurationDetailsResponse
}

GetAccountconfigurationsIDOK handles this case with default header values.

AccountConfiguration details

func NewGetAccountconfigurationsIDOK

func NewGetAccountconfigurationsIDOK() *GetAccountconfigurationsIDOK

NewGetAccountconfigurationsIDOK creates a GetAccountconfigurationsIDOK with default headers values

func (*GetAccountconfigurationsIDOK) Error

type GetAccountconfigurationsIDParams

type GetAccountconfigurationsIDParams struct {

	/*ID
	  AccountConfiguration Id

	*/
	ID strfmt.UUID

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

GetAccountconfigurationsIDParams contains all the parameters to send to the API endpoint for the get accountconfigurations ID operation typically these are written to a http.Request

func NewGetAccountconfigurationsIDParams

func NewGetAccountconfigurationsIDParams() *GetAccountconfigurationsIDParams

NewGetAccountconfigurationsIDParams creates a new GetAccountconfigurationsIDParams object with the default values initialized.

func NewGetAccountconfigurationsIDParamsWithContext

func NewGetAccountconfigurationsIDParamsWithContext(ctx context.Context) *GetAccountconfigurationsIDParams

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

func NewGetAccountconfigurationsIDParamsWithHTTPClient

func NewGetAccountconfigurationsIDParamsWithHTTPClient(client *http.Client) *GetAccountconfigurationsIDParams

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

func NewGetAccountconfigurationsIDParamsWithTimeout

func NewGetAccountconfigurationsIDParamsWithTimeout(timeout time.Duration) *GetAccountconfigurationsIDParams

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

func (*GetAccountconfigurationsIDParams) SetContext

SetContext adds the context to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) SetID

SetID adds the id to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) WithContext

WithContext adds the context to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) WithID

WithID adds the id to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) WithTimeout

WithTimeout adds the timeout to the get accountconfigurations ID params

func (*GetAccountconfigurationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountconfigurationsIDReader

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

GetAccountconfigurationsIDReader is a Reader for the GetAccountconfigurationsID structure.

func (*GetAccountconfigurationsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountconfigurationsOK

type GetAccountconfigurationsOK struct {
	Payload *models.AccountConfigurationDetailsListResponse
}

GetAccountconfigurationsOK handles this case with default header values.

List of configuration details

func NewGetAccountconfigurationsOK

func NewGetAccountconfigurationsOK() *GetAccountconfigurationsOK

NewGetAccountconfigurationsOK creates a GetAccountconfigurationsOK with default headers values

func (*GetAccountconfigurationsOK) Error

type GetAccountconfigurationsParams

type GetAccountconfigurationsParams struct {

	/*PageNumber
	  Which page to select

	*/
	PageNumber *int64
	/*PageSize
	  Number of items to select

	*/
	PageSize *int64

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

GetAccountconfigurationsParams contains all the parameters to send to the API endpoint for the get accountconfigurations operation typically these are written to a http.Request

func NewGetAccountconfigurationsParams

func NewGetAccountconfigurationsParams() *GetAccountconfigurationsParams

NewGetAccountconfigurationsParams creates a new GetAccountconfigurationsParams object with the default values initialized.

func NewGetAccountconfigurationsParamsWithContext

func NewGetAccountconfigurationsParamsWithContext(ctx context.Context) *GetAccountconfigurationsParams

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

func NewGetAccountconfigurationsParamsWithHTTPClient

func NewGetAccountconfigurationsParamsWithHTTPClient(client *http.Client) *GetAccountconfigurationsParams

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

func NewGetAccountconfigurationsParamsWithTimeout

func NewGetAccountconfigurationsParamsWithTimeout(timeout time.Duration) *GetAccountconfigurationsParams

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

func (*GetAccountconfigurationsParams) SetContext

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

SetContext adds the context to the get accountconfigurations params

func (*GetAccountconfigurationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accountconfigurations params

func (*GetAccountconfigurationsParams) SetPageNumber

func (o *GetAccountconfigurationsParams) SetPageNumber(pageNumber *int64)

SetPageNumber adds the pageNumber to the get accountconfigurations params

func (*GetAccountconfigurationsParams) SetPageSize

func (o *GetAccountconfigurationsParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get accountconfigurations params

func (*GetAccountconfigurationsParams) SetTimeout

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

SetTimeout adds the timeout to the get accountconfigurations params

func (*GetAccountconfigurationsParams) WithContext

WithContext adds the context to the get accountconfigurations params

func (*GetAccountconfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get accountconfigurations params

func (*GetAccountconfigurationsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get accountconfigurations params

func (*GetAccountconfigurationsParams) WithPageSize

WithPageSize adds the pageSize to the get accountconfigurations params

func (*GetAccountconfigurationsParams) WithTimeout

WithTimeout adds the timeout to the get accountconfigurations params

func (*GetAccountconfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountconfigurationsReader

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

GetAccountconfigurationsReader is a Reader for the GetAccountconfigurations structure.

func (*GetAccountconfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountsIDOK

type GetAccountsIDOK struct {
	Payload *models.AccountDetailsResponse
}

GetAccountsIDOK handles this case with default header values.

Account details

func NewGetAccountsIDOK

func NewGetAccountsIDOK() *GetAccountsIDOK

NewGetAccountsIDOK creates a GetAccountsIDOK with default headers values

func (*GetAccountsIDOK) Error

func (o *GetAccountsIDOK) Error() string

type GetAccountsIDParams

type GetAccountsIDParams struct {

	/*ID
	  Account Id

	*/
	ID strfmt.UUID

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

GetAccountsIDParams contains all the parameters to send to the API endpoint for the get accounts ID operation typically these are written to a http.Request

func NewGetAccountsIDParams

func NewGetAccountsIDParams() *GetAccountsIDParams

NewGetAccountsIDParams creates a new GetAccountsIDParams object with the default values initialized.

func NewGetAccountsIDParamsWithContext

func NewGetAccountsIDParamsWithContext(ctx context.Context) *GetAccountsIDParams

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

func NewGetAccountsIDParamsWithHTTPClient

func NewGetAccountsIDParamsWithHTTPClient(client *http.Client) *GetAccountsIDParams

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

func NewGetAccountsIDParamsWithTimeout

func NewGetAccountsIDParamsWithTimeout(timeout time.Duration) *GetAccountsIDParams

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

func (*GetAccountsIDParams) SetContext

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

SetContext adds the context to the get accounts ID params

func (*GetAccountsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accounts ID params

func (*GetAccountsIDParams) SetID

func (o *GetAccountsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get accounts ID params

func (*GetAccountsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get accounts ID params

func (*GetAccountsIDParams) WithContext

WithContext adds the context to the get accounts ID params

func (*GetAccountsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get accounts ID params

func (*GetAccountsIDParams) WithID

WithID adds the id to the get accounts ID params

func (*GetAccountsIDParams) WithTimeout

func (o *GetAccountsIDParams) WithTimeout(timeout time.Duration) *GetAccountsIDParams

WithTimeout adds the timeout to the get accounts ID params

func (*GetAccountsIDParams) WriteToRequest

func (o *GetAccountsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAccountsIDReader

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

GetAccountsIDReader is a Reader for the GetAccountsID structure.

func (*GetAccountsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountsOK

type GetAccountsOK struct {
	Payload *models.AccountDetailsListResponse
}

GetAccountsOK handles this case with default header values.

List of account details

func NewGetAccountsOK

func NewGetAccountsOK() *GetAccountsOK

NewGetAccountsOK creates a GetAccountsOK with default headers values

func (*GetAccountsOK) Error

func (o *GetAccountsOK) Error() string

type GetAccountsParams

type GetAccountsParams struct {

	/*FilterAccountNumber
	  Filter by account number

	*/
	FilterAccountNumber []string
	/*FilterBankID
	  Filter by bank id e.g. sort code or bic

	*/
	FilterBankID []string
	/*FilterBankIDCode
	  Filter by type of bank id e.g. "GBDSC"

	*/
	FilterBankIDCode []string
	/*FilterCountry
	  Filter by country e.g. FR,GB

	*/
	FilterCountry []string
	/*FilterCustomerID
	  Filter by customer_id

	*/
	FilterCustomerID []string
	/*FilterIban
	  Filter by IBAN

	*/
	FilterIban []string
	/*FilterOrganisationID
	  Filter by organisation id

	*/
	FilterOrganisationID []strfmt.UUID
	/*PageNumber
	  Which page to select

	*/
	PageNumber *int64
	/*PageSize
	  Number of items to select

	*/
	PageSize *int64

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

GetAccountsParams contains all the parameters to send to the API endpoint for the get accounts operation typically these are written to a http.Request

func NewGetAccountsParams

func NewGetAccountsParams() *GetAccountsParams

NewGetAccountsParams creates a new GetAccountsParams object with the default values initialized.

func NewGetAccountsParamsWithContext

func NewGetAccountsParamsWithContext(ctx context.Context) *GetAccountsParams

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

func NewGetAccountsParamsWithHTTPClient

func NewGetAccountsParamsWithHTTPClient(client *http.Client) *GetAccountsParams

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

func NewGetAccountsParamsWithTimeout

func NewGetAccountsParamsWithTimeout(timeout time.Duration) *GetAccountsParams

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

func (*GetAccountsParams) SetContext

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

SetContext adds the context to the get accounts params

func (*GetAccountsParams) SetFilterAccountNumber

func (o *GetAccountsParams) SetFilterAccountNumber(filterAccountNumber []string)

SetFilterAccountNumber adds the filterAccountNumber to the get accounts params

func (*GetAccountsParams) SetFilterBankID

func (o *GetAccountsParams) SetFilterBankID(filterBankID []string)

SetFilterBankID adds the filterBankId to the get accounts params

func (*GetAccountsParams) SetFilterBankIDCode

func (o *GetAccountsParams) SetFilterBankIDCode(filterBankIDCode []string)

SetFilterBankIDCode adds the filterBankIdCode to the get accounts params

func (*GetAccountsParams) SetFilterCountry

func (o *GetAccountsParams) SetFilterCountry(filterCountry []string)

SetFilterCountry adds the filterCountry to the get accounts params

func (*GetAccountsParams) SetFilterCustomerID

func (o *GetAccountsParams) SetFilterCustomerID(filterCustomerID []string)

SetFilterCustomerID adds the filterCustomerId to the get accounts params

func (*GetAccountsParams) SetFilterIban

func (o *GetAccountsParams) SetFilterIban(filterIban []string)

SetFilterIban adds the filterIban to the get accounts params

func (*GetAccountsParams) SetFilterOrganisationID

func (o *GetAccountsParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get accounts params

func (*GetAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accounts params

func (*GetAccountsParams) SetPageNumber

func (o *GetAccountsParams) SetPageNumber(pageNumber *int64)

SetPageNumber adds the pageNumber to the get accounts params

func (*GetAccountsParams) SetPageSize

func (o *GetAccountsParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get accounts params

func (*GetAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the get accounts params

func (*GetAccountsParams) WithContext

func (o *GetAccountsParams) WithContext(ctx context.Context) *GetAccountsParams

WithContext adds the context to the get accounts params

func (*GetAccountsParams) WithFilterAccountNumber

func (o *GetAccountsParams) WithFilterAccountNumber(filterAccountNumber []string) *GetAccountsParams

WithFilterAccountNumber adds the filterAccountNumber to the get accounts params

func (*GetAccountsParams) WithFilterBankID

func (o *GetAccountsParams) WithFilterBankID(filterBankID []string) *GetAccountsParams

WithFilterBankID adds the filterBankID to the get accounts params

func (*GetAccountsParams) WithFilterBankIDCode

func (o *GetAccountsParams) WithFilterBankIDCode(filterBankIDCode []string) *GetAccountsParams

WithFilterBankIDCode adds the filterBankIDCode to the get accounts params

func (*GetAccountsParams) WithFilterCountry

func (o *GetAccountsParams) WithFilterCountry(filterCountry []string) *GetAccountsParams

WithFilterCountry adds the filterCountry to the get accounts params

func (*GetAccountsParams) WithFilterCustomerID

func (o *GetAccountsParams) WithFilterCustomerID(filterCustomerID []string) *GetAccountsParams

WithFilterCustomerID adds the filterCustomerID to the get accounts params

func (*GetAccountsParams) WithFilterIban

func (o *GetAccountsParams) WithFilterIban(filterIban []string) *GetAccountsParams

WithFilterIban adds the filterIban to the get accounts params

func (*GetAccountsParams) WithFilterOrganisationID

func (o *GetAccountsParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetAccountsParams

WithFilterOrganisationID adds the filterOrganisationID to the get accounts params

func (*GetAccountsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get accounts params

func (*GetAccountsParams) WithPageNumber

func (o *GetAccountsParams) WithPageNumber(pageNumber *int64) *GetAccountsParams

WithPageNumber adds the pageNumber to the get accounts params

func (*GetAccountsParams) WithPageSize

func (o *GetAccountsParams) WithPageSize(pageSize *int64) *GetAccountsParams

WithPageSize adds the pageSize to the get accounts params

func (*GetAccountsParams) WithTimeout

func (o *GetAccountsParams) WithTimeout(timeout time.Duration) *GetAccountsParams

WithTimeout adds the timeout to the get accounts params

func (*GetAccountsParams) WriteToRequest

func (o *GetAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAccountsReader

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

GetAccountsReader is a Reader for the GetAccounts structure.

func (*GetAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBankidsIDOK

type GetBankidsIDOK struct {
	Payload *models.BankIDDetailsResponse
}

GetBankidsIDOK handles this case with default header values.

BankId details

func NewGetBankidsIDOK

func NewGetBankidsIDOK() *GetBankidsIDOK

NewGetBankidsIDOK creates a GetBankidsIDOK with default headers values

func (*GetBankidsIDOK) Error

func (o *GetBankidsIDOK) Error() string

type GetBankidsIDParams

type GetBankidsIDParams struct {

	/*ID
	  Bank Id

	*/
	ID strfmt.UUID

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

GetBankidsIDParams contains all the parameters to send to the API endpoint for the get bankids ID operation typically these are written to a http.Request

func NewGetBankidsIDParams

func NewGetBankidsIDParams() *GetBankidsIDParams

NewGetBankidsIDParams creates a new GetBankidsIDParams object with the default values initialized.

func NewGetBankidsIDParamsWithContext

func NewGetBankidsIDParamsWithContext(ctx context.Context) *GetBankidsIDParams

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

func NewGetBankidsIDParamsWithHTTPClient

func NewGetBankidsIDParamsWithHTTPClient(client *http.Client) *GetBankidsIDParams

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

func NewGetBankidsIDParamsWithTimeout

func NewGetBankidsIDParamsWithTimeout(timeout time.Duration) *GetBankidsIDParams

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

func (*GetBankidsIDParams) SetContext

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

SetContext adds the context to the get bankids ID params

func (*GetBankidsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bankids ID params

func (*GetBankidsIDParams) SetID

func (o *GetBankidsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get bankids ID params

func (*GetBankidsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get bankids ID params

func (*GetBankidsIDParams) WithContext

WithContext adds the context to the get bankids ID params

func (*GetBankidsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bankids ID params

func (*GetBankidsIDParams) WithID

WithID adds the id to the get bankids ID params

func (*GetBankidsIDParams) WithTimeout

func (o *GetBankidsIDParams) WithTimeout(timeout time.Duration) *GetBankidsIDParams

WithTimeout adds the timeout to the get bankids ID params

func (*GetBankidsIDParams) WriteToRequest

func (o *GetBankidsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBankidsIDReader

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

GetBankidsIDReader is a Reader for the GetBankidsID structure.

func (*GetBankidsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBankidsOK

type GetBankidsOK struct {
	Payload *models.BankIDDetailsListResponse
}

GetBankidsOK handles this case with default header values.

List of bankId details

func NewGetBankidsOK

func NewGetBankidsOK() *GetBankidsOK

NewGetBankidsOK creates a GetBankidsOK with default headers values

func (*GetBankidsOK) Error

func (o *GetBankidsOK) Error() string

type GetBankidsParams

type GetBankidsParams struct {

	/*FilterBankID
	  Filter by bank id e.g. sort code or bic

	*/
	FilterBankID []string
	/*FilterBankIDCode
	  Filter by type of bank id e.g. "GBDSC"

	*/
	FilterBankIDCode []string
	/*FilterCountry
	  Filter by country e.g. FR,GB

	*/
	FilterCountry []string
	/*FilterOrganisationID
	  Filter by organisation id

	*/
	FilterOrganisationID []strfmt.UUID
	/*PageNumber
	  Which page to select

	*/
	PageNumber *string
	/*PageSize
	  Number of items to select

	*/
	PageSize *int64

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

GetBankidsParams contains all the parameters to send to the API endpoint for the get bankids operation typically these are written to a http.Request

func NewGetBankidsParams

func NewGetBankidsParams() *GetBankidsParams

NewGetBankidsParams creates a new GetBankidsParams object with the default values initialized.

func NewGetBankidsParamsWithContext

func NewGetBankidsParamsWithContext(ctx context.Context) *GetBankidsParams

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

func NewGetBankidsParamsWithHTTPClient

func NewGetBankidsParamsWithHTTPClient(client *http.Client) *GetBankidsParams

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

func NewGetBankidsParamsWithTimeout

func NewGetBankidsParamsWithTimeout(timeout time.Duration) *GetBankidsParams

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

func (*GetBankidsParams) SetContext

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

SetContext adds the context to the get bankids params

func (*GetBankidsParams) SetFilterBankID

func (o *GetBankidsParams) SetFilterBankID(filterBankID []string)

SetFilterBankID adds the filterBankId to the get bankids params

func (*GetBankidsParams) SetFilterBankIDCode

func (o *GetBankidsParams) SetFilterBankIDCode(filterBankIDCode []string)

SetFilterBankIDCode adds the filterBankIdCode to the get bankids params

func (*GetBankidsParams) SetFilterCountry

func (o *GetBankidsParams) SetFilterCountry(filterCountry []string)

SetFilterCountry adds the filterCountry to the get bankids params

func (*GetBankidsParams) SetFilterOrganisationID

func (o *GetBankidsParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get bankids params

func (*GetBankidsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bankids params

func (*GetBankidsParams) SetPageNumber

func (o *GetBankidsParams) SetPageNumber(pageNumber *string)

SetPageNumber adds the pageNumber to the get bankids params

func (*GetBankidsParams) SetPageSize

func (o *GetBankidsParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get bankids params

func (*GetBankidsParams) SetTimeout

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

SetTimeout adds the timeout to the get bankids params

func (*GetBankidsParams) WithContext

func (o *GetBankidsParams) WithContext(ctx context.Context) *GetBankidsParams

WithContext adds the context to the get bankids params

func (*GetBankidsParams) WithFilterBankID

func (o *GetBankidsParams) WithFilterBankID(filterBankID []string) *GetBankidsParams

WithFilterBankID adds the filterBankID to the get bankids params

func (*GetBankidsParams) WithFilterBankIDCode

func (o *GetBankidsParams) WithFilterBankIDCode(filterBankIDCode []string) *GetBankidsParams

WithFilterBankIDCode adds the filterBankIDCode to the get bankids params

func (*GetBankidsParams) WithFilterCountry

func (o *GetBankidsParams) WithFilterCountry(filterCountry []string) *GetBankidsParams

WithFilterCountry adds the filterCountry to the get bankids params

func (*GetBankidsParams) WithFilterOrganisationID

func (o *GetBankidsParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetBankidsParams

WithFilterOrganisationID adds the filterOrganisationID to the get bankids params

func (*GetBankidsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bankids params

func (*GetBankidsParams) WithPageNumber

func (o *GetBankidsParams) WithPageNumber(pageNumber *string) *GetBankidsParams

WithPageNumber adds the pageNumber to the get bankids params

func (*GetBankidsParams) WithPageSize

func (o *GetBankidsParams) WithPageSize(pageSize *int64) *GetBankidsParams

WithPageSize adds the pageSize to the get bankids params

func (*GetBankidsParams) WithTimeout

func (o *GetBankidsParams) WithTimeout(timeout time.Duration) *GetBankidsParams

WithTimeout adds the timeout to the get bankids params

func (*GetBankidsParams) WriteToRequest

func (o *GetBankidsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBankidsReader

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

GetBankidsReader is a Reader for the GetBankids structure.

func (*GetBankidsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBicsIDOK

type GetBicsIDOK struct {
	Payload *models.BicDetailsResponse
}

GetBicsIDOK handles this case with default header values.

Bic details

func NewGetBicsIDOK

func NewGetBicsIDOK() *GetBicsIDOK

NewGetBicsIDOK creates a GetBicsIDOK with default headers values

func (*GetBicsIDOK) Error

func (o *GetBicsIDOK) Error() string

type GetBicsIDParams

type GetBicsIDParams struct {

	/*ID
	  Bic Id

	*/
	ID strfmt.UUID

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

GetBicsIDParams contains all the parameters to send to the API endpoint for the get bics ID operation typically these are written to a http.Request

func NewGetBicsIDParams

func NewGetBicsIDParams() *GetBicsIDParams

NewGetBicsIDParams creates a new GetBicsIDParams object with the default values initialized.

func NewGetBicsIDParamsWithContext

func NewGetBicsIDParamsWithContext(ctx context.Context) *GetBicsIDParams

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

func NewGetBicsIDParamsWithHTTPClient

func NewGetBicsIDParamsWithHTTPClient(client *http.Client) *GetBicsIDParams

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

func NewGetBicsIDParamsWithTimeout

func NewGetBicsIDParamsWithTimeout(timeout time.Duration) *GetBicsIDParams

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

func (*GetBicsIDParams) SetContext

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

SetContext adds the context to the get bics ID params

func (*GetBicsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bics ID params

func (*GetBicsIDParams) SetID

func (o *GetBicsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get bics ID params

func (*GetBicsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get bics ID params

func (*GetBicsIDParams) WithContext

func (o *GetBicsIDParams) WithContext(ctx context.Context) *GetBicsIDParams

WithContext adds the context to the get bics ID params

func (*GetBicsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bics ID params

func (*GetBicsIDParams) WithID

func (o *GetBicsIDParams) WithID(id strfmt.UUID) *GetBicsIDParams

WithID adds the id to the get bics ID params

func (*GetBicsIDParams) WithTimeout

func (o *GetBicsIDParams) WithTimeout(timeout time.Duration) *GetBicsIDParams

WithTimeout adds the timeout to the get bics ID params

func (*GetBicsIDParams) WriteToRequest

func (o *GetBicsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBicsIDReader

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

GetBicsIDReader is a Reader for the GetBicsID structure.

func (*GetBicsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBicsOK

type GetBicsOK struct {
	Payload *models.BicDetailsListResponse
}

GetBicsOK handles this case with default header values.

List of bic details

func NewGetBicsOK

func NewGetBicsOK() *GetBicsOK

NewGetBicsOK creates a GetBicsOK with default headers values

func (*GetBicsOK) Error

func (o *GetBicsOK) Error() string

type GetBicsParams

type GetBicsParams struct {

	/*FilterBic
	  Filter by specific bic

	*/
	FilterBic *string
	/*PageNumber
	  Which page to select

	*/
	PageNumber *string
	/*PageSize
	  Number of items to select

	*/
	PageSize *int64

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

GetBicsParams contains all the parameters to send to the API endpoint for the get bics operation typically these are written to a http.Request

func NewGetBicsParams

func NewGetBicsParams() *GetBicsParams

NewGetBicsParams creates a new GetBicsParams object with the default values initialized.

func NewGetBicsParamsWithContext

func NewGetBicsParamsWithContext(ctx context.Context) *GetBicsParams

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

func NewGetBicsParamsWithHTTPClient

func NewGetBicsParamsWithHTTPClient(client *http.Client) *GetBicsParams

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

func NewGetBicsParamsWithTimeout

func NewGetBicsParamsWithTimeout(timeout time.Duration) *GetBicsParams

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

func (*GetBicsParams) SetContext

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

SetContext adds the context to the get bics params

func (*GetBicsParams) SetFilterBic

func (o *GetBicsParams) SetFilterBic(filterBic *string)

SetFilterBic adds the filterBic to the get bics params

func (*GetBicsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bics params

func (*GetBicsParams) SetPageNumber

func (o *GetBicsParams) SetPageNumber(pageNumber *string)

SetPageNumber adds the pageNumber to the get bics params

func (*GetBicsParams) SetPageSize

func (o *GetBicsParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get bics params

func (*GetBicsParams) SetTimeout

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

SetTimeout adds the timeout to the get bics params

func (*GetBicsParams) WithContext

func (o *GetBicsParams) WithContext(ctx context.Context) *GetBicsParams

WithContext adds the context to the get bics params

func (*GetBicsParams) WithFilterBic

func (o *GetBicsParams) WithFilterBic(filterBic *string) *GetBicsParams

WithFilterBic adds the filterBic to the get bics params

func (*GetBicsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bics params

func (*GetBicsParams) WithPageNumber

func (o *GetBicsParams) WithPageNumber(pageNumber *string) *GetBicsParams

WithPageNumber adds the pageNumber to the get bics params

func (*GetBicsParams) WithPageSize

func (o *GetBicsParams) WithPageSize(pageSize *int64) *GetBicsParams

WithPageSize adds the pageSize to the get bics params

func (*GetBicsParams) WithTimeout

func (o *GetBicsParams) WithTimeout(timeout time.Duration) *GetBicsParams

WithTimeout adds the timeout to the get bics params

func (*GetBicsParams) WriteToRequest

func (o *GetBicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBicsReader

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

GetBicsReader is a Reader for the GetBics structure.

func (*GetBicsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchAccountconfigurationsIDOK

type PatchAccountconfigurationsIDOK struct {
	Payload *models.AccountConfigurationDetailsResponse
}

PatchAccountconfigurationsIDOK handles this case with default header values.

Configuration updated

func NewPatchAccountconfigurationsIDOK

func NewPatchAccountconfigurationsIDOK() *PatchAccountconfigurationsIDOK

NewPatchAccountconfigurationsIDOK creates a PatchAccountconfigurationsIDOK with default headers values

func (*PatchAccountconfigurationsIDOK) Error

type PatchAccountconfigurationsIDParams

type PatchAccountconfigurationsIDParams struct {

	/*ConfigAmendRequest*/
	ConfigAmendRequest *models.ConfigurationAmendment
	/*ID
	  Configuration Id

	*/
	ID strfmt.UUID

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

PatchAccountconfigurationsIDParams contains all the parameters to send to the API endpoint for the patch accountconfigurations ID operation typically these are written to a http.Request

func NewPatchAccountconfigurationsIDParams

func NewPatchAccountconfigurationsIDParams() *PatchAccountconfigurationsIDParams

NewPatchAccountconfigurationsIDParams creates a new PatchAccountconfigurationsIDParams object with the default values initialized.

func NewPatchAccountconfigurationsIDParamsWithContext

func NewPatchAccountconfigurationsIDParamsWithContext(ctx context.Context) *PatchAccountconfigurationsIDParams

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

func NewPatchAccountconfigurationsIDParamsWithHTTPClient

func NewPatchAccountconfigurationsIDParamsWithHTTPClient(client *http.Client) *PatchAccountconfigurationsIDParams

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

func NewPatchAccountconfigurationsIDParamsWithTimeout

func NewPatchAccountconfigurationsIDParamsWithTimeout(timeout time.Duration) *PatchAccountconfigurationsIDParams

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

func (*PatchAccountconfigurationsIDParams) SetConfigAmendRequest

func (o *PatchAccountconfigurationsIDParams) SetConfigAmendRequest(configAmendRequest *models.ConfigurationAmendment)

SetConfigAmendRequest adds the configAmendRequest to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) SetContext

SetContext adds the context to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) SetID

SetID adds the id to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) WithConfigAmendRequest

WithConfigAmendRequest adds the configAmendRequest to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) WithContext

WithContext adds the context to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) WithID

WithID adds the id to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) WithTimeout

WithTimeout adds the timeout to the patch accountconfigurations ID params

func (*PatchAccountconfigurationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAccountconfigurationsIDReader

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

PatchAccountconfigurationsIDReader is a Reader for the PatchAccountconfigurationsID structure.

func (*PatchAccountconfigurationsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAccountconfigurationsCreated

type PostAccountconfigurationsCreated struct {
	Payload *models.AccountConfigurationCreationResponse
}

PostAccountconfigurationsCreated handles this case with default header values.

AccountConfiguration creation response

func NewPostAccountconfigurationsCreated

func NewPostAccountconfigurationsCreated() *PostAccountconfigurationsCreated

NewPostAccountconfigurationsCreated creates a PostAccountconfigurationsCreated with default headers values

func (*PostAccountconfigurationsCreated) Error

type PostAccountconfigurationsParams

type PostAccountconfigurationsParams struct {

	/*AccountConfigurationCreationRequest*/
	AccountConfigurationCreationRequest *models.AccountConfigurationCreation

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

PostAccountconfigurationsParams contains all the parameters to send to the API endpoint for the post accountconfigurations operation typically these are written to a http.Request

func NewPostAccountconfigurationsParams

func NewPostAccountconfigurationsParams() *PostAccountconfigurationsParams

NewPostAccountconfigurationsParams creates a new PostAccountconfigurationsParams object with the default values initialized.

func NewPostAccountconfigurationsParamsWithContext

func NewPostAccountconfigurationsParamsWithContext(ctx context.Context) *PostAccountconfigurationsParams

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

func NewPostAccountconfigurationsParamsWithHTTPClient

func NewPostAccountconfigurationsParamsWithHTTPClient(client *http.Client) *PostAccountconfigurationsParams

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

func NewPostAccountconfigurationsParamsWithTimeout

func NewPostAccountconfigurationsParamsWithTimeout(timeout time.Duration) *PostAccountconfigurationsParams

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

func (*PostAccountconfigurationsParams) SetAccountConfigurationCreationRequest

func (o *PostAccountconfigurationsParams) SetAccountConfigurationCreationRequest(accountConfigurationCreationRequest *models.AccountConfigurationCreation)

SetAccountConfigurationCreationRequest adds the accountConfigurationCreationRequest to the post accountconfigurations params

func (*PostAccountconfigurationsParams) SetContext

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

SetContext adds the context to the post accountconfigurations params

func (*PostAccountconfigurationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post accountconfigurations params

func (*PostAccountconfigurationsParams) SetTimeout

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

SetTimeout adds the timeout to the post accountconfigurations params

func (*PostAccountconfigurationsParams) WithAccountConfigurationCreationRequest

func (o *PostAccountconfigurationsParams) WithAccountConfigurationCreationRequest(accountConfigurationCreationRequest *models.AccountConfigurationCreation) *PostAccountconfigurationsParams

WithAccountConfigurationCreationRequest adds the accountConfigurationCreationRequest to the post accountconfigurations params

func (*PostAccountconfigurationsParams) WithContext

WithContext adds the context to the post accountconfigurations params

func (*PostAccountconfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post accountconfigurations params

func (*PostAccountconfigurationsParams) WithTimeout

WithTimeout adds the timeout to the post accountconfigurations params

func (*PostAccountconfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAccountconfigurationsReader

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

PostAccountconfigurationsReader is a Reader for the PostAccountconfigurations structure.

func (*PostAccountconfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAccountsCreated

type PostAccountsCreated struct {
	Payload *models.AccountCreationResponse
}

PostAccountsCreated handles this case with default header values.

Account creation response

func NewPostAccountsCreated

func NewPostAccountsCreated() *PostAccountsCreated

NewPostAccountsCreated creates a PostAccountsCreated with default headers values

func (*PostAccountsCreated) Error

func (o *PostAccountsCreated) Error() string

type PostAccountsParams

type PostAccountsParams struct {

	/*AccountCreationRequest*/
	AccountCreationRequest *models.AccountCreation

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

PostAccountsParams contains all the parameters to send to the API endpoint for the post accounts operation typically these are written to a http.Request

func NewPostAccountsParams

func NewPostAccountsParams() *PostAccountsParams

NewPostAccountsParams creates a new PostAccountsParams object with the default values initialized.

func NewPostAccountsParamsWithContext

func NewPostAccountsParamsWithContext(ctx context.Context) *PostAccountsParams

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

func NewPostAccountsParamsWithHTTPClient

func NewPostAccountsParamsWithHTTPClient(client *http.Client) *PostAccountsParams

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

func NewPostAccountsParamsWithTimeout

func NewPostAccountsParamsWithTimeout(timeout time.Duration) *PostAccountsParams

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

func (*PostAccountsParams) SetAccountCreationRequest

func (o *PostAccountsParams) SetAccountCreationRequest(accountCreationRequest *models.AccountCreation)

SetAccountCreationRequest adds the accountCreationRequest to the post accounts params

func (*PostAccountsParams) SetContext

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

SetContext adds the context to the post accounts params

func (*PostAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post accounts params

func (*PostAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the post accounts params

func (*PostAccountsParams) WithAccountCreationRequest

func (o *PostAccountsParams) WithAccountCreationRequest(accountCreationRequest *models.AccountCreation) *PostAccountsParams

WithAccountCreationRequest adds the accountCreationRequest to the post accounts params

func (*PostAccountsParams) WithContext

WithContext adds the context to the post accounts params

func (*PostAccountsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post accounts params

func (*PostAccountsParams) WithTimeout

func (o *PostAccountsParams) WithTimeout(timeout time.Duration) *PostAccountsParams

WithTimeout adds the timeout to the post accounts params

func (*PostAccountsParams) WriteToRequest

func (o *PostAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostAccountsReader

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

PostAccountsReader is a Reader for the PostAccounts structure.

func (*PostAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostBankidsCreated

type PostBankidsCreated struct {
	Payload *models.BankIDCreationResponse
}

PostBankidsCreated handles this case with default header values.

BankId creation response

func NewPostBankidsCreated

func NewPostBankidsCreated() *PostBankidsCreated

NewPostBankidsCreated creates a PostBankidsCreated with default headers values

func (*PostBankidsCreated) Error

func (o *PostBankidsCreated) Error() string

type PostBankidsParams

type PostBankidsParams struct {

	/*BankIDCreationRequest*/
	BankIDCreationRequest *models.BankIDCreation

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

PostBankidsParams contains all the parameters to send to the API endpoint for the post bankids operation typically these are written to a http.Request

func NewPostBankidsParams

func NewPostBankidsParams() *PostBankidsParams

NewPostBankidsParams creates a new PostBankidsParams object with the default values initialized.

func NewPostBankidsParamsWithContext

func NewPostBankidsParamsWithContext(ctx context.Context) *PostBankidsParams

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

func NewPostBankidsParamsWithHTTPClient

func NewPostBankidsParamsWithHTTPClient(client *http.Client) *PostBankidsParams

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

func NewPostBankidsParamsWithTimeout

func NewPostBankidsParamsWithTimeout(timeout time.Duration) *PostBankidsParams

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

func (*PostBankidsParams) SetBankIDCreationRequest

func (o *PostBankidsParams) SetBankIDCreationRequest(bankIDCreationRequest *models.BankIDCreation)

SetBankIDCreationRequest adds the bankIdCreationRequest to the post bankids params

func (*PostBankidsParams) SetContext

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

SetContext adds the context to the post bankids params

func (*PostBankidsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post bankids params

func (*PostBankidsParams) SetTimeout

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

SetTimeout adds the timeout to the post bankids params

func (*PostBankidsParams) WithBankIDCreationRequest

func (o *PostBankidsParams) WithBankIDCreationRequest(bankIDCreationRequest *models.BankIDCreation) *PostBankidsParams

WithBankIDCreationRequest adds the bankIDCreationRequest to the post bankids params

func (*PostBankidsParams) WithContext

func (o *PostBankidsParams) WithContext(ctx context.Context) *PostBankidsParams

WithContext adds the context to the post bankids params

func (*PostBankidsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post bankids params

func (*PostBankidsParams) WithTimeout

func (o *PostBankidsParams) WithTimeout(timeout time.Duration) *PostBankidsParams

WithTimeout adds the timeout to the post bankids params

func (*PostBankidsParams) WriteToRequest

func (o *PostBankidsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostBankidsReader

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

PostBankidsReader is a Reader for the PostBankids structure.

func (*PostBankidsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostBicsCreated

type PostBicsCreated struct {
	Payload *models.BicCreationResponse
}

PostBicsCreated handles this case with default header values.

Bic creation response

func NewPostBicsCreated

func NewPostBicsCreated() *PostBicsCreated

NewPostBicsCreated creates a PostBicsCreated with default headers values

func (*PostBicsCreated) Error

func (o *PostBicsCreated) Error() string

type PostBicsParams

type PostBicsParams struct {

	/*BicCreationRequest*/
	BicCreationRequest *models.BicCreation

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

PostBicsParams contains all the parameters to send to the API endpoint for the post bics operation typically these are written to a http.Request

func NewPostBicsParams

func NewPostBicsParams() *PostBicsParams

NewPostBicsParams creates a new PostBicsParams object with the default values initialized.

func NewPostBicsParamsWithContext

func NewPostBicsParamsWithContext(ctx context.Context) *PostBicsParams

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

func NewPostBicsParamsWithHTTPClient

func NewPostBicsParamsWithHTTPClient(client *http.Client) *PostBicsParams

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

func NewPostBicsParamsWithTimeout

func NewPostBicsParamsWithTimeout(timeout time.Duration) *PostBicsParams

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

func (*PostBicsParams) SetBicCreationRequest

func (o *PostBicsParams) SetBicCreationRequest(bicCreationRequest *models.BicCreation)

SetBicCreationRequest adds the bicCreationRequest to the post bics params

func (*PostBicsParams) SetContext

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

SetContext adds the context to the post bics params

func (*PostBicsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post bics params

func (*PostBicsParams) SetTimeout

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

SetTimeout adds the timeout to the post bics params

func (*PostBicsParams) WithBicCreationRequest

func (o *PostBicsParams) WithBicCreationRequest(bicCreationRequest *models.BicCreation) *PostBicsParams

WithBicCreationRequest adds the bicCreationRequest to the post bics params

func (*PostBicsParams) WithContext

func (o *PostBicsParams) WithContext(ctx context.Context) *PostBicsParams

WithContext adds the context to the post bics params

func (*PostBicsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post bics params

func (*PostBicsParams) WithTimeout

func (o *PostBicsParams) WithTimeout(timeout time.Duration) *PostBicsParams

WithTimeout adds the timeout to the post bics params

func (*PostBicsParams) WriteToRequest

func (o *PostBicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostBicsReader

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

PostBicsReader is a Reader for the PostBics structure.

func (*PostBicsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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