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 AcceptOBBRCustomerDataAccessConsentSystemForbidden

type AcceptOBBRCustomerDataAccessConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewAcceptOBBRCustomerDataAccessConsentSystemForbidden

func NewAcceptOBBRCustomerDataAccessConsentSystemForbidden() *AcceptOBBRCustomerDataAccessConsentSystemForbidden

NewAcceptOBBRCustomerDataAccessConsentSystemForbidden creates a AcceptOBBRCustomerDataAccessConsentSystemForbidden with default headers values

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) Code

Code gets the status code for the accept o b b r customer data access consent system forbidden response

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) Error

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) GetPayload

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) IsClientError

IsClientError returns true when this accept o b b r customer data access consent system forbidden response has a 4xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) IsCode

IsCode returns true when this accept o b b r customer data access consent system forbidden response a status code equal to that given

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept o b b r customer data access consent system forbidden response has a 3xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) IsServerError

IsServerError returns true when this accept o b b r customer data access consent system forbidden response has a 5xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept o b b r customer data access consent system forbidden response has a 2xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemForbidden) String

type AcceptOBBRCustomerDataAccessConsentSystemNotFound

type AcceptOBBRCustomerDataAccessConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewAcceptOBBRCustomerDataAccessConsentSystemNotFound

func NewAcceptOBBRCustomerDataAccessConsentSystemNotFound() *AcceptOBBRCustomerDataAccessConsentSystemNotFound

NewAcceptOBBRCustomerDataAccessConsentSystemNotFound creates a AcceptOBBRCustomerDataAccessConsentSystemNotFound with default headers values

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) Code

Code gets the status code for the accept o b b r customer data access consent system not found response

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) Error

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) GetPayload

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) IsClientError

IsClientError returns true when this accept o b b r customer data access consent system not found response has a 4xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) IsCode

IsCode returns true when this accept o b b r customer data access consent system not found response a status code equal to that given

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept o b b r customer data access consent system not found response has a 3xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) IsServerError

IsServerError returns true when this accept o b b r customer data access consent system not found response has a 5xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept o b b r customer data access consent system not found response has a 2xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemNotFound) String

type AcceptOBBRCustomerDataAccessConsentSystemOK

type AcceptOBBRCustomerDataAccessConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

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

Consent Accepted

func NewAcceptOBBRCustomerDataAccessConsentSystemOK

func NewAcceptOBBRCustomerDataAccessConsentSystemOK() *AcceptOBBRCustomerDataAccessConsentSystemOK

NewAcceptOBBRCustomerDataAccessConsentSystemOK creates a AcceptOBBRCustomerDataAccessConsentSystemOK with default headers values

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) Code

Code gets the status code for the accept o b b r customer data access consent system o k response

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) Error

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) GetPayload

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) IsClientError

IsClientError returns true when this accept o b b r customer data access consent system o k response has a 4xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) IsCode

IsCode returns true when this accept o b b r customer data access consent system o k response a status code equal to that given

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) IsRedirect

IsRedirect returns true when this accept o b b r customer data access consent system o k response has a 3xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) IsServerError

IsServerError returns true when this accept o b b r customer data access consent system o k response has a 5xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) IsSuccess

IsSuccess returns true when this accept o b b r customer data access consent system o k response has a 2xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemOK) String

type AcceptOBBRCustomerDataAccessConsentSystemParams

type AcceptOBBRCustomerDataAccessConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptOBBRCustomerDataAccessConsentSystemParams contains all the parameters to send to the API endpoint

for the accept o b b r customer data access consent system operation.

Typically these are written to a http.Request.

func NewAcceptOBBRCustomerDataAccessConsentSystemParams

func NewAcceptOBBRCustomerDataAccessConsentSystemParams() *AcceptOBBRCustomerDataAccessConsentSystemParams

NewAcceptOBBRCustomerDataAccessConsentSystemParams creates a new AcceptOBBRCustomerDataAccessConsentSystemParams 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 NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithContext

func NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithContext(ctx context.Context) *AcceptOBBRCustomerDataAccessConsentSystemParams

NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithContext creates a new AcceptOBBRCustomerDataAccessConsentSystemParams object with the ability to set a context for a request.

func NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient

func NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptOBBRCustomerDataAccessConsentSystemParams

NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient creates a new AcceptOBBRCustomerDataAccessConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithTimeout

func NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptOBBRCustomerDataAccessConsentSystemParams

NewAcceptOBBRCustomerDataAccessConsentSystemParamsWithTimeout creates a new AcceptOBBRCustomerDataAccessConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) SetAcceptConsent

SetAcceptConsent adds the acceptConsent to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) SetContext

SetContext adds the context to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept o b b r customer data access consent system params (not the query body).

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

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) SetLogin

SetLogin adds the login to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WithContext

WithContext adds the context to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept o b b r customer data access consent system params (not the query body).

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

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WithLogin

WithLogin adds the login to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept o b b r customer data access consent system params

func (*AcceptOBBRCustomerDataAccessConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptOBBRCustomerDataAccessConsentSystemReader

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

AcceptOBBRCustomerDataAccessConsentSystemReader is a Reader for the AcceptOBBRCustomerDataAccessConsentSystem structure.

func (*AcceptOBBRCustomerDataAccessConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests

type AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewAcceptOBBRCustomerDataAccessConsentSystemTooManyRequests

func NewAcceptOBBRCustomerDataAccessConsentSystemTooManyRequests() *AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests

NewAcceptOBBRCustomerDataAccessConsentSystemTooManyRequests creates a AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests with default headers values

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) Code

Code gets the status code for the accept o b b r customer data access consent system too many requests response

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) Error

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) GetPayload

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept o b b r customer data access consent system too many requests response has a 4xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) IsCode

IsCode returns true when this accept o b b r customer data access consent system too many requests response a status code equal to that given

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept o b b r customer data access consent system too many requests response has a 3xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept o b b r customer data access consent system too many requests response has a 5xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept o b b r customer data access consent system too many requests response has a 2xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemTooManyRequests) String

type AcceptOBBRCustomerDataAccessConsentSystemUnauthorized

type AcceptOBBRCustomerDataAccessConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewAcceptOBBRCustomerDataAccessConsentSystemUnauthorized

func NewAcceptOBBRCustomerDataAccessConsentSystemUnauthorized() *AcceptOBBRCustomerDataAccessConsentSystemUnauthorized

NewAcceptOBBRCustomerDataAccessConsentSystemUnauthorized creates a AcceptOBBRCustomerDataAccessConsentSystemUnauthorized with default headers values

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) Code

Code gets the status code for the accept o b b r customer data access consent system unauthorized response

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) Error

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) GetPayload

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept o b b r customer data access consent system unauthorized response has a 4xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) IsCode

IsCode returns true when this accept o b b r customer data access consent system unauthorized response a status code equal to that given

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept o b b r customer data access consent system unauthorized response has a 3xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept o b b r customer data access consent system unauthorized response has a 5xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept o b b r customer data access consent system unauthorized response has a 2xx status code

func (*AcceptOBBRCustomerDataAccessConsentSystemUnauthorized) String

type AcceptOBBRCustomerPaymentConsentSystemForbidden

type AcceptOBBRCustomerPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewAcceptOBBRCustomerPaymentConsentSystemForbidden

func NewAcceptOBBRCustomerPaymentConsentSystemForbidden() *AcceptOBBRCustomerPaymentConsentSystemForbidden

NewAcceptOBBRCustomerPaymentConsentSystemForbidden creates a AcceptOBBRCustomerPaymentConsentSystemForbidden with default headers values

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) Code

Code gets the status code for the accept o b b r customer payment consent system forbidden response

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) Error

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) GetPayload

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this accept o b b r customer payment consent system forbidden response has a 4xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) IsCode

IsCode returns true when this accept o b b r customer payment consent system forbidden response a status code equal to that given

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this accept o b b r customer payment consent system forbidden response has a 3xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this accept o b b r customer payment consent system forbidden response has a 5xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this accept o b b r customer payment consent system forbidden response has a 2xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemForbidden) String

type AcceptOBBRCustomerPaymentConsentSystemNotFound

type AcceptOBBRCustomerPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewAcceptOBBRCustomerPaymentConsentSystemNotFound

func NewAcceptOBBRCustomerPaymentConsentSystemNotFound() *AcceptOBBRCustomerPaymentConsentSystemNotFound

NewAcceptOBBRCustomerPaymentConsentSystemNotFound creates a AcceptOBBRCustomerPaymentConsentSystemNotFound with default headers values

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) Code

