accounts

package
v0.44.37 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 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 (*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 ClientService added in v0.43.0

type ClientService interface {
	DeleteAccountconfigurationsID(params *DeleteAccountconfigurationsIDParams) (*DeleteAccountconfigurationsIDNoContent, error)

	DeleteAccountsID(params *DeleteAccountsIDParams) (*DeleteAccountsIDNoContent, error)

	DeleteBankidsID(params *DeleteBankidsIDParams) (*DeleteBankidsIDNoContent, error)

	DeleteBicsID(params *DeleteBicsIDParams) (*DeleteBicsIDNoContent, error)

	GetAccountconfigurations(params *GetAccountconfigurationsParams) (*GetAccountconfigurationsOK, error)

	GetAccountconfigurationsID(params *GetAccountconfigurationsIDParams) (*GetAccountconfigurationsIDOK, error)

	GetAccounts(params *GetAccountsParams) (*GetAccountsOK, error)

	GetAccountsID(params *GetAccountsIDParams) (*GetAccountsIDOK, error)

	GetBankids(params *GetBankidsParams) (*GetBankidsOK, error)

	GetBankidsID(params *GetBankidsIDParams) (*GetBankidsIDOK, error)

	GetBics(params *GetBicsParams) (*GetBicsOK, error)

	GetBicsID(params *GetBicsIDParams) (*GetBicsIDOK, error)

	PatchAccountconfigurationsID(params *PatchAccountconfigurationsIDParams) (*PatchAccountconfigurationsIDOK, error)

	PostAccountconfigurations(params *PostAccountconfigurationsParams) (*PostAccountconfigurationsCreated, error)

	PostAccounts(params *PostAccountsParams) (*PostAccountsCreated, error)

	PostBankids(params *PostBankidsParams) (*PostBankidsCreated, error)

	PostBics(params *PostBicsParams) (*PostBicsCreated, 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 accounts API client.

type DeleteAccountconfigurationsIDBadRequest added in v0.43.0

type DeleteAccountconfigurationsIDBadRequest struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteAccountconfigurationsIDBadRequest added in v0.43.0

func NewDeleteAccountconfigurationsIDBadRequest() *DeleteAccountconfigurationsIDBadRequest

NewDeleteAccountconfigurationsIDBadRequest creates a DeleteAccountconfigurationsIDBadRequest with default headers values

func (*DeleteAccountconfigurationsIDBadRequest) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDBadRequest) GetPayload added in v0.43.0

type DeleteAccountconfigurationsIDConflict added in v0.43.0

type DeleteAccountconfigurationsIDConflict struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDConflict handles this case with default header values.

Conflict

func NewDeleteAccountconfigurationsIDConflict added in v0.43.0

func NewDeleteAccountconfigurationsIDConflict() *DeleteAccountconfigurationsIDConflict

NewDeleteAccountconfigurationsIDConflict creates a DeleteAccountconfigurationsIDConflict with default headers values

func (*DeleteAccountconfigurationsIDConflict) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDConflict) GetPayload added in v0.43.0

type DeleteAccountconfigurationsIDForbidden added in v0.43.0

type DeleteAccountconfigurationsIDForbidden struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDForbidden handles this case with default header values.

Forbidden

func NewDeleteAccountconfigurationsIDForbidden added in v0.43.0

func NewDeleteAccountconfigurationsIDForbidden() *DeleteAccountconfigurationsIDForbidden

NewDeleteAccountconfigurationsIDForbidden creates a DeleteAccountconfigurationsIDForbidden with default headers values

func (*DeleteAccountconfigurationsIDForbidden) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDForbidden) GetPayload added in v0.43.0

type DeleteAccountconfigurationsIDInternalServerError added in v0.43.0

type DeleteAccountconfigurationsIDInternalServerError struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteAccountconfigurationsIDInternalServerError added in v0.43.0

func NewDeleteAccountconfigurationsIDInternalServerError() *DeleteAccountconfigurationsIDInternalServerError

NewDeleteAccountconfigurationsIDInternalServerError creates a DeleteAccountconfigurationsIDInternalServerError with default headers values

func (*DeleteAccountconfigurationsIDInternalServerError) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDInternalServerError) GetPayload added in v0.43.0

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 DeleteAccountconfigurationsIDNotFound added in v0.43.0

type DeleteAccountconfigurationsIDNotFound struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDNotFound handles this case with default header values.

Record not found

func NewDeleteAccountconfigurationsIDNotFound added in v0.43.0

func NewDeleteAccountconfigurationsIDNotFound() *DeleteAccountconfigurationsIDNotFound

NewDeleteAccountconfigurationsIDNotFound creates a DeleteAccountconfigurationsIDNotFound with default headers values

func (*DeleteAccountconfigurationsIDNotFound) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDNotFound) GetPayload added in v0.43.0

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 DeleteAccountconfigurationsIDServiceUnavailable added in v0.43.0

type DeleteAccountconfigurationsIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeleteAccountconfigurationsIDServiceUnavailable added in v0.43.0

func NewDeleteAccountconfigurationsIDServiceUnavailable() *DeleteAccountconfigurationsIDServiceUnavailable

NewDeleteAccountconfigurationsIDServiceUnavailable creates a DeleteAccountconfigurationsIDServiceUnavailable with default headers values

func (*DeleteAccountconfigurationsIDServiceUnavailable) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteAccountconfigurationsIDTooManyRequests added in v0.43.0

type DeleteAccountconfigurationsIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeleteAccountconfigurationsIDTooManyRequests added in v0.43.0

func NewDeleteAccountconfigurationsIDTooManyRequests() *DeleteAccountconfigurationsIDTooManyRequests

NewDeleteAccountconfigurationsIDTooManyRequests creates a DeleteAccountconfigurationsIDTooManyRequests with default headers values

func (*DeleteAccountconfigurationsIDTooManyRequests) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDTooManyRequests) GetPayload added in v0.43.0

type DeleteAccountconfigurationsIDUnauthorized added in v0.43.0

type DeleteAccountconfigurationsIDUnauthorized struct {
	Payload *models.APIError
}

DeleteAccountconfigurationsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteAccountconfigurationsIDUnauthorized added in v0.43.0

func NewDeleteAccountconfigurationsIDUnauthorized() *DeleteAccountconfigurationsIDUnauthorized

NewDeleteAccountconfigurationsIDUnauthorized creates a DeleteAccountconfigurationsIDUnauthorized with default headers values

func (*DeleteAccountconfigurationsIDUnauthorized) Error added in v0.43.0

func (*DeleteAccountconfigurationsIDUnauthorized) GetPayload added in v0.43.0

type DeleteAccountsIDBadRequest added in v0.43.0

type DeleteAccountsIDBadRequest struct {
	Payload *models.APIError
}

DeleteAccountsIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteAccountsIDBadRequest added in v0.43.0

func NewDeleteAccountsIDBadRequest() *DeleteAccountsIDBadRequest

NewDeleteAccountsIDBadRequest creates a DeleteAccountsIDBadRequest with default headers values

func (*DeleteAccountsIDBadRequest) Error added in v0.43.0

func (*DeleteAccountsIDBadRequest) GetPayload added in v0.43.0

func (o *DeleteAccountsIDBadRequest) GetPayload() *models.APIError

type DeleteAccountsIDConflict added in v0.43.0

type DeleteAccountsIDConflict struct {
	Payload *models.APIError
}

DeleteAccountsIDConflict handles this case with default header values.

Conflict

func NewDeleteAccountsIDConflict added in v0.43.0

func NewDeleteAccountsIDConflict() *DeleteAccountsIDConflict

NewDeleteAccountsIDConflict creates a DeleteAccountsIDConflict with default headers values

func (*DeleteAccountsIDConflict) Error added in v0.43.0

func (o *DeleteAccountsIDConflict) Error() string

func (*DeleteAccountsIDConflict) GetPayload added in v0.43.0

func (o *DeleteAccountsIDConflict) GetPayload() *models.APIError

type DeleteAccountsIDForbidden added in v0.43.0

type DeleteAccountsIDForbidden struct {
	Payload *models.APIError
}

DeleteAccountsIDForbidden handles this case with default header values.

Forbidden

func NewDeleteAccountsIDForbidden added in v0.43.0

func NewDeleteAccountsIDForbidden() *DeleteAccountsIDForbidden

NewDeleteAccountsIDForbidden creates a DeleteAccountsIDForbidden with default headers values

func (*DeleteAccountsIDForbidden) Error added in v0.43.0

func (o *DeleteAccountsIDForbidden) Error() string

func (*DeleteAccountsIDForbidden) GetPayload added in v0.43.0

func (o *DeleteAccountsIDForbidden) GetPayload() *models.APIError

type DeleteAccountsIDInternalServerError added in v0.43.0

type DeleteAccountsIDInternalServerError struct {
	Payload *models.APIError
}

DeleteAccountsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteAccountsIDInternalServerError added in v0.43.0

func NewDeleteAccountsIDInternalServerError() *DeleteAccountsIDInternalServerError

NewDeleteAccountsIDInternalServerError creates a DeleteAccountsIDInternalServerError with default headers values

func (*DeleteAccountsIDInternalServerError) Error added in v0.43.0

func (*DeleteAccountsIDInternalServerError) GetPayload added in v0.43.0

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 DeleteAccountsIDNotFound added in v0.43.0

type DeleteAccountsIDNotFound struct {
	Payload *models.APIError
}

DeleteAccountsIDNotFound handles this case with default header values.

Record not found

func NewDeleteAccountsIDNotFound added in v0.43.0

func NewDeleteAccountsIDNotFound() *DeleteAccountsIDNotFound

NewDeleteAccountsIDNotFound creates a DeleteAccountsIDNotFound with default headers values

func (*DeleteAccountsIDNotFound) Error added in v0.43.0

func (o *DeleteAccountsIDNotFound) Error() string

func (*DeleteAccountsIDNotFound) GetPayload added in v0.43.0

func (o *DeleteAccountsIDNotFound) GetPayload() *models.APIError

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 DeleteAccountsIDServiceUnavailable added in v0.43.0

type DeleteAccountsIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteAccountsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeleteAccountsIDServiceUnavailable added in v0.43.0

func NewDeleteAccountsIDServiceUnavailable() *DeleteAccountsIDServiceUnavailable

NewDeleteAccountsIDServiceUnavailable creates a DeleteAccountsIDServiceUnavailable with default headers values

func (*DeleteAccountsIDServiceUnavailable) Error added in v0.43.0

