c_o_n_s_e_n_t_p_a_g_e

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptAccountAccessConsentSystemForbidden

type AcceptAccountAccessConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptAccountAccessConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptAccountAccessConsentSystemForbidden

func NewAcceptAccountAccessConsentSystemForbidden() *AcceptAccountAccessConsentSystemForbidden

NewAcceptAccountAccessConsentSystemForbidden creates a AcceptAccountAccessConsentSystemForbidden with default headers values

func (*AcceptAccountAccessConsentSystemForbidden) Code

Code gets the status code for the accept account access consent system forbidden response

func (*AcceptAccountAccessConsentSystemForbidden) Error

func (*AcceptAccountAccessConsentSystemForbidden) GetPayload

func (*AcceptAccountAccessConsentSystemForbidden) IsClientError

IsClientError returns true when this accept account access consent system forbidden response has a 4xx status code

func (*AcceptAccountAccessConsentSystemForbidden) IsCode

IsCode returns true when this accept account access consent system forbidden response a status code equal to that given

func (*AcceptAccountAccessConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept account access consent system forbidden response has a 3xx status code

func (*AcceptAccountAccessConsentSystemForbidden) IsServerError

IsServerError returns true when this accept account access consent system forbidden response has a 5xx status code

func (*AcceptAccountAccessConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept account access consent system forbidden response has a 2xx status code

func (*AcceptAccountAccessConsentSystemForbidden) String

type AcceptAccountAccessConsentSystemNotFound

type AcceptAccountAccessConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptAccountAccessConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptAccountAccessConsentSystemNotFound

func NewAcceptAccountAccessConsentSystemNotFound() *AcceptAccountAccessConsentSystemNotFound

NewAcceptAccountAccessConsentSystemNotFound creates a AcceptAccountAccessConsentSystemNotFound with default headers values

func (*AcceptAccountAccessConsentSystemNotFound) Code

Code gets the status code for the accept account access consent system not found response

func (*AcceptAccountAccessConsentSystemNotFound) Error

func (*AcceptAccountAccessConsentSystemNotFound) GetPayload

func (*AcceptAccountAccessConsentSystemNotFound) IsClientError

IsClientError returns true when this accept account access consent system not found response has a 4xx status code

func (*AcceptAccountAccessConsentSystemNotFound) IsCode

IsCode returns true when this accept account access consent system not found response a status code equal to that given

func (*AcceptAccountAccessConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept account access consent system not found response has a 3xx status code

func (*AcceptAccountAccessConsentSystemNotFound) IsServerError

IsServerError returns true when this accept account access consent system not found response has a 5xx status code

func (*AcceptAccountAccessConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept account access consent system not found response has a 2xx status code

func (*AcceptAccountAccessConsentSystemNotFound) String

type AcceptAccountAccessConsentSystemOK

type AcceptAccountAccessConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptAccountAccessConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptAccountAccessConsentSystemOK

func NewAcceptAccountAccessConsentSystemOK() *AcceptAccountAccessConsentSystemOK

NewAcceptAccountAccessConsentSystemOK creates a AcceptAccountAccessConsentSystemOK with default headers values

func (*AcceptAccountAccessConsentSystemOK) Code

Code gets the status code for the accept account access consent system o k response

func (*AcceptAccountAccessConsentSystemOK) Error

func (*AcceptAccountAccessConsentSystemOK) GetPayload

func (*AcceptAccountAccessConsentSystemOK) IsClientError

func (o *AcceptAccountAccessConsentSystemOK) IsClientError() bool

IsClientError returns true when this accept account access consent system o k response has a 4xx status code

func (*AcceptAccountAccessConsentSystemOK) IsCode

IsCode returns true when this accept account access consent system o k response a status code equal to that given

func (*AcceptAccountAccessConsentSystemOK) IsRedirect

func (o *AcceptAccountAccessConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this accept account access consent system o k response has a 3xx status code

func (*AcceptAccountAccessConsentSystemOK) IsServerError

func (o *AcceptAccountAccessConsentSystemOK) IsServerError() bool

IsServerError returns true when this accept account access consent system o k response has a 5xx status code

func (*AcceptAccountAccessConsentSystemOK) IsSuccess

IsSuccess returns true when this accept account access consent system o k response has a 2xx status code

func (*AcceptAccountAccessConsentSystemOK) String

type AcceptAccountAccessConsentSystemParams

type AcceptAccountAccessConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptAccountAccessConsentSystemParams contains all the parameters to send to the API endpoint

for the accept account access consent system operation.

Typically these are written to a http.Request.

func NewAcceptAccountAccessConsentSystemParams

func NewAcceptAccountAccessConsentSystemParams() *AcceptAccountAccessConsentSystemParams

NewAcceptAccountAccessConsentSystemParams creates a new AcceptAccountAccessConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptAccountAccessConsentSystemParamsWithContext

func NewAcceptAccountAccessConsentSystemParamsWithContext(ctx context.Context) *AcceptAccountAccessConsentSystemParams

NewAcceptAccountAccessConsentSystemParamsWithContext creates a new AcceptAccountAccessConsentSystemParams object with the ability to set a context for a request.

func NewAcceptAccountAccessConsentSystemParamsWithHTTPClient

func NewAcceptAccountAccessConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptAccountAccessConsentSystemParams

NewAcceptAccountAccessConsentSystemParamsWithHTTPClient creates a new AcceptAccountAccessConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptAccountAccessConsentSystemParamsWithTimeout

func NewAcceptAccountAccessConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptAccountAccessConsentSystemParams

NewAcceptAccountAccessConsentSystemParamsWithTimeout creates a new AcceptAccountAccessConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptAccountAccessConsentSystemParams) SetAcceptConsent

func (o *AcceptAccountAccessConsentSystemParams) SetAcceptConsent(acceptConsent *models.AcceptConsentRequest)

SetAcceptConsent adds the acceptConsent to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) SetContext

SetContext adds the context to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) SetDefaults

func (o *AcceptAccountAccessConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the accept account access consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptAccountAccessConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) SetLogin

SetLogin adds the login to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) WithContext

WithContext adds the context to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept account access consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptAccountAccessConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) WithLogin

WithLogin adds the login to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept account access consent system params