Code gets the status code for the accept o b b r customer payment consent system not found response

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) Error

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) GetPayload

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this accept o b b r customer payment consent system not found response has a 4xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) IsCode

IsCode returns true when this accept o b b r customer payment consent system not found response a status code equal to that given

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this accept o b b r customer payment consent system not found response has a 3xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this accept o b b r customer payment consent system not found response has a 5xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this accept o b b r customer payment consent system not found response has a 2xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemNotFound) String

type AcceptOBBRCustomerPaymentConsentSystemOK

type AcceptOBBRCustomerPaymentConsentSystemOK struct {
	Payload *models.ConsentAccepted
}

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

Consent Accepted

func NewAcceptOBBRCustomerPaymentConsentSystemOK

func NewAcceptOBBRCustomerPaymentConsentSystemOK() *AcceptOBBRCustomerPaymentConsentSystemOK

NewAcceptOBBRCustomerPaymentConsentSystemOK creates a AcceptOBBRCustomerPaymentConsentSystemOK with default headers values

func (*AcceptOBBRCustomerPaymentConsentSystemOK) Code

Code gets the status code for the accept o b b r customer payment consent system o k response

func (*AcceptOBBRCustomerPaymentConsentSystemOK) Error

func (*AcceptOBBRCustomerPaymentConsentSystemOK) GetPayload

func (*AcceptOBBRCustomerPaymentConsentSystemOK) IsClientError

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

func (*AcceptOBBRCustomerPaymentConsentSystemOK) IsCode

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

func (*AcceptOBBRCustomerPaymentConsentSystemOK) IsRedirect

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

func (*AcceptOBBRCustomerPaymentConsentSystemOK) IsServerError

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

func (*AcceptOBBRCustomerPaymentConsentSystemOK) IsSuccess

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

func (*AcceptOBBRCustomerPaymentConsentSystemOK) String

type AcceptOBBRCustomerPaymentConsentSystemParams

type AcceptOBBRCustomerPaymentConsentSystemParams struct {

	// AcceptConsent.
	AcceptConsent *models.AcceptConsentRequest

	// Login.
	Login string

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

AcceptOBBRCustomerPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the accept o b b r customer payment consent system operation.

Typically these are written to a http.Request.

func NewAcceptOBBRCustomerPaymentConsentSystemParams

func NewAcceptOBBRCustomerPaymentConsentSystemParams() *AcceptOBBRCustomerPaymentConsentSystemParams

NewAcceptOBBRCustomerPaymentConsentSystemParams creates a new AcceptOBBRCustomerPaymentConsentSystemParams 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 NewAcceptOBBRCustomerPaymentConsentSystemParamsWithContext

func NewAcceptOBBRCustomerPaymentConsentSystemParamsWithContext(ctx context.Context) *AcceptOBBRCustomerPaymentConsentSystemParams

NewAcceptOBBRCustomerPaymentConsentSystemParamsWithContext creates a new AcceptOBBRCustomerPaymentConsentSystemParams object with the ability to set a context for a request.

func NewAcceptOBBRCustomerPaymentConsentSystemParamsWithHTTPClient

func NewAcceptOBBRCustomerPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *AcceptOBBRCustomerPaymentConsentSystemParams

NewAcceptOBBRCustomerPaymentConsentSystemParamsWithHTTPClient creates a new AcceptOBBRCustomerPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewAcceptOBBRCustomerPaymentConsentSystemParamsWithTimeout

func NewAcceptOBBRCustomerPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *AcceptOBBRCustomerPaymentConsentSystemParams

NewAcceptOBBRCustomerPaymentConsentSystemParamsWithTimeout creates a new AcceptOBBRCustomerPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*AcceptOBBRCustomerPaymentConsentSystemParams) SetAcceptConsent

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

SetAcceptConsent adds the acceptConsent to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) SetContext

SetContext adds the context to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the accept o b b r customer payment consent system params (not the query body).

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

func (*AcceptOBBRCustomerPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WithAcceptConsent

WithAcceptConsent adds the acceptConsent to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WithContext

WithContext adds the context to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the accept o b b r customer payment consent system params (not the query body).

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

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the accept o b b r customer payment consent system params

func (*AcceptOBBRCustomerPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AcceptOBBRCustomerPaymentConsentSystemReader

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

AcceptOBBRCustomerPaymentConsentSystemReader is a Reader for the AcceptOBBRCustomerPaymentConsentSystem structure.

func (*AcceptOBBRCustomerPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AcceptOBBRCustomerPaymentConsentSystemTooManyRequests

type AcceptOBBRCustomerPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewAcceptOBBRCustomerPaymentConsentSystemTooManyRequests

func NewAcceptOBBRCustomerPaymentConsentSystemTooManyRequests() *AcceptOBBRCustomerPaymentConsentSystemTooManyRequests

NewAcceptOBBRCustomerPaymentConsentSystemTooManyRequests creates a AcceptOBBRCustomerPaymentConsentSystemTooManyRequests with default headers values

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the accept o b b r customer payment consent system too many requests response

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) Error

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) GetPayload

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this accept o b b r customer payment consent system too many requests response has a 4xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) IsCode

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

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this accept o b b r customer payment consent system too many requests response has a 3xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this accept o b b r customer payment consent system too many requests response has a 5xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this accept o b b r customer payment consent system too many requests response has a 2xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemTooManyRequests) String

type AcceptOBBRCustomerPaymentConsentSystemUnauthorized

type AcceptOBBRCustomerPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewAcceptOBBRCustomerPaymentConsentSystemUnauthorized

func NewAcceptOBBRCustomerPaymentConsentSystemUnauthorized() *AcceptOBBRCustomerPaymentConsentSystemUnauthorized

NewAcceptOBBRCustomerPaymentConsentSystemUnauthorized creates a AcceptOBBRCustomerPaymentConsentSystemUnauthorized with default headers values

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) Code

Code gets the status code for the accept o b b r customer payment consent system unauthorized response

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) Error

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) GetPayload

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this accept o b b r customer payment consent system unauthorized response has a 4xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this accept o b b r customer payment consent system unauthorized response a status code equal to that given

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this accept o b b r customer payment consent system unauthorized response has a 3xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this accept o b b r customer payment consent system unauthorized response has a 5xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this accept o b b r customer payment consent system unauthorized response has a 2xx status code

func (*AcceptOBBRCustomerPaymentConsentSystemUnauthorized) 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) AcceptOBBRCustomerDataAccessConsentSystem

AcceptOBBRCustomerDataAccessConsentSystem accepts customer data access consent

Notify Cloudentity that a user allowed access to their data.

Used by a custom Open Banking consent page.

For authorization, pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) AcceptOBBRCustomerPaymentConsentSystem

AcceptOBBRCustomerPaymentConsentSystem accepts customer payment initiation consent

Notify Cloudentity that a user allowed payment initiation.

Used by a custom Open Banking consent page.

For authorization, pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) GetOBBRCustomerDataAccessConsentSystem

GetOBBRCustomerDataAccessConsentSystem gets customer data access consent

Retrieve information about data access consents per client application. This endpoint is used by a custom

Open Banking consent page during the authorization process. It returns consents previously created with the `POST` **Create Data Access** endpoints.

For authorization, pass the `Authorization: Bearer` with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) GetOBBRCustomerPaymentConsentSystem

func (a *Client) GetOBBRCustomerPaymentConsentSystem(params *GetOBBRCustomerPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerPaymentConsentSystemOK, error)
GetOBBRCustomerPaymentConsentSystem gets customer payment initiation consent

Retrieve information about payment initiation consents per client application. This endpoint is used by a custom

Open Banking consent page during the authorization process. It returns consents previously created with the `POST` **Create Payment Consent** endpoints.

For authorization, pass the `Authorization: Bearer` with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) GetOBBRCustomerPaymentConsentSystemV2

func (a *Client) GetOBBRCustomerPaymentConsentSystemV2(params *GetOBBRCustomerPaymentConsentSystemV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerPaymentConsentSystemV2OK, error)
GetOBBRCustomerPaymentConsentSystemV2 gets customer payment initiation consent v2

Retrieve information about payment initiation consents per client application. This endpoint is used by a custom

Open Banking consent page during the authorization process. It returns consents previously created with the `POST` **Create Payment Consent** endpoints.

This endpoint is compatible with version 2.0 of the Open Banking Brazil standard.

For authorization, pass the `Authorization: Bearer` with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) GetOBBRCustomerPaymentConsentSystemV3