func (*DeleteAccountsIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteAccountsIDTooManyRequests added in v0.43.0

type DeleteAccountsIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteAccountsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeleteAccountsIDTooManyRequests added in v0.43.0

func NewDeleteAccountsIDTooManyRequests() *DeleteAccountsIDTooManyRequests

NewDeleteAccountsIDTooManyRequests creates a DeleteAccountsIDTooManyRequests with default headers values

func (*DeleteAccountsIDTooManyRequests) Error added in v0.43.0

func (*DeleteAccountsIDTooManyRequests) GetPayload added in v0.43.0

type DeleteAccountsIDUnauthorized added in v0.43.0

type DeleteAccountsIDUnauthorized struct {
	Payload *models.APIError
}

DeleteAccountsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteAccountsIDUnauthorized added in v0.43.0

func NewDeleteAccountsIDUnauthorized() *DeleteAccountsIDUnauthorized

NewDeleteAccountsIDUnauthorized creates a DeleteAccountsIDUnauthorized with default headers values

func (*DeleteAccountsIDUnauthorized) Error added in v0.43.0

func (*DeleteAccountsIDUnauthorized) GetPayload added in v0.43.0

func (o *DeleteAccountsIDUnauthorized) GetPayload() *models.APIError

type DeleteBankidsIDBadRequest added in v0.43.0

type DeleteBankidsIDBadRequest struct {
	Payload *models.APIError
}

DeleteBankidsIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteBankidsIDBadRequest added in v0.43.0

func NewDeleteBankidsIDBadRequest() *DeleteBankidsIDBadRequest

NewDeleteBankidsIDBadRequest creates a DeleteBankidsIDBadRequest with default headers values

func (*DeleteBankidsIDBadRequest) Error added in v0.43.0

func (o *DeleteBankidsIDBadRequest) Error() string

func (*DeleteBankidsIDBadRequest) GetPayload added in v0.43.0

func (o *DeleteBankidsIDBadRequest) GetPayload() *models.APIError

type DeleteBankidsIDConflict added in v0.43.0

type DeleteBankidsIDConflict struct {
	Payload *models.APIError
}

DeleteBankidsIDConflict handles this case with default header values.

Conflict

func NewDeleteBankidsIDConflict added in v0.43.0

func NewDeleteBankidsIDConflict() *DeleteBankidsIDConflict

NewDeleteBankidsIDConflict creates a DeleteBankidsIDConflict with default headers values

func (*DeleteBankidsIDConflict) Error added in v0.43.0

func (o *DeleteBankidsIDConflict) Error() string

func (*DeleteBankidsIDConflict) GetPayload added in v0.43.0

func (o *DeleteBankidsIDConflict) GetPayload() *models.APIError

type DeleteBankidsIDForbidden added in v0.43.0

type DeleteBankidsIDForbidden struct {
	Payload *models.APIError
}

DeleteBankidsIDForbidden handles this case with default header values.

Forbidden

func NewDeleteBankidsIDForbidden added in v0.43.0

func NewDeleteBankidsIDForbidden() *DeleteBankidsIDForbidden

NewDeleteBankidsIDForbidden creates a DeleteBankidsIDForbidden with default headers values

func (*DeleteBankidsIDForbidden) Error added in v0.43.0

func (o *DeleteBankidsIDForbidden) Error() string

func (*DeleteBankidsIDForbidden) GetPayload added in v0.43.0

func (o *DeleteBankidsIDForbidden) GetPayload() *models.APIError

type DeleteBankidsIDInternalServerError added in v0.43.0

type DeleteBankidsIDInternalServerError struct {
	Payload *models.APIError
}

DeleteBankidsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteBankidsIDInternalServerError added in v0.43.0

func NewDeleteBankidsIDInternalServerError() *DeleteBankidsIDInternalServerError

NewDeleteBankidsIDInternalServerError creates a DeleteBankidsIDInternalServerError with default headers values

func (*DeleteBankidsIDInternalServerError) Error added in v0.43.0

func (*DeleteBankidsIDInternalServerError) GetPayload added in v0.43.0

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 DeleteBankidsIDNotFound added in v0.43.0

type DeleteBankidsIDNotFound struct {
	Payload *models.APIError
}

DeleteBankidsIDNotFound handles this case with default header values.

Record not found

func NewDeleteBankidsIDNotFound added in v0.43.0

func NewDeleteBankidsIDNotFound() *DeleteBankidsIDNotFound

NewDeleteBankidsIDNotFound creates a DeleteBankidsIDNotFound with default headers values

func (*DeleteBankidsIDNotFound) Error added in v0.43.0

func (o *DeleteBankidsIDNotFound) Error() string

func (*DeleteBankidsIDNotFound) GetPayload added in v0.43.0

func (o *DeleteBankidsIDNotFound) GetPayload() *models.APIError

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 DeleteBankidsIDServiceUnavailable added in v0.43.0

type DeleteBankidsIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteBankidsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeleteBankidsIDServiceUnavailable added in v0.43.0

func NewDeleteBankidsIDServiceUnavailable() *DeleteBankidsIDServiceUnavailable

NewDeleteBankidsIDServiceUnavailable creates a DeleteBankidsIDServiceUnavailable with default headers values

func (*DeleteBankidsIDServiceUnavailable) Error added in v0.43.0

func (*DeleteBankidsIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteBankidsIDTooManyRequests added in v0.43.0

type DeleteBankidsIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteBankidsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeleteBankidsIDTooManyRequests added in v0.43.0

func NewDeleteBankidsIDTooManyRequests() *DeleteBankidsIDTooManyRequests

NewDeleteBankidsIDTooManyRequests creates a DeleteBankidsIDTooManyRequests with default headers values

func (*DeleteBankidsIDTooManyRequests) Error added in v0.43.0

func (*DeleteBankidsIDTooManyRequests) GetPayload added in v0.43.0

type DeleteBankidsIDUnauthorized added in v0.43.0

type DeleteBankidsIDUnauthorized struct {
	Payload *models.APIError
}

DeleteBankidsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteBankidsIDUnauthorized added in v0.43.0

func NewDeleteBankidsIDUnauthorized() *DeleteBankidsIDUnauthorized

NewDeleteBankidsIDUnauthorized creates a DeleteBankidsIDUnauthorized with default headers values

func (*DeleteBankidsIDUnauthorized) Error added in v0.43.0

func (*DeleteBankidsIDUnauthorized) GetPayload added in v0.43.0

func (o *DeleteBankidsIDUnauthorized) GetPayload() *models.APIError

type DeleteBicsIDBadRequest added in v0.43.0

type DeleteBicsIDBadRequest struct {
	Payload *models.APIError
}

DeleteBicsIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteBicsIDBadRequest added in v0.43.0

func NewDeleteBicsIDBadRequest() *DeleteBicsIDBadRequest

NewDeleteBicsIDBadRequest creates a DeleteBicsIDBadRequest with default headers values

func (*DeleteBicsIDBadRequest) Error added in v0.43.0

func (o *DeleteBicsIDBadRequest) Error() string

func (*DeleteBicsIDBadRequest) GetPayload added in v0.43.0

func (o *DeleteBicsIDBadRequest) GetPayload() *models.APIError

type DeleteBicsIDConflict added in v0.43.0

type DeleteBicsIDConflict struct {
	Payload *models.APIError
}

DeleteBicsIDConflict handles this case with default header values.

Conflict

func NewDeleteBicsIDConflict added in v0.43.0

func NewDeleteBicsIDConflict() *DeleteBicsIDConflict

NewDeleteBicsIDConflict creates a DeleteBicsIDConflict with default headers values

func (*DeleteBicsIDConflict) Error added in v0.43.0

func (o *DeleteBicsIDConflict) Error() string

func (*DeleteBicsIDConflict) GetPayload added in v0.43.0

func (o *DeleteBicsIDConflict) GetPayload() *models.APIError

type DeleteBicsIDForbidden added in v0.43.0

type DeleteBicsIDForbidden struct {
	Payload *models.APIError
}

DeleteBicsIDForbidden handles this case with default header values.

Forbidden

func NewDeleteBicsIDForbidden added in v0.43.0

func NewDeleteBicsIDForbidden() *DeleteBicsIDForbidden

NewDeleteBicsIDForbidden creates a DeleteBicsIDForbidden with default headers values

func (*DeleteBicsIDForbidden) Error added in v0.43.0

func (o *DeleteBicsIDForbidden) Error() string

func (*DeleteBicsIDForbidden) GetPayload added in v0.43.0

func (o *DeleteBicsIDForbidden) GetPayload() *models.APIError

type DeleteBicsIDInternalServerError added in v0.43.0

type DeleteBicsIDInternalServerError struct {
	Payload *models.APIError
}

DeleteBicsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteBicsIDInternalServerError added in v0.43.0

func NewDeleteBicsIDInternalServerError() *DeleteBicsIDInternalServerError

NewDeleteBicsIDInternalServerError creates a DeleteBicsIDInternalServerError with default headers values

func (*DeleteBicsIDInternalServerError) Error added in v0.43.0

func (*DeleteBicsIDInternalServerError) GetPayload added in v0.43.0

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 DeleteBicsIDNotFound added in v0.43.0

type DeleteBicsIDNotFound struct {
	Payload *models.APIError
}

DeleteBicsIDNotFound handles this case with default header values.

Record not found

func NewDeleteBicsIDNotFound added in v0.43.0

func NewDeleteBicsIDNotFound() *DeleteBicsIDNotFound

NewDeleteBicsIDNotFound creates a DeleteBicsIDNotFound with default headers values

func (*DeleteBicsIDNotFound) Error added in v0.43.0

func (o *DeleteBicsIDNotFound) Error() string

func (*DeleteBicsIDNotFound) GetPayload added in v0.43.0

func (o *DeleteBicsIDNotFound) GetPayload() *models.APIError

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 DeleteBicsIDServiceUnavailable added in v0.43.0

type DeleteBicsIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteBicsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeleteBicsIDServiceUnavailable added in v0.43.0

func NewDeleteBicsIDServiceUnavailable() *DeleteBicsIDServiceUnavailable

NewDeleteBicsIDServiceUnavailable creates a DeleteBicsIDServiceUnavailable with default headers values

func (*DeleteBicsIDServiceUnavailable) Error added in v0.43.0

func (*DeleteBicsIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteBicsIDTooManyRequests added in v0.43.0

type DeleteBicsIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteBicsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeleteBicsIDTooManyRequests added in v0.43.0

func NewDeleteBicsIDTooManyRequests() *DeleteBicsIDTooManyRequests

NewDeleteBicsIDTooManyRequests creates a DeleteBicsIDTooManyRequests with default headers values

func (*DeleteBicsIDTooManyRequests) Error added in v0.43.0

func (*DeleteBicsIDTooManyRequests) GetPayload added in v0.43.0

func (o *DeleteBicsIDTooManyRequests) GetPayload() *models.APIError

type DeleteBicsIDUnauthorized added in v0.43.0

type DeleteBicsIDUnauthorized struct {
	Payload *models.APIError
}

DeleteBicsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteBicsIDUnauthorized added in v0.43.0

func NewDeleteBicsIDUnauthorized() *DeleteBicsIDUnauthorized

NewDeleteBicsIDUnauthorized creates a DeleteBicsIDUnauthorized with default headers values

func (*DeleteBicsIDUnauthorized) Error added in v0.43.0

func (o *DeleteBicsIDUnauthorized) Error() string

func (*DeleteBicsIDUnauthorized) GetPayload added in v0.43.0

func (o *DeleteBicsIDUnauthorized) GetPayload() *models.APIError

type GetAccountconfigurationsBadRequest added in v0.43.0

type GetAccountconfigurationsBadRequest struct {
	Payload *models.APIError
}

GetAccountconfigurationsBadRequest handles this case with default header values.

Bad Request

func NewGetAccountconfigurationsBadRequest added in v0.43.0

func NewGetAccountconfigurationsBadRequest() *GetAccountconfigurationsBadRequest

NewGetAccountconfigurationsBadRequest creates a GetAccountconfigurationsBadRequest with default headers values

func (*GetAccountconfigurationsBadRequest) Error added in v0.43.0

func (*GetAccountconfigurationsBadRequest) GetPayload added in v0.43.0

type GetAccountconfigurationsConflict added in v0.43.0

type GetAccountconfigurationsConflict struct {
	Payload *models.APIError
}

GetAccountconfigurationsConflict handles this case with default header values.

Conflict

func NewGetAccountconfigurationsConflict added in v0.43.0

func NewGetAccountconfigurationsConflict() *GetAccountconfigurationsConflict

NewGetAccountconfigurationsConflict creates a GetAccountconfigurationsConflict with default headers values

func (*GetAccountconfigurationsConflict) Error added in v0.43.0

func (*GetAccountconfigurationsConflict) GetPayload added in v0.43.0

type GetAccountconfigurationsForbidden added in v0.43.0

type GetAccountconfigurationsForbidden struct {
	Payload *models.APIError
}

GetAccountconfigurationsForbidden handles this case with default header values.

Forbidden

func NewGetAccountconfigurationsForbidden added in v0.43.0

func NewGetAccountconfigurationsForbidden() *GetAccountconfigurationsForbidden

NewGetAccountconfigurationsForbidden creates a GetAccountconfigurationsForbidden with default headers values

func (*GetAccountconfigurationsForbidden) Error added in v0.43.0

func (*GetAccountconfigurationsForbidden) GetPayload added in v0.43.0

type GetAccountconfigurationsIDBadRequest added in v0.43.0

type GetAccountconfigurationsIDBadRequest struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDBadRequest handles this case with default header values.

Bad Request

func NewGetAccountconfigurationsIDBadRequest added in v0.43.0

func NewGetAccountconfigurationsIDBadRequest() *GetAccountconfigurationsIDBadRequest

NewGetAccountconfigurationsIDBadRequest creates a GetAccountconfigurationsIDBadRequest with default headers values

func (*GetAccountconfigurationsIDBadRequest) Error added in v0.43.0

func (*GetAccountconfigurationsIDBadRequest) GetPayload added in v0.43.0

type GetAccountconfigurationsIDConflict added in v0.43.0

type GetAccountconfigurationsIDConflict struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDConflict handles this case with default header values.

Conflict

func NewGetAccountconfigurationsIDConflict added in v0.43.0

func NewGetAccountconfigurationsIDConflict() *GetAccountconfigurationsIDConflict

NewGetAccountconfigurationsIDConflict creates a GetAccountconfigurationsIDConflict with default headers values

func (*GetAccountconfigurationsIDConflict) Error added in v0.43.0

func (*GetAccountconfigurationsIDConflict) GetPayload added in v0.43.0

type GetAccountconfigurationsIDForbidden added in v0.43.0

type GetAccountconfigurationsIDForbidden struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDForbidden handles this case with default header values.

Forbidden

func NewGetAccountconfigurationsIDForbidden added in v0.43.0

func NewGetAccountconfigurationsIDForbidden() *GetAccountconfigurationsIDForbidden

NewGetAccountconfigurationsIDForbidden creates a GetAccountconfigurationsIDForbidden with default headers values

func (*GetAccountconfigurationsIDForbidden) Error added in v0.43.0

func (*GetAccountconfigurationsIDForbidden) GetPayload added in v0.43.0

type GetAccountconfigurationsIDInternalServerError added in v0.43.0

type GetAccountconfigurationsIDInternalServerError struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAccountconfigurationsIDInternalServerError added in v0.43.0

func NewGetAccountconfigurationsIDInternalServerError() *GetAccountconfigurationsIDInternalServerError

NewGetAccountconfigurationsIDInternalServerError creates a GetAccountconfigurationsIDInternalServerError with default headers values

func (*GetAccountconfigurationsIDInternalServerError) Error added in v0.43.0

func (*GetAccountconfigurationsIDInternalServerError) GetPayload added in v0.43.0

type GetAccountconfigurationsIDNotFound added in v0.43.0

type GetAccountconfigurationsIDNotFound struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDNotFound handles this case with default header values.

Record not found

func NewGetAccountconfigurationsIDNotFound added in v0.43.0

func NewGetAccountconfigurationsIDNotFound() *GetAccountconfigurationsIDNotFound

NewGetAccountconfigurationsIDNotFound creates a GetAccountconfigurationsIDNotFound with default headers values

func (*GetAccountconfigurationsIDNotFound) Error added in v0.43.0

func (*GetAccountconfigurationsIDNotFound) GetPayload added in v0.43.0

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

func (*GetAccountconfigurationsIDOK) GetPayload added in v0.43.0

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 GetAccountconfigurationsIDServiceUnavailable added in v0.43.0

type GetAccountconfigurationsIDServiceUnavailable struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetAccountconfigurationsIDServiceUnavailable added in v0.43.0

func NewGetAccountconfigurationsIDServiceUnavailable() *GetAccountconfigurationsIDServiceUnavailable

NewGetAccountconfigurationsIDServiceUnavailable creates a GetAccountconfigurationsIDServiceUnavailable with default headers values

func (*GetAccountconfigurationsIDServiceUnavailable) Error added in v0.43.0

func (*GetAccountconfigurationsIDServiceUnavailable) GetPayload added in v0.43.0

type GetAccountconfigurationsIDTooManyRequests added in v0.43.0

type GetAccountconfigurationsIDTooManyRequests struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetAccountconfigurationsIDTooManyRequests added in v0.43.0

func NewGetAccountconfigurationsIDTooManyRequests() *GetAccountconfigurationsIDTooManyRequests

NewGetAccountconfigurationsIDTooManyRequests creates a GetAccountconfigurationsIDTooManyRequests with default headers values

func (*GetAccountconfigurationsIDTooManyRequests) Error added in v0.43.0

func (*GetAccountconfigurationsIDTooManyRequests) GetPayload added in v0.43.0

type GetAccountconfigurationsIDUnauthorized added in v0.43.0

type GetAccountconfigurationsIDUnauthorized struct {
	Payload *models.APIError
}

GetAccountconfigurationsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetAccountconfigurationsIDUnauthorized added in v0.43.0

func NewGetAccountconfigurationsIDUnauthorized() *GetAccountconfigurationsIDUnauthorized

NewGetAccountconfigurationsIDUnauthorized creates a GetAccountconfigurationsIDUnauthorized with default headers values

func (*GetAccountconfigurationsIDUnauthorized) Error added in v0.43.0

func (*GetAccountconfigurationsIDUnauthorized) GetPayload added in v0.43.0

type GetAccountconfigurationsInternalServerError added in v0.43.0

type GetAccountconfigurationsInternalServerError struct {
	Payload *models.APIError
}

GetAccountconfigurationsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAccountconfigurationsInternalServerError added in v0.43.0

func NewGetAccountconfigurationsInternalServerError() *GetAccountconfigurationsInternalServerError

NewGetAccountconfigurationsInternalServerError creates a GetAccountconfigurationsInternalServerError with default headers values

func (*GetAccountconfigurationsInternalServerError) Error added in v0.43.0

func (*GetAccountconfigurationsInternalServerError) GetPayload added in v0.43.0

type GetAccountconfigurationsNotFound added in v0.43.0

type GetAccountconfigurationsNotFound struct {
	Payload *models.APIError
}

GetAccountconfigurationsNotFound handles this case with default header values.

Record not found

func NewGetAccountconfigurationsNotFound added in v0.43.0

func NewGetAccountconfigurationsNotFound() *GetAccountconfigurationsNotFound

NewGetAccountconfigurationsNotFound creates a GetAccountconfigurationsNotFound with default headers values

func (*GetAccountconfigurationsNotFound) Error added in v0.43.0

func (*GetAccountconfigurationsNotFound) GetPayload added in v0.43.0

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

func (*GetAccountconfigurationsOK) GetPayload added in v0.43.0

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 GetAccountconfigurationsServiceUnavailable added in v0.43.0

type GetAccountconfigurationsServiceUnavailable struct {
	Payload *models.APIError
}

GetAccountconfigurationsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetAccountconfigurationsServiceUnavailable added in v0.43.0

func NewGetAccountconfigurationsServiceUnavailable() *GetAccountconfigurationsServiceUnavailable

NewGetAccountconfigurationsServiceUnavailable creates a GetAccountconfigurationsServiceUnavailable with default headers values

func (*GetAccountconfigurationsServiceUnavailable) Error added in v0.43.0

func (*GetAccountconfigurationsServiceUnavailable) GetPayload added in v0.43.0

type GetAccountconfigurationsTooManyRequests added in v0.43.0

type GetAccountconfigurationsTooManyRequests struct {
	Payload *models.APIError
}

GetAccountconfigurationsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetAccountconfigurationsTooManyRequests added in v0.43.0

func NewGetAccountconfigurationsTooManyRequests() *GetAccountconfigurationsTooManyRequests

NewGetAccountconfigurationsTooManyRequests creates a GetAccountconfigurationsTooManyRequests with default headers values

func (*GetAccountconfigurationsTooManyRequests) Error added in v0.43.0

func (*GetAccountconfigurationsTooManyRequests) GetPayload added in v0.43.0

type GetAccountconfigurationsUnauthorized added in v0.43.0

type GetAccountconfigurationsUnauthorized struct {
	Payload *models.APIError
}

GetAccountconfigurationsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetAccountconfigurationsUnauthorized added in v0.43.0

func NewGetAccountconfigurationsUnauthorized() *GetAccountconfigurationsUnauthorized

NewGetAccountconfigurationsUnauthorized creates a GetAccountconfigurationsUnauthorized with default headers values

func (*GetAccountconfigurationsUnauthorized) Error added in v0.43.0

func (*GetAccountconfigurationsUnauthorized) GetPayload added in v0.43.0

type GetAccountsBadRequest added in v0.43.0

type GetAccountsBadRequest struct {
	Payload *models.APIError
}

GetAccountsBadRequest handles this case with default header values.

Bad Request

func NewGetAccountsBadRequest added in v0.43.0

func NewGetAccountsBadRequest() *GetAccountsBadRequest

NewGetAccountsBadRequest creates a GetAccountsBadRequest with default headers values

func (*GetAccountsBadRequest) Error added in v0.43.0

func (o *GetAccountsBadRequest) Error() string

func (*GetAccountsBadRequest) GetPayload added in v0.43.0

func (o *GetAccountsBadRequest) GetPayload() *models.APIError

type GetAccountsConflict added in v0.43.0

type GetAccountsConflict struct {
	Payload *models.APIError
}

GetAccountsConflict handles this case with default header values.

Conflict

func NewGetAccountsConflict added in v0.43.0

func NewGetAccountsConflict() *GetAccountsConflict

NewGetAccountsConflict creates a GetAccountsConflict with default headers values

func (*GetAccountsConflict) Error added in v0.43.0

func (o *GetAccountsConflict) Error() string

func (*GetAccountsConflict) GetPayload added in v0.43.0

func (o *GetAccountsConflict) GetPayload() *models.APIError

type GetAccountsForbidden added in v0.43.0

type GetAccountsForbidden struct {
	Payload *models.APIError
}

GetAccountsForbidden handles this case with default header values.

Forbidden

func NewGetAccountsForbidden added in v0.43.0

func NewGetAccountsForbidden() *GetAccountsForbidden

NewGetAccountsForbidden creates a GetAccountsForbidden with default headers values

func (*GetAccountsForbidden) Error added in v0.43.0

func (o *GetAccountsForbidden) Error() string

func (*GetAccountsForbidden) GetPayload added in v0.43.0

func (o *GetAccountsForbidden) GetPayload() *models.APIError

type GetAccountsIDBadRequest added in v0.43.0

type GetAccountsIDBadRequest struct {
	Payload *models.APIError
}

GetAccountsIDBadRequest handles this case with default header values.

Bad Request

func NewGetAccountsIDBadRequest added in v0.43.0

func NewGetAccountsIDBadRequest() *GetAccountsIDBadRequest

NewGetAccountsIDBadRequest creates a GetAccountsIDBadRequest with default headers values

func (*GetAccountsIDBadRequest) Error added in v0.43.0

func (o *GetAccountsIDBadRequest) Error() string

func (*GetAccountsIDBadRequest) GetPayload added in v0.43.0

func (o *GetAccountsIDBadRequest) GetPayload() *models.APIError

type GetAccountsIDConflict added in v0.43.0

type GetAccountsIDConflict struct {
	Payload *models.APIError
}

GetAccountsIDConflict handles this case with default header values.

Conflict

func NewGetAccountsIDConflict added in v0.43.0

func NewGetAccountsIDConflict() *GetAccountsIDConflict

NewGetAccountsIDConflict creates a GetAccountsIDConflict with default headers values

func (*GetAccountsIDConflict) Error added in v0.43.0

func (o *GetAccountsIDConflict) Error() string

func (*GetAccountsIDConflict) GetPayload added in v0.43.0

func (o *GetAccountsIDConflict) GetPayload() *models.APIError

type GetAccountsIDForbidden added in v0.43.0

type GetAccountsIDForbidden struct {
	Payload *models.APIError
}

GetAccountsIDForbidden handles this case with default header values.

Forbidden

func NewGetAccountsIDForbidden added in v0.43.0

func NewGetAccountsIDForbidden() *GetAccountsIDForbidden

NewGetAccountsIDForbidden creates a GetAccountsIDForbidden with default headers values

func (*GetAccountsIDForbidden) Error added in v0.43.0

func (o *GetAccountsIDForbidden) Error() string

func (*GetAccountsIDForbidden) GetPayload added in v0.43.0

func (o *GetAccountsIDForbidden) GetPayload() *models.APIError

type GetAccountsIDInternalServerError added in v0.43.0

type GetAccountsIDInternalServerError struct {
	Payload *models.APIError
}

GetAccountsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAccountsIDInternalServerError added in v0.43.0

func NewGetAccountsIDInternalServerError() *GetAccountsIDInternalServerError

NewGetAccountsIDInternalServerError creates a GetAccountsIDInternalServerError with default headers values

func (*GetAccountsIDInternalServerError) Error added in v0.43.0

func (*GetAccountsIDInternalServerError) GetPayload added in v0.43.0

type GetAccountsIDNotFound added in v0.43.0

type GetAccountsIDNotFound struct {
	Payload *models.APIError
}

GetAccountsIDNotFound handles this case with default header values.

Record not found

func NewGetAccountsIDNotFound added in v0.43.0

func NewGetAccountsIDNotFound() *GetAccountsIDNotFound

NewGetAccountsIDNotFound creates a GetAccountsIDNotFound with default headers values

func (*GetAccountsIDNotFound) Error added in v0.43.0

func (o *GetAccountsIDNotFound) Error() string

func (*GetAccountsIDNotFound) GetPayload added in v0.43.0

func (o *GetAccountsIDNotFound) GetPayload() *models.APIError

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

func (*GetAccountsIDOK) GetPayload added in v0.43.0

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 GetAccountsIDServiceUnavailable added in v0.43.0

type GetAccountsIDServiceUnavailable struct {
	Payload *models.APIError
}

GetAccountsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetAccountsIDServiceUnavailable added in v0.43.0

func NewGetAccountsIDServiceUnavailable() *GetAccountsIDServiceUnavailable

NewGetAccountsIDServiceUnavailable creates a GetAccountsIDServiceUnavailable with default headers values

func (*GetAccountsIDServiceUnavailable) Error added in v0.43.0

func (*GetAccountsIDServiceUnavailable) GetPayload added in v0.43.0

type GetAccountsIDTooManyRequests added in v0.43.0

type GetAccountsIDTooManyRequests struct {
	Payload *models.APIError
}

GetAccountsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetAccountsIDTooManyRequests added in v0.43.0

func NewGetAccountsIDTooManyRequests() *GetAccountsIDTooManyRequests

NewGetAccountsIDTooManyRequests creates a GetAccountsIDTooManyRequests with default headers values

func (*GetAccountsIDTooManyRequests) Error added in v0.43.0

func (*GetAccountsIDTooManyRequests) GetPayload added in v0.43.0

func (o *GetAccountsIDTooManyRequests) GetPayload() *models.APIError

type GetAccountsIDUnauthorized added in v0.43.0

type GetAccountsIDUnauthorized struct {
	Payload *models.APIError
}

GetAccountsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetAccountsIDUnauthorized added in v0.43.0

func NewGetAccountsIDUnauthorized() *GetAccountsIDUnauthorized

NewGetAccountsIDUnauthorized creates a GetAccountsIDUnauthorized with default headers values

func (*GetAccountsIDUnauthorized) Error added in v0.43.0

func (o *GetAccountsIDUnauthorized) Error() string

func (*GetAccountsIDUnauthorized) GetPayload added in v0.43.0

func (o *GetAccountsIDUnauthorized) GetPayload() *models.APIError

type GetAccountsInternalServerError added in v0.43.0

type GetAccountsInternalServerError struct {
	Payload *models.APIError
}

GetAccountsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAccountsInternalServerError added in v0.43.0

func NewGetAccountsInternalServerError() *GetAccountsInternalServerError

NewGetAccountsInternalServerError creates a GetAccountsInternalServerError with default headers values

func (*GetAccountsInternalServerError) Error added in v0.43.0

func (*GetAccountsInternalServerError) GetPayload added in v0.43.0

type GetAccountsNotFound added in v0.43.0

type GetAccountsNotFound struct {
	Payload *models.APIError
}

GetAccountsNotFound handles this case with default header values.

Record not found

func NewGetAccountsNotFound added in v0.43.0

func NewGetAccountsNotFound() *GetAccountsNotFound

NewGetAccountsNotFound creates a GetAccountsNotFound with default headers values

func (*GetAccountsNotFound) Error added in v0.43.0

func (o *GetAccountsNotFound) Error() string

func (*GetAccountsNotFound) GetPayload added in v0.43.0

func (o *GetAccountsNotFound) GetPayload() *models.APIError

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

func (*GetAccountsOK) GetPayload added in v0.43.0

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 GetAccountsServiceUnavailable added in v0.43.0

type GetAccountsServiceUnavailable struct {
	Payload *models.APIError
}

GetAccountsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetAccountsServiceUnavailable added in v0.43.0

func NewGetAccountsServiceUnavailable() *GetAccountsServiceUnavailable

NewGetAccountsServiceUnavailable creates a GetAccountsServiceUnavailable with default headers values

func (*GetAccountsServiceUnavailable) Error added in v0.43.0

func (*GetAccountsServiceUnavailable) GetPayload added in v0.43.0

type GetAccountsTooManyRequests added in v0.43.0

type GetAccountsTooManyRequests struct {
	Payload *models.APIError
}

GetAccountsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetAccountsTooManyRequests added in v0.43.0

func NewGetAccountsTooManyRequests() *GetAccountsTooManyRequests

NewGetAccountsTooManyRequests creates a GetAccountsTooManyRequests with default headers values

func (*GetAccountsTooManyRequests) Error added in v0.43.0

func (*GetAccountsTooManyRequests) GetPayload added in v0.43.0

func (o *GetAccountsTooManyRequests) GetPayload() *models.APIError

type GetAccountsUnauthorized added in v0.43.0

type GetAccountsUnauthorized struct {
	Payload *models.APIError
}

GetAccountsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetAccountsUnauthorized added in v0.43.0

func NewGetAccountsUnauthorized() *GetAccountsUnauthorized

NewGetAccountsUnauthorized creates a GetAccountsUnauthorized with default headers values

func (*GetAccountsUnauthorized) Error added in v0.43.0

func (o *GetAccountsUnauthorized) Error() string

func (*GetAccountsUnauthorized) GetPayload added in v0.43.0

func (o *GetAccountsUnauthorized) GetPayload() *models.APIError

type GetBankidsBadRequest added in v0.43.0

type GetBankidsBadRequest struct {
	Payload *models.APIError
}

GetBankidsBadRequest handles this case with default header values.

Bad Request

func NewGetBankidsBadRequest added in v0.43.0

func NewGetBankidsBadRequest() *GetBankidsBadRequest

NewGetBankidsBadRequest creates a GetBankidsBadRequest with default headers values

func (*GetBankidsBadRequest) Error added in v0.43.0

func (o *GetBankidsBadRequest) Error() string

func (*GetBankidsBadRequest) GetPayload added in v0.43.0

func (o *GetBankidsBadRequest) GetPayload() *models.APIError

type GetBankidsConflict added in v0.43.0

type GetBankidsConflict struct {
	Payload *models.APIError
}

GetBankidsConflict handles this case with default header values.

Conflict

func NewGetBankidsConflict added in v0.43.0

func NewGetBankidsConflict() *GetBankidsConflict

NewGetBankidsConflict creates a GetBankidsConflict with default headers values

func (*GetBankidsConflict) Error added in v0.43.0

func (o *GetBankidsConflict) Error() string

func (*GetBankidsConflict) GetPayload added in v0.43.0

func (o *GetBankidsConflict) GetPayload() *models.APIError

type GetBankidsForbidden added in v0.43.0

type GetBankidsForbidden struct {
	Payload *models.APIError
}

GetBankidsForbidden handles this case with default header values.

Forbidden

func NewGetBankidsForbidden added in v0.43.0

func NewGetBankidsForbidden() *GetBankidsForbidden

NewGetBankidsForbidden creates a GetBankidsForbidden with default headers values

func (*GetBankidsForbidden) Error added in v0.43.0

func (o *GetBankidsForbidden) Error() string

func (*GetBankidsForbidden) GetPayload added in v0.43.0

func (o *GetBankidsForbidden) GetPayload() *models.APIError

type GetBankidsIDBadRequest added in v0.43.0

type GetBankidsIDBadRequest struct {
	Payload *models.APIError
}

GetBankidsIDBadRequest handles this case with default header values.

Bad Request

func NewGetBankidsIDBadRequest added in v0.43.0

func NewGetBankidsIDBadRequest() *GetBankidsIDBadRequest

NewGetBankidsIDBadRequest creates a GetBankidsIDBadRequest with default headers values

func (*GetBankidsIDBadRequest) Error added in v0.43.0

func (o *GetBankidsIDBadRequest) Error() string

func (*GetBankidsIDBadRequest) GetPayload added in v0.43.0

func (o *GetBankidsIDBadRequest) GetPayload() *models.APIError

type GetBankidsIDConflict added in v0.43.0

type GetBankidsIDConflict struct {
	Payload *models.APIError
}

GetBankidsIDConflict handles this case with default header values.

Conflict

func NewGetBankidsIDConflict added in v0.43.0

func NewGetBankidsIDConflict() *GetBankidsIDConflict

NewGetBankidsIDConflict creates a GetBankidsIDConflict with default headers values

func (*GetBankidsIDConflict) Error added in v0.43.0

func (o *GetBankidsIDConflict) Error() string

func (*GetBankidsIDConflict) GetPayload added in v0.43.0

func (o *GetBankidsIDConflict) GetPayload() *models.APIError

type GetBankidsIDForbidden added in v0.43.0

type GetBankidsIDForbidden struct {
	Payload *models.APIError
}

GetBankidsIDForbidden handles this case with default header values.

Forbidden

func NewGetBankidsIDForbidden added in v0.43.0

func NewGetBankidsIDForbidden() *GetBankidsIDForbidden

NewGetBankidsIDForbidden creates a GetBankidsIDForbidden with default headers values

func (*GetBankidsIDForbidden) Error added in v0.43.0

func (o *GetBankidsIDForbidden) Error() string

func (*GetBankidsIDForbidden) GetPayload added in v0.43.0

func (o *GetBankidsIDForbidden) GetPayload() *models.APIError

type GetBankidsIDInternalServerError added in v0.43.0

type GetBankidsIDInternalServerError struct {
	Payload *models.APIError
}

GetBankidsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetBankidsIDInternalServerError added in v0.43.0

func NewGetBankidsIDInternalServerError() *GetBankidsIDInternalServerError

NewGetBankidsIDInternalServerError creates a GetBankidsIDInternalServerError with default headers values

func (*GetBankidsIDInternalServerError) Error added in v0.43.0

func (*GetBankidsIDInternalServerError) GetPayload added in v0.43.0

type GetBankidsIDNotFound added in v0.43.0

type GetBankidsIDNotFound struct {
	Payload *models.APIError
}

GetBankidsIDNotFound handles this case with default header values.

Record not found

func NewGetBankidsIDNotFound added in v0.43.0

func NewGetBankidsIDNotFound() *GetBankidsIDNotFound

NewGetBankidsIDNotFound creates a GetBankidsIDNotFound with default headers values

func (*GetBankidsIDNotFound) Error added in v0.43.0

func (o *GetBankidsIDNotFound) Error() string

func (*GetBankidsIDNotFound) GetPayload added in v0.43.0

func (o *GetBankidsIDNotFound) GetPayload() *models.APIError

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

func (*GetBankidsIDOK) GetPayload added in v0.43.0

func (o *GetBankidsIDOK) GetPayload() *models.BankIDDetailsResponse

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 GetBankidsIDServiceUnavailable added in v0.43.0

type GetBankidsIDServiceUnavailable struct {
	Payload *models.APIError
}

GetBankidsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetBankidsIDServiceUnavailable added in v0.43.0

func NewGetBankidsIDServiceUnavailable() *GetBankidsIDServiceUnavailable

NewGetBankidsIDServiceUnavailable creates a GetBankidsIDServiceUnavailable with default headers values

func (*GetBankidsIDServiceUnavailable) Error added in v0.43.0

func (*GetBankidsIDServiceUnavailable) GetPayload added in v0.43.0

type GetBankidsIDTooManyRequests added in v0.43.0

type GetBankidsIDTooManyRequests struct {
	Payload *models.APIError
}

GetBankidsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetBankidsIDTooManyRequests added in v0.43.0

func NewGetBankidsIDTooManyRequests() *GetBankidsIDTooManyRequests

NewGetBankidsIDTooManyRequests creates a GetBankidsIDTooManyRequests with default headers values

func (*GetBankidsIDTooManyRequests) Error added in v0.43.0

func (*GetBankidsIDTooManyRequests) GetPayload added in v0.43.0

func (o *GetBankidsIDTooManyRequests) GetPayload() *models.APIError

type GetBankidsIDUnauthorized added in v0.43.0

type GetBankidsIDUnauthorized struct {
	Payload *models.APIError
}

GetBankidsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetBankidsIDUnauthorized added in v0.43.0

func NewGetBankidsIDUnauthorized() *GetBankidsIDUnauthorized

NewGetBankidsIDUnauthorized creates a GetBankidsIDUnauthorized with default headers values

func (*GetBankidsIDUnauthorized) Error added in v0.43.0

func (o *GetBankidsIDUnauthorized) Error() string

func (*GetBankidsIDUnauthorized) GetPayload added in v0.43.0

func (o *GetBankidsIDUnauthorized) GetPayload() *models.APIError

type GetBankidsInternalServerError added in v0.43.0

type GetBankidsInternalServerError struct {
	Payload *models.APIError
}

GetBankidsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetBankidsInternalServerError added in v0.43.0

func NewGetBankidsInternalServerError() *GetBankidsInternalServerError

NewGetBankidsInternalServerError creates a GetBankidsInternalServerError with default headers values

func (*GetBankidsInternalServerError) Error added in v0.43.0

func (*GetBankidsInternalServerError) GetPayload added in v0.43.0

type GetBankidsNotFound added in v0.43.0

type GetBankidsNotFound struct {
	Payload *models.APIError
}

GetBankidsNotFound handles this case with default header values.

Record not found

func NewGetBankidsNotFound added in v0.43.0

func NewGetBankidsNotFound() *GetBankidsNotFound

NewGetBankidsNotFound creates a GetBankidsNotFound with default headers values

func (*GetBankidsNotFound) Error added in v0.43.0

func (o *GetBankidsNotFound) Error() string

func (*GetBankidsNotFound) GetPayload added in v0.43.0

func (o *GetBankidsNotFound) GetPayload() *models.APIError

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

func (*GetBankidsOK) GetPayload added in v0.43.0

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 GetBankidsServiceUnavailable added in v0.43.0

type GetBankidsServiceUnavailable struct {
	Payload *models.APIError
}

GetBankidsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetBankidsServiceUnavailable added in v0.43.0

func NewGetBankidsServiceUnavailable() *GetBankidsServiceUnavailable

NewGetBankidsServiceUnavailable creates a GetBankidsServiceUnavailable with default headers values

func (*GetBankidsServiceUnavailable) Error added in v0.43.0

func (*GetBankidsServiceUnavailable) GetPayload added in v0.43.0

func (o *GetBankidsServiceUnavailable) GetPayload() *models.APIError

type GetBankidsTooManyRequests added in v0.43.0

type GetBankidsTooManyRequests struct {
	Payload *models.APIError
}

GetBankidsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetBankidsTooManyRequests added in v0.43.0

func NewGetBankidsTooManyRequests() *GetBankidsTooManyRequests

NewGetBankidsTooManyRequests creates a GetBankidsTooManyRequests with default headers values

func (*GetBankidsTooManyRequests) Error added in v0.43.0

func (o *GetBankidsTooManyRequests) Error() string

func (*GetBankidsTooManyRequests) GetPayload added in v0.43.0

func (o *GetBankidsTooManyRequests) GetPayload() *models.APIError

type GetBankidsUnauthorized added in v0.43.0

type GetBankidsUnauthorized struct {
	Payload *models.APIError
}

GetBankidsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetBankidsUnauthorized added in v0.43.0

func NewGetBankidsUnauthorized() *GetBankidsUnauthorized

NewGetBankidsUnauthorized creates a GetBankidsUnauthorized with default headers values

func (*GetBankidsUnauthorized) Error added in v0.43.0

func (o *GetBankidsUnauthorized) Error() string

func (*GetBankidsUnauthorized) GetPayload added in v0.43.0

func (o *GetBankidsUnauthorized) GetPayload() *models.APIError

type GetBicsBadRequest added in v0.43.0

type GetBicsBadRequest struct {
	Payload *models.APIError
}

GetBicsBadRequest handles this case with default header values.

Bad Request

func NewGetBicsBadRequest added in v0.43.0

func NewGetBicsBadRequest() *GetBicsBadRequest

NewGetBicsBadRequest creates a GetBicsBadRequest with default headers values

func (*GetBicsBadRequest) Error added in v0.43.0

func (o *GetBicsBadRequest) Error() string

func (*GetBicsBadRequest) GetPayload added in v0.43.0

func (o *GetBicsBadRequest) GetPayload() *models.APIError

type GetBicsConflict added in v0.43.0

type GetBicsConflict struct {
	Payload *models.APIError
}

GetBicsConflict handles this case with default header values.

Conflict

func NewGetBicsConflict added in v0.43.0

func NewGetBicsConflict() *GetBicsConflict

NewGetBicsConflict creates a GetBicsConflict with default headers values

func (*GetBicsConflict) Error added in v0.43.0

func (o *GetBicsConflict) Error() string

func (*GetBicsConflict) GetPayload added in v0.43.0

func (o *GetBicsConflict) GetPayload() *models.APIError

type GetBicsForbidden added in v0.43.0

type GetBicsForbidden struct {
	Payload *models.APIError
}

GetBicsForbidden handles this case with default header values.

Forbidden

func NewGetBicsForbidden added in v0.43.0

func NewGetBicsForbidden() *GetBicsForbidden

NewGetBicsForbidden creates a GetBicsForbidden with default headers values

func (*GetBicsForbidden) Error added in v0.43.0

func (o *GetBicsForbidden) Error() string

func (*GetBicsForbidden) GetPayload added in v0.43.0

func (o *GetBicsForbidden) GetPayload() *models.APIError

type GetBicsIDBadRequest added in v0.43.0

type GetBicsIDBadRequest struct {
	Payload *models.APIError
}

GetBicsIDBadRequest handles this case with default header values.

Bad Request

func NewGetBicsIDBadRequest added in v0.43.0

func NewGetBicsIDBadRequest() *GetBicsIDBadRequest

NewGetBicsIDBadRequest creates a GetBicsIDBadRequest with default headers values

func (*GetBicsIDBadRequest) Error added in v0.43.0

func (o *GetBicsIDBadRequest) Error() string

func (*GetBicsIDBadRequest) GetPayload added in v0.43.0

func (o *GetBicsIDBadRequest) GetPayload() *models.APIError

type GetBicsIDConflict added in v0.43.0

type GetBicsIDConflict struct {
	Payload *models.APIError
}

GetBicsIDConflict handles this case with default header values.

Conflict

func NewGetBicsIDConflict added in v0.43.0

func NewGetBicsIDConflict() *GetBicsIDConflict

NewGetBicsIDConflict creates a GetBicsIDConflict with default headers values

func (*GetBicsIDConflict) Error added in v0.43.0

func (o *GetBicsIDConflict) Error() string

func (*GetBicsIDConflict) GetPayload added in v0.43.0

func (o *GetBicsIDConflict) GetPayload() *models.APIError

type GetBicsIDForbidden added in v0.43.0

type GetBicsIDForbidden struct {
	Payload *models.APIError
}

GetBicsIDForbidden handles this case with default header values.

Forbidden

func NewGetBicsIDForbidden added in v0.43.0

func NewGetBicsIDForbidden() *GetBicsIDForbidden

NewGetBicsIDForbidden creates a GetBicsIDForbidden with default headers values

func (*GetBicsIDForbidden) Error added in v0.43.0

func (o *GetBicsIDForbidden) Error() string

func (*GetBicsIDForbidden) GetPayload added in v0.43.0

func (o *GetBicsIDForbidden) GetPayload() *models.APIError

type GetBicsIDInternalServerError added in v0.43.0

type GetBicsIDInternalServerError struct {
	Payload *models.APIError
}

GetBicsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetBicsIDInternalServerError added in v0.43.0

func NewGetBicsIDInternalServerError() *GetBicsIDInternalServerError

NewGetBicsIDInternalServerError creates a GetBicsIDInternalServerError with default headers values

func (*GetBicsIDInternalServerError) Error added in v0.43.0

func (*GetBicsIDInternalServerError) GetPayload added in v0.43.0

func (o *GetBicsIDInternalServerError) GetPayload() *models.APIError

type GetBicsIDNotFound added in v0.43.0

type GetBicsIDNotFound struct {
	Payload *models.APIError
}

GetBicsIDNotFound handles this case with default header values.

Record not found

func NewGetBicsIDNotFound added in v0.43.0

func NewGetBicsIDNotFound() *GetBicsIDNotFound

NewGetBicsIDNotFound creates a GetBicsIDNotFound with default headers values

func (*GetBicsIDNotFound) Error added in v0.43.0

func (o *GetBicsIDNotFound) Error() string

func (*GetBicsIDNotFound) GetPayload added in v0.43.0

func (o *GetBicsIDNotFound) GetPayload() *models.APIError

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

func (*GetBicsIDOK) GetPayload added in v0.43.0

func (o *GetBicsIDOK) GetPayload() *models.BicDetailsResponse

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 GetBicsIDServiceUnavailable added in v0.43.0

type GetBicsIDServiceUnavailable struct {
	Payload *models.APIError
}

GetBicsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetBicsIDServiceUnavailable added in v0.43.0

func NewGetBicsIDServiceUnavailable() *GetBicsIDServiceUnavailable

NewGetBicsIDServiceUnavailable creates a GetBicsIDServiceUnavailable with default headers values

func (*GetBicsIDServiceUnavailable) Error added in v0.43.0

func (*GetBicsIDServiceUnavailable) GetPayload added in v0.43.0

func (o *GetBicsIDServiceUnavailable) GetPayload() *models.APIError

type GetBicsIDTooManyRequests added in v0.43.0

type GetBicsIDTooManyRequests struct {
	Payload *models.APIError
}

GetBicsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetBicsIDTooManyRequests added in v0.43.0

func NewGetBicsIDTooManyRequests() *GetBicsIDTooManyRequests

NewGetBicsIDTooManyRequests creates a GetBicsIDTooManyRequests with default headers values

func (*GetBicsIDTooManyRequests) Error added in v0.43.0

func (o *GetBicsIDTooManyRequests) Error() string

func (*GetBicsIDTooManyRequests) GetPayload added in v0.43.0

func (o *GetBicsIDTooManyRequests) GetPayload() *models.APIError

type GetBicsIDUnauthorized added in v0.43.0

type GetBicsIDUnauthorized struct {
	Payload *models.APIError
}

GetBicsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetBicsIDUnauthorized added in v0.43.0

func NewGetBicsIDUnauthorized() *GetBicsIDUnauthorized

NewGetBicsIDUnauthorized creates a GetBicsIDUnauthorized with default headers values

func (*GetBicsIDUnauthorized) Error added in v0.43.0

func (o *GetBicsIDUnauthorized) Error() string

func (*GetBicsIDUnauthorized) GetPayload added in v0.43.0

func (o *GetBicsIDUnauthorized) GetPayload() *models.APIError

type GetBicsInternalServerError added in v0.43.0

type GetBicsInternalServerError struct {
	Payload *models.APIError
}

GetBicsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetBicsInternalServerError added in v0.43.0

func NewGetBicsInternalServerError() *GetBicsInternalServerError

NewGetBicsInternalServerError creates a GetBicsInternalServerError with default headers values

func (*GetBicsInternalServerError) Error added in v0.43.0

func (*GetBicsInternalServerError) GetPayload added in v0.43.0

func (o *GetBicsInternalServerError) GetPayload() *models.APIError

type GetBicsNotFound added in v0.43.0

type GetBicsNotFound struct {
	Payload *models.APIError
}

GetBicsNotFound handles this case with default header values.

Record not found

func NewGetBicsNotFound added in v0.43.0

func NewGetBicsNotFound() *GetBicsNotFound

NewGetBicsNotFound creates a GetBicsNotFound with default headers values

func (*GetBicsNotFound) Error added in v0.43.0

func (o *GetBicsNotFound) Error() string

func (*GetBicsNotFound) GetPayload added in v0.43.0

func (o *GetBicsNotFound) GetPayload() *models.APIError

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

func (*GetBicsOK) GetPayload added in v0.43.0

func (o *GetBicsOK) GetPayload() *models.BicDetailsListResponse

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 GetBicsServiceUnavailable added in v0.43.0

type GetBicsServiceUnavailable struct {
	Payload *models.APIError
}

GetBicsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetBicsServiceUnavailable added in v0.43.0

func NewGetBicsServiceUnavailable() *GetBicsServiceUnavailable

NewGetBicsServiceUnavailable creates a GetBicsServiceUnavailable with default headers values

func (*GetBicsServiceUnavailable) Error added in v0.43.0

func (o *GetBicsServiceUnavailable) Error() string

func (*GetBicsServiceUnavailable) GetPayload added in v0.43.0

func (o *GetBicsServiceUnavailable) GetPayload() *models.APIError

type GetBicsTooManyRequests added in v0.43.0

type GetBicsTooManyRequests struct {
	Payload *models.APIError
}

GetBicsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetBicsTooManyRequests added in v0.43.0

func NewGetBicsTooManyRequests() *GetBicsTooManyRequests

NewGetBicsTooManyRequests creates a GetBicsTooManyRequests with default headers values

func (*GetBicsTooManyRequests) Error added in v0.43.0

func (o *GetBicsTooManyRequests) Error() string

func (*GetBicsTooManyRequests) GetPayload added in v0.43.0

func (o *GetBicsTooManyRequests) GetPayload() *models.APIError

type GetBicsUnauthorized added in v0.43.0

type GetBicsUnauthorized struct {
	Payload *models.APIError
}

GetBicsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetBicsUnauthorized added in v0.43.0

func NewGetBicsUnauthorized() *GetBicsUnauthorized

NewGetBicsUnauthorized creates a GetBicsUnauthorized with default headers values

func (*GetBicsUnauthorized) Error added in v0.43.0

func (o *GetBicsUnauthorized) Error() string

func (*GetBicsUnauthorized) GetPayload added in v0.43.0

func (o *GetBicsUnauthorized) GetPayload() *models.APIError

type PatchAccountconfigurationsIDBadRequest added in v0.43.0

type PatchAccountconfigurationsIDBadRequest struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDBadRequest handles this case with default header values.

Bad Request

func NewPatchAccountconfigurationsIDBadRequest added in v0.43.0

func NewPatchAccountconfigurationsIDBadRequest() *PatchAccountconfigurationsIDBadRequest

NewPatchAccountconfigurationsIDBadRequest creates a PatchAccountconfigurationsIDBadRequest with default headers values

func (*PatchAccountconfigurationsIDBadRequest) Error added in v0.43.0

func (*PatchAccountconfigurationsIDBadRequest) GetPayload added in v0.43.0

type PatchAccountconfigurationsIDConflict added in v0.43.0

type PatchAccountconfigurationsIDConflict struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDConflict handles this case with default header values.

Conflict

func NewPatchAccountconfigurationsIDConflict added in v0.43.0

func NewPatchAccountconfigurationsIDConflict() *PatchAccountconfigurationsIDConflict

NewPatchAccountconfigurationsIDConflict creates a PatchAccountconfigurationsIDConflict with default headers values

func (*PatchAccountconfigurationsIDConflict) Error added in v0.43.0

func (*PatchAccountconfigurationsIDConflict) GetPayload added in v0.43.0

type PatchAccountconfigurationsIDForbidden added in v0.43.0

type PatchAccountconfigurationsIDForbidden struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDForbidden handles this case with default header values.

Forbidden

func NewPatchAccountconfigurationsIDForbidden added in v0.43.0

func NewPatchAccountconfigurationsIDForbidden() *PatchAccountconfigurationsIDForbidden

NewPatchAccountconfigurationsIDForbidden creates a PatchAccountconfigurationsIDForbidden with default headers values

func (*PatchAccountconfigurationsIDForbidden) Error added in v0.43.0

func (*PatchAccountconfigurationsIDForbidden) GetPayload added in v0.43.0

type PatchAccountconfigurationsIDInternalServerError added in v0.43.0

type PatchAccountconfigurationsIDInternalServerError struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewPatchAccountconfigurationsIDInternalServerError added in v0.43.0

func NewPatchAccountconfigurationsIDInternalServerError() *PatchAccountconfigurationsIDInternalServerError

NewPatchAccountconfigurationsIDInternalServerError creates a PatchAccountconfigurationsIDInternalServerError with default headers values

func (*PatchAccountconfigurationsIDInternalServerError) Error added in v0.43.0

func (*PatchAccountconfigurationsIDInternalServerError) GetPayload added in v0.43.0

type PatchAccountconfigurationsIDNotFound added in v0.43.0

type PatchAccountconfigurationsIDNotFound struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDNotFound handles this case with default header values.

Record not found

func NewPatchAccountconfigurationsIDNotFound added in v0.43.0

func NewPatchAccountconfigurationsIDNotFound() *PatchAccountconfigurationsIDNotFound

NewPatchAccountconfigurationsIDNotFound creates a PatchAccountconfigurationsIDNotFound with default headers values

func (*PatchAccountconfigurationsIDNotFound) Error added in v0.43.0

func (*PatchAccountconfigurationsIDNotFound) GetPayload added in v0.43.0

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

func (*PatchAccountconfigurationsIDOK) GetPayload added in v0.43.0

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 PatchAccountconfigurationsIDServiceUnavailable added in v0.43.0

type PatchAccountconfigurationsIDServiceUnavailable struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPatchAccountconfigurationsIDServiceUnavailable added in v0.43.0

func NewPatchAccountconfigurationsIDServiceUnavailable() *PatchAccountconfigurationsIDServiceUnavailable

NewPatchAccountconfigurationsIDServiceUnavailable creates a PatchAccountconfigurationsIDServiceUnavailable with default headers values

func (*PatchAccountconfigurationsIDServiceUnavailable) Error added in v0.43.0

func (*PatchAccountconfigurationsIDServiceUnavailable) GetPayload added in v0.43.0

type PatchAccountconfigurationsIDTooManyRequests added in v0.43.0

type PatchAccountconfigurationsIDTooManyRequests struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPatchAccountconfigurationsIDTooManyRequests added in v0.43.0

func NewPatchAccountconfigurationsIDTooManyRequests() *PatchAccountconfigurationsIDTooManyRequests

NewPatchAccountconfigurationsIDTooManyRequests creates a PatchAccountconfigurationsIDTooManyRequests with default headers values

func (*PatchAccountconfigurationsIDTooManyRequests) Error added in v0.43.0

func (*PatchAccountconfigurationsIDTooManyRequests) GetPayload added in v0.43.0

type PatchAccountconfigurationsIDUnauthorized added in v0.43.0

type PatchAccountconfigurationsIDUnauthorized struct {
	Payload *models.APIError
}

PatchAccountconfigurationsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPatchAccountconfigurationsIDUnauthorized added in v0.43.0

func NewPatchAccountconfigurationsIDUnauthorized() *PatchAccountconfigurationsIDUnauthorized

NewPatchAccountconfigurationsIDUnauthorized creates a PatchAccountconfigurationsIDUnauthorized with default headers values

func (*PatchAccountconfigurationsIDUnauthorized) Error added in v0.43.0

func (*PatchAccountconfigurationsIDUnauthorized) GetPayload added in v0.43.0

type PostAccountconfigurationsBadRequest added in v0.43.0

type PostAccountconfigurationsBadRequest struct {
	Payload *models.APIError
}

PostAccountconfigurationsBadRequest handles this case with default header values.

Bad Request

func NewPostAccountconfigurationsBadRequest added in v0.43.0

func NewPostAccountconfigurationsBadRequest() *PostAccountconfigurationsBadRequest

NewPostAccountconfigurationsBadRequest creates a PostAccountconfigurationsBadRequest with default headers values

func (*PostAccountconfigurationsBadRequest) Error added in v0.43.0

func (*PostAccountconfigurationsBadRequest) GetPayload added in v0.43.0

type PostAccountconfigurationsConflict added in v0.43.0

type PostAccountconfigurationsConflict struct {
	Payload *models.APIError
}

PostAccountconfigurationsConflict handles this case with default header values.

Conflict

func NewPostAccountconfigurationsConflict added in v0.43.0

func NewPostAccountconfigurationsConflict() *PostAccountconfigurationsConflict

NewPostAccountconfigurationsConflict creates a PostAccountconfigurationsConflict with default headers values

func (*PostAccountconfigurationsConflict) Error added in v0.43.0

func (*PostAccountconfigurationsConflict) GetPayload added in v0.43.0

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

func (*PostAccountconfigurationsCreated) GetPayload added in v0.43.0

type PostAccountconfigurationsForbidden added in v0.43.0

type PostAccountconfigurationsForbidden struct {
	Payload *models.APIError
}

PostAccountconfigurationsForbidden handles this case with default header values.

Forbidden

func NewPostAccountconfigurationsForbidden added in v0.43.0

func NewPostAccountconfigurationsForbidden() *PostAccountconfigurationsForbidden

NewPostAccountconfigurationsForbidden creates a PostAccountconfigurationsForbidden with default headers values

func (*PostAccountconfigurationsForbidden) Error added in v0.43.0

func (*PostAccountconfigurationsForbidden) GetPayload added in v0.43.0

type PostAccountconfigurationsInternalServerError added in v0.43.0

type PostAccountconfigurationsInternalServerError struct {
	Payload *models.APIError
}

PostAccountconfigurationsInternalServerError handles this case with default header values.

Internal Server Error

func NewPostAccountconfigurationsInternalServerError added in v0.43.0

func NewPostAccountconfigurationsInternalServerError() *PostAccountconfigurationsInternalServerError

NewPostAccountconfigurationsInternalServerError creates a PostAccountconfigurationsInternalServerError with default headers values

func (*PostAccountconfigurationsInternalServerError) Error added in v0.43.0

func (*PostAccountconfigurationsInternalServerError) GetPayload added in v0.43.0

type PostAccountconfigurationsNotFound added in v0.43.0

type PostAccountconfigurationsNotFound struct {
	Payload *models.APIError
}

PostAccountconfigurationsNotFound handles this case with default header values.

Record not found

func NewPostAccountconfigurationsNotFound added in v0.43.0

func NewPostAccountconfigurationsNotFound() *PostAccountconfigurationsNotFound

NewPostAccountconfigurationsNotFound creates a PostAccountconfigurationsNotFound with default headers values

func (*PostAccountconfigurationsNotFound) Error added in v0.43.0

func (*PostAccountconfigurationsNotFound) GetPayload added in v0.43.0

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 PostAccountconfigurationsServiceUnavailable added in v0.43.0

type PostAccountconfigurationsServiceUnavailable struct {
	Payload *models.APIError
}

PostAccountconfigurationsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostAccountconfigurationsServiceUnavailable added in v0.43.0

func NewPostAccountconfigurationsServiceUnavailable() *PostAccountconfigurationsServiceUnavailable

NewPostAccountconfigurationsServiceUnavailable creates a PostAccountconfigurationsServiceUnavailable with default headers values

func (*PostAccountconfigurationsServiceUnavailable) Error added in v0.43.0

func (*PostAccountconfigurationsServiceUnavailable) GetPayload added in v0.43.0

type PostAccountconfigurationsTooManyRequests added in v0.43.0

type PostAccountconfigurationsTooManyRequests struct {
	Payload *models.APIError
}

PostAccountconfigurationsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostAccountconfigurationsTooManyRequests added in v0.43.0

func NewPostAccountconfigurationsTooManyRequests() *PostAccountconfigurationsTooManyRequests

NewPostAccountconfigurationsTooManyRequests creates a PostAccountconfigurationsTooManyRequests with default headers values

func (*PostAccountconfigurationsTooManyRequests) Error added in v0.43.0

func (*PostAccountconfigurationsTooManyRequests) GetPayload added in v0.43.0

type PostAccountconfigurationsUnauthorized added in v0.43.0

type PostAccountconfigurationsUnauthorized struct {
	Payload *models.APIError
}

PostAccountconfigurationsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostAccountconfigurationsUnauthorized added in v0.43.0

func NewPostAccountconfigurationsUnauthorized() *PostAccountconfigurationsUnauthorized

NewPostAccountconfigurationsUnauthorized creates a PostAccountconfigurationsUnauthorized with default headers values

func (*PostAccountconfigurationsUnauthorized) Error added in v0.43.0

func (*PostAccountconfigurationsUnauthorized) GetPayload added in v0.43.0

type PostAccountsBadRequest added in v0.43.0

type PostAccountsBadRequest struct {
	Payload *models.APIError
}

PostAccountsBadRequest handles this case with default header values.

Bad Request

func NewPostAccountsBadRequest added in v0.43.0

func NewPostAccountsBadRequest() *PostAccountsBadRequest

NewPostAccountsBadRequest creates a PostAccountsBadRequest with default headers values

func (*PostAccountsBadRequest) Error added in v0.43.0

func (o *PostAccountsBadRequest) Error() string

func (*PostAccountsBadRequest) GetPayload added in v0.43.0

func (o *PostAccountsBadRequest) GetPayload() *models.APIError

type PostAccountsConflict added in v0.43.0

type PostAccountsConflict struct {
	Payload *models.APIError
}

PostAccountsConflict handles this case with default header values.

Conflict

func NewPostAccountsConflict added in v0.43.0

func NewPostAccountsConflict() *PostAccountsConflict

NewPostAccountsConflict creates a PostAccountsConflict with default headers values

func (*PostAccountsConflict) Error added in v0.43.0

func (o *PostAccountsConflict) Error() string

func (*PostAccountsConflict) GetPayload added in v0.43.0

func (o *PostAccountsConflict) GetPayload() *models.APIError

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

func (*PostAccountsCreated) GetPayload added in v0.43.0

type PostAccountsForbidden added in v0.43.0

type PostAccountsForbidden struct {
	Payload *models.APIError
}

PostAccountsForbidden handles this case with default header values.

Forbidden

func NewPostAccountsForbidden added in v0.43.0

func NewPostAccountsForbidden() *PostAccountsForbidden

NewPostAccountsForbidden creates a PostAccountsForbidden with default headers values

func (*PostAccountsForbidden) Error added in v0.43.0

func (o *PostAccountsForbidden) Error() string

func (*PostAccountsForbidden) GetPayload added in v0.43.0

func (o *PostAccountsForbidden) GetPayload() *models.APIError

type PostAccountsInternalServerError added in v0.43.0

type PostAccountsInternalServerError struct {
	Payload *models.APIError
}

PostAccountsInternalServerError handles this case with default header values.

Internal Server Error

func NewPostAccountsInternalServerError added in v0.43.0

func NewPostAccountsInternalServerError() *PostAccountsInternalServerError

NewPostAccountsInternalServerError creates a PostAccountsInternalServerError with default headers values

func (*PostAccountsInternalServerError) Error added in v0.43.0

func (*PostAccountsInternalServerError) GetPayload added in v0.43.0

type PostAccountsNotFound added in v0.43.0

type PostAccountsNotFound struct {
	Payload *models.APIError
}

PostAccountsNotFound handles this case with default header values.

Record not found

func NewPostAccountsNotFound added in v0.43.0

func NewPostAccountsNotFound() *PostAccountsNotFound

NewPostAccountsNotFound creates a PostAccountsNotFound with default headers values

func (*PostAccountsNotFound) Error added in v0.43.0

func (o *PostAccountsNotFound) Error() string

func (*PostAccountsNotFound) GetPayload added in v0.43.0

func (o *PostAccountsNotFound) GetPayload() *models.APIError

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 PostAccountsServiceUnavailable added in v0.43.0

type PostAccountsServiceUnavailable struct {
	Payload *models.APIError
}

PostAccountsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostAccountsServiceUnavailable added in v0.43.0

func NewPostAccountsServiceUnavailable() *PostAccountsServiceUnavailable

NewPostAccountsServiceUnavailable creates a PostAccountsServiceUnavailable with default headers values

func (*PostAccountsServiceUnavailable) Error added in v0.43.0

func (*PostAccountsServiceUnavailable) GetPayload added in v0.43.0

type PostAccountsTooManyRequests added in v0.43.0

type PostAccountsTooManyRequests struct {
	Payload *models.APIError
}

PostAccountsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostAccountsTooManyRequests added in v0.43.0

func NewPostAccountsTooManyRequests() *PostAccountsTooManyRequests

NewPostAccountsTooManyRequests creates a PostAccountsTooManyRequests with default headers values

func (*PostAccountsTooManyRequests) Error added in v0.43.0

func (*PostAccountsTooManyRequests) GetPayload added in v0.43.0

func (o *PostAccountsTooManyRequests) GetPayload() *models.APIError

type PostAccountsUnauthorized added in v0.43.0

type PostAccountsUnauthorized struct {
	Payload *models.APIError
}

PostAccountsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostAccountsUnauthorized added in v0.43.0

func NewPostAccountsUnauthorized() *PostAccountsUnauthorized

NewPostAccountsUnauthorized creates a PostAccountsUnauthorized with default headers values

func (*PostAccountsUnauthorized) Error added in v0.43.0

func (o *PostAccountsUnauthorized) Error() string

func (*PostAccountsUnauthorized) GetPayload added in v0.43.0

func (o *PostAccountsUnauthorized) GetPayload() *models.APIError

type PostBankidsBadRequest added in v0.43.0

type PostBankidsBadRequest struct {
	Payload *models.APIError
}

PostBankidsBadRequest handles this case with default header values.

Bad Request

func NewPostBankidsBadRequest added in v0.43.0

func NewPostBankidsBadRequest() *PostBankidsBadRequest

NewPostBankidsBadRequest creates a PostBankidsBadRequest with default headers values

func (*PostBankidsBadRequest) Error added in v0.43.0

func (o *PostBankidsBadRequest) Error() string

func (*PostBankidsBadRequest) GetPayload added in v0.43.0

func (o *PostBankidsBadRequest) GetPayload() *models.APIError

type PostBankidsConflict added in v0.43.0

type PostBankidsConflict struct {
	Payload *models.APIError
}

PostBankidsConflict handles this case with default header values.

Conflict

func NewPostBankidsConflict added in v0.43.0

func NewPostBankidsConflict() *PostBankidsConflict

NewPostBankidsConflict creates a PostBankidsConflict with default headers values

func (*PostBankidsConflict) Error added in v0.43.0

func (o *PostBankidsConflict) Error() string

func (*PostBankidsConflict) GetPayload added in v0.43.0

func (o *PostBankidsConflict) GetPayload() *models.APIError

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

func (*PostBankidsCreated) GetPayload added in v0.43.0

type PostBankidsForbidden added in v0.43.0

type PostBankidsForbidden struct {
	Payload *models.APIError
}

PostBankidsForbidden handles this case with default header values.

Forbidden

func NewPostBankidsForbidden added in v0.43.0

func NewPostBankidsForbidden() *PostBankidsForbidden

NewPostBankidsForbidden creates a PostBankidsForbidden with default headers values

func (*PostBankidsForbidden) Error added in v0.43.0

func (o *PostBankidsForbidden) Error() string

func (*PostBankidsForbidden) GetPayload added in v0.43.0

func (o *PostBankidsForbidden) GetPayload() *models.APIError

type PostBankidsInternalServerError added in v0.43.0

type PostBankidsInternalServerError struct {
	Payload *models.APIError
}

PostBankidsInternalServerError handles this case with default header values.

Internal Server Error

func NewPostBankidsInternalServerError added in v0.43.0

func NewPostBankidsInternalServerError() *PostBankidsInternalServerError

NewPostBankidsInternalServerError creates a PostBankidsInternalServerError with default headers values

func (*PostBankidsInternalServerError) Error added in v0.43.0

func (*PostBankidsInternalServerError) GetPayload added in v0.43.0

type PostBankidsNotFound added in v0.43.0

type PostBankidsNotFound struct {
	Payload *models.APIError
}

PostBankidsNotFound handles this case with default header values.

Record not found

func NewPostBankidsNotFound added in v0.43.0

func NewPostBankidsNotFound() *PostBankidsNotFound

NewPostBankidsNotFound creates a PostBankidsNotFound with default headers values

func (*PostBankidsNotFound) Error added in v0.43.0

func (o *PostBankidsNotFound) Error() string

func (*PostBankidsNotFound) GetPayload added in v0.43.0

func (o *PostBankidsNotFound) GetPayload() *models.APIError

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 PostBankidsServiceUnavailable added in v0.43.0

type PostBankidsServiceUnavailable struct {
	Payload *models.APIError
}

PostBankidsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostBankidsServiceUnavailable added in v0.43.0

func NewPostBankidsServiceUnavailable() *PostBankidsServiceUnavailable

NewPostBankidsServiceUnavailable creates a PostBankidsServiceUnavailable with default headers values

func (*PostBankidsServiceUnavailable) Error added in v0.43.0

func (*PostBankidsServiceUnavailable) GetPayload added in v0.43.0

type PostBankidsTooManyRequests added in v0.43.0

type PostBankidsTooManyRequests struct {
	Payload *models.APIError
}

PostBankidsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostBankidsTooManyRequests added in v0.43.0

func NewPostBankidsTooManyRequests() *PostBankidsTooManyRequests

NewPostBankidsTooManyRequests creates a PostBankidsTooManyRequests with default headers values

func (*PostBankidsTooManyRequests) Error added in v0.43.0

func (*PostBankidsTooManyRequests) GetPayload added in v0.43.0

func (o *PostBankidsTooManyRequests) GetPayload() *models.APIError

type PostBankidsUnauthorized added in v0.43.0

type PostBankidsUnauthorized struct {
	Payload *models.APIError
}

PostBankidsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostBankidsUnauthorized added in v0.43.0

func NewPostBankidsUnauthorized() *PostBankidsUnauthorized

NewPostBankidsUnauthorized creates a PostBankidsUnauthorized with default headers values

func (*PostBankidsUnauthorized) Error added in v0.43.0

func (o *PostBankidsUnauthorized) Error() string

func (*PostBankidsUnauthorized) GetPayload added in v0.43.0

func (o *PostBankidsUnauthorized) GetPayload() *models.APIError

type PostBicsBadRequest added in v0.43.0

type PostBicsBadRequest struct {
	Payload *models.APIError
}

PostBicsBadRequest handles this case with default header values.

Bad Request

func NewPostBicsBadRequest added in v0.43.0

func NewPostBicsBadRequest() *PostBicsBadRequest

NewPostBicsBadRequest creates a PostBicsBadRequest with default headers values

func (*PostBicsBadRequest) Error added in v0.43.0

func (o *PostBicsBadRequest) Error() string

func (*PostBicsBadRequest) GetPayload added in v0.43.0

func (o *PostBicsBadRequest) GetPayload() *models.APIError

type PostBicsConflict added in v0.43.0

type PostBicsConflict struct {
	Payload *models.APIError
}

PostBicsConflict handles this case with default header values.

Conflict

func NewPostBicsConflict added in v0.43.0

func NewPostBicsConflict() *PostBicsConflict

NewPostBicsConflict creates a PostBicsConflict with default headers values

func (*PostBicsConflict) Error added in v0.43.0

func (o *PostBicsConflict) Error() string

func (*PostBicsConflict) GetPayload added in v0.43.0

func (o *PostBicsConflict) GetPayload() *models.APIError

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

func (*PostBicsCreated) GetPayload added in v0.43.0

func (o *PostBicsCreated) GetPayload() *models.BicCreationResponse

type PostBicsForbidden added in v0.43.0

type PostBicsForbidden struct {
	Payload *models.APIError
}

PostBicsForbidden handles this case with default header values.

Forbidden

func NewPostBicsForbidden added in v0.43.0

func NewPostBicsForbidden() *PostBicsForbidden

NewPostBicsForbidden creates a PostBicsForbidden with default headers values

func (*PostBicsForbidden) Error added in v0.43.0

func (o *PostBicsForbidden) Error() string

func (*PostBicsForbidden) GetPayload added in v0.43.0

func (o *PostBicsForbidden) GetPayload() *models.APIError

type PostBicsInternalServerError added in v0.43.0

type PostBicsInternalServerError struct {
	Payload *models.APIError
}

PostBicsInternalServerError handles this case with default header values.

Internal Server Error

func NewPostBicsInternalServerError added in v0.43.0

func NewPostBicsInternalServerError() *PostBicsInternalServerError

NewPostBicsInternalServerError creates a PostBicsInternalServerError with default headers values

func (*PostBicsInternalServerError) Error added in v0.43.0

func (*PostBicsInternalServerError) GetPayload added in v0.43.0

func (o *PostBicsInternalServerError) GetPayload() *models.APIError

type PostBicsNotFound added in v0.43.0

type PostBicsNotFound struct {
	Payload *models.APIError
}

PostBicsNotFound handles this case with default header values.

Record not found

func NewPostBicsNotFound added in v0.43.0

func NewPostBicsNotFound() *PostBicsNotFound

NewPostBicsNotFound creates a PostBicsNotFound with default headers values

func (*PostBicsNotFound) Error added in v0.43.0

func (o *PostBicsNotFound) Error() string

func (*PostBicsNotFound) GetPayload added in v0.43.0

func (o *PostBicsNotFound) GetPayload() *models.APIError

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.

type PostBicsServiceUnavailable added in v0.43.0

type PostBicsServiceUnavailable struct {
	Payload *models.APIError
}

PostBicsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostBicsServiceUnavailable added in v0.43.0

func NewPostBicsServiceUnavailable() *PostBicsServiceUnavailable

NewPostBicsServiceUnavailable creates a PostBicsServiceUnavailable with default headers values

func (*PostBicsServiceUnavailable) Error added in v0.43.0

func (*PostBicsServiceUnavailable) GetPayload added in v0.43.0

func (o *PostBicsServiceUnavailable) GetPayload() *models.APIError

type PostBicsTooManyRequests added in v0.43.0

type PostBicsTooManyRequests struct {
	Payload *models.APIError
}

PostBicsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostBicsTooManyRequests added in v0.43.0

func NewPostBicsTooManyRequests() *PostBicsTooManyRequests

NewPostBicsTooManyRequests creates a PostBicsTooManyRequests with default headers values

func (*PostBicsTooManyRequests) Error added in v0.43.0

func (o *PostBicsTooManyRequests) Error() string

func (*PostBicsTooManyRequests) GetPayload added in v0.43.0

func (o *PostBicsTooManyRequests) GetPayload() *models.APIError

type PostBicsUnauthorized added in v0.43.0

type PostBicsUnauthorized struct {
	Payload *models.APIError
}

PostBicsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostBicsUnauthorized added in v0.43.0

func NewPostBicsUnauthorized() *PostBicsUnauthorized

NewPostBicsUnauthorized creates a PostBicsUnauthorized with default headers values

func (*PostBicsUnauthorized) Error added in v0.43.0

func (o *PostBicsUnauthorized) Error() string

func (*PostBicsUnauthorized) GetPayload added in v0.43.0

func (o *PostBicsUnauthorized) GetPayload() *models.APIError

Jump to

Keyboard shortcuts

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