func (*AcceptAccountAccessConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptAccountAccessConsentSystemReader

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

AcceptAccountAccessConsentSystemReader is a Reader for the AcceptAccountAccessConsentSystem structure.

func (*AcceptAccountAccessConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptAccountAccessConsentSystemTooManyRequests

type AcceptAccountAccessConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptAccountAccessConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptAccountAccessConsentSystemTooManyRequests

func NewAcceptAccountAccessConsentSystemTooManyRequests() *AcceptAccountAccessConsentSystemTooManyRequests

NewAcceptAccountAccessConsentSystemTooManyRequests creates a AcceptAccountAccessConsentSystemTooManyRequests with default headers values

func (*AcceptAccountAccessConsentSystemTooManyRequests) Code

Code gets the status code for the accept account access consent system too many requests response

func (*AcceptAccountAccessConsentSystemTooManyRequests) Error

func (*AcceptAccountAccessConsentSystemTooManyRequests) GetPayload

func (*AcceptAccountAccessConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept account access consent system too many requests response has a 4xx status code

func (*AcceptAccountAccessConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept account access consent system too many requests response a status code equal to that given

func (*AcceptAccountAccessConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept account access consent system too many requests response has a 3xx status code

func (*AcceptAccountAccessConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept account access consent system too many requests response has a 5xx status code

func (*AcceptAccountAccessConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept account access consent system too many requests response has a 2xx status code

func (*AcceptAccountAccessConsentSystemTooManyRequests) String

type AcceptAccountAccessConsentSystemUnauthorized

type AcceptAccountAccessConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptAccountAccessConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptAccountAccessConsentSystemUnauthorized

func NewAcceptAccountAccessConsentSystemUnauthorized() *AcceptAccountAccessConsentSystemUnauthorized

NewAcceptAccountAccessConsentSystemUnauthorized creates a AcceptAccountAccessConsentSystemUnauthorized with default headers values

func (*AcceptAccountAccessConsentSystemUnauthorized) Code

Code gets the status code for the accept account access consent system unauthorized response

func (*AcceptAccountAccessConsentSystemUnauthorized) Error

func (*AcceptAccountAccessConsentSystemUnauthorized) GetPayload

func (*AcceptAccountAccessConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept account access consent system unauthorized response has a 4xx status code

func (*AcceptAccountAccessConsentSystemUnauthorized) IsCode

IsCode returns true when this accept account access consent system unauthorized response a status code equal to that given

func (*AcceptAccountAccessConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept account access consent system unauthorized response has a 3xx status code

func (*AcceptAccountAccessConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept account access consent system unauthorized response has a 5xx status code

func (*AcceptAccountAccessConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept account access consent system unauthorized response has a 2xx status code

func (*AcceptAccountAccessConsentSystemUnauthorized) String

type AcceptDomesticPaymentConsentSystemForbidden

type AcceptDomesticPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptDomesticPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptDomesticPaymentConsentSystemForbidden

func NewAcceptDomesticPaymentConsentSystemForbidden() *AcceptDomesticPaymentConsentSystemForbidden

NewAcceptDomesticPaymentConsentSystemForbidden creates a AcceptDomesticPaymentConsentSystemForbidden with default headers values

func (*AcceptDomesticPaymentConsentSystemForbidden) Code

Code gets the status code for the accept domestic payment consent system forbidden response

func (*AcceptDomesticPaymentConsentSystemForbidden) Error

func (*AcceptDomesticPaymentConsentSystemForbidden) GetPayload

func (*AcceptDomesticPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this accept domestic payment consent system forbidden response has a 4xx status code

func (*AcceptDomesticPaymentConsentSystemForbidden) IsCode

IsCode returns true when this accept domestic payment consent system forbidden response a status code equal to that given

func (*AcceptDomesticPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept domestic payment consent system forbidden response has a 3xx status code

func (*AcceptDomesticPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this accept domestic payment consent system forbidden response has a 5xx status code

func (*AcceptDomesticPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept domestic payment consent system forbidden response has a 2xx status code

func (*AcceptDomesticPaymentConsentSystemForbidden) String

type AcceptDomesticPaymentConsentSystemNotFound

type AcceptDomesticPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptDomesticPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptDomesticPaymentConsentSystemNotFound

func NewAcceptDomesticPaymentConsentSystemNotFound() *AcceptDomesticPaymentConsentSystemNotFound

NewAcceptDomesticPaymentConsentSystemNotFound creates a AcceptDomesticPaymentConsentSystemNotFound with default headers values

func (*AcceptDomesticPaymentConsentSystemNotFound) Code

Code gets the status code for the accept domestic payment consent system not found response

func (*AcceptDomesticPaymentConsentSystemNotFound) Error

func (*AcceptDomesticPaymentConsentSystemNotFound) GetPayload

func (*AcceptDomesticPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this accept domestic payment consent system not found response has a 4xx status code

func (*AcceptDomesticPaymentConsentSystemNotFound) IsCode

IsCode returns true when this accept domestic payment consent system not found response a status code equal to that given

func (*AcceptDomesticPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept domestic payment consent system not found response has a 3xx status code

func (*AcceptDomesticPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this accept domestic payment consent system not found response has a 5xx status code

func (*AcceptDomesticPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept domestic payment consent system not found response has a 2xx status code

func (*AcceptDomesticPaymentConsentSystemNotFound) String

type AcceptDomesticPaymentConsentSystemOK

type AcceptDomesticPaymentConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptDomesticPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptDomesticPaymentConsentSystemOK

func NewAcceptDomesticPaymentConsentSystemOK() *AcceptDomesticPaymentConsentSystemOK

NewAcceptDomesticPaymentConsentSystemOK creates a AcceptDomesticPaymentConsentSystemOK with default headers values

func (*AcceptDomesticPaymentConsentSystemOK) Code

Code gets the status code for the accept domestic payment consent system o k response

func (*AcceptDomesticPaymentConsentSystemOK) Error

func (*AcceptDomesticPaymentConsentSystemOK) GetPayload

func (*AcceptDomesticPaymentConsentSystemOK) IsClientError

func (o *AcceptDomesticPaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this accept domestic payment consent system o k response has a 4xx status code

func (*AcceptDomesticPaymentConsentSystemOK) IsCode

IsCode returns true when this accept domestic payment consent system o k response a status code equal to that given

func (*AcceptDomesticPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this accept domestic payment consent system o k response has a 3xx status code

func (*AcceptDomesticPaymentConsentSystemOK) IsServerError

func (o *AcceptDomesticPaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this accept domestic payment consent system o k response has a 5xx status code

func (*AcceptDomesticPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this accept domestic payment consent system o k response has a 2xx status code

func (*AcceptDomesticPaymentConsentSystemOK) String

type AcceptDomesticPaymentConsentSystemParams

type AcceptDomesticPaymentConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptDomesticPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the accept domestic payment consent system operation.

Typically these are written to a http.Request.

func NewAcceptDomesticPaymentConsentSystemParams

func NewAcceptDomesticPaymentConsentSystemParams() *AcceptDomesticPaymentConsentSystemParams

NewAcceptDomesticPaymentConsentSystemParams creates a new AcceptDomesticPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptDomesticPaymentConsentSystemParamsWithContext

func NewAcceptDomesticPaymentConsentSystemParamsWithContext(ctx context.Context) *AcceptDomesticPaymentConsentSystemParams

NewAcceptDomesticPaymentConsentSystemParamsWithContext creates a new AcceptDomesticPaymentConsentSystemParams object with the ability to set a context for a request.

func NewAcceptDomesticPaymentConsentSystemParamsWithHTTPClient

func NewAcceptDomesticPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptDomesticPaymentConsentSystemParams

NewAcceptDomesticPaymentConsentSystemParamsWithHTTPClient creates a new AcceptDomesticPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptDomesticPaymentConsentSystemParamsWithTimeout

func NewAcceptDomesticPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptDomesticPaymentConsentSystemParams

NewAcceptDomesticPaymentConsentSystemParamsWithTimeout creates a new AcceptDomesticPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptDomesticPaymentConsentSystemParams) SetAcceptConsent

func (o *AcceptDomesticPaymentConsentSystemParams) SetAcceptConsent(acceptConsent *models.AcceptConsentRequest)

SetAcceptConsent adds the acceptConsent to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) SetContext

SetContext adds the context to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept domestic payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptDomesticPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) WithContext

WithContext adds the context to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept domestic payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptDomesticPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept domestic payment consent system params

func (*AcceptDomesticPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptDomesticPaymentConsentSystemReader

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

AcceptDomesticPaymentConsentSystemReader is a Reader for the AcceptDomesticPaymentConsentSystem structure.

func (*AcceptDomesticPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptDomesticPaymentConsentSystemTooManyRequests

type AcceptDomesticPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptDomesticPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptDomesticPaymentConsentSystemTooManyRequests

func NewAcceptDomesticPaymentConsentSystemTooManyRequests() *AcceptDomesticPaymentConsentSystemTooManyRequests

NewAcceptDomesticPaymentConsentSystemTooManyRequests creates a AcceptDomesticPaymentConsentSystemTooManyRequests with default headers values

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the accept domestic payment consent system too many requests response

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) Error

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) GetPayload

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept domestic payment consent system too many requests response has a 4xx status code

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept domestic payment consent system too many requests response a status code equal to that given

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept domestic payment consent system too many requests response has a 3xx status code

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept domestic payment consent system too many requests response has a 5xx status code

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept domestic payment consent system too many requests response has a 2xx status code

func (*AcceptDomesticPaymentConsentSystemTooManyRequests) String

type AcceptDomesticPaymentConsentSystemUnauthorized

type AcceptDomesticPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptDomesticPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptDomesticPaymentConsentSystemUnauthorized

func NewAcceptDomesticPaymentConsentSystemUnauthorized() *AcceptDomesticPaymentConsentSystemUnauthorized

NewAcceptDomesticPaymentConsentSystemUnauthorized creates a AcceptDomesticPaymentConsentSystemUnauthorized with default headers values

func (*AcceptDomesticPaymentConsentSystemUnauthorized) Code

Code gets the status code for the accept domestic payment consent system unauthorized response

func (*AcceptDomesticPaymentConsentSystemUnauthorized) Error

func (*AcceptDomesticPaymentConsentSystemUnauthorized) GetPayload

func (*AcceptDomesticPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept domestic payment consent system unauthorized response has a 4xx status code

func (*AcceptDomesticPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this accept domestic payment consent system unauthorized response a status code equal to that given

func (*AcceptDomesticPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept domestic payment consent system unauthorized response has a 3xx status code

func (*AcceptDomesticPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept domestic payment consent system unauthorized response has a 5xx status code

func (*AcceptDomesticPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept domestic payment consent system unauthorized response has a 2xx status code

func (*AcceptDomesticPaymentConsentSystemUnauthorized) String

type AcceptDomesticScheduledPaymentConsentSystemForbidden

type AcceptDomesticScheduledPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptDomesticScheduledPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptDomesticScheduledPaymentConsentSystemForbidden

func NewAcceptDomesticScheduledPaymentConsentSystemForbidden() *AcceptDomesticScheduledPaymentConsentSystemForbidden

NewAcceptDomesticScheduledPaymentConsentSystemForbidden creates a AcceptDomesticScheduledPaymentConsentSystemForbidden with default headers values

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) Code

Code gets the status code for the accept domestic scheduled payment consent system forbidden response

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) Error

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) GetPayload

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this accept domestic scheduled payment consent system forbidden response has a 4xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) IsCode

IsCode returns true when this accept domestic scheduled payment consent system forbidden response a status code equal to that given

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept domestic scheduled payment consent system forbidden response has a 3xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this accept domestic scheduled payment consent system forbidden response has a 5xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept domestic scheduled payment consent system forbidden response has a 2xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemForbidden) String

type AcceptDomesticScheduledPaymentConsentSystemNotFound

type AcceptDomesticScheduledPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptDomesticScheduledPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptDomesticScheduledPaymentConsentSystemNotFound

func NewAcceptDomesticScheduledPaymentConsentSystemNotFound() *AcceptDomesticScheduledPaymentConsentSystemNotFound

NewAcceptDomesticScheduledPaymentConsentSystemNotFound creates a AcceptDomesticScheduledPaymentConsentSystemNotFound with default headers values

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) Code

Code gets the status code for the accept domestic scheduled payment consent system not found response

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) Error

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) GetPayload

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this accept domestic scheduled payment consent system not found response has a 4xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) IsCode

IsCode returns true when this accept domestic scheduled payment consent system not found response a status code equal to that given

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept domestic scheduled payment consent system not found response has a 3xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this accept domestic scheduled payment consent system not found response has a 5xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept domestic scheduled payment consent system not found response has a 2xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemNotFound) String

type AcceptDomesticScheduledPaymentConsentSystemOK

type AcceptDomesticScheduledPaymentConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptDomesticScheduledPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptDomesticScheduledPaymentConsentSystemOK

func NewAcceptDomesticScheduledPaymentConsentSystemOK() *AcceptDomesticScheduledPaymentConsentSystemOK

NewAcceptDomesticScheduledPaymentConsentSystemOK creates a AcceptDomesticScheduledPaymentConsentSystemOK with default headers values

func (*AcceptDomesticScheduledPaymentConsentSystemOK) Code

Code gets the status code for the accept domestic scheduled payment consent system o k response

func (*AcceptDomesticScheduledPaymentConsentSystemOK) Error

func (*AcceptDomesticScheduledPaymentConsentSystemOK) GetPayload

func (*AcceptDomesticScheduledPaymentConsentSystemOK) IsClientError

IsClientError returns true when this accept domestic scheduled payment consent system o k response has a 4xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemOK) IsCode

IsCode returns true when this accept domestic scheduled payment consent system o k response a status code equal to that given

func (*AcceptDomesticScheduledPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this accept domestic scheduled payment consent system o k response has a 3xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemOK) IsServerError

IsServerError returns true when this accept domestic scheduled payment consent system o k response has a 5xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this accept domestic scheduled payment consent system o k response has a 2xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemOK) String

type AcceptDomesticScheduledPaymentConsentSystemParams

type AcceptDomesticScheduledPaymentConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptDomesticScheduledPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the accept domestic scheduled payment consent system operation.

Typically these are written to a http.Request.

func NewAcceptDomesticScheduledPaymentConsentSystemParams

func NewAcceptDomesticScheduledPaymentConsentSystemParams() *AcceptDomesticScheduledPaymentConsentSystemParams

NewAcceptDomesticScheduledPaymentConsentSystemParams creates a new AcceptDomesticScheduledPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptDomesticScheduledPaymentConsentSystemParamsWithContext

func NewAcceptDomesticScheduledPaymentConsentSystemParamsWithContext(ctx context.Context) *AcceptDomesticScheduledPaymentConsentSystemParams

NewAcceptDomesticScheduledPaymentConsentSystemParamsWithContext creates a new AcceptDomesticScheduledPaymentConsentSystemParams object with the ability to set a context for a request.

func NewAcceptDomesticScheduledPaymentConsentSystemParamsWithHTTPClient

func NewAcceptDomesticScheduledPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptDomesticScheduledPaymentConsentSystemParams

NewAcceptDomesticScheduledPaymentConsentSystemParamsWithHTTPClient creates a new AcceptDomesticScheduledPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptDomesticScheduledPaymentConsentSystemParamsWithTimeout

func NewAcceptDomesticScheduledPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptDomesticScheduledPaymentConsentSystemParams

NewAcceptDomesticScheduledPaymentConsentSystemParamsWithTimeout creates a new AcceptDomesticScheduledPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptDomesticScheduledPaymentConsentSystemParams) SetAcceptConsent

SetAcceptConsent adds the acceptConsent to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) SetContext

SetContext adds the context to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept domestic scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptDomesticScheduledPaymentConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WithContext

WithContext adds the context to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept domestic scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept domestic scheduled payment consent system params

func (*AcceptDomesticScheduledPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptDomesticScheduledPaymentConsentSystemReader

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

AcceptDomesticScheduledPaymentConsentSystemReader is a Reader for the AcceptDomesticScheduledPaymentConsentSystem structure.

func (*AcceptDomesticScheduledPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptDomesticScheduledPaymentConsentSystemTooManyRequests

type AcceptDomesticScheduledPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptDomesticScheduledPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptDomesticScheduledPaymentConsentSystemTooManyRequests

func NewAcceptDomesticScheduledPaymentConsentSystemTooManyRequests() *AcceptDomesticScheduledPaymentConsentSystemTooManyRequests

NewAcceptDomesticScheduledPaymentConsentSystemTooManyRequests creates a AcceptDomesticScheduledPaymentConsentSystemTooManyRequests with default headers values

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the accept domestic scheduled payment consent system too many requests response

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) Error

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) GetPayload

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept domestic scheduled payment consent system too many requests response has a 4xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept domestic scheduled payment consent system too many requests response a status code equal to that given

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept domestic scheduled payment consent system too many requests response has a 3xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept domestic scheduled payment consent system too many requests response has a 5xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept domestic scheduled payment consent system too many requests response has a 2xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemTooManyRequests) String

type AcceptDomesticScheduledPaymentConsentSystemUnauthorized

type AcceptDomesticScheduledPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptDomesticScheduledPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptDomesticScheduledPaymentConsentSystemUnauthorized

func NewAcceptDomesticScheduledPaymentConsentSystemUnauthorized() *AcceptDomesticScheduledPaymentConsentSystemUnauthorized

NewAcceptDomesticScheduledPaymentConsentSystemUnauthorized creates a AcceptDomesticScheduledPaymentConsentSystemUnauthorized with default headers values

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) Code

Code gets the status code for the accept domestic scheduled payment consent system unauthorized response

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) Error

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) GetPayload

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept domestic scheduled payment consent system unauthorized response has a 4xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this accept domestic scheduled payment consent system unauthorized response a status code equal to that given

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept domestic scheduled payment consent system unauthorized response has a 3xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept domestic scheduled payment consent system unauthorized response has a 5xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept domestic scheduled payment consent system unauthorized response has a 2xx status code

func (*AcceptDomesticScheduledPaymentConsentSystemUnauthorized) String

type AcceptDomesticStandingOrderConsentSystemForbidden

type AcceptDomesticStandingOrderConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptDomesticStandingOrderConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptDomesticStandingOrderConsentSystemForbidden

func NewAcceptDomesticStandingOrderConsentSystemForbidden() *AcceptDomesticStandingOrderConsentSystemForbidden

NewAcceptDomesticStandingOrderConsentSystemForbidden creates a AcceptDomesticStandingOrderConsentSystemForbidden with default headers values

func (*AcceptDomesticStandingOrderConsentSystemForbidden) Code

Code gets the status code for the accept domestic standing order consent system forbidden response

func (*AcceptDomesticStandingOrderConsentSystemForbidden) Error

func (*AcceptDomesticStandingOrderConsentSystemForbidden) GetPayload

func (*AcceptDomesticStandingOrderConsentSystemForbidden) IsClientError

IsClientError returns true when this accept domestic standing order consent system forbidden response has a 4xx status code

func (*AcceptDomesticStandingOrderConsentSystemForbidden) IsCode

IsCode returns true when this accept domestic standing order consent system forbidden response a status code equal to that given

func (*AcceptDomesticStandingOrderConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept domestic standing order consent system forbidden response has a 3xx status code

func (*AcceptDomesticStandingOrderConsentSystemForbidden) IsServerError

IsServerError returns true when this accept domestic standing order consent system forbidden response has a 5xx status code

func (*AcceptDomesticStandingOrderConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept domestic standing order consent system forbidden response has a 2xx status code

func (*AcceptDomesticStandingOrderConsentSystemForbidden) String

type AcceptDomesticStandingOrderConsentSystemNotFound

type AcceptDomesticStandingOrderConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptDomesticStandingOrderConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptDomesticStandingOrderConsentSystemNotFound

func NewAcceptDomesticStandingOrderConsentSystemNotFound() *AcceptDomesticStandingOrderConsentSystemNotFound

NewAcceptDomesticStandingOrderConsentSystemNotFound creates a AcceptDomesticStandingOrderConsentSystemNotFound with default headers values

func (*AcceptDomesticStandingOrderConsentSystemNotFound) Code

Code gets the status code for the accept domestic standing order consent system not found response

func (*AcceptDomesticStandingOrderConsentSystemNotFound) Error

func (*AcceptDomesticStandingOrderConsentSystemNotFound) GetPayload

func (*AcceptDomesticStandingOrderConsentSystemNotFound) IsClientError

IsClientError returns true when this accept domestic standing order consent system not found response has a 4xx status code

func (*AcceptDomesticStandingOrderConsentSystemNotFound) IsCode

IsCode returns true when this accept domestic standing order consent system not found response a status code equal to that given

func (*AcceptDomesticStandingOrderConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept domestic standing order consent system not found response has a 3xx status code

func (*AcceptDomesticStandingOrderConsentSystemNotFound) IsServerError

IsServerError returns true when this accept domestic standing order consent system not found response has a 5xx status code

func (*AcceptDomesticStandingOrderConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept domestic standing order consent system not found response has a 2xx status code

func (*AcceptDomesticStandingOrderConsentSystemNotFound) String

type AcceptDomesticStandingOrderConsentSystemOK

type AcceptDomesticStandingOrderConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptDomesticStandingOrderConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptDomesticStandingOrderConsentSystemOK

func NewAcceptDomesticStandingOrderConsentSystemOK() *AcceptDomesticStandingOrderConsentSystemOK

NewAcceptDomesticStandingOrderConsentSystemOK creates a AcceptDomesticStandingOrderConsentSystemOK with default headers values

func (*AcceptDomesticStandingOrderConsentSystemOK) Code

Code gets the status code for the accept domestic standing order consent system o k response

func (*AcceptDomesticStandingOrderConsentSystemOK) Error

func (*AcceptDomesticStandingOrderConsentSystemOK) GetPayload

func (*AcceptDomesticStandingOrderConsentSystemOK) IsClientError

IsClientError returns true when this accept domestic standing order consent system o k response has a 4xx status code

func (*AcceptDomesticStandingOrderConsentSystemOK) IsCode

IsCode returns true when this accept domestic standing order consent system o k response a status code equal to that given

func (*AcceptDomesticStandingOrderConsentSystemOK) IsRedirect

IsRedirect returns true when this accept domestic standing order consent system o k response has a 3xx status code

func (*AcceptDomesticStandingOrderConsentSystemOK) IsServerError

IsServerError returns true when this accept domestic standing order consent system o k response has a 5xx status code

func (*AcceptDomesticStandingOrderConsentSystemOK) IsSuccess

IsSuccess returns true when this accept domestic standing order consent system o k response has a 2xx status code

func (*AcceptDomesticStandingOrderConsentSystemOK) String

type AcceptDomesticStandingOrderConsentSystemParams

type AcceptDomesticStandingOrderConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptDomesticStandingOrderConsentSystemParams contains all the parameters to send to the API endpoint

for the accept domestic standing order consent system operation.

Typically these are written to a http.Request.

func NewAcceptDomesticStandingOrderConsentSystemParams

func NewAcceptDomesticStandingOrderConsentSystemParams() *AcceptDomesticStandingOrderConsentSystemParams

NewAcceptDomesticStandingOrderConsentSystemParams creates a new AcceptDomesticStandingOrderConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptDomesticStandingOrderConsentSystemParamsWithContext

func NewAcceptDomesticStandingOrderConsentSystemParamsWithContext(ctx context.Context) *AcceptDomesticStandingOrderConsentSystemParams

NewAcceptDomesticStandingOrderConsentSystemParamsWithContext creates a new AcceptDomesticStandingOrderConsentSystemParams object with the ability to set a context for a request.

func NewAcceptDomesticStandingOrderConsentSystemParamsWithHTTPClient

func NewAcceptDomesticStandingOrderConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptDomesticStandingOrderConsentSystemParams

NewAcceptDomesticStandingOrderConsentSystemParamsWithHTTPClient creates a new AcceptDomesticStandingOrderConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptDomesticStandingOrderConsentSystemParamsWithTimeout

func NewAcceptDomesticStandingOrderConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptDomesticStandingOrderConsentSystemParams

NewAcceptDomesticStandingOrderConsentSystemParamsWithTimeout creates a new AcceptDomesticStandingOrderConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptDomesticStandingOrderConsentSystemParams) SetAcceptConsent

SetAcceptConsent adds the acceptConsent to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) SetContext

SetContext adds the context to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept domestic standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptDomesticStandingOrderConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) SetLogin

SetLogin adds the login to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) WithContext

WithContext adds the context to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept domestic standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptDomesticStandingOrderConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) WithLogin

WithLogin adds the login to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept domestic standing order consent system params

func (*AcceptDomesticStandingOrderConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptDomesticStandingOrderConsentSystemReader

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

AcceptDomesticStandingOrderConsentSystemReader is a Reader for the AcceptDomesticStandingOrderConsentSystem structure.

func (*AcceptDomesticStandingOrderConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptDomesticStandingOrderConsentSystemTooManyRequests

type AcceptDomesticStandingOrderConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptDomesticStandingOrderConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptDomesticStandingOrderConsentSystemTooManyRequests

func NewAcceptDomesticStandingOrderConsentSystemTooManyRequests() *AcceptDomesticStandingOrderConsentSystemTooManyRequests

NewAcceptDomesticStandingOrderConsentSystemTooManyRequests creates a AcceptDomesticStandingOrderConsentSystemTooManyRequests with default headers values

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) Code

Code gets the status code for the accept domestic standing order consent system too many requests response

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) Error

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) GetPayload

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept domestic standing order consent system too many requests response has a 4xx status code

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept domestic standing order consent system too many requests response a status code equal to that given

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept domestic standing order consent system too many requests response has a 3xx status code

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept domestic standing order consent system too many requests response has a 5xx status code

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept domestic standing order consent system too many requests response has a 2xx status code

func (*AcceptDomesticStandingOrderConsentSystemTooManyRequests) String

type AcceptDomesticStandingOrderConsentSystemUnauthorized

type AcceptDomesticStandingOrderConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptDomesticStandingOrderConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptDomesticStandingOrderConsentSystemUnauthorized

func NewAcceptDomesticStandingOrderConsentSystemUnauthorized() *AcceptDomesticStandingOrderConsentSystemUnauthorized

NewAcceptDomesticStandingOrderConsentSystemUnauthorized creates a AcceptDomesticStandingOrderConsentSystemUnauthorized with default headers values

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) Code

Code gets the status code for the accept domestic standing order consent system unauthorized response

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) Error

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) GetPayload

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept domestic standing order consent system unauthorized response has a 4xx status code

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) IsCode

IsCode returns true when this accept domestic standing order consent system unauthorized response a status code equal to that given

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept domestic standing order consent system unauthorized response has a 3xx status code

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept domestic standing order consent system unauthorized response has a 5xx status code

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept domestic standing order consent system unauthorized response has a 2xx status code

func (*AcceptDomesticStandingOrderConsentSystemUnauthorized) String

type AcceptFilePaymentConsentSystemForbidden

type AcceptFilePaymentConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptFilePaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptFilePaymentConsentSystemForbidden

func NewAcceptFilePaymentConsentSystemForbidden() *AcceptFilePaymentConsentSystemForbidden

NewAcceptFilePaymentConsentSystemForbidden creates a AcceptFilePaymentConsentSystemForbidden with default headers values

func (*AcceptFilePaymentConsentSystemForbidden) Code

Code gets the status code for the accept file payment consent system forbidden response

func (*AcceptFilePaymentConsentSystemForbidden) Error

func (*AcceptFilePaymentConsentSystemForbidden) GetPayload

func (*AcceptFilePaymentConsentSystemForbidden) IsClientError

func (o *AcceptFilePaymentConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this accept file payment consent system forbidden response has a 4xx status code

func (*AcceptFilePaymentConsentSystemForbidden) IsCode

IsCode returns true when this accept file payment consent system forbidden response a status code equal to that given

func (*AcceptFilePaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept file payment consent system forbidden response has a 3xx status code

func (*AcceptFilePaymentConsentSystemForbidden) IsServerError

func (o *AcceptFilePaymentConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this accept file payment consent system forbidden response has a 5xx status code

func (*AcceptFilePaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept file payment consent system forbidden response has a 2xx status code

func (*AcceptFilePaymentConsentSystemForbidden) String

type AcceptFilePaymentConsentSystemNotFound

type AcceptFilePaymentConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptFilePaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptFilePaymentConsentSystemNotFound

func NewAcceptFilePaymentConsentSystemNotFound() *AcceptFilePaymentConsentSystemNotFound

NewAcceptFilePaymentConsentSystemNotFound creates a AcceptFilePaymentConsentSystemNotFound with default headers values

func (*AcceptFilePaymentConsentSystemNotFound) Code

Code gets the status code for the accept file payment consent system not found response

func (*AcceptFilePaymentConsentSystemNotFound) Error

func (*AcceptFilePaymentConsentSystemNotFound) GetPayload

func (*AcceptFilePaymentConsentSystemNotFound) IsClientError

func (o *AcceptFilePaymentConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this accept file payment consent system not found response has a 4xx status code

func (*AcceptFilePaymentConsentSystemNotFound) IsCode

IsCode returns true when this accept file payment consent system not found response a status code equal to that given

func (*AcceptFilePaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept file payment consent system not found response has a 3xx status code

func (*AcceptFilePaymentConsentSystemNotFound) IsServerError

func (o *AcceptFilePaymentConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this accept file payment consent system not found response has a 5xx status code

func (*AcceptFilePaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept file payment consent system not found response has a 2xx status code

func (*AcceptFilePaymentConsentSystemNotFound) String

type AcceptFilePaymentConsentSystemOK

type AcceptFilePaymentConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptFilePaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptFilePaymentConsentSystemOK

func NewAcceptFilePaymentConsentSystemOK() *AcceptFilePaymentConsentSystemOK

NewAcceptFilePaymentConsentSystemOK creates a AcceptFilePaymentConsentSystemOK with default headers values

func (*AcceptFilePaymentConsentSystemOK) Code

Code gets the status code for the accept file payment consent system o k response

func (*AcceptFilePaymentConsentSystemOK) Error

func (*AcceptFilePaymentConsentSystemOK) GetPayload

func (*AcceptFilePaymentConsentSystemOK) IsClientError

func (o *AcceptFilePaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this accept file payment consent system o k response has a 4xx status code

func (*AcceptFilePaymentConsentSystemOK) IsCode

func (o *AcceptFilePaymentConsentSystemOK) IsCode(code int) bool

IsCode returns true when this accept file payment consent system o k response a status code equal to that given

func (*AcceptFilePaymentConsentSystemOK) IsRedirect

func (o *AcceptFilePaymentConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this accept file payment consent system o k response has a 3xx status code

func (*AcceptFilePaymentConsentSystemOK) IsServerError

func (o *AcceptFilePaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this accept file payment consent system o k response has a 5xx status code

func (*AcceptFilePaymentConsentSystemOK) IsSuccess

func (o *AcceptFilePaymentConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this accept file payment consent system o k response has a 2xx status code

func (*AcceptFilePaymentConsentSystemOK) String

type AcceptFilePaymentConsentSystemParams

type AcceptFilePaymentConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptFilePaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the accept file payment consent system operation.

Typically these are written to a http.Request.

func NewAcceptFilePaymentConsentSystemParams

func NewAcceptFilePaymentConsentSystemParams() *AcceptFilePaymentConsentSystemParams

NewAcceptFilePaymentConsentSystemParams creates a new AcceptFilePaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptFilePaymentConsentSystemParamsWithContext

func NewAcceptFilePaymentConsentSystemParamsWithContext(ctx context.Context) *AcceptFilePaymentConsentSystemParams

NewAcceptFilePaymentConsentSystemParamsWithContext creates a new AcceptFilePaymentConsentSystemParams object with the ability to set a context for a request.

func NewAcceptFilePaymentConsentSystemParamsWithHTTPClient

func NewAcceptFilePaymentConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptFilePaymentConsentSystemParams

NewAcceptFilePaymentConsentSystemParamsWithHTTPClient creates a new AcceptFilePaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptFilePaymentConsentSystemParamsWithTimeout

func NewAcceptFilePaymentConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptFilePaymentConsentSystemParams

NewAcceptFilePaymentConsentSystemParamsWithTimeout creates a new AcceptFilePaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptFilePaymentConsentSystemParams) SetAcceptConsent

func (o *AcceptFilePaymentConsentSystemParams) SetAcceptConsent(acceptConsent *models.AcceptConsentRequest)

SetAcceptConsent adds the acceptConsent to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) SetContext

SetContext adds the context to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) SetDefaults

func (o *AcceptFilePaymentConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the accept file payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptFilePaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) SetLogin

func (o *AcceptFilePaymentConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) WithContext

WithContext adds the context to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept file payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptFilePaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) WithLogin

WithLogin adds the login to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept file payment consent system params

func (*AcceptFilePaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptFilePaymentConsentSystemReader

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

AcceptFilePaymentConsentSystemReader is a Reader for the AcceptFilePaymentConsentSystem structure.

func (*AcceptFilePaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptFilePaymentConsentSystemTooManyRequests

type AcceptFilePaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptFilePaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptFilePaymentConsentSystemTooManyRequests

func NewAcceptFilePaymentConsentSystemTooManyRequests() *AcceptFilePaymentConsentSystemTooManyRequests

NewAcceptFilePaymentConsentSystemTooManyRequests creates a AcceptFilePaymentConsentSystemTooManyRequests with default headers values

func (*AcceptFilePaymentConsentSystemTooManyRequests) Code

Code gets the status code for the accept file payment consent system too many requests response

func (*AcceptFilePaymentConsentSystemTooManyRequests) Error

func (*AcceptFilePaymentConsentSystemTooManyRequests) GetPayload

func (*AcceptFilePaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept file payment consent system too many requests response has a 4xx status code

func (*AcceptFilePaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept file payment consent system too many requests response a status code equal to that given

func (*AcceptFilePaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept file payment consent system too many requests response has a 3xx status code

func (*AcceptFilePaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept file payment consent system too many requests response has a 5xx status code

func (*AcceptFilePaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept file payment consent system too many requests response has a 2xx status code

func (*AcceptFilePaymentConsentSystemTooManyRequests) String

type AcceptFilePaymentConsentSystemUnauthorized

type AcceptFilePaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptFilePaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptFilePaymentConsentSystemUnauthorized

func NewAcceptFilePaymentConsentSystemUnauthorized() *AcceptFilePaymentConsentSystemUnauthorized

NewAcceptFilePaymentConsentSystemUnauthorized creates a AcceptFilePaymentConsentSystemUnauthorized with default headers values

func (*AcceptFilePaymentConsentSystemUnauthorized) Code

Code gets the status code for the accept file payment consent system unauthorized response

func (*AcceptFilePaymentConsentSystemUnauthorized) Error

func (*AcceptFilePaymentConsentSystemUnauthorized) GetPayload

func (*AcceptFilePaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept file payment consent system unauthorized response has a 4xx status code

func (*AcceptFilePaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this accept file payment consent system unauthorized response a status code equal to that given

func (*AcceptFilePaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept file payment consent system unauthorized response has a 3xx status code

func (*AcceptFilePaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept file payment consent system unauthorized response has a 5xx status code

func (*AcceptFilePaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept file payment consent system unauthorized response has a 2xx status code

func (*AcceptFilePaymentConsentSystemUnauthorized) String

type AcceptInternationalPaymentConsentSystemForbidden

type AcceptInternationalPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptInternationalPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptInternationalPaymentConsentSystemForbidden

func NewAcceptInternationalPaymentConsentSystemForbidden() *AcceptInternationalPaymentConsentSystemForbidden

NewAcceptInternationalPaymentConsentSystemForbidden creates a AcceptInternationalPaymentConsentSystemForbidden with default headers values

func (*AcceptInternationalPaymentConsentSystemForbidden) Code

Code gets the status code for the accept international payment consent system forbidden response

func (*AcceptInternationalPaymentConsentSystemForbidden) Error

func (*AcceptInternationalPaymentConsentSystemForbidden) GetPayload

func (*AcceptInternationalPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this accept international payment consent system forbidden response has a 4xx status code

func (*AcceptInternationalPaymentConsentSystemForbidden) IsCode

IsCode returns true when this accept international payment consent system forbidden response a status code equal to that given

func (*AcceptInternationalPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept international payment consent system forbidden response has a 3xx status code

func (*AcceptInternationalPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this accept international payment consent system forbidden response has a 5xx status code

func (*AcceptInternationalPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept international payment consent system forbidden response has a 2xx status code

func (*AcceptInternationalPaymentConsentSystemForbidden) String

type AcceptInternationalPaymentConsentSystemNotFound

type AcceptInternationalPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptInternationalPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptInternationalPaymentConsentSystemNotFound

func NewAcceptInternationalPaymentConsentSystemNotFound() *AcceptInternationalPaymentConsentSystemNotFound

NewAcceptInternationalPaymentConsentSystemNotFound creates a AcceptInternationalPaymentConsentSystemNotFound with default headers values

func (*AcceptInternationalPaymentConsentSystemNotFound) Code

Code gets the status code for the accept international payment consent system not found response

func (*AcceptInternationalPaymentConsentSystemNotFound) Error

func (*AcceptInternationalPaymentConsentSystemNotFound) GetPayload

func (*AcceptInternationalPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this accept international payment consent system not found response has a 4xx status code

func (*AcceptInternationalPaymentConsentSystemNotFound) IsCode

IsCode returns true when this accept international payment consent system not found response a status code equal to that given

func (*AcceptInternationalPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept international payment consent system not found response has a 3xx status code

func (*AcceptInternationalPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this accept international payment consent system not found response has a 5xx status code

func (*AcceptInternationalPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept international payment consent system not found response has a 2xx status code

func (*AcceptInternationalPaymentConsentSystemNotFound) String

type AcceptInternationalPaymentConsentSystemOK

type AcceptInternationalPaymentConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptInternationalPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptInternationalPaymentConsentSystemOK

func NewAcceptInternationalPaymentConsentSystemOK() *AcceptInternationalPaymentConsentSystemOK

NewAcceptInternationalPaymentConsentSystemOK creates a AcceptInternationalPaymentConsentSystemOK with default headers values

func (*AcceptInternationalPaymentConsentSystemOK) Code

Code gets the status code for the accept international payment consent system o k response

func (*AcceptInternationalPaymentConsentSystemOK) Error

func (*AcceptInternationalPaymentConsentSystemOK) GetPayload

func (*AcceptInternationalPaymentConsentSystemOK) IsClientError

IsClientError returns true when this accept international payment consent system o k response has a 4xx status code

func (*AcceptInternationalPaymentConsentSystemOK) IsCode

IsCode returns true when this accept international payment consent system o k response a status code equal to that given

func (*AcceptInternationalPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this accept international payment consent system o k response has a 3xx status code

func (*AcceptInternationalPaymentConsentSystemOK) IsServerError

IsServerError returns true when this accept international payment consent system o k response has a 5xx status code

func (*AcceptInternationalPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this accept international payment consent system o k response has a 2xx status code

func (*AcceptInternationalPaymentConsentSystemOK) String

type AcceptInternationalPaymentConsentSystemParams

type AcceptInternationalPaymentConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptInternationalPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the accept international payment consent system operation.

Typically these are written to a http.Request.

func NewAcceptInternationalPaymentConsentSystemParams

func NewAcceptInternationalPaymentConsentSystemParams() *AcceptInternationalPaymentConsentSystemParams

NewAcceptInternationalPaymentConsentSystemParams creates a new AcceptInternationalPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptInternationalPaymentConsentSystemParamsWithContext

func NewAcceptInternationalPaymentConsentSystemParamsWithContext(ctx context.Context) *AcceptInternationalPaymentConsentSystemParams

NewAcceptInternationalPaymentConsentSystemParamsWithContext creates a new AcceptInternationalPaymentConsentSystemParams object with the ability to set a context for a request.

func NewAcceptInternationalPaymentConsentSystemParamsWithHTTPClient

func NewAcceptInternationalPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptInternationalPaymentConsentSystemParams

NewAcceptInternationalPaymentConsentSystemParamsWithHTTPClient creates a new AcceptInternationalPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptInternationalPaymentConsentSystemParamsWithTimeout

func NewAcceptInternationalPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptInternationalPaymentConsentSystemParams

NewAcceptInternationalPaymentConsentSystemParamsWithTimeout creates a new AcceptInternationalPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptInternationalPaymentConsentSystemParams) SetAcceptConsent

SetAcceptConsent adds the acceptConsent to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) SetContext

SetContext adds the context to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept international payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptInternationalPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) WithContext

WithContext adds the context to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept international payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptInternationalPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept international payment consent system params

func (*AcceptInternationalPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptInternationalPaymentConsentSystemReader

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

AcceptInternationalPaymentConsentSystemReader is a Reader for the AcceptInternationalPaymentConsentSystem structure.

func (*AcceptInternationalPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptInternationalPaymentConsentSystemTooManyRequests

type AcceptInternationalPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptInternationalPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptInternationalPaymentConsentSystemTooManyRequests

func NewAcceptInternationalPaymentConsentSystemTooManyRequests() *AcceptInternationalPaymentConsentSystemTooManyRequests

NewAcceptInternationalPaymentConsentSystemTooManyRequests creates a AcceptInternationalPaymentConsentSystemTooManyRequests with default headers values

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the accept international payment consent system too many requests response

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) Error

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) GetPayload

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept international payment consent system too many requests response has a 4xx status code

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept international payment consent system too many requests response a status code equal to that given

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept international payment consent system too many requests response has a 3xx status code

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept international payment consent system too many requests response has a 5xx status code

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept international payment consent system too many requests response has a 2xx status code

func (*AcceptInternationalPaymentConsentSystemTooManyRequests) String

type AcceptInternationalPaymentConsentSystemUnauthorized

type AcceptInternationalPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptInternationalPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptInternationalPaymentConsentSystemUnauthorized

func NewAcceptInternationalPaymentConsentSystemUnauthorized() *AcceptInternationalPaymentConsentSystemUnauthorized

NewAcceptInternationalPaymentConsentSystemUnauthorized creates a AcceptInternationalPaymentConsentSystemUnauthorized with default headers values

func (*AcceptInternationalPaymentConsentSystemUnauthorized) Code

Code gets the status code for the accept international payment consent system unauthorized response

func (*AcceptInternationalPaymentConsentSystemUnauthorized) Error

func (*AcceptInternationalPaymentConsentSystemUnauthorized) GetPayload

func (*AcceptInternationalPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept international payment consent system unauthorized response has a 4xx status code

func (*AcceptInternationalPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this accept international payment consent system unauthorized response a status code equal to that given

func (*AcceptInternationalPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept international payment consent system unauthorized response has a 3xx status code

func (*AcceptInternationalPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept international payment consent system unauthorized response has a 5xx status code

func (*AcceptInternationalPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept international payment consent system unauthorized response has a 2xx status code

func (*AcceptInternationalPaymentConsentSystemUnauthorized) String

type AcceptInternationalScheduledPaymentConsentSystemForbidden

type AcceptInternationalScheduledPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptInternationalScheduledPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptInternationalScheduledPaymentConsentSystemForbidden

func NewAcceptInternationalScheduledPaymentConsentSystemForbidden() *AcceptInternationalScheduledPaymentConsentSystemForbidden

NewAcceptInternationalScheduledPaymentConsentSystemForbidden creates a AcceptInternationalScheduledPaymentConsentSystemForbidden with default headers values

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) Code

Code gets the status code for the accept international scheduled payment consent system forbidden response

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) Error

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) GetPayload

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this accept international scheduled payment consent system forbidden response has a 4xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) IsCode

IsCode returns true when this accept international scheduled payment consent system forbidden response a status code equal to that given

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept international scheduled payment consent system forbidden response has a 3xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this accept international scheduled payment consent system forbidden response has a 5xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept international scheduled payment consent system forbidden response has a 2xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemForbidden) String

type AcceptInternationalScheduledPaymentConsentSystemNotFound

type AcceptInternationalScheduledPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptInternationalScheduledPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptInternationalScheduledPaymentConsentSystemNotFound

func NewAcceptInternationalScheduledPaymentConsentSystemNotFound() *AcceptInternationalScheduledPaymentConsentSystemNotFound

NewAcceptInternationalScheduledPaymentConsentSystemNotFound creates a AcceptInternationalScheduledPaymentConsentSystemNotFound with default headers values

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) Code

Code gets the status code for the accept international scheduled payment consent system not found response

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) Error

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) GetPayload

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this accept international scheduled payment consent system not found response has a 4xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) IsCode

IsCode returns true when this accept international scheduled payment consent system not found response a status code equal to that given

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept international scheduled payment consent system not found response has a 3xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this accept international scheduled payment consent system not found response has a 5xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept international scheduled payment consent system not found response has a 2xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemNotFound) String

type AcceptInternationalScheduledPaymentConsentSystemOK

type AcceptInternationalScheduledPaymentConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptInternationalScheduledPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptInternationalScheduledPaymentConsentSystemOK

func NewAcceptInternationalScheduledPaymentConsentSystemOK() *AcceptInternationalScheduledPaymentConsentSystemOK

NewAcceptInternationalScheduledPaymentConsentSystemOK creates a AcceptInternationalScheduledPaymentConsentSystemOK with default headers values

func (*AcceptInternationalScheduledPaymentConsentSystemOK) Code

Code gets the status code for the accept international scheduled payment consent system o k response

func (*AcceptInternationalScheduledPaymentConsentSystemOK) Error

func (*AcceptInternationalScheduledPaymentConsentSystemOK) GetPayload

func (*AcceptInternationalScheduledPaymentConsentSystemOK) IsClientError

IsClientError returns true when this accept international scheduled payment consent system o k response has a 4xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemOK) IsCode

IsCode returns true when this accept international scheduled payment consent system o k response a status code equal to that given

func (*AcceptInternationalScheduledPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this accept international scheduled payment consent system o k response has a 3xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemOK) IsServerError

IsServerError returns true when this accept international scheduled payment consent system o k response has a 5xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this accept international scheduled payment consent system o k response has a 2xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemOK) String

type AcceptInternationalScheduledPaymentConsentSystemParams

type AcceptInternationalScheduledPaymentConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptInternationalScheduledPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the accept international scheduled payment consent system operation.

Typically these are written to a http.Request.

func NewAcceptInternationalScheduledPaymentConsentSystemParams

func NewAcceptInternationalScheduledPaymentConsentSystemParams() *AcceptInternationalScheduledPaymentConsentSystemParams

NewAcceptInternationalScheduledPaymentConsentSystemParams creates a new AcceptInternationalScheduledPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptInternationalScheduledPaymentConsentSystemParamsWithContext

func NewAcceptInternationalScheduledPaymentConsentSystemParamsWithContext(ctx context.Context) *AcceptInternationalScheduledPaymentConsentSystemParams

NewAcceptInternationalScheduledPaymentConsentSystemParamsWithContext creates a new AcceptInternationalScheduledPaymentConsentSystemParams object with the ability to set a context for a request.

func NewAcceptInternationalScheduledPaymentConsentSystemParamsWithHTTPClient

func NewAcceptInternationalScheduledPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptInternationalScheduledPaymentConsentSystemParams

NewAcceptInternationalScheduledPaymentConsentSystemParamsWithHTTPClient creates a new AcceptInternationalScheduledPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptInternationalScheduledPaymentConsentSystemParamsWithTimeout

func NewAcceptInternationalScheduledPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptInternationalScheduledPaymentConsentSystemParams

NewAcceptInternationalScheduledPaymentConsentSystemParamsWithTimeout creates a new AcceptInternationalScheduledPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptInternationalScheduledPaymentConsentSystemParams) SetAcceptConsent

SetAcceptConsent adds the acceptConsent to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) SetContext

SetContext adds the context to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept international scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptInternationalScheduledPaymentConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WithContext

WithContext adds the context to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept international scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept international scheduled payment consent system params

func (*AcceptInternationalScheduledPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptInternationalScheduledPaymentConsentSystemReader

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

AcceptInternationalScheduledPaymentConsentSystemReader is a Reader for the AcceptInternationalScheduledPaymentConsentSystem structure.

func (*AcceptInternationalScheduledPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptInternationalScheduledPaymentConsentSystemTooManyRequests

type AcceptInternationalScheduledPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptInternationalScheduledPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptInternationalScheduledPaymentConsentSystemTooManyRequests

func NewAcceptInternationalScheduledPaymentConsentSystemTooManyRequests() *AcceptInternationalScheduledPaymentConsentSystemTooManyRequests

NewAcceptInternationalScheduledPaymentConsentSystemTooManyRequests creates a AcceptInternationalScheduledPaymentConsentSystemTooManyRequests with default headers values

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the accept international scheduled payment consent system too many requests response

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) Error

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) GetPayload

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept international scheduled payment consent system too many requests response has a 4xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept international scheduled payment consent system too many requests response a status code equal to that given

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept international scheduled payment consent system too many requests response has a 3xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept international scheduled payment consent system too many requests response has a 5xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept international scheduled payment consent system too many requests response has a 2xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemTooManyRequests) String

type AcceptInternationalScheduledPaymentConsentSystemUnauthorized

type AcceptInternationalScheduledPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptInternationalScheduledPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptInternationalScheduledPaymentConsentSystemUnauthorized

func NewAcceptInternationalScheduledPaymentConsentSystemUnauthorized() *AcceptInternationalScheduledPaymentConsentSystemUnauthorized

NewAcceptInternationalScheduledPaymentConsentSystemUnauthorized creates a AcceptInternationalScheduledPaymentConsentSystemUnauthorized with default headers values

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) Code

Code gets the status code for the accept international scheduled payment consent system unauthorized response

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) Error

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) GetPayload

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept international scheduled payment consent system unauthorized response has a 4xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this accept international scheduled payment consent system unauthorized response a status code equal to that given

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept international scheduled payment consent system unauthorized response has a 3xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept international scheduled payment consent system unauthorized response has a 5xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept international scheduled payment consent system unauthorized response has a 2xx status code

func (*AcceptInternationalScheduledPaymentConsentSystemUnauthorized) String

type AcceptInternationalStandingOrderConsentSystemForbidden

type AcceptInternationalStandingOrderConsentSystemForbidden struct {
	Payload *models.Error
}

AcceptInternationalStandingOrderConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewAcceptInternationalStandingOrderConsentSystemForbidden

func NewAcceptInternationalStandingOrderConsentSystemForbidden() *AcceptInternationalStandingOrderConsentSystemForbidden

NewAcceptInternationalStandingOrderConsentSystemForbidden creates a AcceptInternationalStandingOrderConsentSystemForbidden with default headers values

func (*AcceptInternationalStandingOrderConsentSystemForbidden) Code

Code gets the status code for the accept international standing order consent system forbidden response

func (*AcceptInternationalStandingOrderConsentSystemForbidden) Error

func (*AcceptInternationalStandingOrderConsentSystemForbidden) GetPayload

func (*AcceptInternationalStandingOrderConsentSystemForbidden) IsClientError

IsClientError returns true when this accept international standing order consent system forbidden response has a 4xx status code

func (*AcceptInternationalStandingOrderConsentSystemForbidden) IsCode

IsCode returns true when this accept international standing order consent system forbidden response a status code equal to that given

func (*AcceptInternationalStandingOrderConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept international standing order consent system forbidden response has a 3xx status code

func (*AcceptInternationalStandingOrderConsentSystemForbidden) IsServerError

IsServerError returns true when this accept international standing order consent system forbidden response has a 5xx status code

func (*AcceptInternationalStandingOrderConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept international standing order consent system forbidden response has a 2xx status code

func (*AcceptInternationalStandingOrderConsentSystemForbidden) String

type AcceptInternationalStandingOrderConsentSystemNotFound

type AcceptInternationalStandingOrderConsentSystemNotFound struct {
	Payload *models.Error
}

AcceptInternationalStandingOrderConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewAcceptInternationalStandingOrderConsentSystemNotFound

func NewAcceptInternationalStandingOrderConsentSystemNotFound() *AcceptInternationalStandingOrderConsentSystemNotFound

NewAcceptInternationalStandingOrderConsentSystemNotFound creates a AcceptInternationalStandingOrderConsentSystemNotFound with default headers values

func (*AcceptInternationalStandingOrderConsentSystemNotFound) Code

Code gets the status code for the accept international standing order consent system not found response

func (*AcceptInternationalStandingOrderConsentSystemNotFound) Error

func (*AcceptInternationalStandingOrderConsentSystemNotFound) GetPayload

func (*AcceptInternationalStandingOrderConsentSystemNotFound) IsClientError

IsClientError returns true when this accept international standing order consent system not found response has a 4xx status code

func (*AcceptInternationalStandingOrderConsentSystemNotFound) IsCode

IsCode returns true when this accept international standing order consent system not found response a status code equal to that given

func (*AcceptInternationalStandingOrderConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept international standing order consent system not found response has a 3xx status code

func (*AcceptInternationalStandingOrderConsentSystemNotFound) IsServerError

IsServerError returns true when this accept international standing order consent system not found response has a 5xx status code

func (*AcceptInternationalStandingOrderConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept international standing order consent system not found response has a 2xx status code

func (*AcceptInternationalStandingOrderConsentSystemNotFound) String

type AcceptInternationalStandingOrderConsentSystemOK

type AcceptInternationalStandingOrderConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

AcceptInternationalStandingOrderConsentSystemOK describes a response with status code 200, with default header values.

Consent Accepted

func NewAcceptInternationalStandingOrderConsentSystemOK

func NewAcceptInternationalStandingOrderConsentSystemOK() *AcceptInternationalStandingOrderConsentSystemOK

NewAcceptInternationalStandingOrderConsentSystemOK creates a AcceptInternationalStandingOrderConsentSystemOK with default headers values

func (*AcceptInternationalStandingOrderConsentSystemOK) Code

Code gets the status code for the accept international standing order consent system o k response

func (*AcceptInternationalStandingOrderConsentSystemOK) Error

func (*AcceptInternationalStandingOrderConsentSystemOK) GetPayload

func (*AcceptInternationalStandingOrderConsentSystemOK) IsClientError

IsClientError returns true when this accept international standing order consent system o k response has a 4xx status code

func (*AcceptInternationalStandingOrderConsentSystemOK) IsCode

IsCode returns true when this accept international standing order consent system o k response a status code equal to that given

func (*AcceptInternationalStandingOrderConsentSystemOK) IsRedirect

IsRedirect returns true when this accept international standing order consent system o k response has a 3xx status code

func (*AcceptInternationalStandingOrderConsentSystemOK) IsServerError

IsServerError returns true when this accept international standing order consent system o k response has a 5xx status code

func (*AcceptInternationalStandingOrderConsentSystemOK) IsSuccess

IsSuccess returns true when this accept international standing order consent system o k response has a 2xx status code

func (*AcceptInternationalStandingOrderConsentSystemOK) String

type AcceptInternationalStandingOrderConsentSystemParams

type AcceptInternationalStandingOrderConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptInternationalStandingOrderConsentSystemParams contains all the parameters to send to the API endpoint

for the accept international standing order consent system operation.

Typically these are written to a http.Request.

func NewAcceptInternationalStandingOrderConsentSystemParams

func NewAcceptInternationalStandingOrderConsentSystemParams() *AcceptInternationalStandingOrderConsentSystemParams

NewAcceptInternationalStandingOrderConsentSystemParams creates a new AcceptInternationalStandingOrderConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAcceptInternationalStandingOrderConsentSystemParamsWithContext

func NewAcceptInternationalStandingOrderConsentSystemParamsWithContext(ctx context.Context) *AcceptInternationalStandingOrderConsentSystemParams

NewAcceptInternationalStandingOrderConsentSystemParamsWithContext creates a new AcceptInternationalStandingOrderConsentSystemParams object with the ability to set a context for a request.

func NewAcceptInternationalStandingOrderConsentSystemParamsWithHTTPClient

func NewAcceptInternationalStandingOrderConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptInternationalStandingOrderConsentSystemParams

NewAcceptInternationalStandingOrderConsentSystemParamsWithHTTPClient creates a new AcceptInternationalStandingOrderConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptInternationalStandingOrderConsentSystemParamsWithTimeout

func NewAcceptInternationalStandingOrderConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptInternationalStandingOrderConsentSystemParams

NewAcceptInternationalStandingOrderConsentSystemParamsWithTimeout creates a new AcceptInternationalStandingOrderConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptInternationalStandingOrderConsentSystemParams) SetAcceptConsent

SetAcceptConsent adds the acceptConsent to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) SetContext

SetContext adds the context to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept international standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptInternationalStandingOrderConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) SetLogin

SetLogin adds the login to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) WithContext

WithContext adds the context to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept international standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*AcceptInternationalStandingOrderConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) WithLogin

WithLogin adds the login to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept international standing order consent system params

func (*AcceptInternationalStandingOrderConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptInternationalStandingOrderConsentSystemReader

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

AcceptInternationalStandingOrderConsentSystemReader is a Reader for the AcceptInternationalStandingOrderConsentSystem structure.

func (*AcceptInternationalStandingOrderConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptInternationalStandingOrderConsentSystemTooManyRequests

type AcceptInternationalStandingOrderConsentSystemTooManyRequests struct {
	Payload *models.Error
}

AcceptInternationalStandingOrderConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewAcceptInternationalStandingOrderConsentSystemTooManyRequests

func NewAcceptInternationalStandingOrderConsentSystemTooManyRequests() *AcceptInternationalStandingOrderConsentSystemTooManyRequests

NewAcceptInternationalStandingOrderConsentSystemTooManyRequests creates a AcceptInternationalStandingOrderConsentSystemTooManyRequests with default headers values

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) Code

Code gets the status code for the accept international standing order consent system too many requests response

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) Error

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) GetPayload

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept international standing order consent system too many requests response has a 4xx status code

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept international standing order consent system too many requests response a status code equal to that given

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept international standing order consent system too many requests response has a 3xx status code

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept international standing order consent system too many requests response has a 5xx status code

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept international standing order consent system too many requests response has a 2xx status code

func (*AcceptInternationalStandingOrderConsentSystemTooManyRequests) String

type AcceptInternationalStandingOrderConsentSystemUnauthorized

type AcceptInternationalStandingOrderConsentSystemUnauthorized struct {
	Payload *models.Error
}

AcceptInternationalStandingOrderConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAcceptInternationalStandingOrderConsentSystemUnauthorized

func NewAcceptInternationalStandingOrderConsentSystemUnauthorized() *AcceptInternationalStandingOrderConsentSystemUnauthorized

NewAcceptInternationalStandingOrderConsentSystemUnauthorized creates a AcceptInternationalStandingOrderConsentSystemUnauthorized with default headers values

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) Code

Code gets the status code for the accept international standing order consent system unauthorized response

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) Error

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) GetPayload

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept international standing order consent system unauthorized response has a 4xx status code

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) IsCode

IsCode returns true when this accept international standing order consent system unauthorized response a status code equal to that given

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept international standing order consent system unauthorized response has a 3xx status code

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept international standing order consent system unauthorized response has a 5xx status code

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept international standing order consent system unauthorized response has a 2xx status code

func (*AcceptInternationalStandingOrderConsentSystemUnauthorized) String

type Client

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

Client for c o n s e n t p a g e API

func (*Client) AcceptAccountAccessConsentSystem

func (a *Client) AcceptAccountAccessConsentSystem(params *AcceptAccountAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptAccountAccessConsentSystemOK, error)

AcceptAccountAccessConsentSystem accepts account access consent

This API can be used to notify ACP that user granted consent to a account-access.

func (*Client) AcceptDomesticPaymentConsentSystem

func (a *Client) AcceptDomesticPaymentConsentSystem(params *AcceptDomesticPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptDomesticPaymentConsentSystemOK, error)

AcceptDomesticPaymentConsentSystem accepts domestic payment consent

This API can be used to notify ACP that user granted consent to a domestic-payment.

func (*Client) AcceptDomesticScheduledPaymentConsentSystem

AcceptDomesticScheduledPaymentConsentSystem accepts domestic scheduled payment consent

This API can be used to notify ACP that user granted consent to a domestic-scheduled-payment.

func (*Client) AcceptDomesticStandingOrderConsentSystem

AcceptDomesticStandingOrderConsentSystem accepts domestic standing order consent

This API can be used to notify ACP that user granted consent to a domestic-standing-order.

func (*Client) AcceptFilePaymentConsentSystem

func (a *Client) AcceptFilePaymentConsentSystem(params *AcceptFilePaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptFilePaymentConsentSystemOK, error)

AcceptFilePaymentConsentSystem accepts file payment consent

This API can be used to notify ACP that user granted consent to a file-payment.

func (*Client) AcceptInternationalPaymentConsentSystem

AcceptInternationalPaymentConsentSystem accepts international payment consent

This API can be used to notify ACP that user granted consent to a international-payment.

func (*Client) AcceptInternationalScheduledPaymentConsentSystem

AcceptInternationalScheduledPaymentConsentSystem accepts international scheduled payment consent

This API can be used to notify ACP that user granted consent to a international-scheduled-payment.

func (*Client) AcceptInternationalStandingOrderConsentSystem

AcceptInternationalStandingOrderConsentSystem accepts international standing order consent

This API can be used to notify ACP that user granted consent to a international-standing-order.

func (*Client) GetAccountAccessConsentSystem

func (a *Client) GetAccountAccessConsentSystem(params *GetAccountAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountAccessConsentSystemOK, error)
GetAccountAccessConsentSystem gets account access consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetDomesticPaymentConsentSystem

func (a *Client) GetDomesticPaymentConsentSystem(params *GetDomesticPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticPaymentConsentSystemOK, error)
GetDomesticPaymentConsentSystem gets domestic payment consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetDomesticScheduledPaymentConsentSystem

GetDomesticScheduledPaymentConsentSystem gets domestic scheduled payment consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetDomesticStandingOrderConsentSystem

func (a *Client) GetDomesticStandingOrderConsentSystem(params *GetDomesticStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticStandingOrderConsentSystemOK, error)
GetDomesticStandingOrderConsentSystem gets domestic standing order consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetFilePaymentConsentSystem

func (a *Client) GetFilePaymentConsentSystem(params *GetFilePaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFilePaymentConsentSystemOK, error)
GetFilePaymentConsentSystem gets file payment consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetInternationalPaymentConsentSystem

func (a *Client) GetInternationalPaymentConsentSystem(params *GetInternationalPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInternationalPaymentConsentSystemOK, error)
GetInternationalPaymentConsentSystem gets international payment consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetInternationalScheduledPaymentConsentSystem

GetInternationalScheduledPaymentConsentSystem gets international scheduled payment consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) GetInternationalStandingOrderConsentSystem

GetInternationalStandingOrderConsentSystem gets international standing order consent

This API can be used by a custom openbanking consent page.

The consent page must first use client credentials flow to create consent.

func (*Client) RejectAccountAccessConsentSystem

func (a *Client) RejectAccountAccessConsentSystem(params *RejectAccountAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectAccountAccessConsentSystemOK, error)

RejectAccountAccessConsentSystem rejects account access consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectDomesticPaymentConsentSystem

func (a *Client) RejectDomesticPaymentConsentSystem(params *RejectDomesticPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectDomesticPaymentConsentSystemOK, error)

RejectDomesticPaymentConsentSystem rejects domestic payment consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectDomesticScheduledPaymentConsentSystem

RejectDomesticScheduledPaymentConsentSystem rejects domestic scheduled payment consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectDomesticStandingOrderConsentSystem

RejectDomesticStandingOrderConsentSystem rejects domestic standing order consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectFilePaymentConsentSystem

func (a *Client) RejectFilePaymentConsentSystem(params *RejectFilePaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectFilePaymentConsentSystemOK, error)

RejectFilePaymentConsentSystem rejects file payment consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectInternationalPaymentConsentSystem

RejectInternationalPaymentConsentSystem rejects international payment consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectInternationalScheduledPaymentConsentSystem

RejectInternationalScheduledPaymentConsentSystem rejects international scheduled payment consent

This API can be used to notify ACP that user rejected access.

func (*Client) RejectInternationalStandingOrderConsentSystem

RejectInternationalStandingOrderConsentSystem rejects international standing order consent

This API can be used to notify ACP that user rejected access.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AcceptAccountAccessConsentSystem(params *AcceptAccountAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptAccountAccessConsentSystemOK, error)

	AcceptDomesticPaymentConsentSystem(params *AcceptDomesticPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptDomesticPaymentConsentSystemOK, error)

	AcceptDomesticScheduledPaymentConsentSystem(params *AcceptDomesticScheduledPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptDomesticScheduledPaymentConsentSystemOK, error)

	AcceptDomesticStandingOrderConsentSystem(params *AcceptDomesticStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptDomesticStandingOrderConsentSystemOK, error)

	AcceptFilePaymentConsentSystem(params *AcceptFilePaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptFilePaymentConsentSystemOK, error)

	AcceptInternationalPaymentConsentSystem(params *AcceptInternationalPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptInternationalPaymentConsentSystemOK, error)

	AcceptInternationalScheduledPaymentConsentSystem(params *AcceptInternationalScheduledPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptInternationalScheduledPaymentConsentSystemOK, error)

	AcceptInternationalStandingOrderConsentSystem(params *AcceptInternationalStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptInternationalStandingOrderConsentSystemOK, error)

	GetAccountAccessConsentSystem(params *GetAccountAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountAccessConsentSystemOK, error)

	GetDomesticPaymentConsentSystem(params *GetDomesticPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticPaymentConsentSystemOK, error)

	GetDomesticScheduledPaymentConsentSystem(params *GetDomesticScheduledPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticScheduledPaymentConsentSystemOK, error)

	GetDomesticStandingOrderConsentSystem(params *GetDomesticStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticStandingOrderConsentSystemOK, error)

	GetFilePaymentConsentSystem(params *GetFilePaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFilePaymentConsentSystemOK, error)

	GetInternationalPaymentConsentSystem(params *GetInternationalPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInternationalPaymentConsentSystemOK, error)

	GetInternationalScheduledPaymentConsentSystem(params *GetInternationalScheduledPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInternationalScheduledPaymentConsentSystemOK, error)

	GetInternationalStandingOrderConsentSystem(params *GetInternationalStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInternationalStandingOrderConsentSystemOK, error)

	RejectAccountAccessConsentSystem(params *RejectAccountAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectAccountAccessConsentSystemOK, error)

	RejectDomesticPaymentConsentSystem(params *RejectDomesticPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectDomesticPaymentConsentSystemOK, error)

	RejectDomesticScheduledPaymentConsentSystem(params *RejectDomesticScheduledPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectDomesticScheduledPaymentConsentSystemOK, error)

	RejectDomesticStandingOrderConsentSystem(params *RejectDomesticStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectDomesticStandingOrderConsentSystemOK, error)

	RejectFilePaymentConsentSystem(params *RejectFilePaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectFilePaymentConsentSystemOK, error)

	RejectInternationalPaymentConsentSystem(params *RejectInternationalPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectInternationalPaymentConsentSystemOK, error)

	RejectInternationalScheduledPaymentConsentSystem(params *RejectInternationalScheduledPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectInternationalScheduledPaymentConsentSystemOK, error)

	RejectInternationalStandingOrderConsentSystem(params *RejectInternationalStandingOrderConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectInternationalStandingOrderConsentSystemOK, 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 c o n s e n t p a g e API client.

type GetAccountAccessConsentSystemForbidden

type GetAccountAccessConsentSystemForbidden struct {
	Payload *models.Error
}

GetAccountAccessConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAccountAccessConsentSystemForbidden

func NewGetAccountAccessConsentSystemForbidden() *GetAccountAccessConsentSystemForbidden

NewGetAccountAccessConsentSystemForbidden creates a GetAccountAccessConsentSystemForbidden with default headers values

func (*GetAccountAccessConsentSystemForbidden) Code

Code gets the status code for the get account access consent system forbidden response

func (*GetAccountAccessConsentSystemForbidden) Error

func (*GetAccountAccessConsentSystemForbidden) GetPayload

func (*GetAccountAccessConsentSystemForbidden) IsClientError

func (o *GetAccountAccessConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this get account access consent system forbidden response has a 4xx status code

func (*GetAccountAccessConsentSystemForbidden) IsCode

IsCode returns true when this get account access consent system forbidden response a status code equal to that given

func (*GetAccountAccessConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get account access consent system forbidden response has a 3xx status code

func (*GetAccountAccessConsentSystemForbidden) IsServerError

func (o *GetAccountAccessConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this get account access consent system forbidden response has a 5xx status code

func (*GetAccountAccessConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get account access consent system forbidden response has a 2xx status code

func (*GetAccountAccessConsentSystemForbidden) String

type GetAccountAccessConsentSystemNotFound

type GetAccountAccessConsentSystemNotFound struct {
	Payload *models.Error
}

GetAccountAccessConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetAccountAccessConsentSystemNotFound

func NewGetAccountAccessConsentSystemNotFound() *GetAccountAccessConsentSystemNotFound

NewGetAccountAccessConsentSystemNotFound creates a GetAccountAccessConsentSystemNotFound with default headers values

func (*GetAccountAccessConsentSystemNotFound) Code

Code gets the status code for the get account access consent system not found response

func (*GetAccountAccessConsentSystemNotFound) Error

func (*GetAccountAccessConsentSystemNotFound) GetPayload

func (*GetAccountAccessConsentSystemNotFound) IsClientError

func (o *GetAccountAccessConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this get account access consent system not found response has a 4xx status code

func (*GetAccountAccessConsentSystemNotFound) IsCode

IsCode returns true when this get account access consent system not found response a status code equal to that given

func (*GetAccountAccessConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get account access consent system not found response has a 3xx status code

func (*GetAccountAccessConsentSystemNotFound) IsServerError

func (o *GetAccountAccessConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this get account access consent system not found response has a 5xx status code

func (*GetAccountAccessConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get account access consent system not found response has a 2xx status code

func (*GetAccountAccessConsentSystemNotFound) String

type GetAccountAccessConsentSystemOK

type GetAccountAccessConsentSystemOK struct {
	Payload *models.GetAccountAccessConsentResponse
}

GetAccountAccessConsentSystemOK describes a response with status code 200, with default header values.

GetAccountAccessConsentResponse

func NewGetAccountAccessConsentSystemOK

func NewGetAccountAccessConsentSystemOK() *GetAccountAccessConsentSystemOK

NewGetAccountAccessConsentSystemOK creates a GetAccountAccessConsentSystemOK with default headers values

func (*GetAccountAccessConsentSystemOK) Code

Code gets the status code for the get account access consent system o k response

func (*GetAccountAccessConsentSystemOK) Error

func (*GetAccountAccessConsentSystemOK) GetPayload

func (*GetAccountAccessConsentSystemOK) IsClientError

func (o *GetAccountAccessConsentSystemOK) IsClientError() bool

IsClientError returns true when this get account access consent system o k response has a 4xx status code

func (*GetAccountAccessConsentSystemOK) IsCode

func (o *GetAccountAccessConsentSystemOK) IsCode(code int) bool

IsCode returns true when this get account access consent system o k response a status code equal to that given

func (*GetAccountAccessConsentSystemOK) IsRedirect

func (o *GetAccountAccessConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this get account access consent system o k response has a 3xx status code

func (*GetAccountAccessConsentSystemOK) IsServerError

func (o *GetAccountAccessConsentSystemOK) IsServerError() bool

IsServerError returns true when this get account access consent system o k response has a 5xx status code

func (*GetAccountAccessConsentSystemOK) IsSuccess

func (o *GetAccountAccessConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this get account access consent system o k response has a 2xx status code

func (*GetAccountAccessConsentSystemOK) String

type GetAccountAccessConsentSystemParams

type GetAccountAccessConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetAccountAccessConsentSystemParams contains all the parameters to send to the API endpoint

for the get account access consent system operation.

Typically these are written to a http.Request.

func NewGetAccountAccessConsentSystemParams

func NewGetAccountAccessConsentSystemParams() *GetAccountAccessConsentSystemParams

NewGetAccountAccessConsentSystemParams creates a new GetAccountAccessConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAccountAccessConsentSystemParamsWithContext

func NewGetAccountAccessConsentSystemParamsWithContext(ctx context.Context) *GetAccountAccessConsentSystemParams

NewGetAccountAccessConsentSystemParamsWithContext creates a new GetAccountAccessConsentSystemParams object with the ability to set a context for a request.

func NewGetAccountAccessConsentSystemParamsWithHTTPClient

func NewGetAccountAccessConsentSystemParamsWithHTTPClient(client *http.Client) *GetAccountAccessConsentSystemParams

NewGetAccountAccessConsentSystemParamsWithHTTPClient creates a new GetAccountAccessConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountAccessConsentSystemParamsWithTimeout

func NewGetAccountAccessConsentSystemParamsWithTimeout(timeout time.Duration) *GetAccountAccessConsentSystemParams

NewGetAccountAccessConsentSystemParamsWithTimeout creates a new GetAccountAccessConsentSystemParams object with the ability to set a timeout on a request.

func (*GetAccountAccessConsentSystemParams) SetContext

SetContext adds the context to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) SetDefaults

func (o *GetAccountAccessConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the get account access consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetAccountAccessConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) SetLogin

func (o *GetAccountAccessConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) SetLoginState

func (o *GetAccountAccessConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) WithContext

WithContext adds the context to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get account access consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetAccountAccessConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) WithLogin

WithLogin adds the login to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get account access consent system params

func (*GetAccountAccessConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountAccessConsentSystemReader

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

GetAccountAccessConsentSystemReader is a Reader for the GetAccountAccessConsentSystem structure.

func (*GetAccountAccessConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountAccessConsentSystemTooManyRequests

type GetAccountAccessConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetAccountAccessConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetAccountAccessConsentSystemTooManyRequests

func NewGetAccountAccessConsentSystemTooManyRequests() *GetAccountAccessConsentSystemTooManyRequests

NewGetAccountAccessConsentSystemTooManyRequests creates a GetAccountAccessConsentSystemTooManyRequests with default headers values

func (*GetAccountAccessConsentSystemTooManyRequests) Code

Code gets the status code for the get account access consent system too many requests response

func (*GetAccountAccessConsentSystemTooManyRequests) Error

func (*GetAccountAccessConsentSystemTooManyRequests) GetPayload

func (*GetAccountAccessConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get account access consent system too many requests response has a 4xx status code

func (*GetAccountAccessConsentSystemTooManyRequests) IsCode

IsCode returns true when this get account access consent system too many requests response a status code equal to that given

func (*GetAccountAccessConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get account access consent system too many requests response has a 3xx status code

func (*GetAccountAccessConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get account access consent system too many requests response has a 5xx status code

func (*GetAccountAccessConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get account access consent system too many requests response has a 2xx status code

func (*GetAccountAccessConsentSystemTooManyRequests) String

type GetAccountAccessConsentSystemUnauthorized

type GetAccountAccessConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetAccountAccessConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetAccountAccessConsentSystemUnauthorized

func NewGetAccountAccessConsentSystemUnauthorized() *GetAccountAccessConsentSystemUnauthorized

NewGetAccountAccessConsentSystemUnauthorized creates a GetAccountAccessConsentSystemUnauthorized with default headers values

func (*GetAccountAccessConsentSystemUnauthorized) Code

Code gets the status code for the get account access consent system unauthorized response

func (*GetAccountAccessConsentSystemUnauthorized) Error

func (*GetAccountAccessConsentSystemUnauthorized) GetPayload

func (*GetAccountAccessConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get account access consent system unauthorized response has a 4xx status code

func (*GetAccountAccessConsentSystemUnauthorized) IsCode

IsCode returns true when this get account access consent system unauthorized response a status code equal to that given

func (*GetAccountAccessConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get account access consent system unauthorized response has a 3xx status code

func (*GetAccountAccessConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get account access consent system unauthorized response has a 5xx status code

func (*GetAccountAccessConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get account access consent system unauthorized response has a 2xx status code

func (*GetAccountAccessConsentSystemUnauthorized) String

type GetDomesticPaymentConsentSystemForbidden

type GetDomesticPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

GetDomesticPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDomesticPaymentConsentSystemForbidden

func NewGetDomesticPaymentConsentSystemForbidden() *GetDomesticPaymentConsentSystemForbidden

NewGetDomesticPaymentConsentSystemForbidden creates a GetDomesticPaymentConsentSystemForbidden with default headers values

func (*GetDomesticPaymentConsentSystemForbidden) Code

Code gets the status code for the get domestic payment consent system forbidden response

func (*GetDomesticPaymentConsentSystemForbidden) Error

func (*GetDomesticPaymentConsentSystemForbidden) GetPayload

func (*GetDomesticPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this get domestic payment consent system forbidden response has a 4xx status code

func (*GetDomesticPaymentConsentSystemForbidden) IsCode

IsCode returns true when this get domestic payment consent system forbidden response a status code equal to that given

func (*GetDomesticPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get domestic payment consent system forbidden response has a 3xx status code

func (*GetDomesticPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this get domestic payment consent system forbidden response has a 5xx status code

func (*GetDomesticPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get domestic payment consent system forbidden response has a 2xx status code

func (*GetDomesticPaymentConsentSystemForbidden) String

type GetDomesticPaymentConsentSystemNotFound

type GetDomesticPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

GetDomesticPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetDomesticPaymentConsentSystemNotFound

func NewGetDomesticPaymentConsentSystemNotFound() *GetDomesticPaymentConsentSystemNotFound

NewGetDomesticPaymentConsentSystemNotFound creates a GetDomesticPaymentConsentSystemNotFound with default headers values

func (*GetDomesticPaymentConsentSystemNotFound) Code

Code gets the status code for the get domestic payment consent system not found response

func (*GetDomesticPaymentConsentSystemNotFound) Error

func (*GetDomesticPaymentConsentSystemNotFound) GetPayload

func (*GetDomesticPaymentConsentSystemNotFound) IsClientError

func (o *GetDomesticPaymentConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this get domestic payment consent system not found response has a 4xx status code

func (*GetDomesticPaymentConsentSystemNotFound) IsCode

IsCode returns true when this get domestic payment consent system not found response a status code equal to that given

func (*GetDomesticPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get domestic payment consent system not found response has a 3xx status code

func (*GetDomesticPaymentConsentSystemNotFound) IsServerError

func (o *GetDomesticPaymentConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this get domestic payment consent system not found response has a 5xx status code

func (*GetDomesticPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get domestic payment consent system not found response has a 2xx status code

func (*GetDomesticPaymentConsentSystemNotFound) String

type GetDomesticPaymentConsentSystemOK

type GetDomesticPaymentConsentSystemOK struct {
	Payload *models.GetDomesticPaymentConsentResponse
}

GetDomesticPaymentConsentSystemOK describes a response with status code 200, with default header values.

GetDomesticPaymentConsentResponse

func NewGetDomesticPaymentConsentSystemOK

func NewGetDomesticPaymentConsentSystemOK() *GetDomesticPaymentConsentSystemOK

NewGetDomesticPaymentConsentSystemOK creates a GetDomesticPaymentConsentSystemOK with default headers values

func (*GetDomesticPaymentConsentSystemOK) Code

Code gets the status code for the get domestic payment consent system o k response

func (*GetDomesticPaymentConsentSystemOK) Error

func (*GetDomesticPaymentConsentSystemOK) GetPayload

func (*GetDomesticPaymentConsentSystemOK) IsClientError

func (o *GetDomesticPaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this get domestic payment consent system o k response has a 4xx status code

func (*GetDomesticPaymentConsentSystemOK) IsCode

func (o *GetDomesticPaymentConsentSystemOK) IsCode(code int) bool

IsCode returns true when this get domestic payment consent system o k response a status code equal to that given

func (*GetDomesticPaymentConsentSystemOK) IsRedirect

func (o *GetDomesticPaymentConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this get domestic payment consent system o k response has a 3xx status code

func (*GetDomesticPaymentConsentSystemOK) IsServerError

func (o *GetDomesticPaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this get domestic payment consent system o k response has a 5xx status code

func (*GetDomesticPaymentConsentSystemOK) IsSuccess

func (o *GetDomesticPaymentConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this get domestic payment consent system o k response has a 2xx status code

func (*GetDomesticPaymentConsentSystemOK) String

type GetDomesticPaymentConsentSystemParams

type GetDomesticPaymentConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetDomesticPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the get domestic payment consent system operation.

Typically these are written to a http.Request.

func NewGetDomesticPaymentConsentSystemParams

func NewGetDomesticPaymentConsentSystemParams() *GetDomesticPaymentConsentSystemParams

NewGetDomesticPaymentConsentSystemParams creates a new GetDomesticPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDomesticPaymentConsentSystemParamsWithContext

func NewGetDomesticPaymentConsentSystemParamsWithContext(ctx context.Context) *GetDomesticPaymentConsentSystemParams

NewGetDomesticPaymentConsentSystemParamsWithContext creates a new GetDomesticPaymentConsentSystemParams object with the ability to set a context for a request.

func NewGetDomesticPaymentConsentSystemParamsWithHTTPClient

func NewGetDomesticPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *GetDomesticPaymentConsentSystemParams

NewGetDomesticPaymentConsentSystemParamsWithHTTPClient creates a new GetDomesticPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticPaymentConsentSystemParamsWithTimeout

func NewGetDomesticPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *GetDomesticPaymentConsentSystemParams

NewGetDomesticPaymentConsentSystemParamsWithTimeout creates a new GetDomesticPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*GetDomesticPaymentConsentSystemParams) SetContext

SetContext adds the context to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) SetDefaults

func (o *GetDomesticPaymentConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the get domestic payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetDomesticPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) SetLogin

func (o *GetDomesticPaymentConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) SetLoginState

func (o *GetDomesticPaymentConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) WithContext

WithContext adds the context to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get domestic payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetDomesticPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get domestic payment consent system params

func (*GetDomesticPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticPaymentConsentSystemReader

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

GetDomesticPaymentConsentSystemReader is a Reader for the GetDomesticPaymentConsentSystem structure.

func (*GetDomesticPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticPaymentConsentSystemTooManyRequests

type GetDomesticPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetDomesticPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetDomesticPaymentConsentSystemTooManyRequests

func NewGetDomesticPaymentConsentSystemTooManyRequests() *GetDomesticPaymentConsentSystemTooManyRequests

NewGetDomesticPaymentConsentSystemTooManyRequests creates a GetDomesticPaymentConsentSystemTooManyRequests with default headers values

func (*GetDomesticPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the get domestic payment consent system too many requests response

func (*GetDomesticPaymentConsentSystemTooManyRequests) Error

func (*GetDomesticPaymentConsentSystemTooManyRequests) GetPayload

func (*GetDomesticPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get domestic payment consent system too many requests response has a 4xx status code

func (*GetDomesticPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this get domestic payment consent system too many requests response a status code equal to that given

func (*GetDomesticPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get domestic payment consent system too many requests response has a 3xx status code

func (*GetDomesticPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get domestic payment consent system too many requests response has a 5xx status code

func (*GetDomesticPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get domestic payment consent system too many requests response has a 2xx status code

func (*GetDomesticPaymentConsentSystemTooManyRequests) String

type GetDomesticPaymentConsentSystemUnauthorized

type GetDomesticPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetDomesticPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDomesticPaymentConsentSystemUnauthorized

func NewGetDomesticPaymentConsentSystemUnauthorized() *GetDomesticPaymentConsentSystemUnauthorized

NewGetDomesticPaymentConsentSystemUnauthorized creates a GetDomesticPaymentConsentSystemUnauthorized with default headers values

func (*GetDomesticPaymentConsentSystemUnauthorized) Code

Code gets the status code for the get domestic payment consent system unauthorized response

func (*GetDomesticPaymentConsentSystemUnauthorized) Error

func (*GetDomesticPaymentConsentSystemUnauthorized) GetPayload

func (*GetDomesticPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get domestic payment consent system unauthorized response has a 4xx status code

func (*GetDomesticPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this get domestic payment consent system unauthorized response a status code equal to that given

func (*GetDomesticPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get domestic payment consent system unauthorized response has a 3xx status code

func (*GetDomesticPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get domestic payment consent system unauthorized response has a 5xx status code

func (*GetDomesticPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get domestic payment consent system unauthorized response has a 2xx status code

func (*GetDomesticPaymentConsentSystemUnauthorized) String

type GetDomesticScheduledPaymentConsentSystemForbidden

type GetDomesticScheduledPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

GetDomesticScheduledPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDomesticScheduledPaymentConsentSystemForbidden

func NewGetDomesticScheduledPaymentConsentSystemForbidden() *GetDomesticScheduledPaymentConsentSystemForbidden

NewGetDomesticScheduledPaymentConsentSystemForbidden creates a GetDomesticScheduledPaymentConsentSystemForbidden with default headers values

func (*GetDomesticScheduledPaymentConsentSystemForbidden) Code

Code gets the status code for the get domestic scheduled payment consent system forbidden response

func (*GetDomesticScheduledPaymentConsentSystemForbidden) Error

func (*GetDomesticScheduledPaymentConsentSystemForbidden) GetPayload

func (*GetDomesticScheduledPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this get domestic scheduled payment consent system forbidden response has a 4xx status code

func (*GetDomesticScheduledPaymentConsentSystemForbidden) IsCode

IsCode returns true when this get domestic scheduled payment consent system forbidden response a status code equal to that given

func (*GetDomesticScheduledPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get domestic scheduled payment consent system forbidden response has a 3xx status code

func (*GetDomesticScheduledPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this get domestic scheduled payment consent system forbidden response has a 5xx status code

func (*GetDomesticScheduledPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get domestic scheduled payment consent system forbidden response has a 2xx status code

func (*GetDomesticScheduledPaymentConsentSystemForbidden) String

type GetDomesticScheduledPaymentConsentSystemNotFound

type GetDomesticScheduledPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

GetDomesticScheduledPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetDomesticScheduledPaymentConsentSystemNotFound

func NewGetDomesticScheduledPaymentConsentSystemNotFound() *GetDomesticScheduledPaymentConsentSystemNotFound

NewGetDomesticScheduledPaymentConsentSystemNotFound creates a GetDomesticScheduledPaymentConsentSystemNotFound with default headers values

func (*GetDomesticScheduledPaymentConsentSystemNotFound) Code

Code gets the status code for the get domestic scheduled payment consent system not found response

func (*GetDomesticScheduledPaymentConsentSystemNotFound) Error

func (*GetDomesticScheduledPaymentConsentSystemNotFound) GetPayload

func (*GetDomesticScheduledPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this get domestic scheduled payment consent system not found response has a 4xx status code

func (*GetDomesticScheduledPaymentConsentSystemNotFound) IsCode

IsCode returns true when this get domestic scheduled payment consent system not found response a status code equal to that given

func (*GetDomesticScheduledPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get domestic scheduled payment consent system not found response has a 3xx status code

func (*GetDomesticScheduledPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this get domestic scheduled payment consent system not found response has a 5xx status code

func (*GetDomesticScheduledPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get domestic scheduled payment consent system not found response has a 2xx status code

func (*GetDomesticScheduledPaymentConsentSystemNotFound) String

type GetDomesticScheduledPaymentConsentSystemOK

type GetDomesticScheduledPaymentConsentSystemOK struct {
	Payload *models.GetDomesticScheduledPaymentConsentResponse
}

GetDomesticScheduledPaymentConsentSystemOK describes a response with status code 200, with default header values.

GetDomesticScheduledPaymentConsentResponse

func NewGetDomesticScheduledPaymentConsentSystemOK

func NewGetDomesticScheduledPaymentConsentSystemOK() *GetDomesticScheduledPaymentConsentSystemOK

NewGetDomesticScheduledPaymentConsentSystemOK creates a GetDomesticScheduledPaymentConsentSystemOK with default headers values

func (*GetDomesticScheduledPaymentConsentSystemOK) Code

Code gets the status code for the get domestic scheduled payment consent system o k response

func (*GetDomesticScheduledPaymentConsentSystemOK) Error

func (*GetDomesticScheduledPaymentConsentSystemOK) GetPayload

func (*GetDomesticScheduledPaymentConsentSystemOK) IsClientError

IsClientError returns true when this get domestic scheduled payment consent system o k response has a 4xx status code

func (*GetDomesticScheduledPaymentConsentSystemOK) IsCode

IsCode returns true when this get domestic scheduled payment consent system o k response a status code equal to that given

func (*GetDomesticScheduledPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this get domestic scheduled payment consent system o k response has a 3xx status code

func (*GetDomesticScheduledPaymentConsentSystemOK) IsServerError

IsServerError returns true when this get domestic scheduled payment consent system o k response has a 5xx status code

func (*GetDomesticScheduledPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this get domestic scheduled payment consent system o k response has a 2xx status code

func (*GetDomesticScheduledPaymentConsentSystemOK) String

type GetDomesticScheduledPaymentConsentSystemParams

type GetDomesticScheduledPaymentConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetDomesticScheduledPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the get domestic scheduled payment consent system operation.

Typically these are written to a http.Request.

func NewGetDomesticScheduledPaymentConsentSystemParams

func NewGetDomesticScheduledPaymentConsentSystemParams() *GetDomesticScheduledPaymentConsentSystemParams

NewGetDomesticScheduledPaymentConsentSystemParams creates a new GetDomesticScheduledPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDomesticScheduledPaymentConsentSystemParamsWithContext

func NewGetDomesticScheduledPaymentConsentSystemParamsWithContext(ctx context.Context) *GetDomesticScheduledPaymentConsentSystemParams

NewGetDomesticScheduledPaymentConsentSystemParamsWithContext creates a new GetDomesticScheduledPaymentConsentSystemParams object with the ability to set a context for a request.

func NewGetDomesticScheduledPaymentConsentSystemParamsWithHTTPClient

func NewGetDomesticScheduledPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *GetDomesticScheduledPaymentConsentSystemParams

NewGetDomesticScheduledPaymentConsentSystemParamsWithHTTPClient creates a new GetDomesticScheduledPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticScheduledPaymentConsentSystemParamsWithTimeout

func NewGetDomesticScheduledPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *GetDomesticScheduledPaymentConsentSystemParams

NewGetDomesticScheduledPaymentConsentSystemParamsWithTimeout creates a new GetDomesticScheduledPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*GetDomesticScheduledPaymentConsentSystemParams) SetContext

SetContext adds the context to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get domestic scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetDomesticScheduledPaymentConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) SetLoginState

func (o *GetDomesticScheduledPaymentConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) WithContext

WithContext adds the context to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get domestic scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetDomesticScheduledPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get domestic scheduled payment consent system params

func (*GetDomesticScheduledPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticScheduledPaymentConsentSystemReader

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

GetDomesticScheduledPaymentConsentSystemReader is a Reader for the GetDomesticScheduledPaymentConsentSystem structure.

func (*GetDomesticScheduledPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticScheduledPaymentConsentSystemTooManyRequests

type GetDomesticScheduledPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetDomesticScheduledPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetDomesticScheduledPaymentConsentSystemTooManyRequests

func NewGetDomesticScheduledPaymentConsentSystemTooManyRequests() *GetDomesticScheduledPaymentConsentSystemTooManyRequests

NewGetDomesticScheduledPaymentConsentSystemTooManyRequests creates a GetDomesticScheduledPaymentConsentSystemTooManyRequests with default headers values

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the get domestic scheduled payment consent system too many requests response

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) Error

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) GetPayload

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get domestic scheduled payment consent system too many requests response has a 4xx status code

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this get domestic scheduled payment consent system too many requests response a status code equal to that given

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get domestic scheduled payment consent system too many requests response has a 3xx status code

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get domestic scheduled payment consent system too many requests response has a 5xx status code

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get domestic scheduled payment consent system too many requests response has a 2xx status code

func (*GetDomesticScheduledPaymentConsentSystemTooManyRequests) String

type GetDomesticScheduledPaymentConsentSystemUnauthorized

type GetDomesticScheduledPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetDomesticScheduledPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDomesticScheduledPaymentConsentSystemUnauthorized

func NewGetDomesticScheduledPaymentConsentSystemUnauthorized() *GetDomesticScheduledPaymentConsentSystemUnauthorized

NewGetDomesticScheduledPaymentConsentSystemUnauthorized creates a GetDomesticScheduledPaymentConsentSystemUnauthorized with default headers values

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) Code

Code gets the status code for the get domestic scheduled payment consent system unauthorized response

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) Error

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) GetPayload

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get domestic scheduled payment consent system unauthorized response has a 4xx status code

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this get domestic scheduled payment consent system unauthorized response a status code equal to that given

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get domestic scheduled payment consent system unauthorized response has a 3xx status code

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get domestic scheduled payment consent system unauthorized response has a 5xx status code

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get domestic scheduled payment consent system unauthorized response has a 2xx status code

func (*GetDomesticScheduledPaymentConsentSystemUnauthorized) String

type GetDomesticStandingOrderConsentSystemForbidden

type GetDomesticStandingOrderConsentSystemForbidden struct {
	Payload *models.Error
}

GetDomesticStandingOrderConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDomesticStandingOrderConsentSystemForbidden

func NewGetDomesticStandingOrderConsentSystemForbidden() *GetDomesticStandingOrderConsentSystemForbidden

NewGetDomesticStandingOrderConsentSystemForbidden creates a GetDomesticStandingOrderConsentSystemForbidden with default headers values

func (*GetDomesticStandingOrderConsentSystemForbidden) Code

Code gets the status code for the get domestic standing order consent system forbidden response

func (*GetDomesticStandingOrderConsentSystemForbidden) Error

func (*GetDomesticStandingOrderConsentSystemForbidden) GetPayload

func (*GetDomesticStandingOrderConsentSystemForbidden) IsClientError

IsClientError returns true when this get domestic standing order consent system forbidden response has a 4xx status code

func (*GetDomesticStandingOrderConsentSystemForbidden) IsCode

IsCode returns true when this get domestic standing order consent system forbidden response a status code equal to that given

func (*GetDomesticStandingOrderConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get domestic standing order consent system forbidden response has a 3xx status code

func (*GetDomesticStandingOrderConsentSystemForbidden) IsServerError

IsServerError returns true when this get domestic standing order consent system forbidden response has a 5xx status code

func (*GetDomesticStandingOrderConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get domestic standing order consent system forbidden response has a 2xx status code

func (*GetDomesticStandingOrderConsentSystemForbidden) String

type GetDomesticStandingOrderConsentSystemNotFound

type GetDomesticStandingOrderConsentSystemNotFound struct {
	Payload *models.Error
}

GetDomesticStandingOrderConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetDomesticStandingOrderConsentSystemNotFound

func NewGetDomesticStandingOrderConsentSystemNotFound() *GetDomesticStandingOrderConsentSystemNotFound

NewGetDomesticStandingOrderConsentSystemNotFound creates a GetDomesticStandingOrderConsentSystemNotFound with default headers values

func (*GetDomesticStandingOrderConsentSystemNotFound) Code

Code gets the status code for the get domestic standing order consent system not found response

func (*GetDomesticStandingOrderConsentSystemNotFound) Error

func (*GetDomesticStandingOrderConsentSystemNotFound) GetPayload

func (*GetDomesticStandingOrderConsentSystemNotFound) IsClientError

IsClientError returns true when this get domestic standing order consent system not found response has a 4xx status code

func (*GetDomesticStandingOrderConsentSystemNotFound) IsCode

IsCode returns true when this get domestic standing order consent system not found response a status code equal to that given

func (*GetDomesticStandingOrderConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get domestic standing order consent system not found response has a 3xx status code

func (*GetDomesticStandingOrderConsentSystemNotFound) IsServerError

IsServerError returns true when this get domestic standing order consent system not found response has a 5xx status code

func (*GetDomesticStandingOrderConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get domestic standing order consent system not found response has a 2xx status code

func (*GetDomesticStandingOrderConsentSystemNotFound) String

type GetDomesticStandingOrderConsentSystemOK

type GetDomesticStandingOrderConsentSystemOK struct {
	Payload *models.GetDomesticStandingOrderConsentResponse
}

GetDomesticStandingOrderConsentSystemOK describes a response with status code 200, with default header values.

GetDomesticStandingOrderConsentResponse

func NewGetDomesticStandingOrderConsentSystemOK

func NewGetDomesticStandingOrderConsentSystemOK() *GetDomesticStandingOrderConsentSystemOK

NewGetDomesticStandingOrderConsentSystemOK creates a GetDomesticStandingOrderConsentSystemOK with default headers values

func (*GetDomesticStandingOrderConsentSystemOK) Code

Code gets the status code for the get domestic standing order consent system o k response

func (*GetDomesticStandingOrderConsentSystemOK) Error

func (*GetDomesticStandingOrderConsentSystemOK) GetPayload

func (*GetDomesticStandingOrderConsentSystemOK) IsClientError

func (o *GetDomesticStandingOrderConsentSystemOK) IsClientError() bool

IsClientError returns true when this get domestic standing order consent system o k response has a 4xx status code

func (*GetDomesticStandingOrderConsentSystemOK) IsCode

IsCode returns true when this get domestic standing order consent system o k response a status code equal to that given

func (*GetDomesticStandingOrderConsentSystemOK) IsRedirect

IsRedirect returns true when this get domestic standing order consent system o k response has a 3xx status code

func (*GetDomesticStandingOrderConsentSystemOK) IsServerError

func (o *GetDomesticStandingOrderConsentSystemOK) IsServerError() bool

IsServerError returns true when this get domestic standing order consent system o k response has a 5xx status code

func (*GetDomesticStandingOrderConsentSystemOK) IsSuccess

IsSuccess returns true when this get domestic standing order consent system o k response has a 2xx status code

func (*GetDomesticStandingOrderConsentSystemOK) String

type GetDomesticStandingOrderConsentSystemParams

type GetDomesticStandingOrderConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetDomesticStandingOrderConsentSystemParams contains all the parameters to send to the API endpoint

for the get domestic standing order consent system operation.

Typically these are written to a http.Request.

func NewGetDomesticStandingOrderConsentSystemParams

func NewGetDomesticStandingOrderConsentSystemParams() *GetDomesticStandingOrderConsentSystemParams

NewGetDomesticStandingOrderConsentSystemParams creates a new GetDomesticStandingOrderConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDomesticStandingOrderConsentSystemParamsWithContext

func NewGetDomesticStandingOrderConsentSystemParamsWithContext(ctx context.Context) *GetDomesticStandingOrderConsentSystemParams

NewGetDomesticStandingOrderConsentSystemParamsWithContext creates a new GetDomesticStandingOrderConsentSystemParams object with the ability to set a context for a request.

func NewGetDomesticStandingOrderConsentSystemParamsWithHTTPClient

func NewGetDomesticStandingOrderConsentSystemParamsWithHTTPClient(client *http.Client) *GetDomesticStandingOrderConsentSystemParams

NewGetDomesticStandingOrderConsentSystemParamsWithHTTPClient creates a new GetDomesticStandingOrderConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticStandingOrderConsentSystemParamsWithTimeout

func NewGetDomesticStandingOrderConsentSystemParamsWithTimeout(timeout time.Duration) *GetDomesticStandingOrderConsentSystemParams

NewGetDomesticStandingOrderConsentSystemParamsWithTimeout creates a new GetDomesticStandingOrderConsentSystemParams object with the ability to set a timeout on a request.

func (*GetDomesticStandingOrderConsentSystemParams) SetContext

SetContext adds the context to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get domestic standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetDomesticStandingOrderConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) SetLogin

SetLogin adds the login to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) SetLoginState

func (o *GetDomesticStandingOrderConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) WithContext

WithContext adds the context to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get domestic standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetDomesticStandingOrderConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) WithLogin

WithLogin adds the login to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get domestic standing order consent system params

func (*GetDomesticStandingOrderConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticStandingOrderConsentSystemReader

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

GetDomesticStandingOrderConsentSystemReader is a Reader for the GetDomesticStandingOrderConsentSystem structure.

func (*GetDomesticStandingOrderConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticStandingOrderConsentSystemTooManyRequests

type GetDomesticStandingOrderConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetDomesticStandingOrderConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetDomesticStandingOrderConsentSystemTooManyRequests

func NewGetDomesticStandingOrderConsentSystemTooManyRequests() *GetDomesticStandingOrderConsentSystemTooManyRequests

NewGetDomesticStandingOrderConsentSystemTooManyRequests creates a GetDomesticStandingOrderConsentSystemTooManyRequests with default headers values

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) Code

Code gets the status code for the get domestic standing order consent system too many requests response

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) Error

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) GetPayload

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get domestic standing order consent system too many requests response has a 4xx status code

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) IsCode

IsCode returns true when this get domestic standing order consent system too many requests response a status code equal to that given

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get domestic standing order consent system too many requests response has a 3xx status code

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get domestic standing order consent system too many requests response has a 5xx status code

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get domestic standing order consent system too many requests response has a 2xx status code

func (*GetDomesticStandingOrderConsentSystemTooManyRequests) String

type GetDomesticStandingOrderConsentSystemUnauthorized

type GetDomesticStandingOrderConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetDomesticStandingOrderConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDomesticStandingOrderConsentSystemUnauthorized

func NewGetDomesticStandingOrderConsentSystemUnauthorized() *GetDomesticStandingOrderConsentSystemUnauthorized

NewGetDomesticStandingOrderConsentSystemUnauthorized creates a GetDomesticStandingOrderConsentSystemUnauthorized with default headers values

func (*GetDomesticStandingOrderConsentSystemUnauthorized) Code

Code gets the status code for the get domestic standing order consent system unauthorized response

func (*GetDomesticStandingOrderConsentSystemUnauthorized) Error

func (*GetDomesticStandingOrderConsentSystemUnauthorized) GetPayload

func (*GetDomesticStandingOrderConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get domestic standing order consent system unauthorized response has a 4xx status code

func (*GetDomesticStandingOrderConsentSystemUnauthorized) IsCode

IsCode returns true when this get domestic standing order consent system unauthorized response a status code equal to that given

func (*GetDomesticStandingOrderConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get domestic standing order consent system unauthorized response has a 3xx status code

func (*GetDomesticStandingOrderConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get domestic standing order consent system unauthorized response has a 5xx status code

func (*GetDomesticStandingOrderConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get domestic standing order consent system unauthorized response has a 2xx status code

func (*GetDomesticStandingOrderConsentSystemUnauthorized) String

type GetFilePaymentConsentSystemForbidden

type GetFilePaymentConsentSystemForbidden struct {
	Payload *models.Error
}

GetFilePaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetFilePaymentConsentSystemForbidden

func NewGetFilePaymentConsentSystemForbidden() *GetFilePaymentConsentSystemForbidden

NewGetFilePaymentConsentSystemForbidden creates a GetFilePaymentConsentSystemForbidden with default headers values

func (*GetFilePaymentConsentSystemForbidden) Code

Code gets the status code for the get file payment consent system forbidden response

func (*GetFilePaymentConsentSystemForbidden) Error

func (*GetFilePaymentConsentSystemForbidden) GetPayload

func (*GetFilePaymentConsentSystemForbidden) IsClientError

func (o *GetFilePaymentConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this get file payment consent system forbidden response has a 4xx status code

func (*GetFilePaymentConsentSystemForbidden) IsCode

IsCode returns true when this get file payment consent system forbidden response a status code equal to that given

func (*GetFilePaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get file payment consent system forbidden response has a 3xx status code

func (*GetFilePaymentConsentSystemForbidden) IsServerError

func (o *GetFilePaymentConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this get file payment consent system forbidden response has a 5xx status code

func (*GetFilePaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get file payment consent system forbidden response has a 2xx status code

func (*GetFilePaymentConsentSystemForbidden) String

type GetFilePaymentConsentSystemNotFound

type GetFilePaymentConsentSystemNotFound struct {
	Payload *models.Error
}

GetFilePaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetFilePaymentConsentSystemNotFound

func NewGetFilePaymentConsentSystemNotFound() *GetFilePaymentConsentSystemNotFound

NewGetFilePaymentConsentSystemNotFound creates a GetFilePaymentConsentSystemNotFound with default headers values

func (*GetFilePaymentConsentSystemNotFound) Code

Code gets the status code for the get file payment consent system not found response

func (*GetFilePaymentConsentSystemNotFound) Error

func (*GetFilePaymentConsentSystemNotFound) GetPayload

func (*GetFilePaymentConsentSystemNotFound) IsClientError

func (o *GetFilePaymentConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this get file payment consent system not found response has a 4xx status code

func (*GetFilePaymentConsentSystemNotFound) IsCode

IsCode returns true when this get file payment consent system not found response a status code equal to that given

func (*GetFilePaymentConsentSystemNotFound) IsRedirect

func (o *GetFilePaymentConsentSystemNotFound) IsRedirect() bool

IsRedirect returns true when this get file payment consent system not found response has a 3xx status code

func (*GetFilePaymentConsentSystemNotFound) IsServerError

func (o *GetFilePaymentConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this get file payment consent system not found response has a 5xx status code

func (*GetFilePaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get file payment consent system not found response has a 2xx status code

func (*GetFilePaymentConsentSystemNotFound) String

type GetFilePaymentConsentSystemOK

type GetFilePaymentConsentSystemOK struct {
	Payload *models.GetFilePaymentConsentResponse
}

GetFilePaymentConsentSystemOK describes a response with status code 200, with default header values.

GetFilePaymentConsentResponse

func NewGetFilePaymentConsentSystemOK

func NewGetFilePaymentConsentSystemOK() *GetFilePaymentConsentSystemOK

NewGetFilePaymentConsentSystemOK creates a GetFilePaymentConsentSystemOK with default headers values

func (*GetFilePaymentConsentSystemOK) Code

Code gets the status code for the get file payment consent system o k response

func (*GetFilePaymentConsentSystemOK) Error

func (*GetFilePaymentConsentSystemOK) GetPayload

func (*GetFilePaymentConsentSystemOK) IsClientError

func (o *GetFilePaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this get file payment consent system o k response has a 4xx status code

func (*GetFilePaymentConsentSystemOK) IsCode

func (o *GetFilePaymentConsentSystemOK) IsCode(code int) bool

IsCode returns true when this get file payment consent system o k response a status code equal to that given

func (*GetFilePaymentConsentSystemOK) IsRedirect

func (o *GetFilePaymentConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this get file payment consent system o k response has a 3xx status code

func (*GetFilePaymentConsentSystemOK) IsServerError

func (o *GetFilePaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this get file payment consent system o k response has a 5xx status code

func (*GetFilePaymentConsentSystemOK) IsSuccess

func (o *GetFilePaymentConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this get file payment consent system o k response has a 2xx status code

func (*GetFilePaymentConsentSystemOK) String

type GetFilePaymentConsentSystemParams

type GetFilePaymentConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetFilePaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the get file payment consent system operation.

Typically these are written to a http.Request.

func NewGetFilePaymentConsentSystemParams

func NewGetFilePaymentConsentSystemParams() *GetFilePaymentConsentSystemParams

NewGetFilePaymentConsentSystemParams creates a new GetFilePaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetFilePaymentConsentSystemParamsWithContext

func NewGetFilePaymentConsentSystemParamsWithContext(ctx context.Context) *GetFilePaymentConsentSystemParams

NewGetFilePaymentConsentSystemParamsWithContext creates a new GetFilePaymentConsentSystemParams object with the ability to set a context for a request.

func NewGetFilePaymentConsentSystemParamsWithHTTPClient

func NewGetFilePaymentConsentSystemParamsWithHTTPClient(client *http.Client) *GetFilePaymentConsentSystemParams

NewGetFilePaymentConsentSystemParamsWithHTTPClient creates a new GetFilePaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetFilePaymentConsentSystemParamsWithTimeout

func NewGetFilePaymentConsentSystemParamsWithTimeout(timeout time.Duration) *GetFilePaymentConsentSystemParams

NewGetFilePaymentConsentSystemParamsWithTimeout creates a new GetFilePaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*GetFilePaymentConsentSystemParams) SetContext

SetContext adds the context to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) SetDefaults

func (o *GetFilePaymentConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the get file payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetFilePaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) SetLogin

func (o *GetFilePaymentConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) SetLoginState

func (o *GetFilePaymentConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) WithContext

WithContext adds the context to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get file payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetFilePaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) WithLogin

WithLogin adds the login to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get file payment consent system params

func (*GetFilePaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFilePaymentConsentSystemReader

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

GetFilePaymentConsentSystemReader is a Reader for the GetFilePaymentConsentSystem structure.

func (*GetFilePaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFilePaymentConsentSystemTooManyRequests

type GetFilePaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetFilePaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetFilePaymentConsentSystemTooManyRequests

func NewGetFilePaymentConsentSystemTooManyRequests() *GetFilePaymentConsentSystemTooManyRequests

NewGetFilePaymentConsentSystemTooManyRequests creates a GetFilePaymentConsentSystemTooManyRequests with default headers values

func (*GetFilePaymentConsentSystemTooManyRequests) Code

Code gets the status code for the get file payment consent system too many requests response

func (*GetFilePaymentConsentSystemTooManyRequests) Error

func (*GetFilePaymentConsentSystemTooManyRequests) GetPayload

func (*GetFilePaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get file payment consent system too many requests response has a 4xx status code

func (*GetFilePaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this get file payment consent system too many requests response a status code equal to that given

func (*GetFilePaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get file payment consent system too many requests response has a 3xx status code

func (*GetFilePaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get file payment consent system too many requests response has a 5xx status code

func (*GetFilePaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get file payment consent system too many requests response has a 2xx status code

func (*GetFilePaymentConsentSystemTooManyRequests) String

type GetFilePaymentConsentSystemUnauthorized

type GetFilePaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetFilePaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetFilePaymentConsentSystemUnauthorized

func NewGetFilePaymentConsentSystemUnauthorized() *GetFilePaymentConsentSystemUnauthorized

NewGetFilePaymentConsentSystemUnauthorized creates a GetFilePaymentConsentSystemUnauthorized with default headers values

func (*GetFilePaymentConsentSystemUnauthorized) Code

Code gets the status code for the get file payment consent system unauthorized response

func (*GetFilePaymentConsentSystemUnauthorized) Error

func (*GetFilePaymentConsentSystemUnauthorized) GetPayload

func (*GetFilePaymentConsentSystemUnauthorized) IsClientError

func (o *GetFilePaymentConsentSystemUnauthorized) IsClientError() bool

IsClientError returns true when this get file payment consent system unauthorized response has a 4xx status code

func (*GetFilePaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this get file payment consent system unauthorized response a status code equal to that given

func (*GetFilePaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get file payment consent system unauthorized response has a 3xx status code

func (*GetFilePaymentConsentSystemUnauthorized) IsServerError

func (o *GetFilePaymentConsentSystemUnauthorized) IsServerError() bool

IsServerError returns true when this get file payment consent system unauthorized response has a 5xx status code

func (*GetFilePaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get file payment consent system unauthorized response has a 2xx status code

func (*GetFilePaymentConsentSystemUnauthorized) String

type GetInternationalPaymentConsentSystemForbidden

type GetInternationalPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

GetInternationalPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetInternationalPaymentConsentSystemForbidden

func NewGetInternationalPaymentConsentSystemForbidden() *GetInternationalPaymentConsentSystemForbidden

NewGetInternationalPaymentConsentSystemForbidden creates a GetInternationalPaymentConsentSystemForbidden with default headers values

func (*GetInternationalPaymentConsentSystemForbidden) Code

Code gets the status code for the get international payment consent system forbidden response

func (*GetInternationalPaymentConsentSystemForbidden) Error

func (*GetInternationalPaymentConsentSystemForbidden) GetPayload

func (*GetInternationalPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this get international payment consent system forbidden response has a 4xx status code

func (*GetInternationalPaymentConsentSystemForbidden) IsCode

IsCode returns true when this get international payment consent system forbidden response a status code equal to that given

func (*GetInternationalPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get international payment consent system forbidden response has a 3xx status code

func (*GetInternationalPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this get international payment consent system forbidden response has a 5xx status code

func (*GetInternationalPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get international payment consent system forbidden response has a 2xx status code

func (*GetInternationalPaymentConsentSystemForbidden) String

type GetInternationalPaymentConsentSystemNotFound

type GetInternationalPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

GetInternationalPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetInternationalPaymentConsentSystemNotFound

func NewGetInternationalPaymentConsentSystemNotFound() *GetInternationalPaymentConsentSystemNotFound

NewGetInternationalPaymentConsentSystemNotFound creates a GetInternationalPaymentConsentSystemNotFound with default headers values

func (*GetInternationalPaymentConsentSystemNotFound) Code

Code gets the status code for the get international payment consent system not found response

func (*GetInternationalPaymentConsentSystemNotFound) Error

func (*GetInternationalPaymentConsentSystemNotFound) GetPayload

func (*GetInternationalPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this get international payment consent system not found response has a 4xx status code

func (*GetInternationalPaymentConsentSystemNotFound) IsCode

IsCode returns true when this get international payment consent system not found response a status code equal to that given

func (*GetInternationalPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get international payment consent system not found response has a 3xx status code

func (*GetInternationalPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this get international payment consent system not found response has a 5xx status code

func (*GetInternationalPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get international payment consent system not found response has a 2xx status code

func (*GetInternationalPaymentConsentSystemNotFound) String

type GetInternationalPaymentConsentSystemOK

type GetInternationalPaymentConsentSystemOK struct {
	Payload *models.GetInternationalPaymentConsentResponse
}

GetInternationalPaymentConsentSystemOK describes a response with status code 200, with default header values.

GetInternationalPaymentConsentResponse

func NewGetInternationalPaymentConsentSystemOK

func NewGetInternationalPaymentConsentSystemOK() *GetInternationalPaymentConsentSystemOK

NewGetInternationalPaymentConsentSystemOK creates a GetInternationalPaymentConsentSystemOK with default headers values

func (*GetInternationalPaymentConsentSystemOK) Code

Code gets the status code for the get international payment consent system o k response

func (*GetInternationalPaymentConsentSystemOK) Error

func (*GetInternationalPaymentConsentSystemOK) GetPayload

func (*GetInternationalPaymentConsentSystemOK) IsClientError

func (o *GetInternationalPaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this get international payment consent system o k response has a 4xx status code

func (*GetInternationalPaymentConsentSystemOK) IsCode

IsCode returns true when this get international payment consent system o k response a status code equal to that given

func (*GetInternationalPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this get international payment consent system o k response has a 3xx status code

func (*GetInternationalPaymentConsentSystemOK) IsServerError

func (o *GetInternationalPaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this get international payment consent system o k response has a 5xx status code

func (*GetInternationalPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this get international payment consent system o k response has a 2xx status code

func (*GetInternationalPaymentConsentSystemOK) String

type GetInternationalPaymentConsentSystemParams

type GetInternationalPaymentConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetInternationalPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the get international payment consent system operation.

Typically these are written to a http.Request.

func NewGetInternationalPaymentConsentSystemParams

func NewGetInternationalPaymentConsentSystemParams() *GetInternationalPaymentConsentSystemParams

NewGetInternationalPaymentConsentSystemParams creates a new GetInternationalPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetInternationalPaymentConsentSystemParamsWithContext

func NewGetInternationalPaymentConsentSystemParamsWithContext(ctx context.Context) *GetInternationalPaymentConsentSystemParams

NewGetInternationalPaymentConsentSystemParamsWithContext creates a new GetInternationalPaymentConsentSystemParams object with the ability to set a context for a request.

func NewGetInternationalPaymentConsentSystemParamsWithHTTPClient

func NewGetInternationalPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *GetInternationalPaymentConsentSystemParams

NewGetInternationalPaymentConsentSystemParamsWithHTTPClient creates a new GetInternationalPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetInternationalPaymentConsentSystemParamsWithTimeout

func NewGetInternationalPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *GetInternationalPaymentConsentSystemParams

NewGetInternationalPaymentConsentSystemParamsWithTimeout creates a new GetInternationalPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*GetInternationalPaymentConsentSystemParams) SetContext

SetContext adds the context to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get international payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetInternationalPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) SetLoginState

func (o *GetInternationalPaymentConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) WithContext

WithContext adds the context to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get international payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetInternationalPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get international payment consent system params

func (*GetInternationalPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInternationalPaymentConsentSystemReader

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

GetInternationalPaymentConsentSystemReader is a Reader for the GetInternationalPaymentConsentSystem structure.

func (*GetInternationalPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInternationalPaymentConsentSystemTooManyRequests

type GetInternationalPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetInternationalPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetInternationalPaymentConsentSystemTooManyRequests

func NewGetInternationalPaymentConsentSystemTooManyRequests() *GetInternationalPaymentConsentSystemTooManyRequests

NewGetInternationalPaymentConsentSystemTooManyRequests creates a GetInternationalPaymentConsentSystemTooManyRequests with default headers values

func (*GetInternationalPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the get international payment consent system too many requests response

func (*GetInternationalPaymentConsentSystemTooManyRequests) Error

func (*GetInternationalPaymentConsentSystemTooManyRequests) GetPayload

func (*GetInternationalPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get international payment consent system too many requests response has a 4xx status code

func (*GetInternationalPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this get international payment consent system too many requests response a status code equal to that given

func (*GetInternationalPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get international payment consent system too many requests response has a 3xx status code

func (*GetInternationalPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get international payment consent system too many requests response has a 5xx status code

func (*GetInternationalPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get international payment consent system too many requests response has a 2xx status code

func (*GetInternationalPaymentConsentSystemTooManyRequests) String

type GetInternationalPaymentConsentSystemUnauthorized

type GetInternationalPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetInternationalPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetInternationalPaymentConsentSystemUnauthorized

func NewGetInternationalPaymentConsentSystemUnauthorized() *GetInternationalPaymentConsentSystemUnauthorized

NewGetInternationalPaymentConsentSystemUnauthorized creates a GetInternationalPaymentConsentSystemUnauthorized with default headers values

func (*GetInternationalPaymentConsentSystemUnauthorized) Code

Code gets the status code for the get international payment consent system unauthorized response

func (*GetInternationalPaymentConsentSystemUnauthorized) Error

func (*GetInternationalPaymentConsentSystemUnauthorized) GetPayload

func (*GetInternationalPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get international payment consent system unauthorized response has a 4xx status code

func (*GetInternationalPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this get international payment consent system unauthorized response a status code equal to that given

func (*GetInternationalPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get international payment consent system unauthorized response has a 3xx status code

func (*GetInternationalPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get international payment consent system unauthorized response has a 5xx status code

func (*GetInternationalPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get international payment consent system unauthorized response has a 2xx status code

func (*GetInternationalPaymentConsentSystemUnauthorized) String

type GetInternationalScheduledPaymentConsentSystemForbidden

type GetInternationalScheduledPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

GetInternationalScheduledPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetInternationalScheduledPaymentConsentSystemForbidden

func NewGetInternationalScheduledPaymentConsentSystemForbidden() *GetInternationalScheduledPaymentConsentSystemForbidden

NewGetInternationalScheduledPaymentConsentSystemForbidden creates a GetInternationalScheduledPaymentConsentSystemForbidden with default headers values

func (*GetInternationalScheduledPaymentConsentSystemForbidden) Code

Code gets the status code for the get international scheduled payment consent system forbidden response

func (*GetInternationalScheduledPaymentConsentSystemForbidden) Error

func (*GetInternationalScheduledPaymentConsentSystemForbidden) GetPayload

func (*GetInternationalScheduledPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this get international scheduled payment consent system forbidden response has a 4xx status code

func (*GetInternationalScheduledPaymentConsentSystemForbidden) IsCode

IsCode returns true when this get international scheduled payment consent system forbidden response a status code equal to that given

func (*GetInternationalScheduledPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get international scheduled payment consent system forbidden response has a 3xx status code

func (*GetInternationalScheduledPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this get international scheduled payment consent system forbidden response has a 5xx status code

func (*GetInternationalScheduledPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get international scheduled payment consent system forbidden response has a 2xx status code

func (*GetInternationalScheduledPaymentConsentSystemForbidden) String

type GetInternationalScheduledPaymentConsentSystemNotFound

type GetInternationalScheduledPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

GetInternationalScheduledPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetInternationalScheduledPaymentConsentSystemNotFound

func NewGetInternationalScheduledPaymentConsentSystemNotFound() *GetInternationalScheduledPaymentConsentSystemNotFound

NewGetInternationalScheduledPaymentConsentSystemNotFound creates a GetInternationalScheduledPaymentConsentSystemNotFound with default headers values

func (*GetInternationalScheduledPaymentConsentSystemNotFound) Code

Code gets the status code for the get international scheduled payment consent system not found response

func (*GetInternationalScheduledPaymentConsentSystemNotFound) Error

func (*GetInternationalScheduledPaymentConsentSystemNotFound) GetPayload

func (*GetInternationalScheduledPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this get international scheduled payment consent system not found response has a 4xx status code

func (*GetInternationalScheduledPaymentConsentSystemNotFound) IsCode

IsCode returns true when this get international scheduled payment consent system not found response a status code equal to that given

func (*GetInternationalScheduledPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get international scheduled payment consent system not found response has a 3xx status code

func (*GetInternationalScheduledPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this get international scheduled payment consent system not found response has a 5xx status code

func (*GetInternationalScheduledPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get international scheduled payment consent system not found response has a 2xx status code

func (*GetInternationalScheduledPaymentConsentSystemNotFound) String

type GetInternationalScheduledPaymentConsentSystemOK

type GetInternationalScheduledPaymentConsentSystemOK struct {
	Payload *models.GetInternationalScheduledPaymentConsentResponse
}

GetInternationalScheduledPaymentConsentSystemOK describes a response with status code 200, with default header values.

GetInternationalScheduledPaymentConsentResponse

func NewGetInternationalScheduledPaymentConsentSystemOK

func NewGetInternationalScheduledPaymentConsentSystemOK() *GetInternationalScheduledPaymentConsentSystemOK

NewGetInternationalScheduledPaymentConsentSystemOK creates a GetInternationalScheduledPaymentConsentSystemOK with default headers values

func (*GetInternationalScheduledPaymentConsentSystemOK) Code

Code gets the status code for the get international scheduled payment consent system o k response

func (*GetInternationalScheduledPaymentConsentSystemOK) Error

func (*GetInternationalScheduledPaymentConsentSystemOK) GetPayload

func (*GetInternationalScheduledPaymentConsentSystemOK) IsClientError

IsClientError returns true when this get international scheduled payment consent system o k response has a 4xx status code

func (*GetInternationalScheduledPaymentConsentSystemOK) IsCode

IsCode returns true when this get international scheduled payment consent system o k response a status code equal to that given

func (*GetInternationalScheduledPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this get international scheduled payment consent system o k response has a 3xx status code

func (*GetInternationalScheduledPaymentConsentSystemOK) IsServerError

IsServerError returns true when this get international scheduled payment consent system o k response has a 5xx status code

func (*GetInternationalScheduledPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this get international scheduled payment consent system o k response has a 2xx status code

func (*GetInternationalScheduledPaymentConsentSystemOK) String

type GetInternationalScheduledPaymentConsentSystemParams

type GetInternationalScheduledPaymentConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetInternationalScheduledPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the get international scheduled payment consent system operation.

Typically these are written to a http.Request.

func NewGetInternationalScheduledPaymentConsentSystemParams

func NewGetInternationalScheduledPaymentConsentSystemParams() *GetInternationalScheduledPaymentConsentSystemParams

NewGetInternationalScheduledPaymentConsentSystemParams creates a new GetInternationalScheduledPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetInternationalScheduledPaymentConsentSystemParamsWithContext

func NewGetInternationalScheduledPaymentConsentSystemParamsWithContext(ctx context.Context) *GetInternationalScheduledPaymentConsentSystemParams

NewGetInternationalScheduledPaymentConsentSystemParamsWithContext creates a new GetInternationalScheduledPaymentConsentSystemParams object with the ability to set a context for a request.

func NewGetInternationalScheduledPaymentConsentSystemParamsWithHTTPClient

func NewGetInternationalScheduledPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *GetInternationalScheduledPaymentConsentSystemParams

NewGetInternationalScheduledPaymentConsentSystemParamsWithHTTPClient creates a new GetInternationalScheduledPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetInternationalScheduledPaymentConsentSystemParamsWithTimeout

func NewGetInternationalScheduledPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *GetInternationalScheduledPaymentConsentSystemParams

NewGetInternationalScheduledPaymentConsentSystemParamsWithTimeout creates a new GetInternationalScheduledPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*GetInternationalScheduledPaymentConsentSystemParams) SetContext

SetContext adds the context to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get international scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetInternationalScheduledPaymentConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) SetLoginState

func (o *GetInternationalScheduledPaymentConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) WithContext

WithContext adds the context to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get international scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetInternationalScheduledPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get international scheduled payment consent system params

func (*GetInternationalScheduledPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInternationalScheduledPaymentConsentSystemReader

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

GetInternationalScheduledPaymentConsentSystemReader is a Reader for the GetInternationalScheduledPaymentConsentSystem structure.

func (*GetInternationalScheduledPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInternationalScheduledPaymentConsentSystemTooManyRequests

type GetInternationalScheduledPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetInternationalScheduledPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetInternationalScheduledPaymentConsentSystemTooManyRequests

func NewGetInternationalScheduledPaymentConsentSystemTooManyRequests() *GetInternationalScheduledPaymentConsentSystemTooManyRequests

NewGetInternationalScheduledPaymentConsentSystemTooManyRequests creates a GetInternationalScheduledPaymentConsentSystemTooManyRequests with default headers values

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the get international scheduled payment consent system too many requests response

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) Error

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) GetPayload

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get international scheduled payment consent system too many requests response has a 4xx status code

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this get international scheduled payment consent system too many requests response a status code equal to that given

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get international scheduled payment consent system too many requests response has a 3xx status code

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get international scheduled payment consent system too many requests response has a 5xx status code

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get international scheduled payment consent system too many requests response has a 2xx status code

func (*GetInternationalScheduledPaymentConsentSystemTooManyRequests) String

type GetInternationalScheduledPaymentConsentSystemUnauthorized

type GetInternationalScheduledPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetInternationalScheduledPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetInternationalScheduledPaymentConsentSystemUnauthorized

func NewGetInternationalScheduledPaymentConsentSystemUnauthorized() *GetInternationalScheduledPaymentConsentSystemUnauthorized

NewGetInternationalScheduledPaymentConsentSystemUnauthorized creates a GetInternationalScheduledPaymentConsentSystemUnauthorized with default headers values

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) Code

Code gets the status code for the get international scheduled payment consent system unauthorized response

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) Error

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) GetPayload

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get international scheduled payment consent system unauthorized response has a 4xx status code

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this get international scheduled payment consent system unauthorized response a status code equal to that given

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get international scheduled payment consent system unauthorized response has a 3xx status code

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get international scheduled payment consent system unauthorized response has a 5xx status code

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get international scheduled payment consent system unauthorized response has a 2xx status code

func (*GetInternationalScheduledPaymentConsentSystemUnauthorized) String

type GetInternationalStandingOrderConsentSystemForbidden

type GetInternationalStandingOrderConsentSystemForbidden struct {
	Payload *models.Error
}

GetInternationalStandingOrderConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetInternationalStandingOrderConsentSystemForbidden

func NewGetInternationalStandingOrderConsentSystemForbidden() *GetInternationalStandingOrderConsentSystemForbidden

NewGetInternationalStandingOrderConsentSystemForbidden creates a GetInternationalStandingOrderConsentSystemForbidden with default headers values

func (*GetInternationalStandingOrderConsentSystemForbidden) Code

Code gets the status code for the get international standing order consent system forbidden response

func (*GetInternationalStandingOrderConsentSystemForbidden) Error

func (*GetInternationalStandingOrderConsentSystemForbidden) GetPayload

func (*GetInternationalStandingOrderConsentSystemForbidden) IsClientError

IsClientError returns true when this get international standing order consent system forbidden response has a 4xx status code

func (*GetInternationalStandingOrderConsentSystemForbidden) IsCode

IsCode returns true when this get international standing order consent system forbidden response a status code equal to that given

func (*GetInternationalStandingOrderConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get international standing order consent system forbidden response has a 3xx status code

func (*GetInternationalStandingOrderConsentSystemForbidden) IsServerError

IsServerError returns true when this get international standing order consent system forbidden response has a 5xx status code

func (*GetInternationalStandingOrderConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get international standing order consent system forbidden response has a 2xx status code

func (*GetInternationalStandingOrderConsentSystemForbidden) String

type GetInternationalStandingOrderConsentSystemNotFound

type GetInternationalStandingOrderConsentSystemNotFound struct {
	Payload *models.Error
}

GetInternationalStandingOrderConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewGetInternationalStandingOrderConsentSystemNotFound

func NewGetInternationalStandingOrderConsentSystemNotFound() *GetInternationalStandingOrderConsentSystemNotFound

NewGetInternationalStandingOrderConsentSystemNotFound creates a GetInternationalStandingOrderConsentSystemNotFound with default headers values

func (*GetInternationalStandingOrderConsentSystemNotFound) Code

Code gets the status code for the get international standing order consent system not found response

func (*GetInternationalStandingOrderConsentSystemNotFound) Error

func (*GetInternationalStandingOrderConsentSystemNotFound) GetPayload

func (*GetInternationalStandingOrderConsentSystemNotFound) IsClientError

IsClientError returns true when this get international standing order consent system not found response has a 4xx status code

func (*GetInternationalStandingOrderConsentSystemNotFound) IsCode

IsCode returns true when this get international standing order consent system not found response a status code equal to that given

func (*GetInternationalStandingOrderConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get international standing order consent system not found response has a 3xx status code

func (*GetInternationalStandingOrderConsentSystemNotFound) IsServerError

IsServerError returns true when this get international standing order consent system not found response has a 5xx status code

func (*GetInternationalStandingOrderConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get international standing order consent system not found response has a 2xx status code

func (*GetInternationalStandingOrderConsentSystemNotFound) String

type GetInternationalStandingOrderConsentSystemOK

type GetInternationalStandingOrderConsentSystemOK struct {
	Payload *models.GetInternationalStandingOrderConsentResponse
}

GetInternationalStandingOrderConsentSystemOK describes a response with status code 200, with default header values.

GetInternationalStandingOrderConsentResponse

func NewGetInternationalStandingOrderConsentSystemOK

func NewGetInternationalStandingOrderConsentSystemOK() *GetInternationalStandingOrderConsentSystemOK

NewGetInternationalStandingOrderConsentSystemOK creates a GetInternationalStandingOrderConsentSystemOK with default headers values

func (*GetInternationalStandingOrderConsentSystemOK) Code

Code gets the status code for the get international standing order consent system o k response

func (*GetInternationalStandingOrderConsentSystemOK) Error

func (*GetInternationalStandingOrderConsentSystemOK) GetPayload

func (*GetInternationalStandingOrderConsentSystemOK) IsClientError

IsClientError returns true when this get international standing order consent system o k response has a 4xx status code

func (*GetInternationalStandingOrderConsentSystemOK) IsCode

IsCode returns true when this get international standing order consent system o k response a status code equal to that given

func (*GetInternationalStandingOrderConsentSystemOK) IsRedirect

IsRedirect returns true when this get international standing order consent system o k response has a 3xx status code

func (*GetInternationalStandingOrderConsentSystemOK) IsServerError

IsServerError returns true when this get international standing order consent system o k response has a 5xx status code

func (*GetInternationalStandingOrderConsentSystemOK) IsSuccess

IsSuccess returns true when this get international standing order consent system o k response has a 2xx status code

func (*GetInternationalStandingOrderConsentSystemOK) String

type GetInternationalStandingOrderConsentSystemParams

type GetInternationalStandingOrderConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetInternationalStandingOrderConsentSystemParams contains all the parameters to send to the API endpoint

for the get international standing order consent system operation.

Typically these are written to a http.Request.

func NewGetInternationalStandingOrderConsentSystemParams

func NewGetInternationalStandingOrderConsentSystemParams() *GetInternationalStandingOrderConsentSystemParams

NewGetInternationalStandingOrderConsentSystemParams creates a new GetInternationalStandingOrderConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetInternationalStandingOrderConsentSystemParamsWithContext

func NewGetInternationalStandingOrderConsentSystemParamsWithContext(ctx context.Context) *GetInternationalStandingOrderConsentSystemParams

NewGetInternationalStandingOrderConsentSystemParamsWithContext creates a new GetInternationalStandingOrderConsentSystemParams object with the ability to set a context for a request.

func NewGetInternationalStandingOrderConsentSystemParamsWithHTTPClient

func NewGetInternationalStandingOrderConsentSystemParamsWithHTTPClient(client *http.Client) *GetInternationalStandingOrderConsentSystemParams

NewGetInternationalStandingOrderConsentSystemParamsWithHTTPClient creates a new GetInternationalStandingOrderConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetInternationalStandingOrderConsentSystemParamsWithTimeout

func NewGetInternationalStandingOrderConsentSystemParamsWithTimeout(timeout time.Duration) *GetInternationalStandingOrderConsentSystemParams

NewGetInternationalStandingOrderConsentSystemParamsWithTimeout creates a new GetInternationalStandingOrderConsentSystemParams object with the ability to set a timeout on a request.

func (*GetInternationalStandingOrderConsentSystemParams) SetContext

SetContext adds the context to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get international standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetInternationalStandingOrderConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) SetLogin

SetLogin adds the login to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) SetLoginState

func (o *GetInternationalStandingOrderConsentSystemParams) SetLoginState(loginState *string)

SetLoginState adds the loginState to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) WithContext

WithContext adds the context to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get international standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*GetInternationalStandingOrderConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) WithLogin

WithLogin adds the login to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get international standing order consent system params

func (*GetInternationalStandingOrderConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInternationalStandingOrderConsentSystemReader

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

GetInternationalStandingOrderConsentSystemReader is a Reader for the GetInternationalStandingOrderConsentSystem structure.

func (*GetInternationalStandingOrderConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInternationalStandingOrderConsentSystemTooManyRequests

type GetInternationalStandingOrderConsentSystemTooManyRequests struct {
	Payload *models.Error
}

GetInternationalStandingOrderConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetInternationalStandingOrderConsentSystemTooManyRequests

func NewGetInternationalStandingOrderConsentSystemTooManyRequests() *GetInternationalStandingOrderConsentSystemTooManyRequests

NewGetInternationalStandingOrderConsentSystemTooManyRequests creates a GetInternationalStandingOrderConsentSystemTooManyRequests with default headers values

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) Code

Code gets the status code for the get international standing order consent system too many requests response

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) Error

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) GetPayload

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get international standing order consent system too many requests response has a 4xx status code

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) IsCode

IsCode returns true when this get international standing order consent system too many requests response a status code equal to that given

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get international standing order consent system too many requests response has a 3xx status code

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get international standing order consent system too many requests response has a 5xx status code

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get international standing order consent system too many requests response has a 2xx status code

func (*GetInternationalStandingOrderConsentSystemTooManyRequests) String

type GetInternationalStandingOrderConsentSystemUnauthorized

type GetInternationalStandingOrderConsentSystemUnauthorized struct {
	Payload *models.Error
}

GetInternationalStandingOrderConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetInternationalStandingOrderConsentSystemUnauthorized

func NewGetInternationalStandingOrderConsentSystemUnauthorized() *GetInternationalStandingOrderConsentSystemUnauthorized

NewGetInternationalStandingOrderConsentSystemUnauthorized creates a GetInternationalStandingOrderConsentSystemUnauthorized with default headers values

func (*GetInternationalStandingOrderConsentSystemUnauthorized) Code

Code gets the status code for the get international standing order consent system unauthorized response

func (*GetInternationalStandingOrderConsentSystemUnauthorized) Error

func (*GetInternationalStandingOrderConsentSystemUnauthorized) GetPayload

func (*GetInternationalStandingOrderConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get international standing order consent system unauthorized response has a 4xx status code

func (*GetInternationalStandingOrderConsentSystemUnauthorized) IsCode

IsCode returns true when this get international standing order consent system unauthorized response a status code equal to that given

func (*GetInternationalStandingOrderConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get international standing order consent system unauthorized response has a 3xx status code

func (*GetInternationalStandingOrderConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get international standing order consent system unauthorized response has a 5xx status code

func (*GetInternationalStandingOrderConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get international standing order consent system unauthorized response has a 2xx status code

func (*GetInternationalStandingOrderConsentSystemUnauthorized) String

type RejectAccountAccessConsentSystemForbidden

type RejectAccountAccessConsentSystemForbidden struct {
	Payload *models.Error
}

RejectAccountAccessConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectAccountAccessConsentSystemForbidden

func NewRejectAccountAccessConsentSystemForbidden() *RejectAccountAccessConsentSystemForbidden

NewRejectAccountAccessConsentSystemForbidden creates a RejectAccountAccessConsentSystemForbidden with default headers values

func (*RejectAccountAccessConsentSystemForbidden) Code

Code gets the status code for the reject account access consent system forbidden response

func (*RejectAccountAccessConsentSystemForbidden) Error

func (*RejectAccountAccessConsentSystemForbidden) GetPayload

func (*RejectAccountAccessConsentSystemForbidden) IsClientError

IsClientError returns true when this reject account access consent system forbidden response has a 4xx status code

func (*RejectAccountAccessConsentSystemForbidden) IsCode

IsCode returns true when this reject account access consent system forbidden response a status code equal to that given

func (*RejectAccountAccessConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject account access consent system forbidden response has a 3xx status code

func (*RejectAccountAccessConsentSystemForbidden) IsServerError

IsServerError returns true when this reject account access consent system forbidden response has a 5xx status code

func (*RejectAccountAccessConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject account access consent system forbidden response has a 2xx status code

func (*RejectAccountAccessConsentSystemForbidden) String

type RejectAccountAccessConsentSystemNotFound

type RejectAccountAccessConsentSystemNotFound struct {
	Payload *models.Error
}

RejectAccountAccessConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectAccountAccessConsentSystemNotFound

func NewRejectAccountAccessConsentSystemNotFound() *RejectAccountAccessConsentSystemNotFound

NewRejectAccountAccessConsentSystemNotFound creates a RejectAccountAccessConsentSystemNotFound with default headers values

func (*RejectAccountAccessConsentSystemNotFound) Code

Code gets the status code for the reject account access consent system not found response

func (*RejectAccountAccessConsentSystemNotFound) Error

func (*RejectAccountAccessConsentSystemNotFound) GetPayload

func (*RejectAccountAccessConsentSystemNotFound) IsClientError

IsClientError returns true when this reject account access consent system not found response has a 4xx status code

func (*RejectAccountAccessConsentSystemNotFound) IsCode

IsCode returns true when this reject account access consent system not found response a status code equal to that given

func (*RejectAccountAccessConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject account access consent system not found response has a 3xx status code

func (*RejectAccountAccessConsentSystemNotFound) IsServerError

IsServerError returns true when this reject account access consent system not found response has a 5xx status code

func (*RejectAccountAccessConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject account access consent system not found response has a 2xx status code

func (*RejectAccountAccessConsentSystemNotFound) String

type RejectAccountAccessConsentSystemOK

type RejectAccountAccessConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectAccountAccessConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectAccountAccessConsentSystemOK

func NewRejectAccountAccessConsentSystemOK() *RejectAccountAccessConsentSystemOK

NewRejectAccountAccessConsentSystemOK creates a RejectAccountAccessConsentSystemOK with default headers values

func (*RejectAccountAccessConsentSystemOK) Code

Code gets the status code for the reject account access consent system o k response

func (*RejectAccountAccessConsentSystemOK) Error

func (*RejectAccountAccessConsentSystemOK) GetPayload

func (*RejectAccountAccessConsentSystemOK) IsClientError

func (o *RejectAccountAccessConsentSystemOK) IsClientError() bool

IsClientError returns true when this reject account access consent system o k response has a 4xx status code

func (*RejectAccountAccessConsentSystemOK) IsCode

IsCode returns true when this reject account access consent system o k response a status code equal to that given

func (*RejectAccountAccessConsentSystemOK) IsRedirect

func (o *RejectAccountAccessConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this reject account access consent system o k response has a 3xx status code

func (*RejectAccountAccessConsentSystemOK) IsServerError

func (o *RejectAccountAccessConsentSystemOK) IsServerError() bool

IsServerError returns true when this reject account access consent system o k response has a 5xx status code

func (*RejectAccountAccessConsentSystemOK) IsSuccess

IsSuccess returns true when this reject account access consent system o k response has a 2xx status code

func (*RejectAccountAccessConsentSystemOK) String

type RejectAccountAccessConsentSystemParams

type RejectAccountAccessConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectAccountAccessConsentSystemParams contains all the parameters to send to the API endpoint

for the reject account access consent system operation.

Typically these are written to a http.Request.

func NewRejectAccountAccessConsentSystemParams

func NewRejectAccountAccessConsentSystemParams() *RejectAccountAccessConsentSystemParams

NewRejectAccountAccessConsentSystemParams creates a new RejectAccountAccessConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectAccountAccessConsentSystemParamsWithContext

func NewRejectAccountAccessConsentSystemParamsWithContext(ctx context.Context) *RejectAccountAccessConsentSystemParams

NewRejectAccountAccessConsentSystemParamsWithContext creates a new RejectAccountAccessConsentSystemParams object with the ability to set a context for a request.

func NewRejectAccountAccessConsentSystemParamsWithHTTPClient

func NewRejectAccountAccessConsentSystemParamsWithHTTPClient(client *http.Client) *RejectAccountAccessConsentSystemParams

NewRejectAccountAccessConsentSystemParamsWithHTTPClient creates a new RejectAccountAccessConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectAccountAccessConsentSystemParamsWithTimeout

func NewRejectAccountAccessConsentSystemParamsWithTimeout(timeout time.Duration) *RejectAccountAccessConsentSystemParams

NewRejectAccountAccessConsentSystemParamsWithTimeout creates a new RejectAccountAccessConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectAccountAccessConsentSystemParams) SetContext

SetContext adds the context to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) SetDefaults

func (o *RejectAccountAccessConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the reject account access consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectAccountAccessConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) SetLogin

SetLogin adds the login to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) SetRejectConsent

func (o *RejectAccountAccessConsentSystemParams) SetRejectConsent(rejectConsent *models.RejectConsentRequest)

SetRejectConsent adds the rejectConsent to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) WithContext

WithContext adds the context to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject account access consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectAccountAccessConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) WithLogin

WithLogin adds the login to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject account access consent system params

func (*RejectAccountAccessConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectAccountAccessConsentSystemReader

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

RejectAccountAccessConsentSystemReader is a Reader for the RejectAccountAccessConsentSystem structure.

func (*RejectAccountAccessConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectAccountAccessConsentSystemTooManyRequests

type RejectAccountAccessConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectAccountAccessConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectAccountAccessConsentSystemTooManyRequests

func NewRejectAccountAccessConsentSystemTooManyRequests() *RejectAccountAccessConsentSystemTooManyRequests

NewRejectAccountAccessConsentSystemTooManyRequests creates a RejectAccountAccessConsentSystemTooManyRequests with default headers values

func (*RejectAccountAccessConsentSystemTooManyRequests) Code

Code gets the status code for the reject account access consent system too many requests response

func (*RejectAccountAccessConsentSystemTooManyRequests) Error

func (*RejectAccountAccessConsentSystemTooManyRequests) GetPayload

func (*RejectAccountAccessConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject account access consent system too many requests response has a 4xx status code

func (*RejectAccountAccessConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject account access consent system too many requests response a status code equal to that given

func (*RejectAccountAccessConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject account access consent system too many requests response has a 3xx status code

func (*RejectAccountAccessConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject account access consent system too many requests response has a 5xx status code

func (*RejectAccountAccessConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject account access consent system too many requests response has a 2xx status code

func (*RejectAccountAccessConsentSystemTooManyRequests) String

type RejectAccountAccessConsentSystemUnauthorized

type RejectAccountAccessConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectAccountAccessConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectAccountAccessConsentSystemUnauthorized

func NewRejectAccountAccessConsentSystemUnauthorized() *RejectAccountAccessConsentSystemUnauthorized

NewRejectAccountAccessConsentSystemUnauthorized creates a RejectAccountAccessConsentSystemUnauthorized with default headers values

func (*RejectAccountAccessConsentSystemUnauthorized) Code

Code gets the status code for the reject account access consent system unauthorized response

func (*RejectAccountAccessConsentSystemUnauthorized) Error

func (*RejectAccountAccessConsentSystemUnauthorized) GetPayload

func (*RejectAccountAccessConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject account access consent system unauthorized response has a 4xx status code

func (*RejectAccountAccessConsentSystemUnauthorized) IsCode

IsCode returns true when this reject account access consent system unauthorized response a status code equal to that given

func (*RejectAccountAccessConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject account access consent system unauthorized response has a 3xx status code

func (*RejectAccountAccessConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject account access consent system unauthorized response has a 5xx status code

func (*RejectAccountAccessConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject account access consent system unauthorized response has a 2xx status code

func (*RejectAccountAccessConsentSystemUnauthorized) String

type RejectDomesticPaymentConsentSystemForbidden

type RejectDomesticPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

RejectDomesticPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectDomesticPaymentConsentSystemForbidden

func NewRejectDomesticPaymentConsentSystemForbidden() *RejectDomesticPaymentConsentSystemForbidden

NewRejectDomesticPaymentConsentSystemForbidden creates a RejectDomesticPaymentConsentSystemForbidden with default headers values

func (*RejectDomesticPaymentConsentSystemForbidden) Code

Code gets the status code for the reject domestic payment consent system forbidden response

func (*RejectDomesticPaymentConsentSystemForbidden) Error

func (*RejectDomesticPaymentConsentSystemForbidden) GetPayload

func (*RejectDomesticPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this reject domestic payment consent system forbidden response has a 4xx status code

func (*RejectDomesticPaymentConsentSystemForbidden) IsCode

IsCode returns true when this reject domestic payment consent system forbidden response a status code equal to that given

func (*RejectDomesticPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject domestic payment consent system forbidden response has a 3xx status code

func (*RejectDomesticPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this reject domestic payment consent system forbidden response has a 5xx status code

func (*RejectDomesticPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject domestic payment consent system forbidden response has a 2xx status code

func (*RejectDomesticPaymentConsentSystemForbidden) String

type RejectDomesticPaymentConsentSystemNotFound

type RejectDomesticPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

RejectDomesticPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectDomesticPaymentConsentSystemNotFound

func NewRejectDomesticPaymentConsentSystemNotFound() *RejectDomesticPaymentConsentSystemNotFound

NewRejectDomesticPaymentConsentSystemNotFound creates a RejectDomesticPaymentConsentSystemNotFound with default headers values

func (*RejectDomesticPaymentConsentSystemNotFound) Code

Code gets the status code for the reject domestic payment consent system not found response

func (*RejectDomesticPaymentConsentSystemNotFound) Error

func (*RejectDomesticPaymentConsentSystemNotFound) GetPayload

func (*RejectDomesticPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this reject domestic payment consent system not found response has a 4xx status code

func (*RejectDomesticPaymentConsentSystemNotFound) IsCode

IsCode returns true when this reject domestic payment consent system not found response a status code equal to that given

func (*RejectDomesticPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject domestic payment consent system not found response has a 3xx status code

func (*RejectDomesticPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this reject domestic payment consent system not found response has a 5xx status code

func (*RejectDomesticPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject domestic payment consent system not found response has a 2xx status code

func (*RejectDomesticPaymentConsentSystemNotFound) String

type RejectDomesticPaymentConsentSystemOK

type RejectDomesticPaymentConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectDomesticPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectDomesticPaymentConsentSystemOK

func NewRejectDomesticPaymentConsentSystemOK() *RejectDomesticPaymentConsentSystemOK

NewRejectDomesticPaymentConsentSystemOK creates a RejectDomesticPaymentConsentSystemOK with default headers values

func (*RejectDomesticPaymentConsentSystemOK) Code

Code gets the status code for the reject domestic payment consent system o k response

func (*RejectDomesticPaymentConsentSystemOK) Error

func (*RejectDomesticPaymentConsentSystemOK) GetPayload

func (*RejectDomesticPaymentConsentSystemOK) IsClientError

func (o *RejectDomesticPaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this reject domestic payment consent system o k response has a 4xx status code

func (*RejectDomesticPaymentConsentSystemOK) IsCode

IsCode returns true when this reject domestic payment consent system o k response a status code equal to that given

func (*RejectDomesticPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this reject domestic payment consent system o k response has a 3xx status code

func (*RejectDomesticPaymentConsentSystemOK) IsServerError

func (o *RejectDomesticPaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this reject domestic payment consent system o k response has a 5xx status code

func (*RejectDomesticPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this reject domestic payment consent system o k response has a 2xx status code

func (*RejectDomesticPaymentConsentSystemOK) String

type RejectDomesticPaymentConsentSystemParams

type RejectDomesticPaymentConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectDomesticPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the reject domestic payment consent system operation.

Typically these are written to a http.Request.

func NewRejectDomesticPaymentConsentSystemParams

func NewRejectDomesticPaymentConsentSystemParams() *RejectDomesticPaymentConsentSystemParams

NewRejectDomesticPaymentConsentSystemParams creates a new RejectDomesticPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectDomesticPaymentConsentSystemParamsWithContext

func NewRejectDomesticPaymentConsentSystemParamsWithContext(ctx context.Context) *RejectDomesticPaymentConsentSystemParams

NewRejectDomesticPaymentConsentSystemParamsWithContext creates a new RejectDomesticPaymentConsentSystemParams object with the ability to set a context for a request.

func NewRejectDomesticPaymentConsentSystemParamsWithHTTPClient

func NewRejectDomesticPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *RejectDomesticPaymentConsentSystemParams

NewRejectDomesticPaymentConsentSystemParamsWithHTTPClient creates a new RejectDomesticPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectDomesticPaymentConsentSystemParamsWithTimeout

func NewRejectDomesticPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *RejectDomesticPaymentConsentSystemParams

NewRejectDomesticPaymentConsentSystemParamsWithTimeout creates a new RejectDomesticPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectDomesticPaymentConsentSystemParams) SetContext

SetContext adds the context to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject domestic payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectDomesticPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) SetRejectConsent

func (o *RejectDomesticPaymentConsentSystemParams) SetRejectConsent(rejectConsent *models.RejectConsentRequest)

SetRejectConsent adds the rejectConsent to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) WithContext

WithContext adds the context to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject domestic payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectDomesticPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject domestic payment consent system params

func (*RejectDomesticPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectDomesticPaymentConsentSystemReader

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

RejectDomesticPaymentConsentSystemReader is a Reader for the RejectDomesticPaymentConsentSystem structure.

func (*RejectDomesticPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectDomesticPaymentConsentSystemTooManyRequests

type RejectDomesticPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectDomesticPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectDomesticPaymentConsentSystemTooManyRequests

func NewRejectDomesticPaymentConsentSystemTooManyRequests() *RejectDomesticPaymentConsentSystemTooManyRequests

NewRejectDomesticPaymentConsentSystemTooManyRequests creates a RejectDomesticPaymentConsentSystemTooManyRequests with default headers values

func (*RejectDomesticPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the reject domestic payment consent system too many requests response

func (*RejectDomesticPaymentConsentSystemTooManyRequests) Error

func (*RejectDomesticPaymentConsentSystemTooManyRequests) GetPayload

func (*RejectDomesticPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject domestic payment consent system too many requests response has a 4xx status code

func (*RejectDomesticPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject domestic payment consent system too many requests response a status code equal to that given

func (*RejectDomesticPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject domestic payment consent system too many requests response has a 3xx status code

func (*RejectDomesticPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject domestic payment consent system too many requests response has a 5xx status code

func (*RejectDomesticPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject domestic payment consent system too many requests response has a 2xx status code

func (*RejectDomesticPaymentConsentSystemTooManyRequests) String

type RejectDomesticPaymentConsentSystemUnauthorized

type RejectDomesticPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectDomesticPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectDomesticPaymentConsentSystemUnauthorized

func NewRejectDomesticPaymentConsentSystemUnauthorized() *RejectDomesticPaymentConsentSystemUnauthorized

NewRejectDomesticPaymentConsentSystemUnauthorized creates a RejectDomesticPaymentConsentSystemUnauthorized with default headers values

func (*RejectDomesticPaymentConsentSystemUnauthorized) Code

Code gets the status code for the reject domestic payment consent system unauthorized response

func (*RejectDomesticPaymentConsentSystemUnauthorized) Error

func (*RejectDomesticPaymentConsentSystemUnauthorized) GetPayload

func (*RejectDomesticPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject domestic payment consent system unauthorized response has a 4xx status code

func (*RejectDomesticPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this reject domestic payment consent system unauthorized response a status code equal to that given

func (*RejectDomesticPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject domestic payment consent system unauthorized response has a 3xx status code

func (*RejectDomesticPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject domestic payment consent system unauthorized response has a 5xx status code

func (*RejectDomesticPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject domestic payment consent system unauthorized response has a 2xx status code

func (*RejectDomesticPaymentConsentSystemUnauthorized) String

type RejectDomesticScheduledPaymentConsentSystemForbidden

type RejectDomesticScheduledPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

RejectDomesticScheduledPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectDomesticScheduledPaymentConsentSystemForbidden

func NewRejectDomesticScheduledPaymentConsentSystemForbidden() *RejectDomesticScheduledPaymentConsentSystemForbidden

NewRejectDomesticScheduledPaymentConsentSystemForbidden creates a RejectDomesticScheduledPaymentConsentSystemForbidden with default headers values

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) Code

Code gets the status code for the reject domestic scheduled payment consent system forbidden response

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) Error

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) GetPayload

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this reject domestic scheduled payment consent system forbidden response has a 4xx status code

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) IsCode

IsCode returns true when this reject domestic scheduled payment consent system forbidden response a status code equal to that given

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject domestic scheduled payment consent system forbidden response has a 3xx status code

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this reject domestic scheduled payment consent system forbidden response has a 5xx status code

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject domestic scheduled payment consent system forbidden response has a 2xx status code

func (*RejectDomesticScheduledPaymentConsentSystemForbidden) String

type RejectDomesticScheduledPaymentConsentSystemNotFound

type RejectDomesticScheduledPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

RejectDomesticScheduledPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectDomesticScheduledPaymentConsentSystemNotFound

func NewRejectDomesticScheduledPaymentConsentSystemNotFound() *RejectDomesticScheduledPaymentConsentSystemNotFound

NewRejectDomesticScheduledPaymentConsentSystemNotFound creates a RejectDomesticScheduledPaymentConsentSystemNotFound with default headers values

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) Code

Code gets the status code for the reject domestic scheduled payment consent system not found response

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) Error

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) GetPayload

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this reject domestic scheduled payment consent system not found response has a 4xx status code

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) IsCode

IsCode returns true when this reject domestic scheduled payment consent system not found response a status code equal to that given

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject domestic scheduled payment consent system not found response has a 3xx status code

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this reject domestic scheduled payment consent system not found response has a 5xx status code

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject domestic scheduled payment consent system not found response has a 2xx status code

func (*RejectDomesticScheduledPaymentConsentSystemNotFound) String

type RejectDomesticScheduledPaymentConsentSystemOK

type RejectDomesticScheduledPaymentConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectDomesticScheduledPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectDomesticScheduledPaymentConsentSystemOK

func NewRejectDomesticScheduledPaymentConsentSystemOK() *RejectDomesticScheduledPaymentConsentSystemOK

NewRejectDomesticScheduledPaymentConsentSystemOK creates a RejectDomesticScheduledPaymentConsentSystemOK with default headers values

func (*RejectDomesticScheduledPaymentConsentSystemOK) Code

Code gets the status code for the reject domestic scheduled payment consent system o k response

func (*RejectDomesticScheduledPaymentConsentSystemOK) Error

func (*RejectDomesticScheduledPaymentConsentSystemOK) GetPayload

func (*RejectDomesticScheduledPaymentConsentSystemOK) IsClientError

IsClientError returns true when this reject domestic scheduled payment consent system o k response has a 4xx status code

func (*RejectDomesticScheduledPaymentConsentSystemOK) IsCode

IsCode returns true when this reject domestic scheduled payment consent system o k response a status code equal to that given

func (*RejectDomesticScheduledPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this reject domestic scheduled payment consent system o k response has a 3xx status code

func (*RejectDomesticScheduledPaymentConsentSystemOK) IsServerError

IsServerError returns true when this reject domestic scheduled payment consent system o k response has a 5xx status code

func (*RejectDomesticScheduledPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this reject domestic scheduled payment consent system o k response has a 2xx status code

func (*RejectDomesticScheduledPaymentConsentSystemOK) String

type RejectDomesticScheduledPaymentConsentSystemParams

type RejectDomesticScheduledPaymentConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectDomesticScheduledPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the reject domestic scheduled payment consent system operation.

Typically these are written to a http.Request.

func NewRejectDomesticScheduledPaymentConsentSystemParams

func NewRejectDomesticScheduledPaymentConsentSystemParams() *RejectDomesticScheduledPaymentConsentSystemParams

NewRejectDomesticScheduledPaymentConsentSystemParams creates a new RejectDomesticScheduledPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectDomesticScheduledPaymentConsentSystemParamsWithContext

func NewRejectDomesticScheduledPaymentConsentSystemParamsWithContext(ctx context.Context) *RejectDomesticScheduledPaymentConsentSystemParams

NewRejectDomesticScheduledPaymentConsentSystemParamsWithContext creates a new RejectDomesticScheduledPaymentConsentSystemParams object with the ability to set a context for a request.

func NewRejectDomesticScheduledPaymentConsentSystemParamsWithHTTPClient

func NewRejectDomesticScheduledPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *RejectDomesticScheduledPaymentConsentSystemParams

NewRejectDomesticScheduledPaymentConsentSystemParamsWithHTTPClient creates a new RejectDomesticScheduledPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectDomesticScheduledPaymentConsentSystemParamsWithTimeout

func NewRejectDomesticScheduledPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *RejectDomesticScheduledPaymentConsentSystemParams

NewRejectDomesticScheduledPaymentConsentSystemParamsWithTimeout creates a new RejectDomesticScheduledPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectDomesticScheduledPaymentConsentSystemParams) SetContext

SetContext adds the context to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject domestic scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectDomesticScheduledPaymentConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) SetRejectConsent

SetRejectConsent adds the rejectConsent to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) WithContext

WithContext adds the context to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject domestic scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectDomesticScheduledPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject domestic scheduled payment consent system params

func (*RejectDomesticScheduledPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectDomesticScheduledPaymentConsentSystemReader

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

RejectDomesticScheduledPaymentConsentSystemReader is a Reader for the RejectDomesticScheduledPaymentConsentSystem structure.

func (*RejectDomesticScheduledPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectDomesticScheduledPaymentConsentSystemTooManyRequests

type RejectDomesticScheduledPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectDomesticScheduledPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectDomesticScheduledPaymentConsentSystemTooManyRequests

func NewRejectDomesticScheduledPaymentConsentSystemTooManyRequests() *RejectDomesticScheduledPaymentConsentSystemTooManyRequests

NewRejectDomesticScheduledPaymentConsentSystemTooManyRequests creates a RejectDomesticScheduledPaymentConsentSystemTooManyRequests with default headers values

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the reject domestic scheduled payment consent system too many requests response

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) Error

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) GetPayload

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject domestic scheduled payment consent system too many requests response has a 4xx status code

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject domestic scheduled payment consent system too many requests response a status code equal to that given

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject domestic scheduled payment consent system too many requests response has a 3xx status code

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject domestic scheduled payment consent system too many requests response has a 5xx status code

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject domestic scheduled payment consent system too many requests response has a 2xx status code

func (*RejectDomesticScheduledPaymentConsentSystemTooManyRequests) String

type RejectDomesticScheduledPaymentConsentSystemUnauthorized

type RejectDomesticScheduledPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectDomesticScheduledPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectDomesticScheduledPaymentConsentSystemUnauthorized

func NewRejectDomesticScheduledPaymentConsentSystemUnauthorized() *RejectDomesticScheduledPaymentConsentSystemUnauthorized

NewRejectDomesticScheduledPaymentConsentSystemUnauthorized creates a RejectDomesticScheduledPaymentConsentSystemUnauthorized with default headers values

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) Code

Code gets the status code for the reject domestic scheduled payment consent system unauthorized response

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) Error

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) GetPayload

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject domestic scheduled payment consent system unauthorized response has a 4xx status code

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this reject domestic scheduled payment consent system unauthorized response a status code equal to that given

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject domestic scheduled payment consent system unauthorized response has a 3xx status code

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject domestic scheduled payment consent system unauthorized response has a 5xx status code

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject domestic scheduled payment consent system unauthorized response has a 2xx status code

func (*RejectDomesticScheduledPaymentConsentSystemUnauthorized) String

type RejectDomesticStandingOrderConsentSystemForbidden

type RejectDomesticStandingOrderConsentSystemForbidden struct {
	Payload *models.Error
}

RejectDomesticStandingOrderConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectDomesticStandingOrderConsentSystemForbidden

func NewRejectDomesticStandingOrderConsentSystemForbidden() *RejectDomesticStandingOrderConsentSystemForbidden

NewRejectDomesticStandingOrderConsentSystemForbidden creates a RejectDomesticStandingOrderConsentSystemForbidden with default headers values

func (*RejectDomesticStandingOrderConsentSystemForbidden) Code

Code gets the status code for the reject domestic standing order consent system forbidden response

func (*RejectDomesticStandingOrderConsentSystemForbidden) Error

func (*RejectDomesticStandingOrderConsentSystemForbidden) GetPayload

func (*RejectDomesticStandingOrderConsentSystemForbidden) IsClientError

IsClientError returns true when this reject domestic standing order consent system forbidden response has a 4xx status code

func (*RejectDomesticStandingOrderConsentSystemForbidden) IsCode

IsCode returns true when this reject domestic standing order consent system forbidden response a status code equal to that given

func (*RejectDomesticStandingOrderConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject domestic standing order consent system forbidden response has a 3xx status code

func (*RejectDomesticStandingOrderConsentSystemForbidden) IsServerError

IsServerError returns true when this reject domestic standing order consent system forbidden response has a 5xx status code

func (*RejectDomesticStandingOrderConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject domestic standing order consent system forbidden response has a 2xx status code

func (*RejectDomesticStandingOrderConsentSystemForbidden) String

type RejectDomesticStandingOrderConsentSystemNotFound

type RejectDomesticStandingOrderConsentSystemNotFound struct {
	Payload *models.Error
}

RejectDomesticStandingOrderConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectDomesticStandingOrderConsentSystemNotFound

func NewRejectDomesticStandingOrderConsentSystemNotFound() *RejectDomesticStandingOrderConsentSystemNotFound

NewRejectDomesticStandingOrderConsentSystemNotFound creates a RejectDomesticStandingOrderConsentSystemNotFound with default headers values

func (*RejectDomesticStandingOrderConsentSystemNotFound) Code

Code gets the status code for the reject domestic standing order consent system not found response

func (*RejectDomesticStandingOrderConsentSystemNotFound) Error

func (*RejectDomesticStandingOrderConsentSystemNotFound) GetPayload

func (*RejectDomesticStandingOrderConsentSystemNotFound) IsClientError

IsClientError returns true when this reject domestic standing order consent system not found response has a 4xx status code

func (*RejectDomesticStandingOrderConsentSystemNotFound) IsCode

IsCode returns true when this reject domestic standing order consent system not found response a status code equal to that given

func (*RejectDomesticStandingOrderConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject domestic standing order consent system not found response has a 3xx status code

func (*RejectDomesticStandingOrderConsentSystemNotFound) IsServerError

IsServerError returns true when this reject domestic standing order consent system not found response has a 5xx status code

func (*RejectDomesticStandingOrderConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject domestic standing order consent system not found response has a 2xx status code

func (*RejectDomesticStandingOrderConsentSystemNotFound) String

type RejectDomesticStandingOrderConsentSystemOK

type RejectDomesticStandingOrderConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectDomesticStandingOrderConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectDomesticStandingOrderConsentSystemOK

func NewRejectDomesticStandingOrderConsentSystemOK() *RejectDomesticStandingOrderConsentSystemOK

NewRejectDomesticStandingOrderConsentSystemOK creates a RejectDomesticStandingOrderConsentSystemOK with default headers values

func (*RejectDomesticStandingOrderConsentSystemOK) Code

Code gets the status code for the reject domestic standing order consent system o k response

func (*RejectDomesticStandingOrderConsentSystemOK) Error

func (*RejectDomesticStandingOrderConsentSystemOK) GetPayload

func (*RejectDomesticStandingOrderConsentSystemOK) IsClientError

IsClientError returns true when this reject domestic standing order consent system o k response has a 4xx status code

func (*RejectDomesticStandingOrderConsentSystemOK) IsCode

IsCode returns true when this reject domestic standing order consent system o k response a status code equal to that given

func (*RejectDomesticStandingOrderConsentSystemOK) IsRedirect

IsRedirect returns true when this reject domestic standing order consent system o k response has a 3xx status code

func (*RejectDomesticStandingOrderConsentSystemOK) IsServerError

IsServerError returns true when this reject domestic standing order consent system o k response has a 5xx status code

func (*RejectDomesticStandingOrderConsentSystemOK) IsSuccess

IsSuccess returns true when this reject domestic standing order consent system o k response has a 2xx status code

func (*RejectDomesticStandingOrderConsentSystemOK) String

type RejectDomesticStandingOrderConsentSystemParams

type RejectDomesticStandingOrderConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectDomesticStandingOrderConsentSystemParams contains all the parameters to send to the API endpoint

for the reject domestic standing order consent system operation.

Typically these are written to a http.Request.

func NewRejectDomesticStandingOrderConsentSystemParams

func NewRejectDomesticStandingOrderConsentSystemParams() *RejectDomesticStandingOrderConsentSystemParams

NewRejectDomesticStandingOrderConsentSystemParams creates a new RejectDomesticStandingOrderConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectDomesticStandingOrderConsentSystemParamsWithContext

func NewRejectDomesticStandingOrderConsentSystemParamsWithContext(ctx context.Context) *RejectDomesticStandingOrderConsentSystemParams

NewRejectDomesticStandingOrderConsentSystemParamsWithContext creates a new RejectDomesticStandingOrderConsentSystemParams object with the ability to set a context for a request.

func NewRejectDomesticStandingOrderConsentSystemParamsWithHTTPClient

func NewRejectDomesticStandingOrderConsentSystemParamsWithHTTPClient(client *http.Client) *RejectDomesticStandingOrderConsentSystemParams

NewRejectDomesticStandingOrderConsentSystemParamsWithHTTPClient creates a new RejectDomesticStandingOrderConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectDomesticStandingOrderConsentSystemParamsWithTimeout

func NewRejectDomesticStandingOrderConsentSystemParamsWithTimeout(timeout time.Duration) *RejectDomesticStandingOrderConsentSystemParams

NewRejectDomesticStandingOrderConsentSystemParamsWithTimeout creates a new RejectDomesticStandingOrderConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectDomesticStandingOrderConsentSystemParams) SetContext

SetContext adds the context to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject domestic standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectDomesticStandingOrderConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) SetLogin

SetLogin adds the login to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) SetRejectConsent

SetRejectConsent adds the rejectConsent to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) WithContext

WithContext adds the context to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject domestic standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectDomesticStandingOrderConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) WithLogin

WithLogin adds the login to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject domestic standing order consent system params

func (*RejectDomesticStandingOrderConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectDomesticStandingOrderConsentSystemReader

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

RejectDomesticStandingOrderConsentSystemReader is a Reader for the RejectDomesticStandingOrderConsentSystem structure.

func (*RejectDomesticStandingOrderConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectDomesticStandingOrderConsentSystemTooManyRequests

type RejectDomesticStandingOrderConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectDomesticStandingOrderConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectDomesticStandingOrderConsentSystemTooManyRequests

func NewRejectDomesticStandingOrderConsentSystemTooManyRequests() *RejectDomesticStandingOrderConsentSystemTooManyRequests

NewRejectDomesticStandingOrderConsentSystemTooManyRequests creates a RejectDomesticStandingOrderConsentSystemTooManyRequests with default headers values

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) Code

Code gets the status code for the reject domestic standing order consent system too many requests response

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) Error

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) GetPayload

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject domestic standing order consent system too many requests response has a 4xx status code

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject domestic standing order consent system too many requests response a status code equal to that given

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject domestic standing order consent system too many requests response has a 3xx status code

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject domestic standing order consent system too many requests response has a 5xx status code

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject domestic standing order consent system too many requests response has a 2xx status code

func (*RejectDomesticStandingOrderConsentSystemTooManyRequests) String

type RejectDomesticStandingOrderConsentSystemUnauthorized

type RejectDomesticStandingOrderConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectDomesticStandingOrderConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectDomesticStandingOrderConsentSystemUnauthorized

func NewRejectDomesticStandingOrderConsentSystemUnauthorized() *RejectDomesticStandingOrderConsentSystemUnauthorized

NewRejectDomesticStandingOrderConsentSystemUnauthorized creates a RejectDomesticStandingOrderConsentSystemUnauthorized with default headers values

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) Code

Code gets the status code for the reject domestic standing order consent system unauthorized response

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) Error

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) GetPayload

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject domestic standing order consent system unauthorized response has a 4xx status code

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) IsCode

IsCode returns true when this reject domestic standing order consent system unauthorized response a status code equal to that given

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject domestic standing order consent system unauthorized response has a 3xx status code

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject domestic standing order consent system unauthorized response has a 5xx status code

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject domestic standing order consent system unauthorized response has a 2xx status code

func (*RejectDomesticStandingOrderConsentSystemUnauthorized) String

type RejectFilePaymentConsentSystemForbidden

type RejectFilePaymentConsentSystemForbidden struct {
	Payload *models.Error
}

RejectFilePaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectFilePaymentConsentSystemForbidden

func NewRejectFilePaymentConsentSystemForbidden() *RejectFilePaymentConsentSystemForbidden

NewRejectFilePaymentConsentSystemForbidden creates a RejectFilePaymentConsentSystemForbidden with default headers values

func (*RejectFilePaymentConsentSystemForbidden) Code

Code gets the status code for the reject file payment consent system forbidden response

func (*RejectFilePaymentConsentSystemForbidden) Error

func (*RejectFilePaymentConsentSystemForbidden) GetPayload

func (*RejectFilePaymentConsentSystemForbidden) IsClientError

func (o *RejectFilePaymentConsentSystemForbidden) IsClientError() bool

IsClientError returns true when this reject file payment consent system forbidden response has a 4xx status code

func (*RejectFilePaymentConsentSystemForbidden) IsCode

IsCode returns true when this reject file payment consent system forbidden response a status code equal to that given

func (*RejectFilePaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject file payment consent system forbidden response has a 3xx status code

func (*RejectFilePaymentConsentSystemForbidden) IsServerError

func (o *RejectFilePaymentConsentSystemForbidden) IsServerError() bool

IsServerError returns true when this reject file payment consent system forbidden response has a 5xx status code

func (*RejectFilePaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject file payment consent system forbidden response has a 2xx status code

func (*RejectFilePaymentConsentSystemForbidden) String

type RejectFilePaymentConsentSystemNotFound

type RejectFilePaymentConsentSystemNotFound struct {
	Payload *models.Error
}

RejectFilePaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectFilePaymentConsentSystemNotFound

func NewRejectFilePaymentConsentSystemNotFound() *RejectFilePaymentConsentSystemNotFound

NewRejectFilePaymentConsentSystemNotFound creates a RejectFilePaymentConsentSystemNotFound with default headers values

func (*RejectFilePaymentConsentSystemNotFound) Code

Code gets the status code for the reject file payment consent system not found response

func (*RejectFilePaymentConsentSystemNotFound) Error

func (*RejectFilePaymentConsentSystemNotFound) GetPayload

func (*RejectFilePaymentConsentSystemNotFound) IsClientError

func (o *RejectFilePaymentConsentSystemNotFound) IsClientError() bool

IsClientError returns true when this reject file payment consent system not found response has a 4xx status code

func (*RejectFilePaymentConsentSystemNotFound) IsCode

IsCode returns true when this reject file payment consent system not found response a status code equal to that given

func (*RejectFilePaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject file payment consent system not found response has a 3xx status code

func (*RejectFilePaymentConsentSystemNotFound) IsServerError

func (o *RejectFilePaymentConsentSystemNotFound) IsServerError() bool

IsServerError returns true when this reject file payment consent system not found response has a 5xx status code

func (*RejectFilePaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject file payment consent system not found response has a 2xx status code

func (*RejectFilePaymentConsentSystemNotFound) String

type RejectFilePaymentConsentSystemOK

type RejectFilePaymentConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectFilePaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectFilePaymentConsentSystemOK

func NewRejectFilePaymentConsentSystemOK() *RejectFilePaymentConsentSystemOK

NewRejectFilePaymentConsentSystemOK creates a RejectFilePaymentConsentSystemOK with default headers values

func (*RejectFilePaymentConsentSystemOK) Code

Code gets the status code for the reject file payment consent system o k response

func (*RejectFilePaymentConsentSystemOK) Error

func (*RejectFilePaymentConsentSystemOK) GetPayload

func (*RejectFilePaymentConsentSystemOK) IsClientError

func (o *RejectFilePaymentConsentSystemOK) IsClientError() bool

IsClientError returns true when this reject file payment consent system o k response has a 4xx status code

func (*RejectFilePaymentConsentSystemOK) IsCode

func (o *RejectFilePaymentConsentSystemOK) IsCode(code int) bool

IsCode returns true when this reject file payment consent system o k response a status code equal to that given

func (*RejectFilePaymentConsentSystemOK) IsRedirect

func (o *RejectFilePaymentConsentSystemOK) IsRedirect() bool

IsRedirect returns true when this reject file payment consent system o k response has a 3xx status code

func (*RejectFilePaymentConsentSystemOK) IsServerError

func (o *RejectFilePaymentConsentSystemOK) IsServerError() bool

IsServerError returns true when this reject file payment consent system o k response has a 5xx status code

func (*RejectFilePaymentConsentSystemOK) IsSuccess

func (o *RejectFilePaymentConsentSystemOK) IsSuccess() bool

IsSuccess returns true when this reject file payment consent system o k response has a 2xx status code

func (*RejectFilePaymentConsentSystemOK) String

type RejectFilePaymentConsentSystemParams

type RejectFilePaymentConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectFilePaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the reject file payment consent system operation.

Typically these are written to a http.Request.

func NewRejectFilePaymentConsentSystemParams

func NewRejectFilePaymentConsentSystemParams() *RejectFilePaymentConsentSystemParams

NewRejectFilePaymentConsentSystemParams creates a new RejectFilePaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectFilePaymentConsentSystemParamsWithContext

func NewRejectFilePaymentConsentSystemParamsWithContext(ctx context.Context) *RejectFilePaymentConsentSystemParams

NewRejectFilePaymentConsentSystemParamsWithContext creates a new RejectFilePaymentConsentSystemParams object with the ability to set a context for a request.

func NewRejectFilePaymentConsentSystemParamsWithHTTPClient

func NewRejectFilePaymentConsentSystemParamsWithHTTPClient(client *http.Client) *RejectFilePaymentConsentSystemParams

NewRejectFilePaymentConsentSystemParamsWithHTTPClient creates a new RejectFilePaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectFilePaymentConsentSystemParamsWithTimeout

func NewRejectFilePaymentConsentSystemParamsWithTimeout(timeout time.Duration) *RejectFilePaymentConsentSystemParams

NewRejectFilePaymentConsentSystemParamsWithTimeout creates a new RejectFilePaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectFilePaymentConsentSystemParams) SetContext

SetContext adds the context to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) SetDefaults

func (o *RejectFilePaymentConsentSystemParams) SetDefaults()

SetDefaults hydrates default values in the reject file payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectFilePaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) SetLogin

func (o *RejectFilePaymentConsentSystemParams) SetLogin(login string)

SetLogin adds the login to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) SetRejectConsent

func (o *RejectFilePaymentConsentSystemParams) SetRejectConsent(rejectConsent *models.RejectConsentRequest)

SetRejectConsent adds the rejectConsent to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) SetTimeout

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

SetTimeout adds the timeout to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) WithContext

WithContext adds the context to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject file payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectFilePaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) WithLogin

WithLogin adds the login to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject file payment consent system params

func (*RejectFilePaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectFilePaymentConsentSystemReader

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

RejectFilePaymentConsentSystemReader is a Reader for the RejectFilePaymentConsentSystem structure.

func (*RejectFilePaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectFilePaymentConsentSystemTooManyRequests

type RejectFilePaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectFilePaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectFilePaymentConsentSystemTooManyRequests

func NewRejectFilePaymentConsentSystemTooManyRequests() *RejectFilePaymentConsentSystemTooManyRequests

NewRejectFilePaymentConsentSystemTooManyRequests creates a RejectFilePaymentConsentSystemTooManyRequests with default headers values

func (*RejectFilePaymentConsentSystemTooManyRequests) Code

Code gets the status code for the reject file payment consent system too many requests response

func (*RejectFilePaymentConsentSystemTooManyRequests) Error

func (*RejectFilePaymentConsentSystemTooManyRequests) GetPayload

func (*RejectFilePaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject file payment consent system too many requests response has a 4xx status code

func (*RejectFilePaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject file payment consent system too many requests response a status code equal to that given

func (*RejectFilePaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject file payment consent system too many requests response has a 3xx status code

func (*RejectFilePaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject file payment consent system too many requests response has a 5xx status code

func (*RejectFilePaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject file payment consent system too many requests response has a 2xx status code

func (*RejectFilePaymentConsentSystemTooManyRequests) String

type RejectFilePaymentConsentSystemUnauthorized

type RejectFilePaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectFilePaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectFilePaymentConsentSystemUnauthorized

func NewRejectFilePaymentConsentSystemUnauthorized() *RejectFilePaymentConsentSystemUnauthorized

NewRejectFilePaymentConsentSystemUnauthorized creates a RejectFilePaymentConsentSystemUnauthorized with default headers values

func (*RejectFilePaymentConsentSystemUnauthorized) Code

Code gets the status code for the reject file payment consent system unauthorized response

func (*RejectFilePaymentConsentSystemUnauthorized) Error

func (*RejectFilePaymentConsentSystemUnauthorized) GetPayload

func (*RejectFilePaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject file payment consent system unauthorized response has a 4xx status code

func (*RejectFilePaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this reject file payment consent system unauthorized response a status code equal to that given

func (*RejectFilePaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject file payment consent system unauthorized response has a 3xx status code

func (*RejectFilePaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject file payment consent system unauthorized response has a 5xx status code

func (*RejectFilePaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject file payment consent system unauthorized response has a 2xx status code

func (*RejectFilePaymentConsentSystemUnauthorized) String

type RejectInternationalPaymentConsentSystemForbidden

type RejectInternationalPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

RejectInternationalPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectInternationalPaymentConsentSystemForbidden

func NewRejectInternationalPaymentConsentSystemForbidden() *RejectInternationalPaymentConsentSystemForbidden

NewRejectInternationalPaymentConsentSystemForbidden creates a RejectInternationalPaymentConsentSystemForbidden with default headers values

func (*RejectInternationalPaymentConsentSystemForbidden) Code

Code gets the status code for the reject international payment consent system forbidden response

func (*RejectInternationalPaymentConsentSystemForbidden) Error

func (*RejectInternationalPaymentConsentSystemForbidden) GetPayload

func (*RejectInternationalPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this reject international payment consent system forbidden response has a 4xx status code

func (*RejectInternationalPaymentConsentSystemForbidden) IsCode

IsCode returns true when this reject international payment consent system forbidden response a status code equal to that given

func (*RejectInternationalPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject international payment consent system forbidden response has a 3xx status code

func (*RejectInternationalPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this reject international payment consent system forbidden response has a 5xx status code

func (*RejectInternationalPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject international payment consent system forbidden response has a 2xx status code

func (*RejectInternationalPaymentConsentSystemForbidden) String

type RejectInternationalPaymentConsentSystemNotFound

type RejectInternationalPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

RejectInternationalPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectInternationalPaymentConsentSystemNotFound

func NewRejectInternationalPaymentConsentSystemNotFound() *RejectInternationalPaymentConsentSystemNotFound

NewRejectInternationalPaymentConsentSystemNotFound creates a RejectInternationalPaymentConsentSystemNotFound with default headers values

func (*RejectInternationalPaymentConsentSystemNotFound) Code

Code gets the status code for the reject international payment consent system not found response

func (*RejectInternationalPaymentConsentSystemNotFound) Error

func (*RejectInternationalPaymentConsentSystemNotFound) GetPayload

func (*RejectInternationalPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this reject international payment consent system not found response has a 4xx status code

func (*RejectInternationalPaymentConsentSystemNotFound) IsCode

IsCode returns true when this reject international payment consent system not found response a status code equal to that given

func (*RejectInternationalPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject international payment consent system not found response has a 3xx status code

func (*RejectInternationalPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this reject international payment consent system not found response has a 5xx status code

func (*RejectInternationalPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject international payment consent system not found response has a 2xx status code

func (*RejectInternationalPaymentConsentSystemNotFound) String

type RejectInternationalPaymentConsentSystemOK

type RejectInternationalPaymentConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectInternationalPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectInternationalPaymentConsentSystemOK

func NewRejectInternationalPaymentConsentSystemOK() *RejectInternationalPaymentConsentSystemOK

NewRejectInternationalPaymentConsentSystemOK creates a RejectInternationalPaymentConsentSystemOK with default headers values

func (*RejectInternationalPaymentConsentSystemOK) Code

Code gets the status code for the reject international payment consent system o k response

func (*RejectInternationalPaymentConsentSystemOK) Error

func (*RejectInternationalPaymentConsentSystemOK) GetPayload

func (*RejectInternationalPaymentConsentSystemOK) IsClientError

IsClientError returns true when this reject international payment consent system o k response has a 4xx status code

func (*RejectInternationalPaymentConsentSystemOK) IsCode

IsCode returns true when this reject international payment consent system o k response a status code equal to that given

func (*RejectInternationalPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this reject international payment consent system o k response has a 3xx status code

func (*RejectInternationalPaymentConsentSystemOK) IsServerError

IsServerError returns true when this reject international payment consent system o k response has a 5xx status code

func (*RejectInternationalPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this reject international payment consent system o k response has a 2xx status code

func (*RejectInternationalPaymentConsentSystemOK) String

type RejectInternationalPaymentConsentSystemParams

type RejectInternationalPaymentConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectInternationalPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the reject international payment consent system operation.

Typically these are written to a http.Request.

func NewRejectInternationalPaymentConsentSystemParams

func NewRejectInternationalPaymentConsentSystemParams() *RejectInternationalPaymentConsentSystemParams

NewRejectInternationalPaymentConsentSystemParams creates a new RejectInternationalPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectInternationalPaymentConsentSystemParamsWithContext

func NewRejectInternationalPaymentConsentSystemParamsWithContext(ctx context.Context) *RejectInternationalPaymentConsentSystemParams

NewRejectInternationalPaymentConsentSystemParamsWithContext creates a new RejectInternationalPaymentConsentSystemParams object with the ability to set a context for a request.

func NewRejectInternationalPaymentConsentSystemParamsWithHTTPClient

func NewRejectInternationalPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *RejectInternationalPaymentConsentSystemParams

NewRejectInternationalPaymentConsentSystemParamsWithHTTPClient creates a new RejectInternationalPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectInternationalPaymentConsentSystemParamsWithTimeout

func NewRejectInternationalPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *RejectInternationalPaymentConsentSystemParams

NewRejectInternationalPaymentConsentSystemParamsWithTimeout creates a new RejectInternationalPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectInternationalPaymentConsentSystemParams) SetContext

SetContext adds the context to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject international payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectInternationalPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) SetRejectConsent

SetRejectConsent adds the rejectConsent to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) WithContext

WithContext adds the context to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject international payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectInternationalPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject international payment consent system params

func (*RejectInternationalPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectInternationalPaymentConsentSystemReader

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

RejectInternationalPaymentConsentSystemReader is a Reader for the RejectInternationalPaymentConsentSystem structure.

func (*RejectInternationalPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectInternationalPaymentConsentSystemTooManyRequests

type RejectInternationalPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectInternationalPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectInternationalPaymentConsentSystemTooManyRequests

func NewRejectInternationalPaymentConsentSystemTooManyRequests() *RejectInternationalPaymentConsentSystemTooManyRequests

NewRejectInternationalPaymentConsentSystemTooManyRequests creates a RejectInternationalPaymentConsentSystemTooManyRequests with default headers values

func (*RejectInternationalPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the reject international payment consent system too many requests response

func (*RejectInternationalPaymentConsentSystemTooManyRequests) Error

func (*RejectInternationalPaymentConsentSystemTooManyRequests) GetPayload

func (*RejectInternationalPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject international payment consent system too many requests response has a 4xx status code

func (*RejectInternationalPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject international payment consent system too many requests response a status code equal to that given

func (*RejectInternationalPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject international payment consent system too many requests response has a 3xx status code

func (*RejectInternationalPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject international payment consent system too many requests response has a 5xx status code

func (*RejectInternationalPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject international payment consent system too many requests response has a 2xx status code

func (*RejectInternationalPaymentConsentSystemTooManyRequests) String

type RejectInternationalPaymentConsentSystemUnauthorized

type RejectInternationalPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectInternationalPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectInternationalPaymentConsentSystemUnauthorized

func NewRejectInternationalPaymentConsentSystemUnauthorized() *RejectInternationalPaymentConsentSystemUnauthorized

NewRejectInternationalPaymentConsentSystemUnauthorized creates a RejectInternationalPaymentConsentSystemUnauthorized with default headers values

func (*RejectInternationalPaymentConsentSystemUnauthorized) Code

Code gets the status code for the reject international payment consent system unauthorized response

func (*RejectInternationalPaymentConsentSystemUnauthorized) Error

func (*RejectInternationalPaymentConsentSystemUnauthorized) GetPayload

func (*RejectInternationalPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject international payment consent system unauthorized response has a 4xx status code

func (*RejectInternationalPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this reject international payment consent system unauthorized response a status code equal to that given

func (*RejectInternationalPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject international payment consent system unauthorized response has a 3xx status code

func (*RejectInternationalPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject international payment consent system unauthorized response has a 5xx status code

func (*RejectInternationalPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject international payment consent system unauthorized response has a 2xx status code

func (*RejectInternationalPaymentConsentSystemUnauthorized) String

type RejectInternationalScheduledPaymentConsentSystemForbidden

type RejectInternationalScheduledPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

RejectInternationalScheduledPaymentConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectInternationalScheduledPaymentConsentSystemForbidden

func NewRejectInternationalScheduledPaymentConsentSystemForbidden() *RejectInternationalScheduledPaymentConsentSystemForbidden

NewRejectInternationalScheduledPaymentConsentSystemForbidden creates a RejectInternationalScheduledPaymentConsentSystemForbidden with default headers values

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) Code

Code gets the status code for the reject international scheduled payment consent system forbidden response

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) Error

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) GetPayload

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this reject international scheduled payment consent system forbidden response has a 4xx status code

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) IsCode

IsCode returns true when this reject international scheduled payment consent system forbidden response a status code equal to that given

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject international scheduled payment consent system forbidden response has a 3xx status code

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this reject international scheduled payment consent system forbidden response has a 5xx status code

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject international scheduled payment consent system forbidden response has a 2xx status code

func (*RejectInternationalScheduledPaymentConsentSystemForbidden) String

type RejectInternationalScheduledPaymentConsentSystemNotFound

type RejectInternationalScheduledPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

RejectInternationalScheduledPaymentConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectInternationalScheduledPaymentConsentSystemNotFound

func NewRejectInternationalScheduledPaymentConsentSystemNotFound() *RejectInternationalScheduledPaymentConsentSystemNotFound

NewRejectInternationalScheduledPaymentConsentSystemNotFound creates a RejectInternationalScheduledPaymentConsentSystemNotFound with default headers values

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) Code

Code gets the status code for the reject international scheduled payment consent system not found response

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) Error

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) GetPayload

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this reject international scheduled payment consent system not found response has a 4xx status code

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) IsCode

IsCode returns true when this reject international scheduled payment consent system not found response a status code equal to that given

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject international scheduled payment consent system not found response has a 3xx status code

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this reject international scheduled payment consent system not found response has a 5xx status code

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject international scheduled payment consent system not found response has a 2xx status code

func (*RejectInternationalScheduledPaymentConsentSystemNotFound) String

type RejectInternationalScheduledPaymentConsentSystemOK

type RejectInternationalScheduledPaymentConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectInternationalScheduledPaymentConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectInternationalScheduledPaymentConsentSystemOK

func NewRejectInternationalScheduledPaymentConsentSystemOK() *RejectInternationalScheduledPaymentConsentSystemOK

NewRejectInternationalScheduledPaymentConsentSystemOK creates a RejectInternationalScheduledPaymentConsentSystemOK with default headers values

func (*RejectInternationalScheduledPaymentConsentSystemOK) Code

Code gets the status code for the reject international scheduled payment consent system o k response

func (*RejectInternationalScheduledPaymentConsentSystemOK) Error

func (*RejectInternationalScheduledPaymentConsentSystemOK) GetPayload

func (*RejectInternationalScheduledPaymentConsentSystemOK) IsClientError

IsClientError returns true when this reject international scheduled payment consent system o k response has a 4xx status code

func (*RejectInternationalScheduledPaymentConsentSystemOK) IsCode

IsCode returns true when this reject international scheduled payment consent system o k response a status code equal to that given

func (*RejectInternationalScheduledPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this reject international scheduled payment consent system o k response has a 3xx status code

func (*RejectInternationalScheduledPaymentConsentSystemOK) IsServerError

IsServerError returns true when this reject international scheduled payment consent system o k response has a 5xx status code

func (*RejectInternationalScheduledPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this reject international scheduled payment consent system o k response has a 2xx status code

func (*RejectInternationalScheduledPaymentConsentSystemOK) String

type RejectInternationalScheduledPaymentConsentSystemParams

type RejectInternationalScheduledPaymentConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectInternationalScheduledPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the reject international scheduled payment consent system operation.

Typically these are written to a http.Request.

func NewRejectInternationalScheduledPaymentConsentSystemParams

func NewRejectInternationalScheduledPaymentConsentSystemParams() *RejectInternationalScheduledPaymentConsentSystemParams

NewRejectInternationalScheduledPaymentConsentSystemParams creates a new RejectInternationalScheduledPaymentConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectInternationalScheduledPaymentConsentSystemParamsWithContext

func NewRejectInternationalScheduledPaymentConsentSystemParamsWithContext(ctx context.Context) *RejectInternationalScheduledPaymentConsentSystemParams

NewRejectInternationalScheduledPaymentConsentSystemParamsWithContext creates a new RejectInternationalScheduledPaymentConsentSystemParams object with the ability to set a context for a request.

func NewRejectInternationalScheduledPaymentConsentSystemParamsWithHTTPClient

func NewRejectInternationalScheduledPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *RejectInternationalScheduledPaymentConsentSystemParams

NewRejectInternationalScheduledPaymentConsentSystemParamsWithHTTPClient creates a new RejectInternationalScheduledPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectInternationalScheduledPaymentConsentSystemParamsWithTimeout

func NewRejectInternationalScheduledPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *RejectInternationalScheduledPaymentConsentSystemParams

NewRejectInternationalScheduledPaymentConsentSystemParamsWithTimeout creates a new RejectInternationalScheduledPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectInternationalScheduledPaymentConsentSystemParams) SetContext

SetContext adds the context to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject international scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectInternationalScheduledPaymentConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) SetRejectConsent

SetRejectConsent adds the rejectConsent to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) WithContext

WithContext adds the context to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject international scheduled payment consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectInternationalScheduledPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject international scheduled payment consent system params

func (*RejectInternationalScheduledPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectInternationalScheduledPaymentConsentSystemReader

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

RejectInternationalScheduledPaymentConsentSystemReader is a Reader for the RejectInternationalScheduledPaymentConsentSystem structure.

func (*RejectInternationalScheduledPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectInternationalScheduledPaymentConsentSystemTooManyRequests

type RejectInternationalScheduledPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectInternationalScheduledPaymentConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectInternationalScheduledPaymentConsentSystemTooManyRequests

func NewRejectInternationalScheduledPaymentConsentSystemTooManyRequests() *RejectInternationalScheduledPaymentConsentSystemTooManyRequests

NewRejectInternationalScheduledPaymentConsentSystemTooManyRequests creates a RejectInternationalScheduledPaymentConsentSystemTooManyRequests with default headers values

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the reject international scheduled payment consent system too many requests response

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) Error

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) GetPayload

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject international scheduled payment consent system too many requests response has a 4xx status code

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject international scheduled payment consent system too many requests response a status code equal to that given

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject international scheduled payment consent system too many requests response has a 3xx status code

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject international scheduled payment consent system too many requests response has a 5xx status code

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject international scheduled payment consent system too many requests response has a 2xx status code

func (*RejectInternationalScheduledPaymentConsentSystemTooManyRequests) String

type RejectInternationalScheduledPaymentConsentSystemUnauthorized

type RejectInternationalScheduledPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectInternationalScheduledPaymentConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectInternationalScheduledPaymentConsentSystemUnauthorized

func NewRejectInternationalScheduledPaymentConsentSystemUnauthorized() *RejectInternationalScheduledPaymentConsentSystemUnauthorized

NewRejectInternationalScheduledPaymentConsentSystemUnauthorized creates a RejectInternationalScheduledPaymentConsentSystemUnauthorized with default headers values

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) Code

Code gets the status code for the reject international scheduled payment consent system unauthorized response

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) Error

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) GetPayload

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject international scheduled payment consent system unauthorized response has a 4xx status code

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this reject international scheduled payment consent system unauthorized response a status code equal to that given

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject international scheduled payment consent system unauthorized response has a 3xx status code

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject international scheduled payment consent system unauthorized response has a 5xx status code

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject international scheduled payment consent system unauthorized response has a 2xx status code

func (*RejectInternationalScheduledPaymentConsentSystemUnauthorized) String

type RejectInternationalStandingOrderConsentSystemForbidden

type RejectInternationalStandingOrderConsentSystemForbidden struct {
	Payload *models.Error
}

RejectInternationalStandingOrderConsentSystemForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRejectInternationalStandingOrderConsentSystemForbidden

func NewRejectInternationalStandingOrderConsentSystemForbidden() *RejectInternationalStandingOrderConsentSystemForbidden

NewRejectInternationalStandingOrderConsentSystemForbidden creates a RejectInternationalStandingOrderConsentSystemForbidden with default headers values

func (*RejectInternationalStandingOrderConsentSystemForbidden) Code

Code gets the status code for the reject international standing order consent system forbidden response

func (*RejectInternationalStandingOrderConsentSystemForbidden) Error

func (*RejectInternationalStandingOrderConsentSystemForbidden) GetPayload

func (*RejectInternationalStandingOrderConsentSystemForbidden) IsClientError

IsClientError returns true when this reject international standing order consent system forbidden response has a 4xx status code

func (*RejectInternationalStandingOrderConsentSystemForbidden) IsCode

IsCode returns true when this reject international standing order consent system forbidden response a status code equal to that given

func (*RejectInternationalStandingOrderConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject international standing order consent system forbidden response has a 3xx status code

func (*RejectInternationalStandingOrderConsentSystemForbidden) IsServerError

IsServerError returns true when this reject international standing order consent system forbidden response has a 5xx status code

func (*RejectInternationalStandingOrderConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject international standing order consent system forbidden response has a 2xx status code

func (*RejectInternationalStandingOrderConsentSystemForbidden) String

type RejectInternationalStandingOrderConsentSystemNotFound

type RejectInternationalStandingOrderConsentSystemNotFound struct {
	Payload *models.Error
}

RejectInternationalStandingOrderConsentSystemNotFound describes a response with status code 404, with default header values.

Not found

func NewRejectInternationalStandingOrderConsentSystemNotFound

func NewRejectInternationalStandingOrderConsentSystemNotFound() *RejectInternationalStandingOrderConsentSystemNotFound

NewRejectInternationalStandingOrderConsentSystemNotFound creates a RejectInternationalStandingOrderConsentSystemNotFound with default headers values

func (*RejectInternationalStandingOrderConsentSystemNotFound) Code

Code gets the status code for the reject international standing order consent system not found response

func (*RejectInternationalStandingOrderConsentSystemNotFound) Error

func (*RejectInternationalStandingOrderConsentSystemNotFound) GetPayload

func (*RejectInternationalStandingOrderConsentSystemNotFound) IsClientError

IsClientError returns true when this reject international standing order consent system not found response has a 4xx status code

func (*RejectInternationalStandingOrderConsentSystemNotFound) IsCode

IsCode returns true when this reject international standing order consent system not found response a status code equal to that given

func (*RejectInternationalStandingOrderConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject international standing order consent system not found response has a 3xx status code

func (*RejectInternationalStandingOrderConsentSystemNotFound) IsServerError

IsServerError returns true when this reject international standing order consent system not found response has a 5xx status code

func (*RejectInternationalStandingOrderConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject international standing order consent system not found response has a 2xx status code

func (*RejectInternationalStandingOrderConsentSystemNotFound) String

type RejectInternationalStandingOrderConsentSystemOK

type RejectInternationalStandingOrderConsentSystemOK struct {
	Payload *models.ConsentRejected
}

RejectInternationalStandingOrderConsentSystemOK describes a response with status code 200, with default header values.

Consent rejected

func NewRejectInternationalStandingOrderConsentSystemOK

func NewRejectInternationalStandingOrderConsentSystemOK() *RejectInternationalStandingOrderConsentSystemOK

NewRejectInternationalStandingOrderConsentSystemOK creates a RejectInternationalStandingOrderConsentSystemOK with default headers values

func (*RejectInternationalStandingOrderConsentSystemOK) Code

Code gets the status code for the reject international standing order consent system o k response

func (*RejectInternationalStandingOrderConsentSystemOK) Error

func (*RejectInternationalStandingOrderConsentSystemOK) GetPayload

func (*RejectInternationalStandingOrderConsentSystemOK) IsClientError

IsClientError returns true when this reject international standing order consent system o k response has a 4xx status code

func (*RejectInternationalStandingOrderConsentSystemOK) IsCode

IsCode returns true when this reject international standing order consent system o k response a status code equal to that given

func (*RejectInternationalStandingOrderConsentSystemOK) IsRedirect

IsRedirect returns true when this reject international standing order consent system o k response has a 3xx status code

func (*RejectInternationalStandingOrderConsentSystemOK) IsServerError

IsServerError returns true when this reject international standing order consent system o k response has a 5xx status code

func (*RejectInternationalStandingOrderConsentSystemOK) IsSuccess

IsSuccess returns true when this reject international standing order consent system o k response has a 2xx status code

func (*RejectInternationalStandingOrderConsentSystemOK) String

type RejectInternationalStandingOrderConsentSystemParams

type RejectInternationalStandingOrderConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectInternationalStandingOrderConsentSystemParams contains all the parameters to send to the API endpoint

for the reject international standing order consent system operation.

Typically these are written to a http.Request.

func NewRejectInternationalStandingOrderConsentSystemParams

func NewRejectInternationalStandingOrderConsentSystemParams() *RejectInternationalStandingOrderConsentSystemParams

NewRejectInternationalStandingOrderConsentSystemParams creates a new RejectInternationalStandingOrderConsentSystemParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRejectInternationalStandingOrderConsentSystemParamsWithContext

func NewRejectInternationalStandingOrderConsentSystemParamsWithContext(ctx context.Context) *RejectInternationalStandingOrderConsentSystemParams

NewRejectInternationalStandingOrderConsentSystemParamsWithContext creates a new RejectInternationalStandingOrderConsentSystemParams object with the ability to set a context for a request.

func NewRejectInternationalStandingOrderConsentSystemParamsWithHTTPClient

func NewRejectInternationalStandingOrderConsentSystemParamsWithHTTPClient(client *http.Client) *RejectInternationalStandingOrderConsentSystemParams

NewRejectInternationalStandingOrderConsentSystemParamsWithHTTPClient creates a new RejectInternationalStandingOrderConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectInternationalStandingOrderConsentSystemParamsWithTimeout

func NewRejectInternationalStandingOrderConsentSystemParamsWithTimeout(timeout time.Duration) *RejectInternationalStandingOrderConsentSystemParams

NewRejectInternationalStandingOrderConsentSystemParamsWithTimeout creates a new RejectInternationalStandingOrderConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectInternationalStandingOrderConsentSystemParams) SetContext

SetContext adds the context to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject international standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectInternationalStandingOrderConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) SetLogin

SetLogin adds the login to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) SetRejectConsent

SetRejectConsent adds the rejectConsent to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) WithContext

WithContext adds the context to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject international standing order consent system params (not the query body).

All values with no default are reset to their zero value.

func (*RejectInternationalStandingOrderConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) WithLogin

WithLogin adds the login to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject international standing order consent system params

func (*RejectInternationalStandingOrderConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectInternationalStandingOrderConsentSystemReader

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

RejectInternationalStandingOrderConsentSystemReader is a Reader for the RejectInternationalStandingOrderConsentSystem structure.

func (*RejectInternationalStandingOrderConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectInternationalStandingOrderConsentSystemTooManyRequests

type RejectInternationalStandingOrderConsentSystemTooManyRequests struct {
	Payload *models.Error
}

RejectInternationalStandingOrderConsentSystemTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewRejectInternationalStandingOrderConsentSystemTooManyRequests

func NewRejectInternationalStandingOrderConsentSystemTooManyRequests() *RejectInternationalStandingOrderConsentSystemTooManyRequests

NewRejectInternationalStandingOrderConsentSystemTooManyRequests creates a RejectInternationalStandingOrderConsentSystemTooManyRequests with default headers values

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) Code

Code gets the status code for the reject international standing order consent system too many requests response

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) Error

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) GetPayload

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject international standing order consent system too many requests response has a 4xx status code

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject international standing order consent system too many requests response a status code equal to that given

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject international standing order consent system too many requests response has a 3xx status code

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject international standing order consent system too many requests response has a 5xx status code

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject international standing order consent system too many requests response has a 2xx status code

func (*RejectInternationalStandingOrderConsentSystemTooManyRequests) String

type RejectInternationalStandingOrderConsentSystemUnauthorized

type RejectInternationalStandingOrderConsentSystemUnauthorized struct {
	Payload *models.Error
}

RejectInternationalStandingOrderConsentSystemUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRejectInternationalStandingOrderConsentSystemUnauthorized

func NewRejectInternationalStandingOrderConsentSystemUnauthorized() *RejectInternationalStandingOrderConsentSystemUnauthorized

NewRejectInternationalStandingOrderConsentSystemUnauthorized creates a RejectInternationalStandingOrderConsentSystemUnauthorized with default headers values

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) Code

Code gets the status code for the reject international standing order consent system unauthorized response

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) Error

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) GetPayload

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject international standing order consent system unauthorized response has a 4xx status code

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) IsCode

IsCode returns true when this reject international standing order consent system unauthorized response a status code equal to that given

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject international standing order consent system unauthorized response has a 3xx status code

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject international standing order consent system unauthorized response has a 5xx status code

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject international standing order consent system unauthorized response has a 2xx status code

func (*RejectInternationalStandingOrderConsentSystemUnauthorized) String

Source Files

Jump to

Keyboard shortcuts

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