func (a *Client) GetOBBRCustomerPaymentConsentSystemV3(params *GetOBBRCustomerPaymentConsentSystemV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerPaymentConsentSystemV3OK, error)
GetOBBRCustomerPaymentConsentSystemV3 gets customer payment initiation consent v3

Retrieve information about payment initiation consents per client application. This endpoint is used by a custom

Open Banking consent page during the authorization process. It returns consents previously created with the `POST` **Create Payment Consent** endpoints.

This endpoint is compatible with version 3.0 of the Open Banking Brazil payment initiation standard.

For authorization, pass the `Authorization: Bearer` with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) RejectOBBRCustomerDataAccessConsentSystem

RejectOBBRCustomerDataAccessConsentSystem rejects customer data access consent

Notify Cloudentity that a user rejected access to their data.

Used by a custom Open Banking consent page.

For authorization, pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

func (*Client) RejectOBBRCustomerPaymentConsentSystem

RejectOBBRCustomerPaymentConsentSystem rejects customer payment initiation consent

Notify Cloudentity that a user rejected payment initiation.

Used by a custom Open Banking consent page.

For authorization, pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.

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 {
	AcceptOBBRCustomerDataAccessConsentSystem(params *AcceptOBBRCustomerDataAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptOBBRCustomerDataAccessConsentSystemOK, error)

	AcceptOBBRCustomerPaymentConsentSystem(params *AcceptOBBRCustomerPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AcceptOBBRCustomerPaymentConsentSystemOK, error)

	GetOBBRCustomerDataAccessConsentSystem(params *GetOBBRCustomerDataAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerDataAccessConsentSystemOK, error)

	GetOBBRCustomerPaymentConsentSystem(params *GetOBBRCustomerPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerPaymentConsentSystemOK, error)

	GetOBBRCustomerPaymentConsentSystemV2(params *GetOBBRCustomerPaymentConsentSystemV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerPaymentConsentSystemV2OK, error)

	GetOBBRCustomerPaymentConsentSystemV3(params *GetOBBRCustomerPaymentConsentSystemV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOBBRCustomerPaymentConsentSystemV3OK, error)

	RejectOBBRCustomerDataAccessConsentSystem(params *RejectOBBRCustomerDataAccessConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectOBBRCustomerDataAccessConsentSystemOK, error)

	RejectOBBRCustomerPaymentConsentSystem(params *RejectOBBRCustomerPaymentConsentSystemParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RejectOBBRCustomerPaymentConsentSystemOK, 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 GetOBBRCustomerDataAccessConsentSystemForbidden

type GetOBBRCustomerDataAccessConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetOBBRCustomerDataAccessConsentSystemForbidden

func NewGetOBBRCustomerDataAccessConsentSystemForbidden() *GetOBBRCustomerDataAccessConsentSystemForbidden

NewGetOBBRCustomerDataAccessConsentSystemForbidden creates a GetOBBRCustomerDataAccessConsentSystemForbidden with default headers values

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) Code

Code gets the status code for the get o b b r customer data access consent system forbidden response

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) Error

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) GetPayload

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) IsClientError

IsClientError returns true when this get o b b r customer data access consent system forbidden response has a 4xx status code

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) IsCode

IsCode returns true when this get o b b r customer data access consent system forbidden response a status code equal to that given

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get o b b r customer data access consent system forbidden response has a 3xx status code

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) IsServerError

IsServerError returns true when this get o b b r customer data access consent system forbidden response has a 5xx status code

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get o b b r customer data access consent system forbidden response has a 2xx status code

func (*GetOBBRCustomerDataAccessConsentSystemForbidden) String

type GetOBBRCustomerDataAccessConsentSystemNotFound

type GetOBBRCustomerDataAccessConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetOBBRCustomerDataAccessConsentSystemNotFound

func NewGetOBBRCustomerDataAccessConsentSystemNotFound() *GetOBBRCustomerDataAccessConsentSystemNotFound

NewGetOBBRCustomerDataAccessConsentSystemNotFound creates a GetOBBRCustomerDataAccessConsentSystemNotFound with default headers values

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) Code

Code gets the status code for the get o b b r customer data access consent system not found response

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) Error

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) GetPayload

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) IsClientError

IsClientError returns true when this get o b b r customer data access consent system not found response has a 4xx status code

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) IsCode

IsCode returns true when this get o b b r customer data access consent system not found response a status code equal to that given

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get o b b r customer data access consent system not found response has a 3xx status code

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) IsServerError

IsServerError returns true when this get o b b r customer data access consent system not found response has a 5xx status code

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get o b b r customer data access consent system not found response has a 2xx status code

func (*GetOBBRCustomerDataAccessConsentSystemNotFound) String

type GetOBBRCustomerDataAccessConsentSystemOK

type GetOBBRCustomerDataAccessConsentSystemOK struct {
	Payload *models.GetOBBRCustomerDataAccessConsentResponse
}

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

GetOBBRCustomerDataAccessConsentResponse

func NewGetOBBRCustomerDataAccessConsentSystemOK

func NewGetOBBRCustomerDataAccessConsentSystemOK() *GetOBBRCustomerDataAccessConsentSystemOK

NewGetOBBRCustomerDataAccessConsentSystemOK creates a GetOBBRCustomerDataAccessConsentSystemOK with default headers values

func (*GetOBBRCustomerDataAccessConsentSystemOK) Code

Code gets the status code for the get o b b r customer data access consent system o k response

func (*GetOBBRCustomerDataAccessConsentSystemOK) Error

func (*GetOBBRCustomerDataAccessConsentSystemOK) GetPayload

func (*GetOBBRCustomerDataAccessConsentSystemOK) IsClientError

IsClientError returns true when this get o b b r customer data access consent system o k response has a 4xx status code

func (*GetOBBRCustomerDataAccessConsentSystemOK) IsCode

IsCode returns true when this get o b b r customer data access consent system o k response a status code equal to that given

func (*GetOBBRCustomerDataAccessConsentSystemOK) IsRedirect

IsRedirect returns true when this get o b b r customer data access consent system o k response has a 3xx status code

func (*GetOBBRCustomerDataAccessConsentSystemOK) IsServerError

IsServerError returns true when this get o b b r customer data access consent system o k response has a 5xx status code

func (*GetOBBRCustomerDataAccessConsentSystemOK) IsSuccess

IsSuccess returns true when this get o b b r customer data access consent system o k response has a 2xx status code

func (*GetOBBRCustomerDataAccessConsentSystemOK) String

type GetOBBRCustomerDataAccessConsentSystemParams

type GetOBBRCustomerDataAccessConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetOBBRCustomerDataAccessConsentSystemParams contains all the parameters to send to the API endpoint

for the get o b b r customer data access consent system operation.

Typically these are written to a http.Request.

func NewGetOBBRCustomerDataAccessConsentSystemParams

func NewGetOBBRCustomerDataAccessConsentSystemParams() *GetOBBRCustomerDataAccessConsentSystemParams

NewGetOBBRCustomerDataAccessConsentSystemParams creates a new GetOBBRCustomerDataAccessConsentSystemParams 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 NewGetOBBRCustomerDataAccessConsentSystemParamsWithContext

func NewGetOBBRCustomerDataAccessConsentSystemParamsWithContext(ctx context.Context) *GetOBBRCustomerDataAccessConsentSystemParams

NewGetOBBRCustomerDataAccessConsentSystemParamsWithContext creates a new GetOBBRCustomerDataAccessConsentSystemParams object with the ability to set a context for a request.

func NewGetOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient

func NewGetOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient(client *http.Client) *GetOBBRCustomerDataAccessConsentSystemParams

NewGetOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient creates a new GetOBBRCustomerDataAccessConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetOBBRCustomerDataAccessConsentSystemParamsWithTimeout

func NewGetOBBRCustomerDataAccessConsentSystemParamsWithTimeout(timeout time.Duration) *GetOBBRCustomerDataAccessConsentSystemParams

NewGetOBBRCustomerDataAccessConsentSystemParamsWithTimeout creates a new GetOBBRCustomerDataAccessConsentSystemParams object with the ability to set a timeout on a request.

func (*GetOBBRCustomerDataAccessConsentSystemParams) SetContext

SetContext adds the context to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get o b b r customer data access consent system params (not the query body).

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

func (*GetOBBRCustomerDataAccessConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) SetLogin

SetLogin adds the login to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) SetLoginState

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

SetLoginState adds the loginState to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) WithContext

WithContext adds the context to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get o b b r customer data access consent system params (not the query body).

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

func (*GetOBBRCustomerDataAccessConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) WithLogin

WithLogin adds the login to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get o b b r customer data access consent system params

func (*GetOBBRCustomerDataAccessConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOBBRCustomerDataAccessConsentSystemReader

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

GetOBBRCustomerDataAccessConsentSystemReader is a Reader for the GetOBBRCustomerDataAccessConsentSystem structure.

func (*GetOBBRCustomerDataAccessConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOBBRCustomerDataAccessConsentSystemTooManyRequests

type GetOBBRCustomerDataAccessConsentSystemTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetOBBRCustomerDataAccessConsentSystemTooManyRequests

func NewGetOBBRCustomerDataAccessConsentSystemTooManyRequests() *GetOBBRCustomerDataAccessConsentSystemTooManyRequests

NewGetOBBRCustomerDataAccessConsentSystemTooManyRequests creates a GetOBBRCustomerDataAccessConsentSystemTooManyRequests with default headers values

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) Code

Code gets the status code for the get o b b r customer data access consent system too many requests response

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) Error

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) GetPayload

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get o b b r customer data access consent system too many requests response has a 4xx status code

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) IsCode

IsCode returns true when this get o b b r customer data access consent system too many requests response a status code equal to that given

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get o b b r customer data access consent system too many requests response has a 3xx status code

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get o b b r customer data access consent system too many requests response has a 5xx status code

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get o b b r customer data access consent system too many requests response has a 2xx status code

func (*GetOBBRCustomerDataAccessConsentSystemTooManyRequests) String

type GetOBBRCustomerDataAccessConsentSystemUnauthorized

type GetOBBRCustomerDataAccessConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetOBBRCustomerDataAccessConsentSystemUnauthorized

func NewGetOBBRCustomerDataAccessConsentSystemUnauthorized() *GetOBBRCustomerDataAccessConsentSystemUnauthorized

NewGetOBBRCustomerDataAccessConsentSystemUnauthorized creates a GetOBBRCustomerDataAccessConsentSystemUnauthorized with default headers values

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) Code

Code gets the status code for the get o b b r customer data access consent system unauthorized response

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) Error

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) GetPayload

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get o b b r customer data access consent system unauthorized response has a 4xx status code

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) IsCode

IsCode returns true when this get o b b r customer data access consent system unauthorized response a status code equal to that given

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get o b b r customer data access consent system unauthorized response has a 3xx status code

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get o b b r customer data access consent system unauthorized response has a 5xx status code

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get o b b r customer data access consent system unauthorized response has a 2xx status code

func (*GetOBBRCustomerDataAccessConsentSystemUnauthorized) String

type GetOBBRCustomerPaymentConsentSystemForbidden

type GetOBBRCustomerPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetOBBRCustomerPaymentConsentSystemForbidden

func NewGetOBBRCustomerPaymentConsentSystemForbidden() *GetOBBRCustomerPaymentConsentSystemForbidden

NewGetOBBRCustomerPaymentConsentSystemForbidden creates a GetOBBRCustomerPaymentConsentSystemForbidden with default headers values

func (*GetOBBRCustomerPaymentConsentSystemForbidden) Code

Code gets the status code for the get o b b r customer payment consent system forbidden response

func (*GetOBBRCustomerPaymentConsentSystemForbidden) Error

func (*GetOBBRCustomerPaymentConsentSystemForbidden) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this get o b b r customer payment consent system forbidden response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemForbidden) IsCode

IsCode returns true when this get o b b r customer payment consent system forbidden response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system forbidden response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this get o b b r customer payment consent system forbidden response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system forbidden response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemForbidden) String

type GetOBBRCustomerPaymentConsentSystemNotFound

type GetOBBRCustomerPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetOBBRCustomerPaymentConsentSystemNotFound

func NewGetOBBRCustomerPaymentConsentSystemNotFound() *GetOBBRCustomerPaymentConsentSystemNotFound

NewGetOBBRCustomerPaymentConsentSystemNotFound creates a GetOBBRCustomerPaymentConsentSystemNotFound with default headers values

func (*GetOBBRCustomerPaymentConsentSystemNotFound) Code

Code gets the status code for the get o b b r customer payment consent system not found response

func (*GetOBBRCustomerPaymentConsentSystemNotFound) Error

func (*GetOBBRCustomerPaymentConsentSystemNotFound) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this get o b b r customer payment consent system not found response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemNotFound) IsCode

IsCode returns true when this get o b b r customer payment consent system not found response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system not found response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this get o b b r customer payment consent system not found response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system not found response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemNotFound) String

type GetOBBRCustomerPaymentConsentSystemOK

type GetOBBRCustomerPaymentConsentSystemOK struct {
	Payload *models.GetOBBRCustomerPaymentConsentResponse
}

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

GetOBBRCustomerPaymentConsentResponse

func NewGetOBBRCustomerPaymentConsentSystemOK

func NewGetOBBRCustomerPaymentConsentSystemOK() *GetOBBRCustomerPaymentConsentSystemOK

NewGetOBBRCustomerPaymentConsentSystemOK creates a GetOBBRCustomerPaymentConsentSystemOK with default headers values

func (*GetOBBRCustomerPaymentConsentSystemOK) Code

Code gets the status code for the get o b b r customer payment consent system o k response

func (*GetOBBRCustomerPaymentConsentSystemOK) Error

func (*GetOBBRCustomerPaymentConsentSystemOK) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemOK) IsClientError

func (o *GetOBBRCustomerPaymentConsentSystemOK) IsClientError() bool

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

func (*GetOBBRCustomerPaymentConsentSystemOK) IsCode

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

func (*GetOBBRCustomerPaymentConsentSystemOK) IsRedirect

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

func (*GetOBBRCustomerPaymentConsentSystemOK) IsServerError

func (o *GetOBBRCustomerPaymentConsentSystemOK) IsServerError() bool

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

func (*GetOBBRCustomerPaymentConsentSystemOK) IsSuccess

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

func (*GetOBBRCustomerPaymentConsentSystemOK) String

type GetOBBRCustomerPaymentConsentSystemParams

type GetOBBRCustomerPaymentConsentSystemParams struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetOBBRCustomerPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the get o b b r customer payment consent system operation.

Typically these are written to a http.Request.

func NewGetOBBRCustomerPaymentConsentSystemParams

func NewGetOBBRCustomerPaymentConsentSystemParams() *GetOBBRCustomerPaymentConsentSystemParams

NewGetOBBRCustomerPaymentConsentSystemParams creates a new GetOBBRCustomerPaymentConsentSystemParams 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 NewGetOBBRCustomerPaymentConsentSystemParamsWithContext

func NewGetOBBRCustomerPaymentConsentSystemParamsWithContext(ctx context.Context) *GetOBBRCustomerPaymentConsentSystemParams

NewGetOBBRCustomerPaymentConsentSystemParamsWithContext creates a new GetOBBRCustomerPaymentConsentSystemParams object with the ability to set a context for a request.

func NewGetOBBRCustomerPaymentConsentSystemParamsWithHTTPClient

func NewGetOBBRCustomerPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *GetOBBRCustomerPaymentConsentSystemParams

NewGetOBBRCustomerPaymentConsentSystemParamsWithHTTPClient creates a new GetOBBRCustomerPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetOBBRCustomerPaymentConsentSystemParamsWithTimeout

func NewGetOBBRCustomerPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *GetOBBRCustomerPaymentConsentSystemParams

NewGetOBBRCustomerPaymentConsentSystemParamsWithTimeout creates a new GetOBBRCustomerPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*GetOBBRCustomerPaymentConsentSystemParams) SetContext

SetContext adds the context to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the get o b b r customer payment consent system params (not the query body).

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

func (*GetOBBRCustomerPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) SetLoginState

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

SetLoginState adds the loginState to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) WithContext

WithContext adds the context to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the get o b b r customer payment consent system params (not the query body).

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

func (*GetOBBRCustomerPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) WithLoginState

WithLoginState adds the loginState to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the get o b b r customer payment consent system params

func (*GetOBBRCustomerPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOBBRCustomerPaymentConsentSystemReader

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

GetOBBRCustomerPaymentConsentSystemReader is a Reader for the GetOBBRCustomerPaymentConsentSystem structure.

func (*GetOBBRCustomerPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOBBRCustomerPaymentConsentSystemTooManyRequests

type GetOBBRCustomerPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetOBBRCustomerPaymentConsentSystemTooManyRequests

func NewGetOBBRCustomerPaymentConsentSystemTooManyRequests() *GetOBBRCustomerPaymentConsentSystemTooManyRequests

NewGetOBBRCustomerPaymentConsentSystemTooManyRequests creates a GetOBBRCustomerPaymentConsentSystemTooManyRequests with default headers values

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the get o b b r customer payment consent system too many requests response

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) Error

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this get o b b r customer payment consent system too many requests response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) IsCode

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

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system too many requests response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this get o b b r customer payment consent system too many requests response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system too many requests response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemTooManyRequests) String

type GetOBBRCustomerPaymentConsentSystemUnauthorized

type GetOBBRCustomerPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetOBBRCustomerPaymentConsentSystemUnauthorized

func NewGetOBBRCustomerPaymentConsentSystemUnauthorized() *GetOBBRCustomerPaymentConsentSystemUnauthorized

NewGetOBBRCustomerPaymentConsentSystemUnauthorized creates a GetOBBRCustomerPaymentConsentSystemUnauthorized with default headers values

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) Code

Code gets the status code for the get o b b r customer payment consent system unauthorized response

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) Error

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this get o b b r customer payment consent system unauthorized response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this get o b b r customer payment consent system unauthorized response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system unauthorized response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this get o b b r customer payment consent system unauthorized response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system unauthorized response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemUnauthorized) String

type GetOBBRCustomerPaymentConsentSystemV2Forbidden

type GetOBBRCustomerPaymentConsentSystemV2Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetOBBRCustomerPaymentConsentSystemV2Forbidden

func NewGetOBBRCustomerPaymentConsentSystemV2Forbidden() *GetOBBRCustomerPaymentConsentSystemV2Forbidden

NewGetOBBRCustomerPaymentConsentSystemV2Forbidden creates a GetOBBRCustomerPaymentConsentSystemV2Forbidden with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) Code

Code gets the status code for the get o b b r customer payment consent system v2 forbidden response

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) Error

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v2 forbidden response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) IsCode

IsCode returns true when this get o b b r customer payment consent system v2 forbidden response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v2 forbidden response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v2 forbidden response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v2 forbidden response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Forbidden) String

type GetOBBRCustomerPaymentConsentSystemV2NotFound

type GetOBBRCustomerPaymentConsentSystemV2NotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetOBBRCustomerPaymentConsentSystemV2NotFound

func NewGetOBBRCustomerPaymentConsentSystemV2NotFound() *GetOBBRCustomerPaymentConsentSystemV2NotFound

NewGetOBBRCustomerPaymentConsentSystemV2NotFound creates a GetOBBRCustomerPaymentConsentSystemV2NotFound with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) Code

Code gets the status code for the get o b b r customer payment consent system v2 not found response

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) Error

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v2 not found response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) IsCode

IsCode returns true when this get o b b r customer payment consent system v2 not found response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v2 not found response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v2 not found response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v2 not found response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2NotFound) String

type GetOBBRCustomerPaymentConsentSystemV2OK

type GetOBBRCustomerPaymentConsentSystemV2OK struct {
	Payload *models.GetOBBRCustomerPaymentConsentResponseV2
}

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

GetOBBRCustomerPaymentConsentResponseV2

func NewGetOBBRCustomerPaymentConsentSystemV2OK

func NewGetOBBRCustomerPaymentConsentSystemV2OK() *GetOBBRCustomerPaymentConsentSystemV2OK

NewGetOBBRCustomerPaymentConsentSystemV2OK creates a GetOBBRCustomerPaymentConsentSystemV2OK with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV2OK) Code

Code gets the status code for the get o b b r customer payment consent system v2 o k response

func (*GetOBBRCustomerPaymentConsentSystemV2OK) Error

func (*GetOBBRCustomerPaymentConsentSystemV2OK) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV2OK) IsClientError

func (o *GetOBBRCustomerPaymentConsentSystemV2OK) IsClientError() bool

IsClientError returns true when this get o b b r customer payment consent system v2 o k response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2OK) IsCode

IsCode returns true when this get o b b r customer payment consent system v2 o k response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV2OK) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v2 o k response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2OK) IsServerError

func (o *GetOBBRCustomerPaymentConsentSystemV2OK) IsServerError() bool

IsServerError returns true when this get o b b r customer payment consent system v2 o k response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2OK) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v2 o k response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2OK) String

type GetOBBRCustomerPaymentConsentSystemV2Params

type GetOBBRCustomerPaymentConsentSystemV2Params struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetOBBRCustomerPaymentConsentSystemV2Params contains all the parameters to send to the API endpoint

for the get o b b r customer payment consent system v2 operation.

Typically these are written to a http.Request.

func NewGetOBBRCustomerPaymentConsentSystemV2Params

func NewGetOBBRCustomerPaymentConsentSystemV2Params() *GetOBBRCustomerPaymentConsentSystemV2Params

NewGetOBBRCustomerPaymentConsentSystemV2Params creates a new GetOBBRCustomerPaymentConsentSystemV2Params 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 NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithContext

func NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithContext(ctx context.Context) *GetOBBRCustomerPaymentConsentSystemV2Params

NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithContext creates a new GetOBBRCustomerPaymentConsentSystemV2Params object with the ability to set a context for a request.

func NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithHTTPClient

func NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithHTTPClient(client *http.Client) *GetOBBRCustomerPaymentConsentSystemV2Params

NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithHTTPClient creates a new GetOBBRCustomerPaymentConsentSystemV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithTimeout

func NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithTimeout(timeout time.Duration) *GetOBBRCustomerPaymentConsentSystemV2Params

NewGetOBBRCustomerPaymentConsentSystemV2ParamsWithTimeout creates a new GetOBBRCustomerPaymentConsentSystemV2Params object with the ability to set a timeout on a request.

func (*GetOBBRCustomerPaymentConsentSystemV2Params) SetContext

SetContext adds the context to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) SetDefaults

SetDefaults hydrates default values in the get o b b r customer payment consent system v2 params (not the query body).

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

func (*GetOBBRCustomerPaymentConsentSystemV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) SetLogin

SetLogin adds the login to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) SetLoginState

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

SetLoginState adds the loginState to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) SetTimeout

SetTimeout adds the timeout to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WithContext

WithContext adds the context to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WithDefaults

WithDefaults hydrates default values in the get o b b r customer payment consent system v2 params (not the query body).

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

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WithLogin

WithLogin adds the login to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WithLoginState

WithLoginState adds the loginState to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WithTimeout

WithTimeout adds the timeout to the get o b b r customer payment consent system v2 params

func (*GetOBBRCustomerPaymentConsentSystemV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOBBRCustomerPaymentConsentSystemV2Reader

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

GetOBBRCustomerPaymentConsentSystemV2Reader is a Reader for the GetOBBRCustomerPaymentConsentSystemV2 structure.

func (*GetOBBRCustomerPaymentConsentSystemV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOBBRCustomerPaymentConsentSystemV2TooManyRequests

type GetOBBRCustomerPaymentConsentSystemV2TooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetOBBRCustomerPaymentConsentSystemV2TooManyRequests

func NewGetOBBRCustomerPaymentConsentSystemV2TooManyRequests() *GetOBBRCustomerPaymentConsentSystemV2TooManyRequests

NewGetOBBRCustomerPaymentConsentSystemV2TooManyRequests creates a GetOBBRCustomerPaymentConsentSystemV2TooManyRequests with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) Code

Code gets the status code for the get o b b r customer payment consent system v2 too many requests response

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) Error

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v2 too many requests response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) IsCode

IsCode returns true when this get o b b r customer payment consent system v2 too many requests response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v2 too many requests response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v2 too many requests response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v2 too many requests response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2TooManyRequests) String

type GetOBBRCustomerPaymentConsentSystemV2Unauthorized

type GetOBBRCustomerPaymentConsentSystemV2Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetOBBRCustomerPaymentConsentSystemV2Unauthorized

func NewGetOBBRCustomerPaymentConsentSystemV2Unauthorized() *GetOBBRCustomerPaymentConsentSystemV2Unauthorized

NewGetOBBRCustomerPaymentConsentSystemV2Unauthorized creates a GetOBBRCustomerPaymentConsentSystemV2Unauthorized with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) Code

Code gets the status code for the get o b b r customer payment consent system v2 unauthorized response

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) Error

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v2 unauthorized response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) IsCode

IsCode returns true when this get o b b r customer payment consent system v2 unauthorized response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v2 unauthorized response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v2 unauthorized response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v2 unauthorized response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV2Unauthorized) String

type GetOBBRCustomerPaymentConsentSystemV3Forbidden

type GetOBBRCustomerPaymentConsentSystemV3Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetOBBRCustomerPaymentConsentSystemV3Forbidden

func NewGetOBBRCustomerPaymentConsentSystemV3Forbidden() *GetOBBRCustomerPaymentConsentSystemV3Forbidden

NewGetOBBRCustomerPaymentConsentSystemV3Forbidden creates a GetOBBRCustomerPaymentConsentSystemV3Forbidden with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) Code

Code gets the status code for the get o b b r customer payment consent system v3 forbidden response

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) Error

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v3 forbidden response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) IsCode

IsCode returns true when this get o b b r customer payment consent system v3 forbidden response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v3 forbidden response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v3 forbidden response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v3 forbidden response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Forbidden) String

type GetOBBRCustomerPaymentConsentSystemV3NotFound

type GetOBBRCustomerPaymentConsentSystemV3NotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetOBBRCustomerPaymentConsentSystemV3NotFound

func NewGetOBBRCustomerPaymentConsentSystemV3NotFound() *GetOBBRCustomerPaymentConsentSystemV3NotFound

NewGetOBBRCustomerPaymentConsentSystemV3NotFound creates a GetOBBRCustomerPaymentConsentSystemV3NotFound with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) Code

Code gets the status code for the get o b b r customer payment consent system v3 not found response

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) Error

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v3 not found response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) IsCode

IsCode returns true when this get o b b r customer payment consent system v3 not found response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v3 not found response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v3 not found response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v3 not found response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3NotFound) String

type GetOBBRCustomerPaymentConsentSystemV3OK

type GetOBBRCustomerPaymentConsentSystemV3OK struct {
	Payload *models.GetOBBRCustomerPaymentConsentResponseV3
}

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

GetOBBRCustomerPaymentConsentResponseV3

func NewGetOBBRCustomerPaymentConsentSystemV3OK

func NewGetOBBRCustomerPaymentConsentSystemV3OK() *GetOBBRCustomerPaymentConsentSystemV3OK

NewGetOBBRCustomerPaymentConsentSystemV3OK creates a GetOBBRCustomerPaymentConsentSystemV3OK with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV3OK) Code

Code gets the status code for the get o b b r customer payment consent system v3 o k response

func (*GetOBBRCustomerPaymentConsentSystemV3OK) Error

func (*GetOBBRCustomerPaymentConsentSystemV3OK) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV3OK) IsClientError

func (o *GetOBBRCustomerPaymentConsentSystemV3OK) IsClientError() bool

IsClientError returns true when this get o b b r customer payment consent system v3 o k response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3OK) IsCode

IsCode returns true when this get o b b r customer payment consent system v3 o k response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV3OK) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v3 o k response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3OK) IsServerError

func (o *GetOBBRCustomerPaymentConsentSystemV3OK) IsServerError() bool

IsServerError returns true when this get o b b r customer payment consent system v3 o k response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3OK) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v3 o k response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3OK) String

type GetOBBRCustomerPaymentConsentSystemV3Params

type GetOBBRCustomerPaymentConsentSystemV3Params struct {

	// Login.
	Login string

	// LoginState.
	LoginState *string

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

GetOBBRCustomerPaymentConsentSystemV3Params contains all the parameters to send to the API endpoint

for the get o b b r customer payment consent system v3 operation.

Typically these are written to a http.Request.

func NewGetOBBRCustomerPaymentConsentSystemV3Params

func NewGetOBBRCustomerPaymentConsentSystemV3Params() *GetOBBRCustomerPaymentConsentSystemV3Params

NewGetOBBRCustomerPaymentConsentSystemV3Params creates a new GetOBBRCustomerPaymentConsentSystemV3Params 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 NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithContext

func NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithContext(ctx context.Context) *GetOBBRCustomerPaymentConsentSystemV3Params

NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithContext creates a new GetOBBRCustomerPaymentConsentSystemV3Params object with the ability to set a context for a request.

func NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithHTTPClient

func NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithHTTPClient(client *http.Client) *GetOBBRCustomerPaymentConsentSystemV3Params

NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithHTTPClient creates a new GetOBBRCustomerPaymentConsentSystemV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithTimeout

func NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithTimeout(timeout time.Duration) *GetOBBRCustomerPaymentConsentSystemV3Params

NewGetOBBRCustomerPaymentConsentSystemV3ParamsWithTimeout creates a new GetOBBRCustomerPaymentConsentSystemV3Params object with the ability to set a timeout on a request.

func (*GetOBBRCustomerPaymentConsentSystemV3Params) SetContext

SetContext adds the context to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) SetDefaults

SetDefaults hydrates default values in the get o b b r customer payment consent system v3 params (not the query body).

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

func (*GetOBBRCustomerPaymentConsentSystemV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) SetLogin

SetLogin adds the login to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) SetLoginState

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

SetLoginState adds the loginState to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) SetTimeout

SetTimeout adds the timeout to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WithContext

WithContext adds the context to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WithDefaults

WithDefaults hydrates default values in the get o b b r customer payment consent system v3 params (not the query body).

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

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WithLogin

WithLogin adds the login to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WithLoginState

WithLoginState adds the loginState to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WithTimeout

WithTimeout adds the timeout to the get o b b r customer payment consent system v3 params

func (*GetOBBRCustomerPaymentConsentSystemV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOBBRCustomerPaymentConsentSystemV3Reader

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

GetOBBRCustomerPaymentConsentSystemV3Reader is a Reader for the GetOBBRCustomerPaymentConsentSystemV3 structure.

func (*GetOBBRCustomerPaymentConsentSystemV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOBBRCustomerPaymentConsentSystemV3TooManyRequests

type GetOBBRCustomerPaymentConsentSystemV3TooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetOBBRCustomerPaymentConsentSystemV3TooManyRequests

func NewGetOBBRCustomerPaymentConsentSystemV3TooManyRequests() *GetOBBRCustomerPaymentConsentSystemV3TooManyRequests

NewGetOBBRCustomerPaymentConsentSystemV3TooManyRequests creates a GetOBBRCustomerPaymentConsentSystemV3TooManyRequests with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) Code

Code gets the status code for the get o b b r customer payment consent system v3 too many requests response

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) Error

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v3 too many requests response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) IsCode

IsCode returns true when this get o b b r customer payment consent system v3 too many requests response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v3 too many requests response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v3 too many requests response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v3 too many requests response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3TooManyRequests) String

type GetOBBRCustomerPaymentConsentSystemV3Unauthorized

type GetOBBRCustomerPaymentConsentSystemV3Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetOBBRCustomerPaymentConsentSystemV3Unauthorized

func NewGetOBBRCustomerPaymentConsentSystemV3Unauthorized() *GetOBBRCustomerPaymentConsentSystemV3Unauthorized

NewGetOBBRCustomerPaymentConsentSystemV3Unauthorized creates a GetOBBRCustomerPaymentConsentSystemV3Unauthorized with default headers values

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) Code

Code gets the status code for the get o b b r customer payment consent system v3 unauthorized response

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) Error

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) GetPayload

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) IsClientError

IsClientError returns true when this get o b b r customer payment consent system v3 unauthorized response has a 4xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) IsCode

IsCode returns true when this get o b b r customer payment consent system v3 unauthorized response a status code equal to that given

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) IsRedirect

IsRedirect returns true when this get o b b r customer payment consent system v3 unauthorized response has a 3xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) IsServerError

IsServerError returns true when this get o b b r customer payment consent system v3 unauthorized response has a 5xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) IsSuccess

IsSuccess returns true when this get o b b r customer payment consent system v3 unauthorized response has a 2xx status code

func (*GetOBBRCustomerPaymentConsentSystemV3Unauthorized) String

type RejectOBBRCustomerDataAccessConsentSystemForbidden

type RejectOBBRCustomerDataAccessConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewRejectOBBRCustomerDataAccessConsentSystemForbidden

func NewRejectOBBRCustomerDataAccessConsentSystemForbidden() *RejectOBBRCustomerDataAccessConsentSystemForbidden

NewRejectOBBRCustomerDataAccessConsentSystemForbidden creates a RejectOBBRCustomerDataAccessConsentSystemForbidden with default headers values

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) Code

Code gets the status code for the reject o b b r customer data access consent system forbidden response

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) Error

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) GetPayload

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) IsClientError

IsClientError returns true when this reject o b b r customer data access consent system forbidden response has a 4xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) IsCode

IsCode returns true when this reject o b b r customer data access consent system forbidden response a status code equal to that given

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject o b b r customer data access consent system forbidden response has a 3xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) IsServerError

IsServerError returns true when this reject o b b r customer data access consent system forbidden response has a 5xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject o b b r customer data access consent system forbidden response has a 2xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemForbidden) String

type RejectOBBRCustomerDataAccessConsentSystemNotFound

type RejectOBBRCustomerDataAccessConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRejectOBBRCustomerDataAccessConsentSystemNotFound

func NewRejectOBBRCustomerDataAccessConsentSystemNotFound() *RejectOBBRCustomerDataAccessConsentSystemNotFound

NewRejectOBBRCustomerDataAccessConsentSystemNotFound creates a RejectOBBRCustomerDataAccessConsentSystemNotFound with default headers values

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) Code

Code gets the status code for the reject o b b r customer data access consent system not found response

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) Error

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) GetPayload

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) IsClientError

IsClientError returns true when this reject o b b r customer data access consent system not found response has a 4xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) IsCode

IsCode returns true when this reject o b b r customer data access consent system not found response a status code equal to that given

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject o b b r customer data access consent system not found response has a 3xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) IsServerError

IsServerError returns true when this reject o b b r customer data access consent system not found response has a 5xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject o b b r customer data access consent system not found response has a 2xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemNotFound) String

type RejectOBBRCustomerDataAccessConsentSystemOK

type RejectOBBRCustomerDataAccessConsentSystemOK struct {
	Payload *models.ConsentRejected
}

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

Consent rejected

func NewRejectOBBRCustomerDataAccessConsentSystemOK

func NewRejectOBBRCustomerDataAccessConsentSystemOK() *RejectOBBRCustomerDataAccessConsentSystemOK

NewRejectOBBRCustomerDataAccessConsentSystemOK creates a RejectOBBRCustomerDataAccessConsentSystemOK with default headers values

func (*RejectOBBRCustomerDataAccessConsentSystemOK) Code

Code gets the status code for the reject o b b r customer data access consent system o k response

func (*RejectOBBRCustomerDataAccessConsentSystemOK) Error

func (*RejectOBBRCustomerDataAccessConsentSystemOK) GetPayload

func (*RejectOBBRCustomerDataAccessConsentSystemOK) IsClientError

IsClientError returns true when this reject o b b r customer data access consent system o k response has a 4xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemOK) IsCode

IsCode returns true when this reject o b b r customer data access consent system o k response a status code equal to that given

func (*RejectOBBRCustomerDataAccessConsentSystemOK) IsRedirect

IsRedirect returns true when this reject o b b r customer data access consent system o k response has a 3xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemOK) IsServerError

IsServerError returns true when this reject o b b r customer data access consent system o k response has a 5xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemOK) IsSuccess

IsSuccess returns true when this reject o b b r customer data access consent system o k response has a 2xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemOK) String

type RejectOBBRCustomerDataAccessConsentSystemParams

type RejectOBBRCustomerDataAccessConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectOBBRCustomerDataAccessConsentSystemParams contains all the parameters to send to the API endpoint

for the reject o b b r customer data access consent system operation.

Typically these are written to a http.Request.

func NewRejectOBBRCustomerDataAccessConsentSystemParams

func NewRejectOBBRCustomerDataAccessConsentSystemParams() *RejectOBBRCustomerDataAccessConsentSystemParams

NewRejectOBBRCustomerDataAccessConsentSystemParams creates a new RejectOBBRCustomerDataAccessConsentSystemParams 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 NewRejectOBBRCustomerDataAccessConsentSystemParamsWithContext

func NewRejectOBBRCustomerDataAccessConsentSystemParamsWithContext(ctx context.Context) *RejectOBBRCustomerDataAccessConsentSystemParams

NewRejectOBBRCustomerDataAccessConsentSystemParamsWithContext creates a new RejectOBBRCustomerDataAccessConsentSystemParams object with the ability to set a context for a request.

func NewRejectOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient

func NewRejectOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient(client *http.Client) *RejectOBBRCustomerDataAccessConsentSystemParams

NewRejectOBBRCustomerDataAccessConsentSystemParamsWithHTTPClient creates a new RejectOBBRCustomerDataAccessConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectOBBRCustomerDataAccessConsentSystemParamsWithTimeout

func NewRejectOBBRCustomerDataAccessConsentSystemParamsWithTimeout(timeout time.Duration) *RejectOBBRCustomerDataAccessConsentSystemParams

NewRejectOBBRCustomerDataAccessConsentSystemParamsWithTimeout creates a new RejectOBBRCustomerDataAccessConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectOBBRCustomerDataAccessConsentSystemParams) SetContext

SetContext adds the context to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject o b b r customer data access consent system params (not the query body).

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

func (*RejectOBBRCustomerDataAccessConsentSystemParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) SetLogin

SetLogin adds the login to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) SetRejectConsent

SetRejectConsent adds the rejectConsent to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WithContext

WithContext adds the context to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject o b b r customer data access consent system params (not the query body).

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

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WithLogin

WithLogin adds the login to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject o b b r customer data access consent system params

func (*RejectOBBRCustomerDataAccessConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectOBBRCustomerDataAccessConsentSystemReader

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

RejectOBBRCustomerDataAccessConsentSystemReader is a Reader for the RejectOBBRCustomerDataAccessConsentSystem structure.

func (*RejectOBBRCustomerDataAccessConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectOBBRCustomerDataAccessConsentSystemTooManyRequests

type RejectOBBRCustomerDataAccessConsentSystemTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewRejectOBBRCustomerDataAccessConsentSystemTooManyRequests

func NewRejectOBBRCustomerDataAccessConsentSystemTooManyRequests() *RejectOBBRCustomerDataAccessConsentSystemTooManyRequests

NewRejectOBBRCustomerDataAccessConsentSystemTooManyRequests creates a RejectOBBRCustomerDataAccessConsentSystemTooManyRequests with default headers values

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) Code

Code gets the status code for the reject o b b r customer data access consent system too many requests response

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) Error

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) GetPayload

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject o b b r customer data access consent system too many requests response has a 4xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject o b b r customer data access consent system too many requests response a status code equal to that given

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject o b b r customer data access consent system too many requests response has a 3xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject o b b r customer data access consent system too many requests response has a 5xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject o b b r customer data access consent system too many requests response has a 2xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemTooManyRequests) String

type RejectOBBRCustomerDataAccessConsentSystemUnauthorized

type RejectOBBRCustomerDataAccessConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewRejectOBBRCustomerDataAccessConsentSystemUnauthorized

func NewRejectOBBRCustomerDataAccessConsentSystemUnauthorized() *RejectOBBRCustomerDataAccessConsentSystemUnauthorized

NewRejectOBBRCustomerDataAccessConsentSystemUnauthorized creates a RejectOBBRCustomerDataAccessConsentSystemUnauthorized with default headers values

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) Code

Code gets the status code for the reject o b b r customer data access consent system unauthorized response

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) Error

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) GetPayload

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject o b b r customer data access consent system unauthorized response has a 4xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) IsCode

IsCode returns true when this reject o b b r customer data access consent system unauthorized response a status code equal to that given

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject o b b r customer data access consent system unauthorized response has a 3xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject o b b r customer data access consent system unauthorized response has a 5xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject o b b r customer data access consent system unauthorized response has a 2xx status code

func (*RejectOBBRCustomerDataAccessConsentSystemUnauthorized) String

type RejectOBBRCustomerPaymentConsentSystemForbidden

type RejectOBBRCustomerPaymentConsentSystemForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewRejectOBBRCustomerPaymentConsentSystemForbidden

func NewRejectOBBRCustomerPaymentConsentSystemForbidden() *RejectOBBRCustomerPaymentConsentSystemForbidden

NewRejectOBBRCustomerPaymentConsentSystemForbidden creates a RejectOBBRCustomerPaymentConsentSystemForbidden with default headers values

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) Code

Code gets the status code for the reject o b b r customer payment consent system forbidden response

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) Error

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) GetPayload

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) IsClientError

IsClientError returns true when this reject o b b r customer payment consent system forbidden response has a 4xx status code

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) IsCode

IsCode returns true when this reject o b b r customer payment consent system forbidden response a status code equal to that given

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) IsRedirect

IsRedirect returns true when this reject o b b r customer payment consent system forbidden response has a 3xx status code

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) IsServerError

IsServerError returns true when this reject o b b r customer payment consent system forbidden response has a 5xx status code

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) IsSuccess

IsSuccess returns true when this reject o b b r customer payment consent system forbidden response has a 2xx status code

func (*RejectOBBRCustomerPaymentConsentSystemForbidden) String

type RejectOBBRCustomerPaymentConsentSystemNotFound

type RejectOBBRCustomerPaymentConsentSystemNotFound struct {
	Payload *models.Error
}

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

Not found

func NewRejectOBBRCustomerPaymentConsentSystemNotFound

func NewRejectOBBRCustomerPaymentConsentSystemNotFound() *RejectOBBRCustomerPaymentConsentSystemNotFound

NewRejectOBBRCustomerPaymentConsentSystemNotFound creates a RejectOBBRCustomerPaymentConsentSystemNotFound with default headers values

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) Code

Code gets the status code for the reject o b b r customer payment consent system not found response

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) Error

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) GetPayload

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) IsClientError

IsClientError returns true when this reject o b b r customer payment consent system not found response has a 4xx status code

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) IsCode

IsCode returns true when this reject o b b r customer payment consent system not found response a status code equal to that given

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) IsRedirect

IsRedirect returns true when this reject o b b r customer payment consent system not found response has a 3xx status code

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) IsServerError

IsServerError returns true when this reject o b b r customer payment consent system not found response has a 5xx status code

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) IsSuccess

IsSuccess returns true when this reject o b b r customer payment consent system not found response has a 2xx status code

func (*RejectOBBRCustomerPaymentConsentSystemNotFound) String

type RejectOBBRCustomerPaymentConsentSystemOK

type RejectOBBRCustomerPaymentConsentSystemOK struct {
	Payload *models.ConsentRejected
}

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

Consent rejected

func NewRejectOBBRCustomerPaymentConsentSystemOK

func NewRejectOBBRCustomerPaymentConsentSystemOK() *RejectOBBRCustomerPaymentConsentSystemOK

NewRejectOBBRCustomerPaymentConsentSystemOK creates a RejectOBBRCustomerPaymentConsentSystemOK with default headers values

func (*RejectOBBRCustomerPaymentConsentSystemOK) Code

Code gets the status code for the reject o b b r customer payment consent system o k response

func (*RejectOBBRCustomerPaymentConsentSystemOK) Error

func (*RejectOBBRCustomerPaymentConsentSystemOK) GetPayload

func (*RejectOBBRCustomerPaymentConsentSystemOK) IsClientError

IsClientError returns true when this reject o b b r customer payment consent system o k response has a 4xx status code

func (*RejectOBBRCustomerPaymentConsentSystemOK) IsCode

IsCode returns true when this reject o b b r customer payment consent system o k response a status code equal to that given

func (*RejectOBBRCustomerPaymentConsentSystemOK) IsRedirect

IsRedirect returns true when this reject o b b r customer payment consent system o k response has a 3xx status code

func (*RejectOBBRCustomerPaymentConsentSystemOK) IsServerError

IsServerError returns true when this reject o b b r customer payment consent system o k response has a 5xx status code

func (*RejectOBBRCustomerPaymentConsentSystemOK) IsSuccess

IsSuccess returns true when this reject o b b r customer payment consent system o k response has a 2xx status code

func (*RejectOBBRCustomerPaymentConsentSystemOK) String

type RejectOBBRCustomerPaymentConsentSystemParams

type RejectOBBRCustomerPaymentConsentSystemParams struct {

	// RejectConsent.
	RejectConsent *models.RejectConsentRequest

	// Login.
	Login string

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

RejectOBBRCustomerPaymentConsentSystemParams contains all the parameters to send to the API endpoint

for the reject o b b r customer payment consent system operation.

Typically these are written to a http.Request.

func NewRejectOBBRCustomerPaymentConsentSystemParams

func NewRejectOBBRCustomerPaymentConsentSystemParams() *RejectOBBRCustomerPaymentConsentSystemParams

NewRejectOBBRCustomerPaymentConsentSystemParams creates a new RejectOBBRCustomerPaymentConsentSystemParams 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 NewRejectOBBRCustomerPaymentConsentSystemParamsWithContext

func NewRejectOBBRCustomerPaymentConsentSystemParamsWithContext(ctx context.Context) *RejectOBBRCustomerPaymentConsentSystemParams

NewRejectOBBRCustomerPaymentConsentSystemParamsWithContext creates a new RejectOBBRCustomerPaymentConsentSystemParams object with the ability to set a context for a request.

func NewRejectOBBRCustomerPaymentConsentSystemParamsWithHTTPClient

func NewRejectOBBRCustomerPaymentConsentSystemParamsWithHTTPClient(client *http.Client) *RejectOBBRCustomerPaymentConsentSystemParams

NewRejectOBBRCustomerPaymentConsentSystemParamsWithHTTPClient creates a new RejectOBBRCustomerPaymentConsentSystemParams object with the ability to set a custom HTTPClient for a request.

func NewRejectOBBRCustomerPaymentConsentSystemParamsWithTimeout

func NewRejectOBBRCustomerPaymentConsentSystemParamsWithTimeout(timeout time.Duration) *RejectOBBRCustomerPaymentConsentSystemParams

NewRejectOBBRCustomerPaymentConsentSystemParamsWithTimeout creates a new RejectOBBRCustomerPaymentConsentSystemParams object with the ability to set a timeout on a request.

func (*RejectOBBRCustomerPaymentConsentSystemParams) SetContext

SetContext adds the context to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) SetDefaults

SetDefaults hydrates default values in the reject o b b r customer payment consent system params (not the query body).

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

func (*RejectOBBRCustomerPaymentConsentSystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) SetLogin

SetLogin adds the login to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) SetRejectConsent

func (o *RejectOBBRCustomerPaymentConsentSystemParams) SetRejectConsent(rejectConsent *models.RejectConsentRequest)

SetRejectConsent adds the rejectConsent to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) SetTimeout

SetTimeout adds the timeout to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) WithContext

WithContext adds the context to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) WithDefaults

WithDefaults hydrates default values in the reject o b b r customer payment consent system params (not the query body).

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

func (*RejectOBBRCustomerPaymentConsentSystemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) WithLogin

WithLogin adds the login to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) WithRejectConsent

WithRejectConsent adds the rejectConsent to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) WithTimeout

WithTimeout adds the timeout to the reject o b b r customer payment consent system params

func (*RejectOBBRCustomerPaymentConsentSystemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectOBBRCustomerPaymentConsentSystemReader

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

RejectOBBRCustomerPaymentConsentSystemReader is a Reader for the RejectOBBRCustomerPaymentConsentSystem structure.

func (*RejectOBBRCustomerPaymentConsentSystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectOBBRCustomerPaymentConsentSystemTooManyRequests

type RejectOBBRCustomerPaymentConsentSystemTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewRejectOBBRCustomerPaymentConsentSystemTooManyRequests

func NewRejectOBBRCustomerPaymentConsentSystemTooManyRequests() *RejectOBBRCustomerPaymentConsentSystemTooManyRequests

NewRejectOBBRCustomerPaymentConsentSystemTooManyRequests creates a RejectOBBRCustomerPaymentConsentSystemTooManyRequests with default headers values

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) Code

Code gets the status code for the reject o b b r customer payment consent system too many requests response

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) Error

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) GetPayload

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) IsClientError

IsClientError returns true when this reject o b b r customer payment consent system too many requests response has a 4xx status code

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) IsCode

IsCode returns true when this reject o b b r customer payment consent system too many requests response a status code equal to that given

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) IsRedirect

IsRedirect returns true when this reject o b b r customer payment consent system too many requests response has a 3xx status code

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) IsServerError

IsServerError returns true when this reject o b b r customer payment consent system too many requests response has a 5xx status code

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) IsSuccess

IsSuccess returns true when this reject o b b r customer payment consent system too many requests response has a 2xx status code

func (*RejectOBBRCustomerPaymentConsentSystemTooManyRequests) String

type RejectOBBRCustomerPaymentConsentSystemUnauthorized

type RejectOBBRCustomerPaymentConsentSystemUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewRejectOBBRCustomerPaymentConsentSystemUnauthorized

func NewRejectOBBRCustomerPaymentConsentSystemUnauthorized() *RejectOBBRCustomerPaymentConsentSystemUnauthorized

NewRejectOBBRCustomerPaymentConsentSystemUnauthorized creates a RejectOBBRCustomerPaymentConsentSystemUnauthorized with default headers values

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) Code

Code gets the status code for the reject o b b r customer payment consent system unauthorized response

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) Error

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) GetPayload

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) IsClientError

IsClientError returns true when this reject o b b r customer payment consent system unauthorized response has a 4xx status code

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) IsCode

IsCode returns true when this reject o b b r customer payment consent system unauthorized response a status code equal to that given

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) IsRedirect

IsRedirect returns true when this reject o b b r customer payment consent system unauthorized response has a 3xx status code

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) IsServerError

IsServerError returns true when this reject o b b r customer payment consent system unauthorized response has a 5xx status code

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) IsSuccess

IsSuccess returns true when this reject o b b r customer payment consent system unauthorized response has a 2xx status code

func (*RejectOBBRCustomerPaymentConsentSystemUnauthorized) String

Jump to

Keyboard shortcuts

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