o_b_b_r

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: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for o b b r API

func (*Client) CreateDataAccessConsent

func (a *Client) CreateDataAccessConsent(params *CreateDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentCreated, error)
CreateDataAccessConsent creates data access consent v1

This API allows an Account Information Service Provider (AISP) to create a consent to access the registration data

of a Payment Service User (PSU), along with information about transactions in PSU's accounts, credit cards, and contracted credit products.

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) CreateDataAccessConsentDeprecated

CreateDataAccessConsentDeprecated creates data access consent v1

This API allows an Account Information Service Provider (AISP) to create a consent to access the registration data

of a Payment Service User (PSU), along with information about transactions in PSU's accounts, credit cards, and contracted credit products.

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) CreateDataAccessConsentExtension

func (a *Client) CreateDataAccessConsentExtension(params *CreateDataAccessConsentExtensionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentExtensionOK, error)
CreateDataAccessConsentExtension extends a data access v2 consent

Extend the expiration time on an already authorised data access v2 consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) CreateDataAccessConsentV2

func (a *Client) CreateDataAccessConsentV2(params *CreateDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentV2Created, error)
CreateDataAccessConsentV2 creates data access consent v2

This API allows an Account Information Service Provider (AISP) to create a consent to access the registration data

of a Payment Service User (PSU), along with information about transactions in PSU's accounts, credit cards, and contracted credit products.

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) CreatePaymentConsent

func (a *Client) CreatePaymentConsent(params *CreatePaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentCreated, error)
CreatePaymentConsent creates payment consent v1

This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between

banks and financial institutions on behalf of a Payment Service User (PSU).

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) CreatePaymentConsentDeprecated

CreatePaymentConsentDeprecated creates payment consent v1

This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between

banks and financial institutions on behalf of a Payment Service User (PSU).

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) CreatePaymentConsentV2

func (a *Client) CreatePaymentConsentV2(params *CreatePaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV2Created, error)
CreatePaymentConsentV2 creates payment consent v2

This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between

banks and financial institutions on behalf of a Payment Service User (PSU).

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) CreatePaymentConsentV3

func (a *Client) CreatePaymentConsentV3(params *CreatePaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV3Created, error)
CreatePaymentConsentV3 creates payment consent v3

This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between

banks and financial institutions on behalf of a Payment Service User (PSU).

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

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) DeleteDataAccessConsent

func (a *Client) DeleteDataAccessConsent(params *DeleteDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentNoContent, error)
DeleteDataAccessConsent deletes data access consent v1

Delete a previously created data access consent. Pass the required consent identifier in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) DeleteDataAccessConsentDeprecated

DeleteDataAccessConsentDeprecated deletes data access consent v1

Delete a previously created data access consent. Pass the required consent identifier in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) DeleteDataAccessConsentV2

DeleteDataAccessConsentV2 deletes data access consent v2

Delete a previously created data access consent. Pass the required consent identifier in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetDataAccessConsent

func (a *Client) GetDataAccessConsent(params *GetDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentOK, error)
GetDataAccessConsent gets data access consent v1

Retrieve the information about a previously created data access consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetDataAccessConsentDeprecated

func (a *Client) GetDataAccessConsentDeprecated(params *GetDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentDeprecatedOK, error)
GetDataAccessConsentDeprecated gets data access consent v1

Retrieve the information about a previously created data access consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetDataAccessConsentExtensions

func (a *Client) GetDataAccessConsentExtensions(params *GetDataAccessConsentExtensionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentExtensionsOK, error)
GetDataAccessConsentExtensions gets data access consent extensions

Retrieve the details of consent extension. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetDataAccessConsentV2

func (a *Client) GetDataAccessConsentV2(params *GetDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentV2OK, error)
GetDataAccessConsentV2 gets data access consent v2

Retrieve the information about a previously created data access consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetPaymentConsent

func (a *Client) GetPaymentConsent(params *GetPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentOK, error)
GetPaymentConsent gets payment consent v1

Retrieve the information about a previously created payment consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetPaymentConsentDeprecated

func (a *Client) GetPaymentConsentDeprecated(params *GetPaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentDeprecatedOK, error)
GetPaymentConsentDeprecated gets payment consent v1

Retrieve the information about a previously created payment consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetPaymentConsentV2

func (a *Client) GetPaymentConsentV2(params *GetPaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV2OK, error)
GetPaymentConsentV2 gets payment consent v2

Retrieve the information about a previously created payment consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) GetPaymentConsentV3

func (a *Client) GetPaymentConsentV3(params *GetPaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV3OK, error)
GetPaymentConsentV3 gets payment consent v3

Retrieve the information about a previously created payment consent. Pass the required consent identifier

in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

func (*Client) ObbrDataAccessConsentIntrospect

func (a *Client) ObbrDataAccessConsentIntrospect(params *ObbrDataAccessConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentIntrospectOK, error)
ObbrDataAccessConsentIntrospect introspects open banking brazil data access consent v1

This endpoint accepts an OAuth 2.0 token and returns meta information surrounding the token along with the

data access consent and the associated account identifiers.

Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) ObbrDataAccessConsentV2Introspect

func (a *Client) ObbrDataAccessConsentV2Introspect(params *ObbrDataAccessConsentV2IntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentV2IntrospectOK, error)
ObbrDataAccessConsentV2Introspect introspects open banking brazil data access consent v2

This endpoint accepts an OAuth 2.0 token bound to v2 data access consents and returns meta information surrounding the token

along with the data access consent and the associated account identifiers. It's also backwards compatible with v1 data access consent tokens.

Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) ObbrPaymentConsentIntrospect

func (a *Client) ObbrPaymentConsentIntrospect(params *ObbrPaymentConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectOK, error)
ObbrPaymentConsentIntrospect introspects open banking brazil payment consent v1

This endpoint accepts an Oauth 2.0 token and returns meta information surrounding the token along with the

payment consent and the associated account identifiers.

Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) ObbrPaymentConsentIntrospectV2

func (a *Client) ObbrPaymentConsentIntrospectV2(params *ObbrPaymentConsentIntrospectV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV2OK, error)
ObbrPaymentConsentIntrospectV2 introspects open banking brazil payment consent v2

This endpoint accepts an OAuth 2.0 token bound to v2 payment consents and returns meta information surrounding the

token along with the payment consent and the associated account identifiers. It's also backwards compatible with v1 payment consent tokens.

Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) ObbrPaymentConsentIntrospectV3

func (a *Client) ObbrPaymentConsentIntrospectV3(params *ObbrPaymentConsentIntrospectV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV3OK, error)
ObbrPaymentConsentIntrospectV3 introspects open banking brazil payment consent v3

This endpoint accepts an OAuth 2.0 token bound to v3 payment consents and returns meta information surrounding the

token along with the payment consent and the associated account identifiers. It's also backwards compatible with v1 and v2 payment consent tokens.

Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.

Find the scopes list in the AUTHORIZATIONS block.

func (*Client) PatchPaymentConsent

func (a *Client) PatchPaymentConsent(params *PatchPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchPaymentConsentOK, error)
PatchPaymentConsent revokes payment consent

Revoke a previously granted payment consent. Pass the required consent identifier in the path.

This endpoint is used by a Payment Initiation Service Provider (PISP).

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

Find the scope list in the AUTHORIZATIONS block.

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 {
	CreateDataAccessConsent(params *CreateDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentCreated, error)

	CreateDataAccessConsentDeprecated(params *CreateDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentDeprecatedCreated, error)

	CreateDataAccessConsentExtension(params *CreateDataAccessConsentExtensionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentExtensionOK, error)

	CreateDataAccessConsentV2(params *CreateDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentV2Created, error)

	CreatePaymentConsent(params *CreatePaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentCreated, error)

	CreatePaymentConsentDeprecated(params *CreatePaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentDeprecatedCreated, error)

	CreatePaymentConsentV2(params *CreatePaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV2Created, error)

	CreatePaymentConsentV3(params *CreatePaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV3Created, error)

	DeleteDataAccessConsent(params *DeleteDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentNoContent, error)

	DeleteDataAccessConsentDeprecated(params *DeleteDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentDeprecatedNoContent, error)

	DeleteDataAccessConsentV2(params *DeleteDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentV2NoContent, error)

	GetDataAccessConsent(params *GetDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentOK, error)

	GetDataAccessConsentDeprecated(params *GetDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentDeprecatedOK, error)

	GetDataAccessConsentExtensions(params *GetDataAccessConsentExtensionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentExtensionsOK, error)

	GetDataAccessConsentV2(params *GetDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentV2OK, error)

	GetPaymentConsent(params *GetPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentOK, error)

	GetPaymentConsentDeprecated(params *GetPaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentDeprecatedOK, error)

	GetPaymentConsentV2(params *GetPaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV2OK, error)

	GetPaymentConsentV3(params *GetPaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV3OK, error)

	PatchPaymentConsent(params *PatchPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchPaymentConsentOK, error)

	ObbrDataAccessConsentIntrospect(params *ObbrDataAccessConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentIntrospectOK, error)

	ObbrDataAccessConsentV2Introspect(params *ObbrDataAccessConsentV2IntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentV2IntrospectOK, error)

	ObbrPaymentConsentIntrospect(params *ObbrPaymentConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectOK, error)

	ObbrPaymentConsentIntrospectV2(params *ObbrPaymentConsentIntrospectV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV2OK, error)

	ObbrPaymentConsentIntrospectV3(params *ObbrPaymentConsentIntrospectV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV3OK, 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 o b b r API client.

type CreateDataAccessConsentBadRequest

type CreateDataAccessConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewCreateDataAccessConsentBadRequest

func NewCreateDataAccessConsentBadRequest() *CreateDataAccessConsentBadRequest

NewCreateDataAccessConsentBadRequest creates a CreateDataAccessConsentBadRequest with default headers values

func (*CreateDataAccessConsentBadRequest) Code

Code gets the status code for the create data access consent bad request response

func (*CreateDataAccessConsentBadRequest) Error

func (*CreateDataAccessConsentBadRequest) GetPayload

func (*CreateDataAccessConsentBadRequest) IsClientError

func (o *CreateDataAccessConsentBadRequest) IsClientError() bool

IsClientError returns true when this create data access consent bad request response has a 4xx status code

func (*CreateDataAccessConsentBadRequest) IsCode

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

IsCode returns true when this create data access consent bad request response a status code equal to that given

func (*CreateDataAccessConsentBadRequest) IsRedirect

func (o *CreateDataAccessConsentBadRequest) IsRedirect() bool

IsRedirect returns true when this create data access consent bad request response has a 3xx status code

func (*CreateDataAccessConsentBadRequest) IsServerError

func (o *CreateDataAccessConsentBadRequest) IsServerError() bool

IsServerError returns true when this create data access consent bad request response has a 5xx status code

func (*CreateDataAccessConsentBadRequest) IsSuccess

func (o *CreateDataAccessConsentBadRequest) IsSuccess() bool

IsSuccess returns true when this create data access consent bad request response has a 2xx status code

func (*CreateDataAccessConsentBadRequest) String

type CreateDataAccessConsentCreated

type CreateDataAccessConsentCreated struct {
	Payload *models.BrazilCustomerDataAccessConsentResponse
}

CreateDataAccessConsentCreated describes a response with status code 201, with default header values.

Customer data access consent

func NewCreateDataAccessConsentCreated

func NewCreateDataAccessConsentCreated() *CreateDataAccessConsentCreated

NewCreateDataAccessConsentCreated creates a CreateDataAccessConsentCreated with default headers values

func (*CreateDataAccessConsentCreated) Code

Code gets the status code for the create data access consent created response

func (*CreateDataAccessConsentCreated) Error

func (*CreateDataAccessConsentCreated) GetPayload

func (*CreateDataAccessConsentCreated) IsClientError

func (o *CreateDataAccessConsentCreated) IsClientError() bool

IsClientError returns true when this create data access consent created response has a 4xx status code

func (*CreateDataAccessConsentCreated) IsCode

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

IsCode returns true when this create data access consent created response a status code equal to that given

func (*CreateDataAccessConsentCreated) IsRedirect

func (o *CreateDataAccessConsentCreated) IsRedirect() bool

IsRedirect returns true when this create data access consent created response has a 3xx status code

func (*CreateDataAccessConsentCreated) IsServerError

func (o *CreateDataAccessConsentCreated) IsServerError() bool

IsServerError returns true when this create data access consent created response has a 5xx status code

func (*CreateDataAccessConsentCreated) IsSuccess

func (o *CreateDataAccessConsentCreated) IsSuccess() bool

IsSuccess returns true when this create data access consent created response has a 2xx status code

func (*CreateDataAccessConsentCreated) String

type CreateDataAccessConsentDeprecatedBadRequest

type CreateDataAccessConsentDeprecatedBadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentDeprecatedBadRequest describes a response with status code 400, with default header values.

Error

func NewCreateDataAccessConsentDeprecatedBadRequest

func NewCreateDataAccessConsentDeprecatedBadRequest() *CreateDataAccessConsentDeprecatedBadRequest

NewCreateDataAccessConsentDeprecatedBadRequest creates a CreateDataAccessConsentDeprecatedBadRequest with default headers values

func (*CreateDataAccessConsentDeprecatedBadRequest) Code

Code gets the status code for the create data access consent deprecated bad request response

func (*CreateDataAccessConsentDeprecatedBadRequest) Error

func (*CreateDataAccessConsentDeprecatedBadRequest) GetPayload

func (*CreateDataAccessConsentDeprecatedBadRequest) IsClientError

IsClientError returns true when this create data access consent deprecated bad request response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedBadRequest) IsCode

IsCode returns true when this create data access consent deprecated bad request response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this create data access consent deprecated bad request response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedBadRequest) IsServerError

IsServerError returns true when this create data access consent deprecated bad request response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this create data access consent deprecated bad request response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedBadRequest) String

type CreateDataAccessConsentDeprecatedCreated

type CreateDataAccessConsentDeprecatedCreated struct {
	Payload *models.BrazilCustomerDataAccessConsentResponse
}

CreateDataAccessConsentDeprecatedCreated describes a response with status code 201, with default header values.

Customer data access consent

func NewCreateDataAccessConsentDeprecatedCreated

func NewCreateDataAccessConsentDeprecatedCreated() *CreateDataAccessConsentDeprecatedCreated

NewCreateDataAccessConsentDeprecatedCreated creates a CreateDataAccessConsentDeprecatedCreated with default headers values

func (*CreateDataAccessConsentDeprecatedCreated) Code

Code gets the status code for the create data access consent deprecated created response

func (*CreateDataAccessConsentDeprecatedCreated) Error

func (*CreateDataAccessConsentDeprecatedCreated) GetPayload

func (*CreateDataAccessConsentDeprecatedCreated) IsClientError

IsClientError returns true when this create data access consent deprecated created response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedCreated) IsCode

IsCode returns true when this create data access consent deprecated created response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedCreated) IsRedirect

IsRedirect returns true when this create data access consent deprecated created response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedCreated) IsServerError

IsServerError returns true when this create data access consent deprecated created response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedCreated) IsSuccess

IsSuccess returns true when this create data access consent deprecated created response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedCreated) String

type CreateDataAccessConsentDeprecatedForbidden

type CreateDataAccessConsentDeprecatedForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentDeprecatedForbidden

func NewCreateDataAccessConsentDeprecatedForbidden() *CreateDataAccessConsentDeprecatedForbidden

NewCreateDataAccessConsentDeprecatedForbidden creates a CreateDataAccessConsentDeprecatedForbidden with default headers values

func (*CreateDataAccessConsentDeprecatedForbidden) Code

Code gets the status code for the create data access consent deprecated forbidden response

func (*CreateDataAccessConsentDeprecatedForbidden) Error

func (*CreateDataAccessConsentDeprecatedForbidden) GetPayload

func (*CreateDataAccessConsentDeprecatedForbidden) IsClientError

IsClientError returns true when this create data access consent deprecated forbidden response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedForbidden) IsCode

IsCode returns true when this create data access consent deprecated forbidden response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedForbidden) IsRedirect

IsRedirect returns true when this create data access consent deprecated forbidden response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedForbidden) IsServerError

IsServerError returns true when this create data access consent deprecated forbidden response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedForbidden) IsSuccess

IsSuccess returns true when this create data access consent deprecated forbidden response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedForbidden) String

type CreateDataAccessConsentDeprecatedInternalServerError

type CreateDataAccessConsentDeprecatedInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.

Error

func NewCreateDataAccessConsentDeprecatedInternalServerError

func NewCreateDataAccessConsentDeprecatedInternalServerError() *CreateDataAccessConsentDeprecatedInternalServerError

NewCreateDataAccessConsentDeprecatedInternalServerError creates a CreateDataAccessConsentDeprecatedInternalServerError with default headers values

func (*CreateDataAccessConsentDeprecatedInternalServerError) Code

Code gets the status code for the create data access consent deprecated internal server error response

func (*CreateDataAccessConsentDeprecatedInternalServerError) Error

func (*CreateDataAccessConsentDeprecatedInternalServerError) GetPayload

func (*CreateDataAccessConsentDeprecatedInternalServerError) IsClientError

IsClientError returns true when this create data access consent deprecated internal server error response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedInternalServerError) IsCode

IsCode returns true when this create data access consent deprecated internal server error response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this create data access consent deprecated internal server error response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedInternalServerError) IsServerError

IsServerError returns true when this create data access consent deprecated internal server error response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this create data access consent deprecated internal server error response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedInternalServerError) String

type CreateDataAccessConsentDeprecatedMethodNotAllowed

type CreateDataAccessConsentDeprecatedMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreateDataAccessConsentDeprecatedMethodNotAllowed

func NewCreateDataAccessConsentDeprecatedMethodNotAllowed() *CreateDataAccessConsentDeprecatedMethodNotAllowed

NewCreateDataAccessConsentDeprecatedMethodNotAllowed creates a CreateDataAccessConsentDeprecatedMethodNotAllowed with default headers values

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) Code

Code gets the status code for the create data access consent deprecated method not allowed response

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) Error

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) GetPayload

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsClientError

IsClientError returns true when this create data access consent deprecated method not allowed response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsCode

IsCode returns true when this create data access consent deprecated method not allowed response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect

IsRedirect returns true when this create data access consent deprecated method not allowed response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsServerError

IsServerError returns true when this create data access consent deprecated method not allowed response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess

IsSuccess returns true when this create data access consent deprecated method not allowed response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) String

type CreateDataAccessConsentDeprecatedNotAcceptable

type CreateDataAccessConsentDeprecatedNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreateDataAccessConsentDeprecatedNotAcceptable

func NewCreateDataAccessConsentDeprecatedNotAcceptable() *CreateDataAccessConsentDeprecatedNotAcceptable

NewCreateDataAccessConsentDeprecatedNotAcceptable creates a CreateDataAccessConsentDeprecatedNotAcceptable with default headers values

func (*CreateDataAccessConsentDeprecatedNotAcceptable) Code

Code gets the status code for the create data access consent deprecated not acceptable response

func (*CreateDataAccessConsentDeprecatedNotAcceptable) Error

func (*CreateDataAccessConsentDeprecatedNotAcceptable) GetPayload

func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsClientError

IsClientError returns true when this create data access consent deprecated not acceptable response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsCode

IsCode returns true when this create data access consent deprecated not acceptable response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsRedirect

IsRedirect returns true when this create data access consent deprecated not acceptable response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsServerError

IsServerError returns true when this create data access consent deprecated not acceptable response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsSuccess

IsSuccess returns true when this create data access consent deprecated not acceptable response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedNotAcceptable) String

type CreateDataAccessConsentDeprecatedParams

type CreateDataAccessConsentDeprecatedParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerDataAccessConsentRequestV1

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreateDataAccessConsentDeprecatedParams contains all the parameters to send to the API endpoint

for the create data access consent deprecated operation.

Typically these are written to a http.Request.

func NewCreateDataAccessConsentDeprecatedParams

func NewCreateDataAccessConsentDeprecatedParams() *CreateDataAccessConsentDeprecatedParams

NewCreateDataAccessConsentDeprecatedParams creates a new CreateDataAccessConsentDeprecatedParams 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 NewCreateDataAccessConsentDeprecatedParamsWithContext

func NewCreateDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *CreateDataAccessConsentDeprecatedParams

NewCreateDataAccessConsentDeprecatedParamsWithContext creates a new CreateDataAccessConsentDeprecatedParams object with the ability to set a context for a request.

func NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient

func NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentDeprecatedParams

NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient creates a new CreateDataAccessConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDataAccessConsentDeprecatedParamsWithTimeout

func NewCreateDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentDeprecatedParams

NewCreateDataAccessConsentDeprecatedParamsWithTimeout creates a new CreateDataAccessConsentDeprecatedParams object with the ability to set a timeout on a request.

func (*CreateDataAccessConsentDeprecatedParams) SetContext

SetContext adds the context to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetDefaults

func (o *CreateDataAccessConsentDeprecatedParams) SetDefaults()

SetDefaults hydrates default values in the create data access consent deprecated params (not the query body).

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

func (*CreateDataAccessConsentDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetRequest

SetRequest adds the request to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetXCustomerUserAgent

func (o *CreateDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetXFapiAuthDate

func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress

func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetXFapiInteractionID

func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetXIdempotencyKey

func (o *CreateDataAccessConsentDeprecatedParams) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) SetXJwsSignature

func (o *CreateDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithContext

WithContext adds the context to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithDefaults

WithDefaults hydrates default values in the create data access consent deprecated params (not the query body).

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

func (*CreateDataAccessConsentDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithRequest

WithRequest adds the request to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithXCustomerUserAgent

func (o *CreateDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentDeprecatedParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress

func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentDeprecatedParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithXFapiInteractionID

func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentDeprecatedParams

WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create data access consent deprecated params

func (*CreateDataAccessConsentDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDataAccessConsentDeprecatedReader

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

CreateDataAccessConsentDeprecatedReader is a Reader for the CreateDataAccessConsentDeprecated structure.

func (*CreateDataAccessConsentDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDataAccessConsentDeprecatedTooManyRequests

type CreateDataAccessConsentDeprecatedTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentDeprecatedTooManyRequests

func NewCreateDataAccessConsentDeprecatedTooManyRequests() *CreateDataAccessConsentDeprecatedTooManyRequests

NewCreateDataAccessConsentDeprecatedTooManyRequests creates a CreateDataAccessConsentDeprecatedTooManyRequests with default headers values

func (*CreateDataAccessConsentDeprecatedTooManyRequests) Code

Code gets the status code for the create data access consent deprecated too many requests response

func (*CreateDataAccessConsentDeprecatedTooManyRequests) Error

func (*CreateDataAccessConsentDeprecatedTooManyRequests) GetPayload

func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsClientError

IsClientError returns true when this create data access consent deprecated too many requests response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsCode

IsCode returns true when this create data access consent deprecated too many requests response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsRedirect

IsRedirect returns true when this create data access consent deprecated too many requests response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsServerError

IsServerError returns true when this create data access consent deprecated too many requests response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsSuccess

IsSuccess returns true when this create data access consent deprecated too many requests response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedTooManyRequests) String

type CreateDataAccessConsentDeprecatedUnauthorized

type CreateDataAccessConsentDeprecatedUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentDeprecatedUnauthorized

func NewCreateDataAccessConsentDeprecatedUnauthorized() *CreateDataAccessConsentDeprecatedUnauthorized

NewCreateDataAccessConsentDeprecatedUnauthorized creates a CreateDataAccessConsentDeprecatedUnauthorized with default headers values

func (*CreateDataAccessConsentDeprecatedUnauthorized) Code

Code gets the status code for the create data access consent deprecated unauthorized response

func (*CreateDataAccessConsentDeprecatedUnauthorized) Error

func (*CreateDataAccessConsentDeprecatedUnauthorized) GetPayload

func (*CreateDataAccessConsentDeprecatedUnauthorized) IsClientError

IsClientError returns true when this create data access consent deprecated unauthorized response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedUnauthorized) IsCode

IsCode returns true when this create data access consent deprecated unauthorized response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedUnauthorized) IsRedirect

IsRedirect returns true when this create data access consent deprecated unauthorized response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedUnauthorized) IsServerError

IsServerError returns true when this create data access consent deprecated unauthorized response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedUnauthorized) IsSuccess

IsSuccess returns true when this create data access consent deprecated unauthorized response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedUnauthorized) String

type CreateDataAccessConsentDeprecatedUnprocessableEntity

type CreateDataAccessConsentDeprecatedUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreateDataAccessConsentDeprecatedUnprocessableEntity

func NewCreateDataAccessConsentDeprecatedUnprocessableEntity() *CreateDataAccessConsentDeprecatedUnprocessableEntity

NewCreateDataAccessConsentDeprecatedUnprocessableEntity creates a CreateDataAccessConsentDeprecatedUnprocessableEntity with default headers values

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) Code

Code gets the status code for the create data access consent deprecated unprocessable entity response

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) Error

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) GetPayload

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsClientError

IsClientError returns true when this create data access consent deprecated unprocessable entity response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsCode

IsCode returns true when this create data access consent deprecated unprocessable entity response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect

IsRedirect returns true when this create data access consent deprecated unprocessable entity response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsServerError

IsServerError returns true when this create data access consent deprecated unprocessable entity response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess

IsSuccess returns true when this create data access consent deprecated unprocessable entity response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) String

type CreateDataAccessConsentDeprecatedUnsupportedMediaType

type CreateDataAccessConsentDeprecatedUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreateDataAccessConsentDeprecatedUnsupportedMediaType

func NewCreateDataAccessConsentDeprecatedUnsupportedMediaType() *CreateDataAccessConsentDeprecatedUnsupportedMediaType

NewCreateDataAccessConsentDeprecatedUnsupportedMediaType creates a CreateDataAccessConsentDeprecatedUnsupportedMediaType with default headers values

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) Code

Code gets the status code for the create data access consent deprecated unsupported media type response

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) Error

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError

IsClientError returns true when this create data access consent deprecated unsupported media type response has a 4xx status code

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsCode

IsCode returns true when this create data access consent deprecated unsupported media type response a status code equal to that given

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create data access consent deprecated unsupported media type response has a 3xx status code

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError

IsServerError returns true when this create data access consent deprecated unsupported media type response has a 5xx status code

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create data access consent deprecated unsupported media type response has a 2xx status code

func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) String

type CreateDataAccessConsentExtensionBadRequest

type CreateDataAccessConsentExtensionBadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentExtensionBadRequest describes a response with status code 400, with default header values.

Error

func NewCreateDataAccessConsentExtensionBadRequest

func NewCreateDataAccessConsentExtensionBadRequest() *CreateDataAccessConsentExtensionBadRequest

NewCreateDataAccessConsentExtensionBadRequest creates a CreateDataAccessConsentExtensionBadRequest with default headers values

func (*CreateDataAccessConsentExtensionBadRequest) Code

Code gets the status code for the create data access consent extension bad request response

func (*CreateDataAccessConsentExtensionBadRequest) Error

func (*CreateDataAccessConsentExtensionBadRequest) GetPayload

func (*CreateDataAccessConsentExtensionBadRequest) IsClientError

IsClientError returns true when this create data access consent extension bad request response has a 4xx status code

func (*CreateDataAccessConsentExtensionBadRequest) IsCode

IsCode returns true when this create data access consent extension bad request response a status code equal to that given

func (*CreateDataAccessConsentExtensionBadRequest) IsRedirect

IsRedirect returns true when this create data access consent extension bad request response has a 3xx status code

func (*CreateDataAccessConsentExtensionBadRequest) IsServerError

IsServerError returns true when this create data access consent extension bad request response has a 5xx status code

func (*CreateDataAccessConsentExtensionBadRequest) IsSuccess

IsSuccess returns true when this create data access consent extension bad request response has a 2xx status code

func (*CreateDataAccessConsentExtensionBadRequest) String

type CreateDataAccessConsentExtensionForbidden

type CreateDataAccessConsentExtensionForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentExtensionForbidden

func NewCreateDataAccessConsentExtensionForbidden() *CreateDataAccessConsentExtensionForbidden

NewCreateDataAccessConsentExtensionForbidden creates a CreateDataAccessConsentExtensionForbidden with default headers values

func (*CreateDataAccessConsentExtensionForbidden) Code

Code gets the status code for the create data access consent extension forbidden response

func (*CreateDataAccessConsentExtensionForbidden) Error

func (*CreateDataAccessConsentExtensionForbidden) GetPayload

func (*CreateDataAccessConsentExtensionForbidden) IsClientError

IsClientError returns true when this create data access consent extension forbidden response has a 4xx status code

func (*CreateDataAccessConsentExtensionForbidden) IsCode

IsCode returns true when this create data access consent extension forbidden response a status code equal to that given

func (*CreateDataAccessConsentExtensionForbidden) IsRedirect

IsRedirect returns true when this create data access consent extension forbidden response has a 3xx status code

func (*CreateDataAccessConsentExtensionForbidden) IsServerError

IsServerError returns true when this create data access consent extension forbidden response has a 5xx status code

func (*CreateDataAccessConsentExtensionForbidden) IsSuccess

IsSuccess returns true when this create data access consent extension forbidden response has a 2xx status code

func (*CreateDataAccessConsentExtensionForbidden) String

type CreateDataAccessConsentExtensionInternalServerError

type CreateDataAccessConsentExtensionInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentExtensionInternalServerError describes a response with status code 500, with default header values.

Error

func NewCreateDataAccessConsentExtensionInternalServerError

func NewCreateDataAccessConsentExtensionInternalServerError() *CreateDataAccessConsentExtensionInternalServerError

NewCreateDataAccessConsentExtensionInternalServerError creates a CreateDataAccessConsentExtensionInternalServerError with default headers values

func (*CreateDataAccessConsentExtensionInternalServerError) Code

Code gets the status code for the create data access consent extension internal server error response

func (*CreateDataAccessConsentExtensionInternalServerError) Error

func (*CreateDataAccessConsentExtensionInternalServerError) GetPayload

func (*CreateDataAccessConsentExtensionInternalServerError) IsClientError

IsClientError returns true when this create data access consent extension internal server error response has a 4xx status code

func (*CreateDataAccessConsentExtensionInternalServerError) IsCode

IsCode returns true when this create data access consent extension internal server error response a status code equal to that given

func (*CreateDataAccessConsentExtensionInternalServerError) IsRedirect

IsRedirect returns true when this create data access consent extension internal server error response has a 3xx status code

func (*CreateDataAccessConsentExtensionInternalServerError) IsServerError

IsServerError returns true when this create data access consent extension internal server error response has a 5xx status code

func (*CreateDataAccessConsentExtensionInternalServerError) IsSuccess

IsSuccess returns true when this create data access consent extension internal server error response has a 2xx status code

func (*CreateDataAccessConsentExtensionInternalServerError) String

type CreateDataAccessConsentExtensionMethodNotAllowed

type CreateDataAccessConsentExtensionMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentExtensionMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreateDataAccessConsentExtensionMethodNotAllowed

func NewCreateDataAccessConsentExtensionMethodNotAllowed() *CreateDataAccessConsentExtensionMethodNotAllowed

NewCreateDataAccessConsentExtensionMethodNotAllowed creates a CreateDataAccessConsentExtensionMethodNotAllowed with default headers values

func (*CreateDataAccessConsentExtensionMethodNotAllowed) Code

Code gets the status code for the create data access consent extension method not allowed response

func (*CreateDataAccessConsentExtensionMethodNotAllowed) Error

func (*CreateDataAccessConsentExtensionMethodNotAllowed) GetPayload

func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsClientError

IsClientError returns true when this create data access consent extension method not allowed response has a 4xx status code

func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsCode

IsCode returns true when this create data access consent extension method not allowed response a status code equal to that given

func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsRedirect

IsRedirect returns true when this create data access consent extension method not allowed response has a 3xx status code

func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsServerError

IsServerError returns true when this create data access consent extension method not allowed response has a 5xx status code

func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsSuccess

IsSuccess returns true when this create data access consent extension method not allowed response has a 2xx status code

func (*CreateDataAccessConsentExtensionMethodNotAllowed) String

type CreateDataAccessConsentExtensionNotAcceptable

type CreateDataAccessConsentExtensionNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentExtensionNotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreateDataAccessConsentExtensionNotAcceptable

func NewCreateDataAccessConsentExtensionNotAcceptable() *CreateDataAccessConsentExtensionNotAcceptable

NewCreateDataAccessConsentExtensionNotAcceptable creates a CreateDataAccessConsentExtensionNotAcceptable with default headers values

func (*CreateDataAccessConsentExtensionNotAcceptable) Code

Code gets the status code for the create data access consent extension not acceptable response

func (*CreateDataAccessConsentExtensionNotAcceptable) Error

func (*CreateDataAccessConsentExtensionNotAcceptable) GetPayload

func (*CreateDataAccessConsentExtensionNotAcceptable) IsClientError

IsClientError returns true when this create data access consent extension not acceptable response has a 4xx status code

func (*CreateDataAccessConsentExtensionNotAcceptable) IsCode

IsCode returns true when this create data access consent extension not acceptable response a status code equal to that given

func (*CreateDataAccessConsentExtensionNotAcceptable) IsRedirect

IsRedirect returns true when this create data access consent extension not acceptable response has a 3xx status code

func (*CreateDataAccessConsentExtensionNotAcceptable) IsServerError

IsServerError returns true when this create data access consent extension not acceptable response has a 5xx status code

func (*CreateDataAccessConsentExtensionNotAcceptable) IsSuccess

IsSuccess returns true when this create data access consent extension not acceptable response has a 2xx status code

func (*CreateDataAccessConsentExtensionNotAcceptable) String

type CreateDataAccessConsentExtensionOK

type CreateDataAccessConsentExtensionOK struct {
	Payload *models.BrazilCreateConsentExtensionResponse
}

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

Create Customer data access v2 consent extension

func NewCreateDataAccessConsentExtensionOK

func NewCreateDataAccessConsentExtensionOK() *CreateDataAccessConsentExtensionOK

NewCreateDataAccessConsentExtensionOK creates a CreateDataAccessConsentExtensionOK with default headers values

func (*CreateDataAccessConsentExtensionOK) Code

Code gets the status code for the create data access consent extension o k response

func (*CreateDataAccessConsentExtensionOK) Error

func (*CreateDataAccessConsentExtensionOK) GetPayload

func (*CreateDataAccessConsentExtensionOK) IsClientError

func (o *CreateDataAccessConsentExtensionOK) IsClientError() bool

IsClientError returns true when this create data access consent extension o k response has a 4xx status code

func (*CreateDataAccessConsentExtensionOK) IsCode

IsCode returns true when this create data access consent extension o k response a status code equal to that given

func (*CreateDataAccessConsentExtensionOK) IsRedirect

func (o *CreateDataAccessConsentExtensionOK) IsRedirect() bool

IsRedirect returns true when this create data access consent extension o k response has a 3xx status code

func (*CreateDataAccessConsentExtensionOK) IsServerError

func (o *CreateDataAccessConsentExtensionOK) IsServerError() bool

IsServerError returns true when this create data access consent extension o k response has a 5xx status code

func (*CreateDataAccessConsentExtensionOK) IsSuccess

IsSuccess returns true when this create data access consent extension o k response has a 2xx status code

func (*CreateDataAccessConsentExtensionOK) String

type CreateDataAccessConsentExtensionParams

type CreateDataAccessConsentExtensionParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilExtensionConsentRequest

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreateDataAccessConsentExtensionParams contains all the parameters to send to the API endpoint

for the create data access consent extension operation.

Typically these are written to a http.Request.

func NewCreateDataAccessConsentExtensionParams

func NewCreateDataAccessConsentExtensionParams() *CreateDataAccessConsentExtensionParams

NewCreateDataAccessConsentExtensionParams creates a new CreateDataAccessConsentExtensionParams 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 NewCreateDataAccessConsentExtensionParamsWithContext

func NewCreateDataAccessConsentExtensionParamsWithContext(ctx context.Context) *CreateDataAccessConsentExtensionParams

NewCreateDataAccessConsentExtensionParamsWithContext creates a new CreateDataAccessConsentExtensionParams object with the ability to set a context for a request.

func NewCreateDataAccessConsentExtensionParamsWithHTTPClient

func NewCreateDataAccessConsentExtensionParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentExtensionParams

NewCreateDataAccessConsentExtensionParamsWithHTTPClient creates a new CreateDataAccessConsentExtensionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDataAccessConsentExtensionParamsWithTimeout

func NewCreateDataAccessConsentExtensionParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentExtensionParams

NewCreateDataAccessConsentExtensionParamsWithTimeout creates a new CreateDataAccessConsentExtensionParams object with the ability to set a timeout on a request.

func (*CreateDataAccessConsentExtensionParams) SetConsentID

func (o *CreateDataAccessConsentExtensionParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetContext

SetContext adds the context to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetDefaults

func (o *CreateDataAccessConsentExtensionParams) SetDefaults()

SetDefaults hydrates default values in the create data access consent extension params (not the query body).

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

func (*CreateDataAccessConsentExtensionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetRequest

SetRequest adds the request to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetTimeout

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

SetTimeout adds the timeout to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetXCustomerUserAgent

func (o *CreateDataAccessConsentExtensionParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetXFapiAuthDate

func (o *CreateDataAccessConsentExtensionParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetXFapiCustomerIPAddress

func (o *CreateDataAccessConsentExtensionParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetXFapiInteractionID

func (o *CreateDataAccessConsentExtensionParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetXIdempotencyKey

func (o *CreateDataAccessConsentExtensionParams) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) SetXJwsSignature

func (o *CreateDataAccessConsentExtensionParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithConsentID

WithConsentID adds the consentID to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithContext

WithContext adds the context to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithDefaults

WithDefaults hydrates default values in the create data access consent extension params (not the query body).

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

func (*CreateDataAccessConsentExtensionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithRequest

WithRequest adds the request to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithTimeout

WithTimeout adds the timeout to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithXCustomerUserAgent

func (o *CreateDataAccessConsentExtensionParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentExtensionParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithXFapiCustomerIPAddress

func (o *CreateDataAccessConsentExtensionParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentExtensionParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithXFapiInteractionID

func (o *CreateDataAccessConsentExtensionParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentExtensionParams

WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create data access consent extension params

func (*CreateDataAccessConsentExtensionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDataAccessConsentExtensionReader

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

CreateDataAccessConsentExtensionReader is a Reader for the CreateDataAccessConsentExtension structure.

func (*CreateDataAccessConsentExtensionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDataAccessConsentExtensionTooManyRequests

type CreateDataAccessConsentExtensionTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentExtensionTooManyRequests

func NewCreateDataAccessConsentExtensionTooManyRequests() *CreateDataAccessConsentExtensionTooManyRequests

NewCreateDataAccessConsentExtensionTooManyRequests creates a CreateDataAccessConsentExtensionTooManyRequests with default headers values

func (*CreateDataAccessConsentExtensionTooManyRequests) Code

Code gets the status code for the create data access consent extension too many requests response

func (*CreateDataAccessConsentExtensionTooManyRequests) Error

func (*CreateDataAccessConsentExtensionTooManyRequests) GetPayload

func (*CreateDataAccessConsentExtensionTooManyRequests) IsClientError

IsClientError returns true when this create data access consent extension too many requests response has a 4xx status code

func (*CreateDataAccessConsentExtensionTooManyRequests) IsCode

IsCode returns true when this create data access consent extension too many requests response a status code equal to that given

func (*CreateDataAccessConsentExtensionTooManyRequests) IsRedirect

IsRedirect returns true when this create data access consent extension too many requests response has a 3xx status code

func (*CreateDataAccessConsentExtensionTooManyRequests) IsServerError

IsServerError returns true when this create data access consent extension too many requests response has a 5xx status code

func (*CreateDataAccessConsentExtensionTooManyRequests) IsSuccess

IsSuccess returns true when this create data access consent extension too many requests response has a 2xx status code

func (*CreateDataAccessConsentExtensionTooManyRequests) String

type CreateDataAccessConsentExtensionUnauthorized

type CreateDataAccessConsentExtensionUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentExtensionUnauthorized

func NewCreateDataAccessConsentExtensionUnauthorized() *CreateDataAccessConsentExtensionUnauthorized

NewCreateDataAccessConsentExtensionUnauthorized creates a CreateDataAccessConsentExtensionUnauthorized with default headers values

func (*CreateDataAccessConsentExtensionUnauthorized) Code

Code gets the status code for the create data access consent extension unauthorized response

func (*CreateDataAccessConsentExtensionUnauthorized) Error

func (*CreateDataAccessConsentExtensionUnauthorized) GetPayload

func (*CreateDataAccessConsentExtensionUnauthorized) IsClientError

IsClientError returns true when this create data access consent extension unauthorized response has a 4xx status code

func (*CreateDataAccessConsentExtensionUnauthorized) IsCode

IsCode returns true when this create data access consent extension unauthorized response a status code equal to that given

func (*CreateDataAccessConsentExtensionUnauthorized) IsRedirect

IsRedirect returns true when this create data access consent extension unauthorized response has a 3xx status code

func (*CreateDataAccessConsentExtensionUnauthorized) IsServerError

IsServerError returns true when this create data access consent extension unauthorized response has a 5xx status code

func (*CreateDataAccessConsentExtensionUnauthorized) IsSuccess

IsSuccess returns true when this create data access consent extension unauthorized response has a 2xx status code

func (*CreateDataAccessConsentExtensionUnauthorized) String

type CreateDataAccessConsentExtensionUnprocessableEntity

type CreateDataAccessConsentExtensionUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentExtensionUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreateDataAccessConsentExtensionUnprocessableEntity

func NewCreateDataAccessConsentExtensionUnprocessableEntity() *CreateDataAccessConsentExtensionUnprocessableEntity

NewCreateDataAccessConsentExtensionUnprocessableEntity creates a CreateDataAccessConsentExtensionUnprocessableEntity with default headers values

func (*CreateDataAccessConsentExtensionUnprocessableEntity) Code

Code gets the status code for the create data access consent extension unprocessable entity response

func (*CreateDataAccessConsentExtensionUnprocessableEntity) Error

func (*CreateDataAccessConsentExtensionUnprocessableEntity) GetPayload

func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsClientError

IsClientError returns true when this create data access consent extension unprocessable entity response has a 4xx status code

func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsCode

IsCode returns true when this create data access consent extension unprocessable entity response a status code equal to that given

func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsRedirect

IsRedirect returns true when this create data access consent extension unprocessable entity response has a 3xx status code

func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsServerError

IsServerError returns true when this create data access consent extension unprocessable entity response has a 5xx status code

func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsSuccess

IsSuccess returns true when this create data access consent extension unprocessable entity response has a 2xx status code

func (*CreateDataAccessConsentExtensionUnprocessableEntity) String

type CreateDataAccessConsentExtensionUnsupportedMediaType

type CreateDataAccessConsentExtensionUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentExtensionUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreateDataAccessConsentExtensionUnsupportedMediaType

func NewCreateDataAccessConsentExtensionUnsupportedMediaType() *CreateDataAccessConsentExtensionUnsupportedMediaType

NewCreateDataAccessConsentExtensionUnsupportedMediaType creates a CreateDataAccessConsentExtensionUnsupportedMediaType with default headers values

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) Code

Code gets the status code for the create data access consent extension unsupported media type response

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) Error

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) GetPayload

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsClientError

IsClientError returns true when this create data access consent extension unsupported media type response has a 4xx status code

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsCode

IsCode returns true when this create data access consent extension unsupported media type response a status code equal to that given

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create data access consent extension unsupported media type response has a 3xx status code

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsServerError

IsServerError returns true when this create data access consent extension unsupported media type response has a 5xx status code

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create data access consent extension unsupported media type response has a 2xx status code

func (*CreateDataAccessConsentExtensionUnsupportedMediaType) String

type CreateDataAccessConsentForbidden

type CreateDataAccessConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentForbidden

func NewCreateDataAccessConsentForbidden() *CreateDataAccessConsentForbidden

NewCreateDataAccessConsentForbidden creates a CreateDataAccessConsentForbidden with default headers values

func (*CreateDataAccessConsentForbidden) Code

Code gets the status code for the create data access consent forbidden response

func (*CreateDataAccessConsentForbidden) Error

func (*CreateDataAccessConsentForbidden) GetPayload

func (*CreateDataAccessConsentForbidden) IsClientError

func (o *CreateDataAccessConsentForbidden) IsClientError() bool

IsClientError returns true when this create data access consent forbidden response has a 4xx status code

func (*CreateDataAccessConsentForbidden) IsCode

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

IsCode returns true when this create data access consent forbidden response a status code equal to that given

func (*CreateDataAccessConsentForbidden) IsRedirect

func (o *CreateDataAccessConsentForbidden) IsRedirect() bool

IsRedirect returns true when this create data access consent forbidden response has a 3xx status code

func (*CreateDataAccessConsentForbidden) IsServerError

func (o *CreateDataAccessConsentForbidden) IsServerError() bool

IsServerError returns true when this create data access consent forbidden response has a 5xx status code

func (*CreateDataAccessConsentForbidden) IsSuccess

func (o *CreateDataAccessConsentForbidden) IsSuccess() bool

IsSuccess returns true when this create data access consent forbidden response has a 2xx status code

func (*CreateDataAccessConsentForbidden) String

type CreateDataAccessConsentInternalServerError

type CreateDataAccessConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewCreateDataAccessConsentInternalServerError

func NewCreateDataAccessConsentInternalServerError() *CreateDataAccessConsentInternalServerError

NewCreateDataAccessConsentInternalServerError creates a CreateDataAccessConsentInternalServerError with default headers values

func (*CreateDataAccessConsentInternalServerError) Code

Code gets the status code for the create data access consent internal server error response

func (*CreateDataAccessConsentInternalServerError) Error

func (*CreateDataAccessConsentInternalServerError) GetPayload

func (*CreateDataAccessConsentInternalServerError) IsClientError

IsClientError returns true when this create data access consent internal server error response has a 4xx status code

func (*CreateDataAccessConsentInternalServerError) IsCode

IsCode returns true when this create data access consent internal server error response a status code equal to that given

func (*CreateDataAccessConsentInternalServerError) IsRedirect

IsRedirect returns true when this create data access consent internal server error response has a 3xx status code

func (*CreateDataAccessConsentInternalServerError) IsServerError

IsServerError returns true when this create data access consent internal server error response has a 5xx status code

func (*CreateDataAccessConsentInternalServerError) IsSuccess

IsSuccess returns true when this create data access consent internal server error response has a 2xx status code

func (*CreateDataAccessConsentInternalServerError) String

type CreateDataAccessConsentMethodNotAllowed

type CreateDataAccessConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreateDataAccessConsentMethodNotAllowed

func NewCreateDataAccessConsentMethodNotAllowed() *CreateDataAccessConsentMethodNotAllowed

NewCreateDataAccessConsentMethodNotAllowed creates a CreateDataAccessConsentMethodNotAllowed with default headers values

func (*CreateDataAccessConsentMethodNotAllowed) Code

Code gets the status code for the create data access consent method not allowed response

func (*CreateDataAccessConsentMethodNotAllowed) Error

func (*CreateDataAccessConsentMethodNotAllowed) GetPayload

func (*CreateDataAccessConsentMethodNotAllowed) IsClientError

func (o *CreateDataAccessConsentMethodNotAllowed) IsClientError() bool

IsClientError returns true when this create data access consent method not allowed response has a 4xx status code

func (*CreateDataAccessConsentMethodNotAllowed) IsCode

IsCode returns true when this create data access consent method not allowed response a status code equal to that given

func (*CreateDataAccessConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this create data access consent method not allowed response has a 3xx status code

func (*CreateDataAccessConsentMethodNotAllowed) IsServerError

func (o *CreateDataAccessConsentMethodNotAllowed) IsServerError() bool

IsServerError returns true when this create data access consent method not allowed response has a 5xx status code

func (*CreateDataAccessConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this create data access consent method not allowed response has a 2xx status code

func (*CreateDataAccessConsentMethodNotAllowed) String

type CreateDataAccessConsentNotAcceptable

type CreateDataAccessConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreateDataAccessConsentNotAcceptable

func NewCreateDataAccessConsentNotAcceptable() *CreateDataAccessConsentNotAcceptable

NewCreateDataAccessConsentNotAcceptable creates a CreateDataAccessConsentNotAcceptable with default headers values

func (*CreateDataAccessConsentNotAcceptable) Code

Code gets the status code for the create data access consent not acceptable response

func (*CreateDataAccessConsentNotAcceptable) Error

func (*CreateDataAccessConsentNotAcceptable) GetPayload

func (*CreateDataAccessConsentNotAcceptable) IsClientError

func (o *CreateDataAccessConsentNotAcceptable) IsClientError() bool

IsClientError returns true when this create data access consent not acceptable response has a 4xx status code

func (*CreateDataAccessConsentNotAcceptable) IsCode

IsCode returns true when this create data access consent not acceptable response a status code equal to that given

func (*CreateDataAccessConsentNotAcceptable) IsRedirect

IsRedirect returns true when this create data access consent not acceptable response has a 3xx status code

func (*CreateDataAccessConsentNotAcceptable) IsServerError

func (o *CreateDataAccessConsentNotAcceptable) IsServerError() bool

IsServerError returns true when this create data access consent not acceptable response has a 5xx status code

func (*CreateDataAccessConsentNotAcceptable) IsSuccess

IsSuccess returns true when this create data access consent not acceptable response has a 2xx status code

func (*CreateDataAccessConsentNotAcceptable) String

type CreateDataAccessConsentParams

type CreateDataAccessConsentParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerDataAccessConsentRequestV1

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreateDataAccessConsentParams contains all the parameters to send to the API endpoint

for the create data access consent operation.

Typically these are written to a http.Request.

func NewCreateDataAccessConsentParams

func NewCreateDataAccessConsentParams() *CreateDataAccessConsentParams

NewCreateDataAccessConsentParams creates a new CreateDataAccessConsentParams 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 NewCreateDataAccessConsentParamsWithContext

func NewCreateDataAccessConsentParamsWithContext(ctx context.Context) *CreateDataAccessConsentParams

NewCreateDataAccessConsentParamsWithContext creates a new CreateDataAccessConsentParams object with the ability to set a context for a request.

func NewCreateDataAccessConsentParamsWithHTTPClient

func NewCreateDataAccessConsentParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentParams

NewCreateDataAccessConsentParamsWithHTTPClient creates a new CreateDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDataAccessConsentParamsWithTimeout

func NewCreateDataAccessConsentParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentParams

NewCreateDataAccessConsentParamsWithTimeout creates a new CreateDataAccessConsentParams object with the ability to set a timeout on a request.

func (*CreateDataAccessConsentParams) SetContext

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

SetContext adds the context to the create data access consent params

func (*CreateDataAccessConsentParams) SetDefaults

func (o *CreateDataAccessConsentParams) SetDefaults()

SetDefaults hydrates default values in the create data access consent params (not the query body).

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

func (*CreateDataAccessConsentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create data access consent params

func (*CreateDataAccessConsentParams) SetRequest

SetRequest adds the request to the create data access consent params

func (*CreateDataAccessConsentParams) SetTimeout

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

SetTimeout adds the timeout to the create data access consent params

func (*CreateDataAccessConsentParams) SetXCustomerUserAgent

func (o *CreateDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent params

func (*CreateDataAccessConsentParams) SetXFapiAuthDate

func (o *CreateDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent params

func (*CreateDataAccessConsentParams) SetXFapiCustomerIPAddress

func (o *CreateDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent params

func (*CreateDataAccessConsentParams) SetXFapiInteractionID

func (o *CreateDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent params

func (*CreateDataAccessConsentParams) SetXIdempotencyKey

func (o *CreateDataAccessConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent params

func (*CreateDataAccessConsentParams) SetXJwsSignature

func (o *CreateDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create data access consent params

func (*CreateDataAccessConsentParams) WithContext

WithContext adds the context to the create data access consent params

func (*CreateDataAccessConsentParams) WithDefaults

WithDefaults hydrates default values in the create data access consent params (not the query body).

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

func (*CreateDataAccessConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create data access consent params

func (*CreateDataAccessConsentParams) WithRequest

WithRequest adds the request to the create data access consent params

func (*CreateDataAccessConsentParams) WithTimeout

WithTimeout adds the timeout to the create data access consent params

func (*CreateDataAccessConsentParams) WithXCustomerUserAgent

func (o *CreateDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent params

func (*CreateDataAccessConsentParams) WithXFapiAuthDate

func (o *CreateDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentParams

WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent params

func (*CreateDataAccessConsentParams) WithXFapiCustomerIPAddress

func (o *CreateDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent params

func (*CreateDataAccessConsentParams) WithXFapiInteractionID

func (o *CreateDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent params

func (*CreateDataAccessConsentParams) WithXIdempotencyKey

func (o *CreateDataAccessConsentParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentParams

WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent params

func (*CreateDataAccessConsentParams) WithXJwsSignature

func (o *CreateDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentParams

WithXJwsSignature adds the xJwsSignature to the create data access consent params

func (*CreateDataAccessConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDataAccessConsentReader

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

CreateDataAccessConsentReader is a Reader for the CreateDataAccessConsent structure.

func (*CreateDataAccessConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDataAccessConsentTooManyRequests

type CreateDataAccessConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentTooManyRequests

func NewCreateDataAccessConsentTooManyRequests() *CreateDataAccessConsentTooManyRequests

NewCreateDataAccessConsentTooManyRequests creates a CreateDataAccessConsentTooManyRequests with default headers values

func (*CreateDataAccessConsentTooManyRequests) Code

Code gets the status code for the create data access consent too many requests response

func (*CreateDataAccessConsentTooManyRequests) Error

func (*CreateDataAccessConsentTooManyRequests) GetPayload

func (*CreateDataAccessConsentTooManyRequests) IsClientError

func (o *CreateDataAccessConsentTooManyRequests) IsClientError() bool

IsClientError returns true when this create data access consent too many requests response has a 4xx status code

func (*CreateDataAccessConsentTooManyRequests) IsCode

IsCode returns true when this create data access consent too many requests response a status code equal to that given

func (*CreateDataAccessConsentTooManyRequests) IsRedirect

IsRedirect returns true when this create data access consent too many requests response has a 3xx status code

func (*CreateDataAccessConsentTooManyRequests) IsServerError

func (o *CreateDataAccessConsentTooManyRequests) IsServerError() bool

IsServerError returns true when this create data access consent too many requests response has a 5xx status code

func (*CreateDataAccessConsentTooManyRequests) IsSuccess

IsSuccess returns true when this create data access consent too many requests response has a 2xx status code

func (*CreateDataAccessConsentTooManyRequests) String

type CreateDataAccessConsentUnauthorized

type CreateDataAccessConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentUnauthorized

func NewCreateDataAccessConsentUnauthorized() *CreateDataAccessConsentUnauthorized

NewCreateDataAccessConsentUnauthorized creates a CreateDataAccessConsentUnauthorized with default headers values

func (*CreateDataAccessConsentUnauthorized) Code

Code gets the status code for the create data access consent unauthorized response

func (*CreateDataAccessConsentUnauthorized) Error

func (*CreateDataAccessConsentUnauthorized) GetPayload

func (*CreateDataAccessConsentUnauthorized) IsClientError

func (o *CreateDataAccessConsentUnauthorized) IsClientError() bool

IsClientError returns true when this create data access consent unauthorized response has a 4xx status code

func (*CreateDataAccessConsentUnauthorized) IsCode

IsCode returns true when this create data access consent unauthorized response a status code equal to that given

func (*CreateDataAccessConsentUnauthorized) IsRedirect

func (o *CreateDataAccessConsentUnauthorized) IsRedirect() bool

IsRedirect returns true when this create data access consent unauthorized response has a 3xx status code

func (*CreateDataAccessConsentUnauthorized) IsServerError

func (o *CreateDataAccessConsentUnauthorized) IsServerError() bool

IsServerError returns true when this create data access consent unauthorized response has a 5xx status code

func (*CreateDataAccessConsentUnauthorized) IsSuccess

IsSuccess returns true when this create data access consent unauthorized response has a 2xx status code

func (*CreateDataAccessConsentUnauthorized) String

type CreateDataAccessConsentUnprocessableEntity

type CreateDataAccessConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreateDataAccessConsentUnprocessableEntity

func NewCreateDataAccessConsentUnprocessableEntity() *CreateDataAccessConsentUnprocessableEntity

NewCreateDataAccessConsentUnprocessableEntity creates a CreateDataAccessConsentUnprocessableEntity with default headers values

func (*CreateDataAccessConsentUnprocessableEntity) Code

Code gets the status code for the create data access consent unprocessable entity response

func (*CreateDataAccessConsentUnprocessableEntity) Error

func (*CreateDataAccessConsentUnprocessableEntity) GetPayload

func (*CreateDataAccessConsentUnprocessableEntity) IsClientError

IsClientError returns true when this create data access consent unprocessable entity response has a 4xx status code

func (*CreateDataAccessConsentUnprocessableEntity) IsCode

IsCode returns true when this create data access consent unprocessable entity response a status code equal to that given

func (*CreateDataAccessConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this create data access consent unprocessable entity response has a 3xx status code

func (*CreateDataAccessConsentUnprocessableEntity) IsServerError

IsServerError returns true when this create data access consent unprocessable entity response has a 5xx status code

func (*CreateDataAccessConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this create data access consent unprocessable entity response has a 2xx status code

func (*CreateDataAccessConsentUnprocessableEntity) String

type CreateDataAccessConsentUnsupportedMediaType

type CreateDataAccessConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreateDataAccessConsentUnsupportedMediaType

func NewCreateDataAccessConsentUnsupportedMediaType() *CreateDataAccessConsentUnsupportedMediaType

NewCreateDataAccessConsentUnsupportedMediaType creates a CreateDataAccessConsentUnsupportedMediaType with default headers values

func (*CreateDataAccessConsentUnsupportedMediaType) Code

Code gets the status code for the create data access consent unsupported media type response

func (*CreateDataAccessConsentUnsupportedMediaType) Error

func (*CreateDataAccessConsentUnsupportedMediaType) GetPayload

func (*CreateDataAccessConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this create data access consent unsupported media type response has a 4xx status code

func (*CreateDataAccessConsentUnsupportedMediaType) IsCode

IsCode returns true when this create data access consent unsupported media type response a status code equal to that given

func (*CreateDataAccessConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create data access consent unsupported media type response has a 3xx status code

func (*CreateDataAccessConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this create data access consent unsupported media type response has a 5xx status code

func (*CreateDataAccessConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create data access consent unsupported media type response has a 2xx status code

func (*CreateDataAccessConsentUnsupportedMediaType) String

type CreateDataAccessConsentV2BadRequest

type CreateDataAccessConsentV2BadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentV2BadRequest describes a response with status code 400, with default header values.

Error

func NewCreateDataAccessConsentV2BadRequest

func NewCreateDataAccessConsentV2BadRequest() *CreateDataAccessConsentV2BadRequest

NewCreateDataAccessConsentV2BadRequest creates a CreateDataAccessConsentV2BadRequest with default headers values

func (*CreateDataAccessConsentV2BadRequest) Code

Code gets the status code for the create data access consent v2 bad request response

func (*CreateDataAccessConsentV2BadRequest) Error

func (*CreateDataAccessConsentV2BadRequest) GetPayload

func (*CreateDataAccessConsentV2BadRequest) IsClientError

func (o *CreateDataAccessConsentV2BadRequest) IsClientError() bool

IsClientError returns true when this create data access consent v2 bad request response has a 4xx status code

func (*CreateDataAccessConsentV2BadRequest) IsCode

IsCode returns true when this create data access consent v2 bad request response a status code equal to that given

func (*CreateDataAccessConsentV2BadRequest) IsRedirect

func (o *CreateDataAccessConsentV2BadRequest) IsRedirect() bool

IsRedirect returns true when this create data access consent v2 bad request response has a 3xx status code

func (*CreateDataAccessConsentV2BadRequest) IsServerError

func (o *CreateDataAccessConsentV2BadRequest) IsServerError() bool

IsServerError returns true when this create data access consent v2 bad request response has a 5xx status code

func (*CreateDataAccessConsentV2BadRequest) IsSuccess

IsSuccess returns true when this create data access consent v2 bad request response has a 2xx status code

func (*CreateDataAccessConsentV2BadRequest) String

type CreateDataAccessConsentV2Created

type CreateDataAccessConsentV2Created struct {
	Payload *models.BrazilCreateCustomerDataAccessConsentV2Response
}

CreateDataAccessConsentV2Created describes a response with status code 201, with default header values.

Create Customer data access v2 consent

func NewCreateDataAccessConsentV2Created

func NewCreateDataAccessConsentV2Created() *CreateDataAccessConsentV2Created

NewCreateDataAccessConsentV2Created creates a CreateDataAccessConsentV2Created with default headers values

func (*CreateDataAccessConsentV2Created) Code

Code gets the status code for the create data access consent v2 created response

func (*CreateDataAccessConsentV2Created) Error

func (*CreateDataAccessConsentV2Created) GetPayload

func (*CreateDataAccessConsentV2Created) IsClientError

func (o *CreateDataAccessConsentV2Created) IsClientError() bool

IsClientError returns true when this create data access consent v2 created response has a 4xx status code

func (*CreateDataAccessConsentV2Created) IsCode

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

IsCode returns true when this create data access consent v2 created response a status code equal to that given

func (*CreateDataAccessConsentV2Created) IsRedirect

func (o *CreateDataAccessConsentV2Created) IsRedirect() bool

IsRedirect returns true when this create data access consent v2 created response has a 3xx status code

func (*CreateDataAccessConsentV2Created) IsServerError

func (o *CreateDataAccessConsentV2Created) IsServerError() bool

IsServerError returns true when this create data access consent v2 created response has a 5xx status code

func (*CreateDataAccessConsentV2Created) IsSuccess

func (o *CreateDataAccessConsentV2Created) IsSuccess() bool

IsSuccess returns true when this create data access consent v2 created response has a 2xx status code

func (*CreateDataAccessConsentV2Created) String

type CreateDataAccessConsentV2Forbidden

type CreateDataAccessConsentV2Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentV2Forbidden

func NewCreateDataAccessConsentV2Forbidden() *CreateDataAccessConsentV2Forbidden

NewCreateDataAccessConsentV2Forbidden creates a CreateDataAccessConsentV2Forbidden with default headers values

func (*CreateDataAccessConsentV2Forbidden) Code

Code gets the status code for the create data access consent v2 forbidden response

func (*CreateDataAccessConsentV2Forbidden) Error

func (*CreateDataAccessConsentV2Forbidden) GetPayload

func (*CreateDataAccessConsentV2Forbidden) IsClientError

func (o *CreateDataAccessConsentV2Forbidden) IsClientError() bool

IsClientError returns true when this create data access consent v2 forbidden response has a 4xx status code

func (*CreateDataAccessConsentV2Forbidden) IsCode

IsCode returns true when this create data access consent v2 forbidden response a status code equal to that given

func (*CreateDataAccessConsentV2Forbidden) IsRedirect

func (o *CreateDataAccessConsentV2Forbidden) IsRedirect() bool

IsRedirect returns true when this create data access consent v2 forbidden response has a 3xx status code

func (*CreateDataAccessConsentV2Forbidden) IsServerError

func (o *CreateDataAccessConsentV2Forbidden) IsServerError() bool

IsServerError returns true when this create data access consent v2 forbidden response has a 5xx status code

func (*CreateDataAccessConsentV2Forbidden) IsSuccess

IsSuccess returns true when this create data access consent v2 forbidden response has a 2xx status code

func (*CreateDataAccessConsentV2Forbidden) String

type CreateDataAccessConsentV2InternalServerError

type CreateDataAccessConsentV2InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentV2InternalServerError describes a response with status code 500, with default header values.

Error

func NewCreateDataAccessConsentV2InternalServerError

func NewCreateDataAccessConsentV2InternalServerError() *CreateDataAccessConsentV2InternalServerError

NewCreateDataAccessConsentV2InternalServerError creates a CreateDataAccessConsentV2InternalServerError with default headers values

func (*CreateDataAccessConsentV2InternalServerError) Code

Code gets the status code for the create data access consent v2 internal server error response

func (*CreateDataAccessConsentV2InternalServerError) Error

func (*CreateDataAccessConsentV2InternalServerError) GetPayload

func (*CreateDataAccessConsentV2InternalServerError) IsClientError

IsClientError returns true when this create data access consent v2 internal server error response has a 4xx status code

func (*CreateDataAccessConsentV2InternalServerError) IsCode

IsCode returns true when this create data access consent v2 internal server error response a status code equal to that given

func (*CreateDataAccessConsentV2InternalServerError) IsRedirect

IsRedirect returns true when this create data access consent v2 internal server error response has a 3xx status code

func (*CreateDataAccessConsentV2InternalServerError) IsServerError

IsServerError returns true when this create data access consent v2 internal server error response has a 5xx status code

func (*CreateDataAccessConsentV2InternalServerError) IsSuccess

IsSuccess returns true when this create data access consent v2 internal server error response has a 2xx status code

func (*CreateDataAccessConsentV2InternalServerError) String

type CreateDataAccessConsentV2MethodNotAllowed

type CreateDataAccessConsentV2MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentV2MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreateDataAccessConsentV2MethodNotAllowed

func NewCreateDataAccessConsentV2MethodNotAllowed() *CreateDataAccessConsentV2MethodNotAllowed

NewCreateDataAccessConsentV2MethodNotAllowed creates a CreateDataAccessConsentV2MethodNotAllowed with default headers values

func (*CreateDataAccessConsentV2MethodNotAllowed) Code

Code gets the status code for the create data access consent v2 method not allowed response

func (*CreateDataAccessConsentV2MethodNotAllowed) Error

func (*CreateDataAccessConsentV2MethodNotAllowed) GetPayload

func (*CreateDataAccessConsentV2MethodNotAllowed) IsClientError

IsClientError returns true when this create data access consent v2 method not allowed response has a 4xx status code

func (*CreateDataAccessConsentV2MethodNotAllowed) IsCode

IsCode returns true when this create data access consent v2 method not allowed response a status code equal to that given

func (*CreateDataAccessConsentV2MethodNotAllowed) IsRedirect

IsRedirect returns true when this create data access consent v2 method not allowed response has a 3xx status code

func (*CreateDataAccessConsentV2MethodNotAllowed) IsServerError

IsServerError returns true when this create data access consent v2 method not allowed response has a 5xx status code

func (*CreateDataAccessConsentV2MethodNotAllowed) IsSuccess

IsSuccess returns true when this create data access consent v2 method not allowed response has a 2xx status code

func (*CreateDataAccessConsentV2MethodNotAllowed) String

type CreateDataAccessConsentV2NotAcceptable

type CreateDataAccessConsentV2NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentV2NotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreateDataAccessConsentV2NotAcceptable

func NewCreateDataAccessConsentV2NotAcceptable() *CreateDataAccessConsentV2NotAcceptable

NewCreateDataAccessConsentV2NotAcceptable creates a CreateDataAccessConsentV2NotAcceptable with default headers values

func (*CreateDataAccessConsentV2NotAcceptable) Code

Code gets the status code for the create data access consent v2 not acceptable response

func (*CreateDataAccessConsentV2NotAcceptable) Error

func (*CreateDataAccessConsentV2NotAcceptable) GetPayload

func (*CreateDataAccessConsentV2NotAcceptable) IsClientError

func (o *CreateDataAccessConsentV2NotAcceptable) IsClientError() bool

IsClientError returns true when this create data access consent v2 not acceptable response has a 4xx status code

func (*CreateDataAccessConsentV2NotAcceptable) IsCode

IsCode returns true when this create data access consent v2 not acceptable response a status code equal to that given

func (*CreateDataAccessConsentV2NotAcceptable) IsRedirect

IsRedirect returns true when this create data access consent v2 not acceptable response has a 3xx status code

func (*CreateDataAccessConsentV2NotAcceptable) IsServerError

func (o *CreateDataAccessConsentV2NotAcceptable) IsServerError() bool

IsServerError returns true when this create data access consent v2 not acceptable response has a 5xx status code

func (*CreateDataAccessConsentV2NotAcceptable) IsSuccess

IsSuccess returns true when this create data access consent v2 not acceptable response has a 2xx status code

func (*CreateDataAccessConsentV2NotAcceptable) String

type CreateDataAccessConsentV2Params

type CreateDataAccessConsentV2Params struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerDataAccessConsentRequestV2

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreateDataAccessConsentV2Params contains all the parameters to send to the API endpoint

for the create data access consent v2 operation.

Typically these are written to a http.Request.

func NewCreateDataAccessConsentV2Params

func NewCreateDataAccessConsentV2Params() *CreateDataAccessConsentV2Params

NewCreateDataAccessConsentV2Params creates a new CreateDataAccessConsentV2Params 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 NewCreateDataAccessConsentV2ParamsWithContext

func NewCreateDataAccessConsentV2ParamsWithContext(ctx context.Context) *CreateDataAccessConsentV2Params

NewCreateDataAccessConsentV2ParamsWithContext creates a new CreateDataAccessConsentV2Params object with the ability to set a context for a request.

func NewCreateDataAccessConsentV2ParamsWithHTTPClient

func NewCreateDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentV2Params

NewCreateDataAccessConsentV2ParamsWithHTTPClient creates a new CreateDataAccessConsentV2Params object with the ability to set a custom HTTPClient for a request.

func NewCreateDataAccessConsentV2ParamsWithTimeout

func NewCreateDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentV2Params

NewCreateDataAccessConsentV2ParamsWithTimeout creates a new CreateDataAccessConsentV2Params object with the ability to set a timeout on a request.

func (*CreateDataAccessConsentV2Params) SetContext

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

SetContext adds the context to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetDefaults

func (o *CreateDataAccessConsentV2Params) SetDefaults()

SetDefaults hydrates default values in the create data access consent v2 params (not the query body).

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

func (*CreateDataAccessConsentV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetRequest

SetRequest adds the request to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetTimeout

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

SetTimeout adds the timeout to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetXCustomerUserAgent

func (o *CreateDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetXFapiAuthDate

func (o *CreateDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetXFapiCustomerIPAddress

func (o *CreateDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetXFapiInteractionID

func (o *CreateDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetXIdempotencyKey

func (o *CreateDataAccessConsentV2Params) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) SetXJwsSignature

func (o *CreateDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithContext

WithContext adds the context to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithDefaults

WithDefaults hydrates default values in the create data access consent v2 params (not the query body).

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

func (*CreateDataAccessConsentV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithRequest

WithRequest adds the request to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithTimeout

WithTimeout adds the timeout to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithXCustomerUserAgent

func (o *CreateDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentV2Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithXFapiAuthDate

func (o *CreateDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentV2Params

WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithXFapiCustomerIPAddress

func (o *CreateDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentV2Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithXFapiInteractionID

func (o *CreateDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentV2Params

WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithXIdempotencyKey

func (o *CreateDataAccessConsentV2Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentV2Params

WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WithXJwsSignature

func (o *CreateDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentV2Params

WithXJwsSignature adds the xJwsSignature to the create data access consent v2 params

func (*CreateDataAccessConsentV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDataAccessConsentV2Reader

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

CreateDataAccessConsentV2Reader is a Reader for the CreateDataAccessConsentV2 structure.

func (*CreateDataAccessConsentV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDataAccessConsentV2TooManyRequests

type CreateDataAccessConsentV2TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentV2TooManyRequests

func NewCreateDataAccessConsentV2TooManyRequests() *CreateDataAccessConsentV2TooManyRequests

NewCreateDataAccessConsentV2TooManyRequests creates a CreateDataAccessConsentV2TooManyRequests with default headers values

func (*CreateDataAccessConsentV2TooManyRequests) Code

Code gets the status code for the create data access consent v2 too many requests response

func (*CreateDataAccessConsentV2TooManyRequests) Error

func (*CreateDataAccessConsentV2TooManyRequests) GetPayload

func (*CreateDataAccessConsentV2TooManyRequests) IsClientError

IsClientError returns true when this create data access consent v2 too many requests response has a 4xx status code

func (*CreateDataAccessConsentV2TooManyRequests) IsCode

IsCode returns true when this create data access consent v2 too many requests response a status code equal to that given

func (*CreateDataAccessConsentV2TooManyRequests) IsRedirect

IsRedirect returns true when this create data access consent v2 too many requests response has a 3xx status code

func (*CreateDataAccessConsentV2TooManyRequests) IsServerError

IsServerError returns true when this create data access consent v2 too many requests response has a 5xx status code

func (*CreateDataAccessConsentV2TooManyRequests) IsSuccess

IsSuccess returns true when this create data access consent v2 too many requests response has a 2xx status code

func (*CreateDataAccessConsentV2TooManyRequests) String

type CreateDataAccessConsentV2Unauthorized

type CreateDataAccessConsentV2Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreateDataAccessConsentV2Unauthorized

func NewCreateDataAccessConsentV2Unauthorized() *CreateDataAccessConsentV2Unauthorized

NewCreateDataAccessConsentV2Unauthorized creates a CreateDataAccessConsentV2Unauthorized with default headers values

func (*CreateDataAccessConsentV2Unauthorized) Code

Code gets the status code for the create data access consent v2 unauthorized response

func (*CreateDataAccessConsentV2Unauthorized) Error

func (*CreateDataAccessConsentV2Unauthorized) GetPayload

func (*CreateDataAccessConsentV2Unauthorized) IsClientError

func (o *CreateDataAccessConsentV2Unauthorized) IsClientError() bool

IsClientError returns true when this create data access consent v2 unauthorized response has a 4xx status code

func (*CreateDataAccessConsentV2Unauthorized) IsCode

IsCode returns true when this create data access consent v2 unauthorized response a status code equal to that given

func (*CreateDataAccessConsentV2Unauthorized) IsRedirect

IsRedirect returns true when this create data access consent v2 unauthorized response has a 3xx status code

func (*CreateDataAccessConsentV2Unauthorized) IsServerError

func (o *CreateDataAccessConsentV2Unauthorized) IsServerError() bool

IsServerError returns true when this create data access consent v2 unauthorized response has a 5xx status code

func (*CreateDataAccessConsentV2Unauthorized) IsSuccess

IsSuccess returns true when this create data access consent v2 unauthorized response has a 2xx status code

func (*CreateDataAccessConsentV2Unauthorized) String

type CreateDataAccessConsentV2UnprocessableEntity

type CreateDataAccessConsentV2UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentV2UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreateDataAccessConsentV2UnprocessableEntity

func NewCreateDataAccessConsentV2UnprocessableEntity() *CreateDataAccessConsentV2UnprocessableEntity

NewCreateDataAccessConsentV2UnprocessableEntity creates a CreateDataAccessConsentV2UnprocessableEntity with default headers values

func (*CreateDataAccessConsentV2UnprocessableEntity) Code

Code gets the status code for the create data access consent v2 unprocessable entity response

func (*CreateDataAccessConsentV2UnprocessableEntity) Error

func (*CreateDataAccessConsentV2UnprocessableEntity) GetPayload

func (*CreateDataAccessConsentV2UnprocessableEntity) IsClientError

IsClientError returns true when this create data access consent v2 unprocessable entity response has a 4xx status code

func (*CreateDataAccessConsentV2UnprocessableEntity) IsCode

IsCode returns true when this create data access consent v2 unprocessable entity response a status code equal to that given

func (*CreateDataAccessConsentV2UnprocessableEntity) IsRedirect

IsRedirect returns true when this create data access consent v2 unprocessable entity response has a 3xx status code

func (*CreateDataAccessConsentV2UnprocessableEntity) IsServerError

IsServerError returns true when this create data access consent v2 unprocessable entity response has a 5xx status code

func (*CreateDataAccessConsentV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this create data access consent v2 unprocessable entity response has a 2xx status code

func (*CreateDataAccessConsentV2UnprocessableEntity) String

type CreateDataAccessConsentV2UnsupportedMediaType

type CreateDataAccessConsentV2UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreateDataAccessConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreateDataAccessConsentV2UnsupportedMediaType

func NewCreateDataAccessConsentV2UnsupportedMediaType() *CreateDataAccessConsentV2UnsupportedMediaType

NewCreateDataAccessConsentV2UnsupportedMediaType creates a CreateDataAccessConsentV2UnsupportedMediaType with default headers values

func (*CreateDataAccessConsentV2UnsupportedMediaType) Code

Code gets the status code for the create data access consent v2 unsupported media type response

func (*CreateDataAccessConsentV2UnsupportedMediaType) Error

func (*CreateDataAccessConsentV2UnsupportedMediaType) GetPayload

func (*CreateDataAccessConsentV2UnsupportedMediaType) IsClientError

IsClientError returns true when this create data access consent v2 unsupported media type response has a 4xx status code

func (*CreateDataAccessConsentV2UnsupportedMediaType) IsCode

IsCode returns true when this create data access consent v2 unsupported media type response a status code equal to that given

func (*CreateDataAccessConsentV2UnsupportedMediaType) IsRedirect

IsRedirect returns true when this create data access consent v2 unsupported media type response has a 3xx status code

func (*CreateDataAccessConsentV2UnsupportedMediaType) IsServerError

IsServerError returns true when this create data access consent v2 unsupported media type response has a 5xx status code

func (*CreateDataAccessConsentV2UnsupportedMediaType) IsSuccess

IsSuccess returns true when this create data access consent v2 unsupported media type response has a 2xx status code

func (*CreateDataAccessConsentV2UnsupportedMediaType) String

type CreatePaymentConsentBadRequest

type CreatePaymentConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewCreatePaymentConsentBadRequest

func NewCreatePaymentConsentBadRequest() *CreatePaymentConsentBadRequest

NewCreatePaymentConsentBadRequest creates a CreatePaymentConsentBadRequest with default headers values

func (*CreatePaymentConsentBadRequest) Code

Code gets the status code for the create payment consent bad request response

func (*CreatePaymentConsentBadRequest) Error

func (*CreatePaymentConsentBadRequest) GetPayload

func (*CreatePaymentConsentBadRequest) IsClientError

func (o *CreatePaymentConsentBadRequest) IsClientError() bool

IsClientError returns true when this create payment consent bad request response has a 4xx status code

func (*CreatePaymentConsentBadRequest) IsCode

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

IsCode returns true when this create payment consent bad request response a status code equal to that given

func (*CreatePaymentConsentBadRequest) IsRedirect

func (o *CreatePaymentConsentBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment consent bad request response has a 3xx status code

func (*CreatePaymentConsentBadRequest) IsServerError

func (o *CreatePaymentConsentBadRequest) IsServerError() bool

IsServerError returns true when this create payment consent bad request response has a 5xx status code

func (*CreatePaymentConsentBadRequest) IsSuccess

func (o *CreatePaymentConsentBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment consent bad request response has a 2xx status code

func (*CreatePaymentConsentBadRequest) String

type CreatePaymentConsentCreated

type CreatePaymentConsentCreated struct {
	Payload *models.BrazilCustomerPaymentConsentResponse
}

CreatePaymentConsentCreated describes a response with status code 201, with default header values.

Customer payment consent

func NewCreatePaymentConsentCreated

func NewCreatePaymentConsentCreated() *CreatePaymentConsentCreated

NewCreatePaymentConsentCreated creates a CreatePaymentConsentCreated with default headers values

func (*CreatePaymentConsentCreated) Code

func (o *CreatePaymentConsentCreated) Code() int

Code gets the status code for the create payment consent created response

func (*CreatePaymentConsentCreated) Error

func (*CreatePaymentConsentCreated) GetPayload

func (*CreatePaymentConsentCreated) IsClientError

func (o *CreatePaymentConsentCreated) IsClientError() bool

IsClientError returns true when this create payment consent created response has a 4xx status code

func (*CreatePaymentConsentCreated) IsCode

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

IsCode returns true when this create payment consent created response a status code equal to that given

func (*CreatePaymentConsentCreated) IsRedirect

func (o *CreatePaymentConsentCreated) IsRedirect() bool

IsRedirect returns true when this create payment consent created response has a 3xx status code

func (*CreatePaymentConsentCreated) IsServerError

func (o *CreatePaymentConsentCreated) IsServerError() bool

IsServerError returns true when this create payment consent created response has a 5xx status code

func (*CreatePaymentConsentCreated) IsSuccess

func (o *CreatePaymentConsentCreated) IsSuccess() bool

IsSuccess returns true when this create payment consent created response has a 2xx status code

func (*CreatePaymentConsentCreated) String

func (o *CreatePaymentConsentCreated) String() string

type CreatePaymentConsentDeprecatedBadRequest

type CreatePaymentConsentDeprecatedBadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentDeprecatedBadRequest describes a response with status code 400, with default header values.

Error

func NewCreatePaymentConsentDeprecatedBadRequest

func NewCreatePaymentConsentDeprecatedBadRequest() *CreatePaymentConsentDeprecatedBadRequest

NewCreatePaymentConsentDeprecatedBadRequest creates a CreatePaymentConsentDeprecatedBadRequest with default headers values

func (*CreatePaymentConsentDeprecatedBadRequest) Code

Code gets the status code for the create payment consent deprecated bad request response

func (*CreatePaymentConsentDeprecatedBadRequest) Error

func (*CreatePaymentConsentDeprecatedBadRequest) GetPayload

func (*CreatePaymentConsentDeprecatedBadRequest) IsClientError

IsClientError returns true when this create payment consent deprecated bad request response has a 4xx status code

func (*CreatePaymentConsentDeprecatedBadRequest) IsCode

IsCode returns true when this create payment consent deprecated bad request response a status code equal to that given

func (*CreatePaymentConsentDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this create payment consent deprecated bad request response has a 3xx status code

func (*CreatePaymentConsentDeprecatedBadRequest) IsServerError

IsServerError returns true when this create payment consent deprecated bad request response has a 5xx status code

func (*CreatePaymentConsentDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this create payment consent deprecated bad request response has a 2xx status code

func (*CreatePaymentConsentDeprecatedBadRequest) String

type CreatePaymentConsentDeprecatedCreated

type CreatePaymentConsentDeprecatedCreated struct {
	Payload *models.BrazilCustomerPaymentConsentResponse
}

CreatePaymentConsentDeprecatedCreated describes a response with status code 201, with default header values.

Customer payment consent

func NewCreatePaymentConsentDeprecatedCreated

func NewCreatePaymentConsentDeprecatedCreated() *CreatePaymentConsentDeprecatedCreated

NewCreatePaymentConsentDeprecatedCreated creates a CreatePaymentConsentDeprecatedCreated with default headers values

func (*CreatePaymentConsentDeprecatedCreated) Code

Code gets the status code for the create payment consent deprecated created response

func (*CreatePaymentConsentDeprecatedCreated) Error

func (*CreatePaymentConsentDeprecatedCreated) GetPayload

func (*CreatePaymentConsentDeprecatedCreated) IsClientError

func (o *CreatePaymentConsentDeprecatedCreated) IsClientError() bool

IsClientError returns true when this create payment consent deprecated created response has a 4xx status code

func (*CreatePaymentConsentDeprecatedCreated) IsCode

IsCode returns true when this create payment consent deprecated created response a status code equal to that given

func (*CreatePaymentConsentDeprecatedCreated) IsRedirect

IsRedirect returns true when this create payment consent deprecated created response has a 3xx status code

func (*CreatePaymentConsentDeprecatedCreated) IsServerError

func (o *CreatePaymentConsentDeprecatedCreated) IsServerError() bool

IsServerError returns true when this create payment consent deprecated created response has a 5xx status code

func (*CreatePaymentConsentDeprecatedCreated) IsSuccess

IsSuccess returns true when this create payment consent deprecated created response has a 2xx status code

func (*CreatePaymentConsentDeprecatedCreated) String

type CreatePaymentConsentDeprecatedForbidden

type CreatePaymentConsentDeprecatedForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentDeprecatedForbidden

func NewCreatePaymentConsentDeprecatedForbidden() *CreatePaymentConsentDeprecatedForbidden

NewCreatePaymentConsentDeprecatedForbidden creates a CreatePaymentConsentDeprecatedForbidden with default headers values

func (*CreatePaymentConsentDeprecatedForbidden) Code

Code gets the status code for the create payment consent deprecated forbidden response

func (*CreatePaymentConsentDeprecatedForbidden) Error

func (*CreatePaymentConsentDeprecatedForbidden) GetPayload

func (*CreatePaymentConsentDeprecatedForbidden) IsClientError

func (o *CreatePaymentConsentDeprecatedForbidden) IsClientError() bool

IsClientError returns true when this create payment consent deprecated forbidden response has a 4xx status code

func (*CreatePaymentConsentDeprecatedForbidden) IsCode

IsCode returns true when this create payment consent deprecated forbidden response a status code equal to that given

func (*CreatePaymentConsentDeprecatedForbidden) IsRedirect

IsRedirect returns true when this create payment consent deprecated forbidden response has a 3xx status code

func (*CreatePaymentConsentDeprecatedForbidden) IsServerError

func (o *CreatePaymentConsentDeprecatedForbidden) IsServerError() bool

IsServerError returns true when this create payment consent deprecated forbidden response has a 5xx status code

func (*CreatePaymentConsentDeprecatedForbidden) IsSuccess

IsSuccess returns true when this create payment consent deprecated forbidden response has a 2xx status code

func (*CreatePaymentConsentDeprecatedForbidden) String

type CreatePaymentConsentDeprecatedInternalServerError

type CreatePaymentConsentDeprecatedInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.

Error

func NewCreatePaymentConsentDeprecatedInternalServerError

func NewCreatePaymentConsentDeprecatedInternalServerError() *CreatePaymentConsentDeprecatedInternalServerError

NewCreatePaymentConsentDeprecatedInternalServerError creates a CreatePaymentConsentDeprecatedInternalServerError with default headers values

func (*CreatePaymentConsentDeprecatedInternalServerError) Code

Code gets the status code for the create payment consent deprecated internal server error response

func (*CreatePaymentConsentDeprecatedInternalServerError) Error

func (*CreatePaymentConsentDeprecatedInternalServerError) GetPayload

func (*CreatePaymentConsentDeprecatedInternalServerError) IsClientError

IsClientError returns true when this create payment consent deprecated internal server error response has a 4xx status code

func (*CreatePaymentConsentDeprecatedInternalServerError) IsCode

IsCode returns true when this create payment consent deprecated internal server error response a status code equal to that given

func (*CreatePaymentConsentDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this create payment consent deprecated internal server error response has a 3xx status code

func (*CreatePaymentConsentDeprecatedInternalServerError) IsServerError

IsServerError returns true when this create payment consent deprecated internal server error response has a 5xx status code

func (*CreatePaymentConsentDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this create payment consent deprecated internal server error response has a 2xx status code

func (*CreatePaymentConsentDeprecatedInternalServerError) String

type CreatePaymentConsentDeprecatedMethodNotAllowed

type CreatePaymentConsentDeprecatedMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreatePaymentConsentDeprecatedMethodNotAllowed

func NewCreatePaymentConsentDeprecatedMethodNotAllowed() *CreatePaymentConsentDeprecatedMethodNotAllowed

NewCreatePaymentConsentDeprecatedMethodNotAllowed creates a CreatePaymentConsentDeprecatedMethodNotAllowed with default headers values

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) Code

Code gets the status code for the create payment consent deprecated method not allowed response

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) Error

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) GetPayload

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsClientError

IsClientError returns true when this create payment consent deprecated method not allowed response has a 4xx status code

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsCode

IsCode returns true when this create payment consent deprecated method not allowed response a status code equal to that given

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsRedirect

IsRedirect returns true when this create payment consent deprecated method not allowed response has a 3xx status code

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsServerError

IsServerError returns true when this create payment consent deprecated method not allowed response has a 5xx status code

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsSuccess

IsSuccess returns true when this create payment consent deprecated method not allowed response has a 2xx status code

func (*CreatePaymentConsentDeprecatedMethodNotAllowed) String

type CreatePaymentConsentDeprecatedNotAcceptable

type CreatePaymentConsentDeprecatedNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreatePaymentConsentDeprecatedNotAcceptable

func NewCreatePaymentConsentDeprecatedNotAcceptable() *CreatePaymentConsentDeprecatedNotAcceptable

NewCreatePaymentConsentDeprecatedNotAcceptable creates a CreatePaymentConsentDeprecatedNotAcceptable with default headers values

func (*CreatePaymentConsentDeprecatedNotAcceptable) Code

Code gets the status code for the create payment consent deprecated not acceptable response

func (*CreatePaymentConsentDeprecatedNotAcceptable) Error

func (*CreatePaymentConsentDeprecatedNotAcceptable) GetPayload

func (*CreatePaymentConsentDeprecatedNotAcceptable) IsClientError

IsClientError returns true when this create payment consent deprecated not acceptable response has a 4xx status code

func (*CreatePaymentConsentDeprecatedNotAcceptable) IsCode

IsCode returns true when this create payment consent deprecated not acceptable response a status code equal to that given

func (*CreatePaymentConsentDeprecatedNotAcceptable) IsRedirect

IsRedirect returns true when this create payment consent deprecated not acceptable response has a 3xx status code

func (*CreatePaymentConsentDeprecatedNotAcceptable) IsServerError

IsServerError returns true when this create payment consent deprecated not acceptable response has a 5xx status code

func (*CreatePaymentConsentDeprecatedNotAcceptable) IsSuccess

IsSuccess returns true when this create payment consent deprecated not acceptable response has a 2xx status code

func (*CreatePaymentConsentDeprecatedNotAcceptable) String

type CreatePaymentConsentDeprecatedParams

type CreatePaymentConsentDeprecatedParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerCreatePaymentConsentRequest

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreatePaymentConsentDeprecatedParams contains all the parameters to send to the API endpoint

for the create payment consent deprecated operation.

Typically these are written to a http.Request.

func NewCreatePaymentConsentDeprecatedParams

func NewCreatePaymentConsentDeprecatedParams() *CreatePaymentConsentDeprecatedParams

NewCreatePaymentConsentDeprecatedParams creates a new CreatePaymentConsentDeprecatedParams 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 NewCreatePaymentConsentDeprecatedParamsWithContext

func NewCreatePaymentConsentDeprecatedParamsWithContext(ctx context.Context) *CreatePaymentConsentDeprecatedParams

NewCreatePaymentConsentDeprecatedParamsWithContext creates a new CreatePaymentConsentDeprecatedParams object with the ability to set a context for a request.

func NewCreatePaymentConsentDeprecatedParamsWithHTTPClient

func NewCreatePaymentConsentDeprecatedParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentDeprecatedParams

NewCreatePaymentConsentDeprecatedParamsWithHTTPClient creates a new CreatePaymentConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePaymentConsentDeprecatedParamsWithTimeout

func NewCreatePaymentConsentDeprecatedParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentDeprecatedParams

NewCreatePaymentConsentDeprecatedParamsWithTimeout creates a new CreatePaymentConsentDeprecatedParams object with the ability to set a timeout on a request.

func (*CreatePaymentConsentDeprecatedParams) SetContext

SetContext adds the context to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetDefaults

func (o *CreatePaymentConsentDeprecatedParams) SetDefaults()

SetDefaults hydrates default values in the create payment consent deprecated params (not the query body).

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

func (*CreatePaymentConsentDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetRequest

SetRequest adds the request to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetXCustomerUserAgent

func (o *CreatePaymentConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetXFapiAuthDate

func (o *CreatePaymentConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress

func (o *CreatePaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetXFapiInteractionID

func (o *CreatePaymentConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetXIdempotencyKey

func (o *CreatePaymentConsentDeprecatedParams) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) SetXJwsSignature

func (o *CreatePaymentConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithContext

WithContext adds the context to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithDefaults

WithDefaults hydrates default values in the create payment consent deprecated params (not the query body).

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

func (*CreatePaymentConsentDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithRequest

WithRequest adds the request to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithXCustomerUserAgent

func (o *CreatePaymentConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentDeprecatedParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress

func (o *CreatePaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentDeprecatedParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithXFapiInteractionID

func (o *CreatePaymentConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentDeprecatedParams

WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithXIdempotencyKey

func (o *CreatePaymentConsentDeprecatedParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentDeprecatedParams

WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create payment consent deprecated params

func (*CreatePaymentConsentDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePaymentConsentDeprecatedReader

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

CreatePaymentConsentDeprecatedReader is a Reader for the CreatePaymentConsentDeprecated structure.

func (*CreatePaymentConsentDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentConsentDeprecatedTooManyRequests

type CreatePaymentConsentDeprecatedTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentDeprecatedTooManyRequests

func NewCreatePaymentConsentDeprecatedTooManyRequests() *CreatePaymentConsentDeprecatedTooManyRequests

NewCreatePaymentConsentDeprecatedTooManyRequests creates a CreatePaymentConsentDeprecatedTooManyRequests with default headers values

func (*CreatePaymentConsentDeprecatedTooManyRequests) Code

Code gets the status code for the create payment consent deprecated too many requests response

func (*CreatePaymentConsentDeprecatedTooManyRequests) Error

func (*CreatePaymentConsentDeprecatedTooManyRequests) GetPayload

func (*CreatePaymentConsentDeprecatedTooManyRequests) IsClientError

IsClientError returns true when this create payment consent deprecated too many requests response has a 4xx status code

func (*CreatePaymentConsentDeprecatedTooManyRequests) IsCode

IsCode returns true when this create payment consent deprecated too many requests response a status code equal to that given

func (*CreatePaymentConsentDeprecatedTooManyRequests) IsRedirect

IsRedirect returns true when this create payment consent deprecated too many requests response has a 3xx status code

func (*CreatePaymentConsentDeprecatedTooManyRequests) IsServerError

IsServerError returns true when this create payment consent deprecated too many requests response has a 5xx status code

func (*CreatePaymentConsentDeprecatedTooManyRequests) IsSuccess

IsSuccess returns true when this create payment consent deprecated too many requests response has a 2xx status code

func (*CreatePaymentConsentDeprecatedTooManyRequests) String

type CreatePaymentConsentDeprecatedUnauthorized

type CreatePaymentConsentDeprecatedUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentDeprecatedUnauthorized

func NewCreatePaymentConsentDeprecatedUnauthorized() *CreatePaymentConsentDeprecatedUnauthorized

NewCreatePaymentConsentDeprecatedUnauthorized creates a CreatePaymentConsentDeprecatedUnauthorized with default headers values

func (*CreatePaymentConsentDeprecatedUnauthorized) Code

Code gets the status code for the create payment consent deprecated unauthorized response

func (*CreatePaymentConsentDeprecatedUnauthorized) Error

func (*CreatePaymentConsentDeprecatedUnauthorized) GetPayload

func (*CreatePaymentConsentDeprecatedUnauthorized) IsClientError

IsClientError returns true when this create payment consent deprecated unauthorized response has a 4xx status code

func (*CreatePaymentConsentDeprecatedUnauthorized) IsCode

IsCode returns true when this create payment consent deprecated unauthorized response a status code equal to that given

func (*CreatePaymentConsentDeprecatedUnauthorized) IsRedirect

IsRedirect returns true when this create payment consent deprecated unauthorized response has a 3xx status code

func (*CreatePaymentConsentDeprecatedUnauthorized) IsServerError

IsServerError returns true when this create payment consent deprecated unauthorized response has a 5xx status code

func (*CreatePaymentConsentDeprecatedUnauthorized) IsSuccess

IsSuccess returns true when this create payment consent deprecated unauthorized response has a 2xx status code

func (*CreatePaymentConsentDeprecatedUnauthorized) String

type CreatePaymentConsentDeprecatedUnprocessableEntity

type CreatePaymentConsentDeprecatedUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreatePaymentConsentDeprecatedUnprocessableEntity

func NewCreatePaymentConsentDeprecatedUnprocessableEntity() *CreatePaymentConsentDeprecatedUnprocessableEntity

NewCreatePaymentConsentDeprecatedUnprocessableEntity creates a CreatePaymentConsentDeprecatedUnprocessableEntity with default headers values

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) Code

Code gets the status code for the create payment consent deprecated unprocessable entity response

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) Error

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) GetPayload

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsClientError

IsClientError returns true when this create payment consent deprecated unprocessable entity response has a 4xx status code

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsCode

IsCode returns true when this create payment consent deprecated unprocessable entity response a status code equal to that given

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsRedirect

IsRedirect returns true when this create payment consent deprecated unprocessable entity response has a 3xx status code

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsServerError

IsServerError returns true when this create payment consent deprecated unprocessable entity response has a 5xx status code

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsSuccess

IsSuccess returns true when this create payment consent deprecated unprocessable entity response has a 2xx status code

func (*CreatePaymentConsentDeprecatedUnprocessableEntity) String

type CreatePaymentConsentDeprecatedUnsupportedMediaType

type CreatePaymentConsentDeprecatedUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreatePaymentConsentDeprecatedUnsupportedMediaType

func NewCreatePaymentConsentDeprecatedUnsupportedMediaType() *CreatePaymentConsentDeprecatedUnsupportedMediaType

NewCreatePaymentConsentDeprecatedUnsupportedMediaType creates a CreatePaymentConsentDeprecatedUnsupportedMediaType with default headers values

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) Code

Code gets the status code for the create payment consent deprecated unsupported media type response

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) Error

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) GetPayload

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsClientError

IsClientError returns true when this create payment consent deprecated unsupported media type response has a 4xx status code

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsCode

IsCode returns true when this create payment consent deprecated unsupported media type response a status code equal to that given

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create payment consent deprecated unsupported media type response has a 3xx status code

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsServerError

IsServerError returns true when this create payment consent deprecated unsupported media type response has a 5xx status code

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create payment consent deprecated unsupported media type response has a 2xx status code

func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) String

type CreatePaymentConsentForbidden

type CreatePaymentConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentForbidden

func NewCreatePaymentConsentForbidden() *CreatePaymentConsentForbidden

NewCreatePaymentConsentForbidden creates a CreatePaymentConsentForbidden with default headers values

func (*CreatePaymentConsentForbidden) Code

Code gets the status code for the create payment consent forbidden response

func (*CreatePaymentConsentForbidden) Error

func (*CreatePaymentConsentForbidden) GetPayload

func (*CreatePaymentConsentForbidden) IsClientError

func (o *CreatePaymentConsentForbidden) IsClientError() bool

IsClientError returns true when this create payment consent forbidden response has a 4xx status code

func (*CreatePaymentConsentForbidden) IsCode

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

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

func (*CreatePaymentConsentForbidden) IsRedirect

func (o *CreatePaymentConsentForbidden) IsRedirect() bool

IsRedirect returns true when this create payment consent forbidden response has a 3xx status code

func (*CreatePaymentConsentForbidden) IsServerError

func (o *CreatePaymentConsentForbidden) IsServerError() bool

IsServerError returns true when this create payment consent forbidden response has a 5xx status code

func (*CreatePaymentConsentForbidden) IsSuccess

func (o *CreatePaymentConsentForbidden) IsSuccess() bool

IsSuccess returns true when this create payment consent forbidden response has a 2xx status code

func (*CreatePaymentConsentForbidden) String

type CreatePaymentConsentInternalServerError

type CreatePaymentConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewCreatePaymentConsentInternalServerError

func NewCreatePaymentConsentInternalServerError() *CreatePaymentConsentInternalServerError

NewCreatePaymentConsentInternalServerError creates a CreatePaymentConsentInternalServerError with default headers values

func (*CreatePaymentConsentInternalServerError) Code

Code gets the status code for the create payment consent internal server error response

func (*CreatePaymentConsentInternalServerError) Error

func (*CreatePaymentConsentInternalServerError) GetPayload

func (*CreatePaymentConsentInternalServerError) IsClientError

func (o *CreatePaymentConsentInternalServerError) IsClientError() bool

IsClientError returns true when this create payment consent internal server error response has a 4xx status code

func (*CreatePaymentConsentInternalServerError) IsCode

IsCode returns true when this create payment consent internal server error response a status code equal to that given

func (*CreatePaymentConsentInternalServerError) IsRedirect

IsRedirect returns true when this create payment consent internal server error response has a 3xx status code

func (*CreatePaymentConsentInternalServerError) IsServerError

func (o *CreatePaymentConsentInternalServerError) IsServerError() bool

IsServerError returns true when this create payment consent internal server error response has a 5xx status code

func (*CreatePaymentConsentInternalServerError) IsSuccess

IsSuccess returns true when this create payment consent internal server error response has a 2xx status code

func (*CreatePaymentConsentInternalServerError) String

type CreatePaymentConsentMethodNotAllowed

type CreatePaymentConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreatePaymentConsentMethodNotAllowed

func NewCreatePaymentConsentMethodNotAllowed() *CreatePaymentConsentMethodNotAllowed

NewCreatePaymentConsentMethodNotAllowed creates a CreatePaymentConsentMethodNotAllowed with default headers values

func (*CreatePaymentConsentMethodNotAllowed) Code

Code gets the status code for the create payment consent method not allowed response

func (*CreatePaymentConsentMethodNotAllowed) Error

func (*CreatePaymentConsentMethodNotAllowed) GetPayload

func (*CreatePaymentConsentMethodNotAllowed) IsClientError

func (o *CreatePaymentConsentMethodNotAllowed) IsClientError() bool

IsClientError returns true when this create payment consent method not allowed response has a 4xx status code

func (*CreatePaymentConsentMethodNotAllowed) IsCode

IsCode returns true when this create payment consent method not allowed response a status code equal to that given

func (*CreatePaymentConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this create payment consent method not allowed response has a 3xx status code

func (*CreatePaymentConsentMethodNotAllowed) IsServerError

func (o *CreatePaymentConsentMethodNotAllowed) IsServerError() bool

IsServerError returns true when this create payment consent method not allowed response has a 5xx status code

func (*CreatePaymentConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this create payment consent method not allowed response has a 2xx status code

func (*CreatePaymentConsentMethodNotAllowed) String

type CreatePaymentConsentNotAcceptable

type CreatePaymentConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreatePaymentConsentNotAcceptable

func NewCreatePaymentConsentNotAcceptable() *CreatePaymentConsentNotAcceptable

NewCreatePaymentConsentNotAcceptable creates a CreatePaymentConsentNotAcceptable with default headers values

func (*CreatePaymentConsentNotAcceptable) Code

Code gets the status code for the create payment consent not acceptable response

func (*CreatePaymentConsentNotAcceptable) Error

func (*CreatePaymentConsentNotAcceptable) GetPayload

func (*CreatePaymentConsentNotAcceptable) IsClientError

func (o *CreatePaymentConsentNotAcceptable) IsClientError() bool

IsClientError returns true when this create payment consent not acceptable response has a 4xx status code

func (*CreatePaymentConsentNotAcceptable) IsCode

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

IsCode returns true when this create payment consent not acceptable response a status code equal to that given

func (*CreatePaymentConsentNotAcceptable) IsRedirect

func (o *CreatePaymentConsentNotAcceptable) IsRedirect() bool

IsRedirect returns true when this create payment consent not acceptable response has a 3xx status code

func (*CreatePaymentConsentNotAcceptable) IsServerError

func (o *CreatePaymentConsentNotAcceptable) IsServerError() bool

IsServerError returns true when this create payment consent not acceptable response has a 5xx status code

func (*CreatePaymentConsentNotAcceptable) IsSuccess

func (o *CreatePaymentConsentNotAcceptable) IsSuccess() bool

IsSuccess returns true when this create payment consent not acceptable response has a 2xx status code

func (*CreatePaymentConsentNotAcceptable) String

type CreatePaymentConsentParams

type CreatePaymentConsentParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerCreatePaymentConsentRequest

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreatePaymentConsentParams contains all the parameters to send to the API endpoint

for the create payment consent operation.

Typically these are written to a http.Request.

func NewCreatePaymentConsentParams

func NewCreatePaymentConsentParams() *CreatePaymentConsentParams

NewCreatePaymentConsentParams creates a new CreatePaymentConsentParams 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 NewCreatePaymentConsentParamsWithContext

func NewCreatePaymentConsentParamsWithContext(ctx context.Context) *CreatePaymentConsentParams

NewCreatePaymentConsentParamsWithContext creates a new CreatePaymentConsentParams object with the ability to set a context for a request.

func NewCreatePaymentConsentParamsWithHTTPClient

func NewCreatePaymentConsentParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentParams

NewCreatePaymentConsentParamsWithHTTPClient creates a new CreatePaymentConsentParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePaymentConsentParamsWithTimeout

func NewCreatePaymentConsentParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentParams

NewCreatePaymentConsentParamsWithTimeout creates a new CreatePaymentConsentParams object with the ability to set a timeout on a request.

func (*CreatePaymentConsentParams) SetContext

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

SetContext adds the context to the create payment consent params

func (*CreatePaymentConsentParams) SetDefaults

func (o *CreatePaymentConsentParams) SetDefaults()

SetDefaults hydrates default values in the create payment consent params (not the query body).

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

func (*CreatePaymentConsentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create payment consent params

func (*CreatePaymentConsentParams) SetRequest

SetRequest adds the request to the create payment consent params

func (*CreatePaymentConsentParams) SetTimeout

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

SetTimeout adds the timeout to the create payment consent params

func (*CreatePaymentConsentParams) SetXCustomerUserAgent

func (o *CreatePaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent params

func (*CreatePaymentConsentParams) SetXFapiAuthDate

func (o *CreatePaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent params

func (*CreatePaymentConsentParams) SetXFapiCustomerIPAddress

func (o *CreatePaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent params

func (*CreatePaymentConsentParams) SetXFapiInteractionID

func (o *CreatePaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent params

func (*CreatePaymentConsentParams) SetXIdempotencyKey

func (o *CreatePaymentConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent params

func (*CreatePaymentConsentParams) SetXJwsSignature

func (o *CreatePaymentConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create payment consent params

func (*CreatePaymentConsentParams) WithContext

WithContext adds the context to the create payment consent params

func (*CreatePaymentConsentParams) WithDefaults

WithDefaults hydrates default values in the create payment consent params (not the query body).

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

func (*CreatePaymentConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment consent params

func (*CreatePaymentConsentParams) WithRequest

WithRequest adds the request to the create payment consent params

func (*CreatePaymentConsentParams) WithTimeout

WithTimeout adds the timeout to the create payment consent params

func (*CreatePaymentConsentParams) WithXCustomerUserAgent

func (o *CreatePaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent params

func (*CreatePaymentConsentParams) WithXFapiAuthDate

func (o *CreatePaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentParams

WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent params

func (*CreatePaymentConsentParams) WithXFapiCustomerIPAddress

func (o *CreatePaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent params

func (*CreatePaymentConsentParams) WithXFapiInteractionID

func (o *CreatePaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent params

func (*CreatePaymentConsentParams) WithXIdempotencyKey

func (o *CreatePaymentConsentParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentParams

WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent params

func (*CreatePaymentConsentParams) WithXJwsSignature

func (o *CreatePaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentParams

WithXJwsSignature adds the xJwsSignature to the create payment consent params

func (*CreatePaymentConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePaymentConsentReader

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

CreatePaymentConsentReader is a Reader for the CreatePaymentConsent structure.

func (*CreatePaymentConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentConsentTooManyRequests

type CreatePaymentConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentTooManyRequests

func NewCreatePaymentConsentTooManyRequests() *CreatePaymentConsentTooManyRequests

NewCreatePaymentConsentTooManyRequests creates a CreatePaymentConsentTooManyRequests with default headers values

func (*CreatePaymentConsentTooManyRequests) Code

Code gets the status code for the create payment consent too many requests response

func (*CreatePaymentConsentTooManyRequests) Error

func (*CreatePaymentConsentTooManyRequests) GetPayload

func (*CreatePaymentConsentTooManyRequests) IsClientError

func (o *CreatePaymentConsentTooManyRequests) IsClientError() bool

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

func (*CreatePaymentConsentTooManyRequests) IsCode

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

func (*CreatePaymentConsentTooManyRequests) IsRedirect

func (o *CreatePaymentConsentTooManyRequests) IsRedirect() bool

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

func (*CreatePaymentConsentTooManyRequests) IsServerError

func (o *CreatePaymentConsentTooManyRequests) IsServerError() bool

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

func (*CreatePaymentConsentTooManyRequests) IsSuccess

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

func (*CreatePaymentConsentTooManyRequests) String

type CreatePaymentConsentUnauthorized

type CreatePaymentConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentUnauthorized

func NewCreatePaymentConsentUnauthorized() *CreatePaymentConsentUnauthorized

NewCreatePaymentConsentUnauthorized creates a CreatePaymentConsentUnauthorized with default headers values

func (*CreatePaymentConsentUnauthorized) Code

Code gets the status code for the create payment consent unauthorized response

func (*CreatePaymentConsentUnauthorized) Error

func (*CreatePaymentConsentUnauthorized) GetPayload

func (*CreatePaymentConsentUnauthorized) IsClientError

func (o *CreatePaymentConsentUnauthorized) IsClientError() bool

IsClientError returns true when this create payment consent unauthorized response has a 4xx status code

func (*CreatePaymentConsentUnauthorized) IsCode

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

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

func (*CreatePaymentConsentUnauthorized) IsRedirect

func (o *CreatePaymentConsentUnauthorized) IsRedirect() bool

IsRedirect returns true when this create payment consent unauthorized response has a 3xx status code

func (*CreatePaymentConsentUnauthorized) IsServerError

func (o *CreatePaymentConsentUnauthorized) IsServerError() bool

IsServerError returns true when this create payment consent unauthorized response has a 5xx status code

func (*CreatePaymentConsentUnauthorized) IsSuccess

func (o *CreatePaymentConsentUnauthorized) IsSuccess() bool

IsSuccess returns true when this create payment consent unauthorized response has a 2xx status code

func (*CreatePaymentConsentUnauthorized) String

type CreatePaymentConsentUnprocessableEntity

type CreatePaymentConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreatePaymentConsentUnprocessableEntity

func NewCreatePaymentConsentUnprocessableEntity() *CreatePaymentConsentUnprocessableEntity

NewCreatePaymentConsentUnprocessableEntity creates a CreatePaymentConsentUnprocessableEntity with default headers values

func (*CreatePaymentConsentUnprocessableEntity) Code

Code gets the status code for the create payment consent unprocessable entity response

func (*CreatePaymentConsentUnprocessableEntity) Error

func (*CreatePaymentConsentUnprocessableEntity) GetPayload

func (*CreatePaymentConsentUnprocessableEntity) IsClientError

func (o *CreatePaymentConsentUnprocessableEntity) IsClientError() bool

IsClientError returns true when this create payment consent unprocessable entity response has a 4xx status code

func (*CreatePaymentConsentUnprocessableEntity) IsCode

IsCode returns true when this create payment consent unprocessable entity response a status code equal to that given

func (*CreatePaymentConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this create payment consent unprocessable entity response has a 3xx status code

func (*CreatePaymentConsentUnprocessableEntity) IsServerError

func (o *CreatePaymentConsentUnprocessableEntity) IsServerError() bool

IsServerError returns true when this create payment consent unprocessable entity response has a 5xx status code

func (*CreatePaymentConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this create payment consent unprocessable entity response has a 2xx status code

func (*CreatePaymentConsentUnprocessableEntity) String

type CreatePaymentConsentUnsupportedMediaType

type CreatePaymentConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreatePaymentConsentUnsupportedMediaType

func NewCreatePaymentConsentUnsupportedMediaType() *CreatePaymentConsentUnsupportedMediaType

NewCreatePaymentConsentUnsupportedMediaType creates a CreatePaymentConsentUnsupportedMediaType with default headers values

func (*CreatePaymentConsentUnsupportedMediaType) Code

Code gets the status code for the create payment consent unsupported media type response

func (*CreatePaymentConsentUnsupportedMediaType) Error

func (*CreatePaymentConsentUnsupportedMediaType) GetPayload

func (*CreatePaymentConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this create payment consent unsupported media type response has a 4xx status code

func (*CreatePaymentConsentUnsupportedMediaType) IsCode

IsCode returns true when this create payment consent unsupported media type response a status code equal to that given

func (*CreatePaymentConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create payment consent unsupported media type response has a 3xx status code

func (*CreatePaymentConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this create payment consent unsupported media type response has a 5xx status code

func (*CreatePaymentConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create payment consent unsupported media type response has a 2xx status code

func (*CreatePaymentConsentUnsupportedMediaType) String

type CreatePaymentConsentV2BadRequest

type CreatePaymentConsentV2BadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV2BadRequest describes a response with status code 400, with default header values.

Error

func NewCreatePaymentConsentV2BadRequest

func NewCreatePaymentConsentV2BadRequest() *CreatePaymentConsentV2BadRequest

NewCreatePaymentConsentV2BadRequest creates a CreatePaymentConsentV2BadRequest with default headers values

func (*CreatePaymentConsentV2BadRequest) Code

Code gets the status code for the create payment consent v2 bad request response

func (*CreatePaymentConsentV2BadRequest) Error

func (*CreatePaymentConsentV2BadRequest) GetPayload

func (*CreatePaymentConsentV2BadRequest) IsClientError

func (o *CreatePaymentConsentV2BadRequest) IsClientError() bool

IsClientError returns true when this create payment consent v2 bad request response has a 4xx status code

func (*CreatePaymentConsentV2BadRequest) IsCode

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

IsCode returns true when this create payment consent v2 bad request response a status code equal to that given

func (*CreatePaymentConsentV2BadRequest) IsRedirect

func (o *CreatePaymentConsentV2BadRequest) IsRedirect() bool

IsRedirect returns true when this create payment consent v2 bad request response has a 3xx status code

func (*CreatePaymentConsentV2BadRequest) IsServerError

func (o *CreatePaymentConsentV2BadRequest) IsServerError() bool

IsServerError returns true when this create payment consent v2 bad request response has a 5xx status code

func (*CreatePaymentConsentV2BadRequest) IsSuccess

func (o *CreatePaymentConsentV2BadRequest) IsSuccess() bool

IsSuccess returns true when this create payment consent v2 bad request response has a 2xx status code

func (*CreatePaymentConsentV2BadRequest) String

type CreatePaymentConsentV2Created

type CreatePaymentConsentV2Created struct {
	Payload *models.BrazilCustomerPaymentConsentResponseV2
}

CreatePaymentConsentV2Created describes a response with status code 201, with default header values.

Customer payment consent

func NewCreatePaymentConsentV2Created

func NewCreatePaymentConsentV2Created() *CreatePaymentConsentV2Created

NewCreatePaymentConsentV2Created creates a CreatePaymentConsentV2Created with default headers values

func (*CreatePaymentConsentV2Created) Code

Code gets the status code for the create payment consent v2 created response

func (*CreatePaymentConsentV2Created) Error

func (*CreatePaymentConsentV2Created) GetPayload

func (*CreatePaymentConsentV2Created) IsClientError

func (o *CreatePaymentConsentV2Created) IsClientError() bool

IsClientError returns true when this create payment consent v2 created response has a 4xx status code

func (*CreatePaymentConsentV2Created) IsCode

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

IsCode returns true when this create payment consent v2 created response a status code equal to that given

func (*CreatePaymentConsentV2Created) IsRedirect

func (o *CreatePaymentConsentV2Created) IsRedirect() bool

IsRedirect returns true when this create payment consent v2 created response has a 3xx status code

func (*CreatePaymentConsentV2Created) IsServerError

func (o *CreatePaymentConsentV2Created) IsServerError() bool

IsServerError returns true when this create payment consent v2 created response has a 5xx status code

func (*CreatePaymentConsentV2Created) IsSuccess

func (o *CreatePaymentConsentV2Created) IsSuccess() bool

IsSuccess returns true when this create payment consent v2 created response has a 2xx status code

func (*CreatePaymentConsentV2Created) String

type CreatePaymentConsentV2Forbidden

type CreatePaymentConsentV2Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentV2Forbidden

func NewCreatePaymentConsentV2Forbidden() *CreatePaymentConsentV2Forbidden

NewCreatePaymentConsentV2Forbidden creates a CreatePaymentConsentV2Forbidden with default headers values

func (*CreatePaymentConsentV2Forbidden) Code

Code gets the status code for the create payment consent v2 forbidden response

func (*CreatePaymentConsentV2Forbidden) Error

func (*CreatePaymentConsentV2Forbidden) GetPayload

func (*CreatePaymentConsentV2Forbidden) IsClientError

func (o *CreatePaymentConsentV2Forbidden) IsClientError() bool

IsClientError returns true when this create payment consent v2 forbidden response has a 4xx status code

func (*CreatePaymentConsentV2Forbidden) IsCode

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

IsCode returns true when this create payment consent v2 forbidden response a status code equal to that given

func (*CreatePaymentConsentV2Forbidden) IsRedirect

func (o *CreatePaymentConsentV2Forbidden) IsRedirect() bool

IsRedirect returns true when this create payment consent v2 forbidden response has a 3xx status code

func (*CreatePaymentConsentV2Forbidden) IsServerError

func (o *CreatePaymentConsentV2Forbidden) IsServerError() bool

IsServerError returns true when this create payment consent v2 forbidden response has a 5xx status code

func (*CreatePaymentConsentV2Forbidden) IsSuccess

func (o *CreatePaymentConsentV2Forbidden) IsSuccess() bool

IsSuccess returns true when this create payment consent v2 forbidden response has a 2xx status code

func (*CreatePaymentConsentV2Forbidden) String

type CreatePaymentConsentV2InternalServerError

type CreatePaymentConsentV2InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV2InternalServerError describes a response with status code 500, with default header values.

Error

func NewCreatePaymentConsentV2InternalServerError

func NewCreatePaymentConsentV2InternalServerError() *CreatePaymentConsentV2InternalServerError

NewCreatePaymentConsentV2InternalServerError creates a CreatePaymentConsentV2InternalServerError with default headers values

func (*CreatePaymentConsentV2InternalServerError) Code

Code gets the status code for the create payment consent v2 internal server error response

func (*CreatePaymentConsentV2InternalServerError) Error

func (*CreatePaymentConsentV2InternalServerError) GetPayload

func (*CreatePaymentConsentV2InternalServerError) IsClientError

IsClientError returns true when this create payment consent v2 internal server error response has a 4xx status code

func (*CreatePaymentConsentV2InternalServerError) IsCode

IsCode returns true when this create payment consent v2 internal server error response a status code equal to that given

func (*CreatePaymentConsentV2InternalServerError) IsRedirect

IsRedirect returns true when this create payment consent v2 internal server error response has a 3xx status code

func (*CreatePaymentConsentV2InternalServerError) IsServerError

IsServerError returns true when this create payment consent v2 internal server error response has a 5xx status code

func (*CreatePaymentConsentV2InternalServerError) IsSuccess

IsSuccess returns true when this create payment consent v2 internal server error response has a 2xx status code

func (*CreatePaymentConsentV2InternalServerError) String

type CreatePaymentConsentV2MethodNotAllowed

type CreatePaymentConsentV2MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV2MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreatePaymentConsentV2MethodNotAllowed

func NewCreatePaymentConsentV2MethodNotAllowed() *CreatePaymentConsentV2MethodNotAllowed

NewCreatePaymentConsentV2MethodNotAllowed creates a CreatePaymentConsentV2MethodNotAllowed with default headers values

func (*CreatePaymentConsentV2MethodNotAllowed) Code

Code gets the status code for the create payment consent v2 method not allowed response

func (*CreatePaymentConsentV2MethodNotAllowed) Error

func (*CreatePaymentConsentV2MethodNotAllowed) GetPayload

func (*CreatePaymentConsentV2MethodNotAllowed) IsClientError

func (o *CreatePaymentConsentV2MethodNotAllowed) IsClientError() bool

IsClientError returns true when this create payment consent v2 method not allowed response has a 4xx status code

func (*CreatePaymentConsentV2MethodNotAllowed) IsCode

IsCode returns true when this create payment consent v2 method not allowed response a status code equal to that given

func (*CreatePaymentConsentV2MethodNotAllowed) IsRedirect

IsRedirect returns true when this create payment consent v2 method not allowed response has a 3xx status code

func (*CreatePaymentConsentV2MethodNotAllowed) IsServerError

func (o *CreatePaymentConsentV2MethodNotAllowed) IsServerError() bool

IsServerError returns true when this create payment consent v2 method not allowed response has a 5xx status code

func (*CreatePaymentConsentV2MethodNotAllowed) IsSuccess

IsSuccess returns true when this create payment consent v2 method not allowed response has a 2xx status code

func (*CreatePaymentConsentV2MethodNotAllowed) String

type CreatePaymentConsentV2NotAcceptable

type CreatePaymentConsentV2NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV2NotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreatePaymentConsentV2NotAcceptable

func NewCreatePaymentConsentV2NotAcceptable() *CreatePaymentConsentV2NotAcceptable

NewCreatePaymentConsentV2NotAcceptable creates a CreatePaymentConsentV2NotAcceptable with default headers values

func (*CreatePaymentConsentV2NotAcceptable) Code

Code gets the status code for the create payment consent v2 not acceptable response

func (*CreatePaymentConsentV2NotAcceptable) Error

func (*CreatePaymentConsentV2NotAcceptable) GetPayload

func (*CreatePaymentConsentV2NotAcceptable) IsClientError

func (o *CreatePaymentConsentV2NotAcceptable) IsClientError() bool

IsClientError returns true when this create payment consent v2 not acceptable response has a 4xx status code

func (*CreatePaymentConsentV2NotAcceptable) IsCode

IsCode returns true when this create payment consent v2 not acceptable response a status code equal to that given

func (*CreatePaymentConsentV2NotAcceptable) IsRedirect

func (o *CreatePaymentConsentV2NotAcceptable) IsRedirect() bool

IsRedirect returns true when this create payment consent v2 not acceptable response has a 3xx status code

func (*CreatePaymentConsentV2NotAcceptable) IsServerError

func (o *CreatePaymentConsentV2NotAcceptable) IsServerError() bool

IsServerError returns true when this create payment consent v2 not acceptable response has a 5xx status code

func (*CreatePaymentConsentV2NotAcceptable) IsSuccess

IsSuccess returns true when this create payment consent v2 not acceptable response has a 2xx status code

func (*CreatePaymentConsentV2NotAcceptable) String

type CreatePaymentConsentV2Params

type CreatePaymentConsentV2Params struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerCreatePaymentConsentRequestV2

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreatePaymentConsentV2Params contains all the parameters to send to the API endpoint

for the create payment consent v2 operation.

Typically these are written to a http.Request.

func NewCreatePaymentConsentV2Params

func NewCreatePaymentConsentV2Params() *CreatePaymentConsentV2Params

NewCreatePaymentConsentV2Params creates a new CreatePaymentConsentV2Params 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 NewCreatePaymentConsentV2ParamsWithContext

func NewCreatePaymentConsentV2ParamsWithContext(ctx context.Context) *CreatePaymentConsentV2Params

NewCreatePaymentConsentV2ParamsWithContext creates a new CreatePaymentConsentV2Params object with the ability to set a context for a request.

func NewCreatePaymentConsentV2ParamsWithHTTPClient

func NewCreatePaymentConsentV2ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV2Params

NewCreatePaymentConsentV2ParamsWithHTTPClient creates a new CreatePaymentConsentV2Params object with the ability to set a custom HTTPClient for a request.

func NewCreatePaymentConsentV2ParamsWithTimeout

func NewCreatePaymentConsentV2ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV2Params

NewCreatePaymentConsentV2ParamsWithTimeout creates a new CreatePaymentConsentV2Params object with the ability to set a timeout on a request.

func (*CreatePaymentConsentV2Params) SetContext

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

SetContext adds the context to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetDefaults

func (o *CreatePaymentConsentV2Params) SetDefaults()

SetDefaults hydrates default values in the create payment consent v2 params (not the query body).

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

func (*CreatePaymentConsentV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetRequest

SetRequest adds the request to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetTimeout

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

SetTimeout adds the timeout to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetXCustomerUserAgent

func (o *CreatePaymentConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetXFapiAuthDate

func (o *CreatePaymentConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetXFapiCustomerIPAddress

func (o *CreatePaymentConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetXFapiInteractionID

func (o *CreatePaymentConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetXIdempotencyKey

func (o *CreatePaymentConsentV2Params) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) SetXJwsSignature

func (o *CreatePaymentConsentV2Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithContext

WithContext adds the context to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithDefaults

WithDefaults hydrates default values in the create payment consent v2 params (not the query body).

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

func (*CreatePaymentConsentV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithRequest

WithRequest adds the request to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithTimeout

WithTimeout adds the timeout to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithXCustomerUserAgent

func (o *CreatePaymentConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV2Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithXFapiAuthDate

func (o *CreatePaymentConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV2Params

WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithXFapiCustomerIPAddress

func (o *CreatePaymentConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV2Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithXFapiInteractionID

func (o *CreatePaymentConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV2Params

WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithXIdempotencyKey

func (o *CreatePaymentConsentV2Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV2Params

WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WithXJwsSignature

func (o *CreatePaymentConsentV2Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV2Params

WithXJwsSignature adds the xJwsSignature to the create payment consent v2 params

func (*CreatePaymentConsentV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePaymentConsentV2Reader

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

CreatePaymentConsentV2Reader is a Reader for the CreatePaymentConsentV2 structure.

func (*CreatePaymentConsentV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentConsentV2TooManyRequests

type CreatePaymentConsentV2TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentV2TooManyRequests

func NewCreatePaymentConsentV2TooManyRequests() *CreatePaymentConsentV2TooManyRequests

NewCreatePaymentConsentV2TooManyRequests creates a CreatePaymentConsentV2TooManyRequests with default headers values

func (*CreatePaymentConsentV2TooManyRequests) Code

Code gets the status code for the create payment consent v2 too many requests response

func (*CreatePaymentConsentV2TooManyRequests) Error

func (*CreatePaymentConsentV2TooManyRequests) GetPayload

func (*CreatePaymentConsentV2TooManyRequests) IsClientError

func (o *CreatePaymentConsentV2TooManyRequests) IsClientError() bool

IsClientError returns true when this create payment consent v2 too many requests response has a 4xx status code

func (*CreatePaymentConsentV2TooManyRequests) IsCode

IsCode returns true when this create payment consent v2 too many requests response a status code equal to that given

func (*CreatePaymentConsentV2TooManyRequests) IsRedirect

IsRedirect returns true when this create payment consent v2 too many requests response has a 3xx status code

func (*CreatePaymentConsentV2TooManyRequests) IsServerError

func (o *CreatePaymentConsentV2TooManyRequests) IsServerError() bool

IsServerError returns true when this create payment consent v2 too many requests response has a 5xx status code

func (*CreatePaymentConsentV2TooManyRequests) IsSuccess

IsSuccess returns true when this create payment consent v2 too many requests response has a 2xx status code

func (*CreatePaymentConsentV2TooManyRequests) String

type CreatePaymentConsentV2Unauthorized

type CreatePaymentConsentV2Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentV2Unauthorized

func NewCreatePaymentConsentV2Unauthorized() *CreatePaymentConsentV2Unauthorized

NewCreatePaymentConsentV2Unauthorized creates a CreatePaymentConsentV2Unauthorized with default headers values

func (*CreatePaymentConsentV2Unauthorized) Code

Code gets the status code for the create payment consent v2 unauthorized response

func (*CreatePaymentConsentV2Unauthorized) Error

func (*CreatePaymentConsentV2Unauthorized) GetPayload

func (*CreatePaymentConsentV2Unauthorized) IsClientError

func (o *CreatePaymentConsentV2Unauthorized) IsClientError() bool

IsClientError returns true when this create payment consent v2 unauthorized response has a 4xx status code

func (*CreatePaymentConsentV2Unauthorized) IsCode

IsCode returns true when this create payment consent v2 unauthorized response a status code equal to that given

func (*CreatePaymentConsentV2Unauthorized) IsRedirect

func (o *CreatePaymentConsentV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this create payment consent v2 unauthorized response has a 3xx status code

func (*CreatePaymentConsentV2Unauthorized) IsServerError

func (o *CreatePaymentConsentV2Unauthorized) IsServerError() bool

IsServerError returns true when this create payment consent v2 unauthorized response has a 5xx status code

func (*CreatePaymentConsentV2Unauthorized) IsSuccess

IsSuccess returns true when this create payment consent v2 unauthorized response has a 2xx status code

func (*CreatePaymentConsentV2Unauthorized) String

type CreatePaymentConsentV2UnprocessableEntity

type CreatePaymentConsentV2UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV2UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreatePaymentConsentV2UnprocessableEntity

func NewCreatePaymentConsentV2UnprocessableEntity() *CreatePaymentConsentV2UnprocessableEntity

NewCreatePaymentConsentV2UnprocessableEntity creates a CreatePaymentConsentV2UnprocessableEntity with default headers values

func (*CreatePaymentConsentV2UnprocessableEntity) Code

Code gets the status code for the create payment consent v2 unprocessable entity response

func (*CreatePaymentConsentV2UnprocessableEntity) Error

func (*CreatePaymentConsentV2UnprocessableEntity) GetPayload

func (*CreatePaymentConsentV2UnprocessableEntity) IsClientError

IsClientError returns true when this create payment consent v2 unprocessable entity response has a 4xx status code

func (*CreatePaymentConsentV2UnprocessableEntity) IsCode

IsCode returns true when this create payment consent v2 unprocessable entity response a status code equal to that given

func (*CreatePaymentConsentV2UnprocessableEntity) IsRedirect

IsRedirect returns true when this create payment consent v2 unprocessable entity response has a 3xx status code

func (*CreatePaymentConsentV2UnprocessableEntity) IsServerError

IsServerError returns true when this create payment consent v2 unprocessable entity response has a 5xx status code

func (*CreatePaymentConsentV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this create payment consent v2 unprocessable entity response has a 2xx status code

func (*CreatePaymentConsentV2UnprocessableEntity) String

type CreatePaymentConsentV2UnsupportedMediaType

type CreatePaymentConsentV2UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreatePaymentConsentV2UnsupportedMediaType

func NewCreatePaymentConsentV2UnsupportedMediaType() *CreatePaymentConsentV2UnsupportedMediaType

NewCreatePaymentConsentV2UnsupportedMediaType creates a CreatePaymentConsentV2UnsupportedMediaType with default headers values

func (*CreatePaymentConsentV2UnsupportedMediaType) Code

Code gets the status code for the create payment consent v2 unsupported media type response

func (*CreatePaymentConsentV2UnsupportedMediaType) Error

func (*CreatePaymentConsentV2UnsupportedMediaType) GetPayload

func (*CreatePaymentConsentV2UnsupportedMediaType) IsClientError

IsClientError returns true when this create payment consent v2 unsupported media type response has a 4xx status code

func (*CreatePaymentConsentV2UnsupportedMediaType) IsCode

IsCode returns true when this create payment consent v2 unsupported media type response a status code equal to that given

func (*CreatePaymentConsentV2UnsupportedMediaType) IsRedirect

IsRedirect returns true when this create payment consent v2 unsupported media type response has a 3xx status code

func (*CreatePaymentConsentV2UnsupportedMediaType) IsServerError

IsServerError returns true when this create payment consent v2 unsupported media type response has a 5xx status code

func (*CreatePaymentConsentV2UnsupportedMediaType) IsSuccess

IsSuccess returns true when this create payment consent v2 unsupported media type response has a 2xx status code

func (*CreatePaymentConsentV2UnsupportedMediaType) String

type CreatePaymentConsentV3BadRequest

type CreatePaymentConsentV3BadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV3BadRequest describes a response with status code 400, with default header values.

Error

func NewCreatePaymentConsentV3BadRequest

func NewCreatePaymentConsentV3BadRequest() *CreatePaymentConsentV3BadRequest

NewCreatePaymentConsentV3BadRequest creates a CreatePaymentConsentV3BadRequest with default headers values

func (*CreatePaymentConsentV3BadRequest) Code

Code gets the status code for the create payment consent v3 bad request response

func (*CreatePaymentConsentV3BadRequest) Error

func (*CreatePaymentConsentV3BadRequest) GetPayload

func (*CreatePaymentConsentV3BadRequest) IsClientError

func (o *CreatePaymentConsentV3BadRequest) IsClientError() bool

IsClientError returns true when this create payment consent v3 bad request response has a 4xx status code

func (*CreatePaymentConsentV3BadRequest) IsCode

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

IsCode returns true when this create payment consent v3 bad request response a status code equal to that given

func (*CreatePaymentConsentV3BadRequest) IsRedirect

func (o *CreatePaymentConsentV3BadRequest) IsRedirect() bool

IsRedirect returns true when this create payment consent v3 bad request response has a 3xx status code

func (*CreatePaymentConsentV3BadRequest) IsServerError

func (o *CreatePaymentConsentV3BadRequest) IsServerError() bool

IsServerError returns true when this create payment consent v3 bad request response has a 5xx status code

func (*CreatePaymentConsentV3BadRequest) IsSuccess

func (o *CreatePaymentConsentV3BadRequest) IsSuccess() bool

IsSuccess returns true when this create payment consent v3 bad request response has a 2xx status code

func (*CreatePaymentConsentV3BadRequest) String

type CreatePaymentConsentV3Created

type CreatePaymentConsentV3Created struct {
	Payload *models.BrazilCustomerPaymentConsentResponseV3
}

CreatePaymentConsentV3Created describes a response with status code 201, with default header values.

Customer payment consent

func NewCreatePaymentConsentV3Created

func NewCreatePaymentConsentV3Created() *CreatePaymentConsentV3Created

NewCreatePaymentConsentV3Created creates a CreatePaymentConsentV3Created with default headers values

func (*CreatePaymentConsentV3Created) Code

Code gets the status code for the create payment consent v3 created response

func (*CreatePaymentConsentV3Created) Error

func (*CreatePaymentConsentV3Created) GetPayload

func (*CreatePaymentConsentV3Created) IsClientError

func (o *CreatePaymentConsentV3Created) IsClientError() bool

IsClientError returns true when this create payment consent v3 created response has a 4xx status code

func (*CreatePaymentConsentV3Created) IsCode

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

IsCode returns true when this create payment consent v3 created response a status code equal to that given

func (*CreatePaymentConsentV3Created) IsRedirect

func (o *CreatePaymentConsentV3Created) IsRedirect() bool

IsRedirect returns true when this create payment consent v3 created response has a 3xx status code

func (*CreatePaymentConsentV3Created) IsServerError

func (o *CreatePaymentConsentV3Created) IsServerError() bool

IsServerError returns true when this create payment consent v3 created response has a 5xx status code

func (*CreatePaymentConsentV3Created) IsSuccess

func (o *CreatePaymentConsentV3Created) IsSuccess() bool

IsSuccess returns true when this create payment consent v3 created response has a 2xx status code

func (*CreatePaymentConsentV3Created) String

type CreatePaymentConsentV3Forbidden

type CreatePaymentConsentV3Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentV3Forbidden

func NewCreatePaymentConsentV3Forbidden() *CreatePaymentConsentV3Forbidden

NewCreatePaymentConsentV3Forbidden creates a CreatePaymentConsentV3Forbidden with default headers values

func (*CreatePaymentConsentV3Forbidden) Code

Code gets the status code for the create payment consent v3 forbidden response

func (*CreatePaymentConsentV3Forbidden) Error

func (*CreatePaymentConsentV3Forbidden) GetPayload

func (*CreatePaymentConsentV3Forbidden) IsClientError

func (o *CreatePaymentConsentV3Forbidden) IsClientError() bool

IsClientError returns true when this create payment consent v3 forbidden response has a 4xx status code

func (*CreatePaymentConsentV3Forbidden) IsCode

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

IsCode returns true when this create payment consent v3 forbidden response a status code equal to that given

func (*CreatePaymentConsentV3Forbidden) IsRedirect

func (o *CreatePaymentConsentV3Forbidden) IsRedirect() bool

IsRedirect returns true when this create payment consent v3 forbidden response has a 3xx status code

func (*CreatePaymentConsentV3Forbidden) IsServerError

func (o *CreatePaymentConsentV3Forbidden) IsServerError() bool

IsServerError returns true when this create payment consent v3 forbidden response has a 5xx status code

func (*CreatePaymentConsentV3Forbidden) IsSuccess

func (o *CreatePaymentConsentV3Forbidden) IsSuccess() bool

IsSuccess returns true when this create payment consent v3 forbidden response has a 2xx status code

func (*CreatePaymentConsentV3Forbidden) String

type CreatePaymentConsentV3InternalServerError

type CreatePaymentConsentV3InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV3InternalServerError describes a response with status code 500, with default header values.

Error

func NewCreatePaymentConsentV3InternalServerError

func NewCreatePaymentConsentV3InternalServerError() *CreatePaymentConsentV3InternalServerError

NewCreatePaymentConsentV3InternalServerError creates a CreatePaymentConsentV3InternalServerError with default headers values

func (*CreatePaymentConsentV3InternalServerError) Code

Code gets the status code for the create payment consent v3 internal server error response

func (*CreatePaymentConsentV3InternalServerError) Error

func (*CreatePaymentConsentV3InternalServerError) GetPayload

func (*CreatePaymentConsentV3InternalServerError) IsClientError

IsClientError returns true when this create payment consent v3 internal server error response has a 4xx status code

func (*CreatePaymentConsentV3InternalServerError) IsCode

IsCode returns true when this create payment consent v3 internal server error response a status code equal to that given

func (*CreatePaymentConsentV3InternalServerError) IsRedirect

IsRedirect returns true when this create payment consent v3 internal server error response has a 3xx status code

func (*CreatePaymentConsentV3InternalServerError) IsServerError

IsServerError returns true when this create payment consent v3 internal server error response has a 5xx status code

func (*CreatePaymentConsentV3InternalServerError) IsSuccess

IsSuccess returns true when this create payment consent v3 internal server error response has a 2xx status code

func (*CreatePaymentConsentV3InternalServerError) String

type CreatePaymentConsentV3MethodNotAllowed

type CreatePaymentConsentV3MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV3MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreatePaymentConsentV3MethodNotAllowed

func NewCreatePaymentConsentV3MethodNotAllowed() *CreatePaymentConsentV3MethodNotAllowed

NewCreatePaymentConsentV3MethodNotAllowed creates a CreatePaymentConsentV3MethodNotAllowed with default headers values

func (*CreatePaymentConsentV3MethodNotAllowed) Code

Code gets the status code for the create payment consent v3 method not allowed response

func (*CreatePaymentConsentV3MethodNotAllowed) Error

func (*CreatePaymentConsentV3MethodNotAllowed) GetPayload

func (*CreatePaymentConsentV3MethodNotAllowed) IsClientError

func (o *CreatePaymentConsentV3MethodNotAllowed) IsClientError() bool

IsClientError returns true when this create payment consent v3 method not allowed response has a 4xx status code

func (*CreatePaymentConsentV3MethodNotAllowed) IsCode

IsCode returns true when this create payment consent v3 method not allowed response a status code equal to that given

func (*CreatePaymentConsentV3MethodNotAllowed) IsRedirect

IsRedirect returns true when this create payment consent v3 method not allowed response has a 3xx status code

func (*CreatePaymentConsentV3MethodNotAllowed) IsServerError

func (o *CreatePaymentConsentV3MethodNotAllowed) IsServerError() bool

IsServerError returns true when this create payment consent v3 method not allowed response has a 5xx status code

func (*CreatePaymentConsentV3MethodNotAllowed) IsSuccess

IsSuccess returns true when this create payment consent v3 method not allowed response has a 2xx status code

func (*CreatePaymentConsentV3MethodNotAllowed) String

type CreatePaymentConsentV3NotAcceptable

type CreatePaymentConsentV3NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV3NotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreatePaymentConsentV3NotAcceptable

func NewCreatePaymentConsentV3NotAcceptable() *CreatePaymentConsentV3NotAcceptable

NewCreatePaymentConsentV3NotAcceptable creates a CreatePaymentConsentV3NotAcceptable with default headers values

func (*CreatePaymentConsentV3NotAcceptable) Code

Code gets the status code for the create payment consent v3 not acceptable response

func (*CreatePaymentConsentV3NotAcceptable) Error

func (*CreatePaymentConsentV3NotAcceptable) GetPayload

func (*CreatePaymentConsentV3NotAcceptable) IsClientError

func (o *CreatePaymentConsentV3NotAcceptable) IsClientError() bool

IsClientError returns true when this create payment consent v3 not acceptable response has a 4xx status code

func (*CreatePaymentConsentV3NotAcceptable) IsCode

IsCode returns true when this create payment consent v3 not acceptable response a status code equal to that given

func (*CreatePaymentConsentV3NotAcceptable) IsRedirect

func (o *CreatePaymentConsentV3NotAcceptable) IsRedirect() bool

IsRedirect returns true when this create payment consent v3 not acceptable response has a 3xx status code

func (*CreatePaymentConsentV3NotAcceptable) IsServerError

func (o *CreatePaymentConsentV3NotAcceptable) IsServerError() bool

IsServerError returns true when this create payment consent v3 not acceptable response has a 5xx status code

func (*CreatePaymentConsentV3NotAcceptable) IsSuccess

IsSuccess returns true when this create payment consent v3 not acceptable response has a 2xx status code

func (*CreatePaymentConsentV3NotAcceptable) String

type CreatePaymentConsentV3Params

type CreatePaymentConsentV3Params struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerCreatePaymentConsentRequestV3

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreatePaymentConsentV3Params contains all the parameters to send to the API endpoint

for the create payment consent v3 operation.

Typically these are written to a http.Request.

func NewCreatePaymentConsentV3Params

func NewCreatePaymentConsentV3Params() *CreatePaymentConsentV3Params

NewCreatePaymentConsentV3Params creates a new CreatePaymentConsentV3Params 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 NewCreatePaymentConsentV3ParamsWithContext

func NewCreatePaymentConsentV3ParamsWithContext(ctx context.Context) *CreatePaymentConsentV3Params

NewCreatePaymentConsentV3ParamsWithContext creates a new CreatePaymentConsentV3Params object with the ability to set a context for a request.

func NewCreatePaymentConsentV3ParamsWithHTTPClient

func NewCreatePaymentConsentV3ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV3Params

NewCreatePaymentConsentV3ParamsWithHTTPClient creates a new CreatePaymentConsentV3Params object with the ability to set a custom HTTPClient for a request.

func NewCreatePaymentConsentV3ParamsWithTimeout

func NewCreatePaymentConsentV3ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV3Params

NewCreatePaymentConsentV3ParamsWithTimeout creates a new CreatePaymentConsentV3Params object with the ability to set a timeout on a request.

func (*CreatePaymentConsentV3Params) SetContext

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

SetContext adds the context to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetDefaults

func (o *CreatePaymentConsentV3Params) SetDefaults()

SetDefaults hydrates default values in the create payment consent v3 params (not the query body).

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

func (*CreatePaymentConsentV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetRequest

SetRequest adds the request to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetTimeout

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

SetTimeout adds the timeout to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetXCustomerUserAgent

func (o *CreatePaymentConsentV3Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetXFapiAuthDate

func (o *CreatePaymentConsentV3Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetXFapiCustomerIPAddress

func (o *CreatePaymentConsentV3Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetXFapiInteractionID

func (o *CreatePaymentConsentV3Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetXIdempotencyKey

func (o *CreatePaymentConsentV3Params) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) SetXJwsSignature

func (o *CreatePaymentConsentV3Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithContext

WithContext adds the context to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithDefaults

WithDefaults hydrates default values in the create payment consent v3 params (not the query body).

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

func (*CreatePaymentConsentV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithRequest

WithRequest adds the request to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithTimeout

WithTimeout adds the timeout to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithXCustomerUserAgent

func (o *CreatePaymentConsentV3Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV3Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithXFapiAuthDate

func (o *CreatePaymentConsentV3Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV3Params

WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithXFapiCustomerIPAddress

func (o *CreatePaymentConsentV3Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV3Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithXFapiInteractionID

func (o *CreatePaymentConsentV3Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV3Params

WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithXIdempotencyKey

func (o *CreatePaymentConsentV3Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV3Params

WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WithXJwsSignature

func (o *CreatePaymentConsentV3Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV3Params

WithXJwsSignature adds the xJwsSignature to the create payment consent v3 params

func (*CreatePaymentConsentV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePaymentConsentV3Reader

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

CreatePaymentConsentV3Reader is a Reader for the CreatePaymentConsentV3 structure.

func (*CreatePaymentConsentV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentConsentV3TooManyRequests

type CreatePaymentConsentV3TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentV3TooManyRequests

func NewCreatePaymentConsentV3TooManyRequests() *CreatePaymentConsentV3TooManyRequests

NewCreatePaymentConsentV3TooManyRequests creates a CreatePaymentConsentV3TooManyRequests with default headers values

func (*CreatePaymentConsentV3TooManyRequests) Code

Code gets the status code for the create payment consent v3 too many requests response

func (*CreatePaymentConsentV3TooManyRequests) Error

func (*CreatePaymentConsentV3TooManyRequests) GetPayload

func (*CreatePaymentConsentV3TooManyRequests) IsClientError

func (o *CreatePaymentConsentV3TooManyRequests) IsClientError() bool

IsClientError returns true when this create payment consent v3 too many requests response has a 4xx status code

func (*CreatePaymentConsentV3TooManyRequests) IsCode

IsCode returns true when this create payment consent v3 too many requests response a status code equal to that given

func (*CreatePaymentConsentV3TooManyRequests) IsRedirect

IsRedirect returns true when this create payment consent v3 too many requests response has a 3xx status code

func (*CreatePaymentConsentV3TooManyRequests) IsServerError

func (o *CreatePaymentConsentV3TooManyRequests) IsServerError() bool

IsServerError returns true when this create payment consent v3 too many requests response has a 5xx status code

func (*CreatePaymentConsentV3TooManyRequests) IsSuccess

IsSuccess returns true when this create payment consent v3 too many requests response has a 2xx status code

func (*CreatePaymentConsentV3TooManyRequests) String

type CreatePaymentConsentV3Unauthorized

type CreatePaymentConsentV3Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewCreatePaymentConsentV3Unauthorized

func NewCreatePaymentConsentV3Unauthorized() *CreatePaymentConsentV3Unauthorized

NewCreatePaymentConsentV3Unauthorized creates a CreatePaymentConsentV3Unauthorized with default headers values

func (*CreatePaymentConsentV3Unauthorized) Code

Code gets the status code for the create payment consent v3 unauthorized response

func (*CreatePaymentConsentV3Unauthorized) Error

func (*CreatePaymentConsentV3Unauthorized) GetPayload

func (*CreatePaymentConsentV3Unauthorized) IsClientError

func (o *CreatePaymentConsentV3Unauthorized) IsClientError() bool

IsClientError returns true when this create payment consent v3 unauthorized response has a 4xx status code

func (*CreatePaymentConsentV3Unauthorized) IsCode

IsCode returns true when this create payment consent v3 unauthorized response a status code equal to that given

func (*CreatePaymentConsentV3Unauthorized) IsRedirect

func (o *CreatePaymentConsentV3Unauthorized) IsRedirect() bool

IsRedirect returns true when this create payment consent v3 unauthorized response has a 3xx status code

func (*CreatePaymentConsentV3Unauthorized) IsServerError

func (o *CreatePaymentConsentV3Unauthorized) IsServerError() bool

IsServerError returns true when this create payment consent v3 unauthorized response has a 5xx status code

func (*CreatePaymentConsentV3Unauthorized) IsSuccess

IsSuccess returns true when this create payment consent v3 unauthorized response has a 2xx status code

func (*CreatePaymentConsentV3Unauthorized) String

type CreatePaymentConsentV3UnprocessableEntity

type CreatePaymentConsentV3UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV3UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreatePaymentConsentV3UnprocessableEntity

func NewCreatePaymentConsentV3UnprocessableEntity() *CreatePaymentConsentV3UnprocessableEntity

NewCreatePaymentConsentV3UnprocessableEntity creates a CreatePaymentConsentV3UnprocessableEntity with default headers values

func (*CreatePaymentConsentV3UnprocessableEntity) Code

Code gets the status code for the create payment consent v3 unprocessable entity response

func (*CreatePaymentConsentV3UnprocessableEntity) Error

func (*CreatePaymentConsentV3UnprocessableEntity) GetPayload

func (*CreatePaymentConsentV3UnprocessableEntity) IsClientError

IsClientError returns true when this create payment consent v3 unprocessable entity response has a 4xx status code

func (*CreatePaymentConsentV3UnprocessableEntity) IsCode

IsCode returns true when this create payment consent v3 unprocessable entity response a status code equal to that given

func (*CreatePaymentConsentV3UnprocessableEntity) IsRedirect

IsRedirect returns true when this create payment consent v3 unprocessable entity response has a 3xx status code

func (*CreatePaymentConsentV3UnprocessableEntity) IsServerError

IsServerError returns true when this create payment consent v3 unprocessable entity response has a 5xx status code

func (*CreatePaymentConsentV3UnprocessableEntity) IsSuccess

IsSuccess returns true when this create payment consent v3 unprocessable entity response has a 2xx status code

func (*CreatePaymentConsentV3UnprocessableEntity) String

type CreatePaymentConsentV3UnsupportedMediaType

type CreatePaymentConsentV3UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreatePaymentConsentV3UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreatePaymentConsentV3UnsupportedMediaType

func NewCreatePaymentConsentV3UnsupportedMediaType() *CreatePaymentConsentV3UnsupportedMediaType

NewCreatePaymentConsentV3UnsupportedMediaType creates a CreatePaymentConsentV3UnsupportedMediaType with default headers values

func (*CreatePaymentConsentV3UnsupportedMediaType) Code

Code gets the status code for the create payment consent v3 unsupported media type response

func (*CreatePaymentConsentV3UnsupportedMediaType) Error

func (*CreatePaymentConsentV3UnsupportedMediaType) GetPayload

func (*CreatePaymentConsentV3UnsupportedMediaType) IsClientError

IsClientError returns true when this create payment consent v3 unsupported media type response has a 4xx status code

func (*CreatePaymentConsentV3UnsupportedMediaType) IsCode

IsCode returns true when this create payment consent v3 unsupported media type response a status code equal to that given

func (*CreatePaymentConsentV3UnsupportedMediaType) IsRedirect

IsRedirect returns true when this create payment consent v3 unsupported media type response has a 3xx status code

func (*CreatePaymentConsentV3UnsupportedMediaType) IsServerError

IsServerError returns true when this create payment consent v3 unsupported media type response has a 5xx status code

func (*CreatePaymentConsentV3UnsupportedMediaType) IsSuccess

IsSuccess returns true when this create payment consent v3 unsupported media type response has a 2xx status code

func (*CreatePaymentConsentV3UnsupportedMediaType) String

type DeleteDataAccessConsentBadRequest

type DeleteDataAccessConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewDeleteDataAccessConsentBadRequest

func NewDeleteDataAccessConsentBadRequest() *DeleteDataAccessConsentBadRequest

NewDeleteDataAccessConsentBadRequest creates a DeleteDataAccessConsentBadRequest with default headers values

func (*DeleteDataAccessConsentBadRequest) Code

Code gets the status code for the delete data access consent bad request response

func (*DeleteDataAccessConsentBadRequest) Error

func (*DeleteDataAccessConsentBadRequest) GetPayload

func (*DeleteDataAccessConsentBadRequest) IsClientError

func (o *DeleteDataAccessConsentBadRequest) IsClientError() bool

IsClientError returns true when this delete data access consent bad request response has a 4xx status code

func (*DeleteDataAccessConsentBadRequest) IsCode

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

IsCode returns true when this delete data access consent bad request response a status code equal to that given

func (*DeleteDataAccessConsentBadRequest) IsRedirect

func (o *DeleteDataAccessConsentBadRequest) IsRedirect() bool

IsRedirect returns true when this delete data access consent bad request response has a 3xx status code

func (*DeleteDataAccessConsentBadRequest) IsServerError

func (o *DeleteDataAccessConsentBadRequest) IsServerError() bool

IsServerError returns true when this delete data access consent bad request response has a 5xx status code

func (*DeleteDataAccessConsentBadRequest) IsSuccess

func (o *DeleteDataAccessConsentBadRequest) IsSuccess() bool

IsSuccess returns true when this delete data access consent bad request response has a 2xx status code

func (*DeleteDataAccessConsentBadRequest) String

type DeleteDataAccessConsentDeprecatedBadRequest

type DeleteDataAccessConsentDeprecatedBadRequest struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentDeprecatedBadRequest describes a response with status code 400, with default header values.

Error

func NewDeleteDataAccessConsentDeprecatedBadRequest

func NewDeleteDataAccessConsentDeprecatedBadRequest() *DeleteDataAccessConsentDeprecatedBadRequest

NewDeleteDataAccessConsentDeprecatedBadRequest creates a DeleteDataAccessConsentDeprecatedBadRequest with default headers values

func (*DeleteDataAccessConsentDeprecatedBadRequest) Code

Code gets the status code for the delete data access consent deprecated bad request response

func (*DeleteDataAccessConsentDeprecatedBadRequest) Error

func (*DeleteDataAccessConsentDeprecatedBadRequest) GetPayload

func (*DeleteDataAccessConsentDeprecatedBadRequest) IsClientError

IsClientError returns true when this delete data access consent deprecated bad request response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedBadRequest) IsCode

IsCode returns true when this delete data access consent deprecated bad request response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this delete data access consent deprecated bad request response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedBadRequest) IsServerError

IsServerError returns true when this delete data access consent deprecated bad request response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this delete data access consent deprecated bad request response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedBadRequest) String

type DeleteDataAccessConsentDeprecatedForbidden

type DeleteDataAccessConsentDeprecatedForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentDeprecatedForbidden

func NewDeleteDataAccessConsentDeprecatedForbidden() *DeleteDataAccessConsentDeprecatedForbidden

NewDeleteDataAccessConsentDeprecatedForbidden creates a DeleteDataAccessConsentDeprecatedForbidden with default headers values

func (*DeleteDataAccessConsentDeprecatedForbidden) Code

Code gets the status code for the delete data access consent deprecated forbidden response

func (*DeleteDataAccessConsentDeprecatedForbidden) Error

func (*DeleteDataAccessConsentDeprecatedForbidden) GetPayload

func (*DeleteDataAccessConsentDeprecatedForbidden) IsClientError

IsClientError returns true when this delete data access consent deprecated forbidden response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedForbidden) IsCode

IsCode returns true when this delete data access consent deprecated forbidden response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedForbidden) IsRedirect

IsRedirect returns true when this delete data access consent deprecated forbidden response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedForbidden) IsServerError

IsServerError returns true when this delete data access consent deprecated forbidden response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedForbidden) IsSuccess

IsSuccess returns true when this delete data access consent deprecated forbidden response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedForbidden) String

type DeleteDataAccessConsentDeprecatedInternalServerError

type DeleteDataAccessConsentDeprecatedInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.

Error

func NewDeleteDataAccessConsentDeprecatedInternalServerError

func NewDeleteDataAccessConsentDeprecatedInternalServerError() *DeleteDataAccessConsentDeprecatedInternalServerError

NewDeleteDataAccessConsentDeprecatedInternalServerError creates a DeleteDataAccessConsentDeprecatedInternalServerError with default headers values

func (*DeleteDataAccessConsentDeprecatedInternalServerError) Code

Code gets the status code for the delete data access consent deprecated internal server error response

func (*DeleteDataAccessConsentDeprecatedInternalServerError) Error

func (*DeleteDataAccessConsentDeprecatedInternalServerError) GetPayload

func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsClientError

IsClientError returns true when this delete data access consent deprecated internal server error response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsCode

IsCode returns true when this delete data access consent deprecated internal server error response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this delete data access consent deprecated internal server error response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsServerError

IsServerError returns true when this delete data access consent deprecated internal server error response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this delete data access consent deprecated internal server error response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedInternalServerError) String

type DeleteDataAccessConsentDeprecatedMethodNotAllowed

type DeleteDataAccessConsentDeprecatedMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewDeleteDataAccessConsentDeprecatedMethodNotAllowed

func NewDeleteDataAccessConsentDeprecatedMethodNotAllowed() *DeleteDataAccessConsentDeprecatedMethodNotAllowed

NewDeleteDataAccessConsentDeprecatedMethodNotAllowed creates a DeleteDataAccessConsentDeprecatedMethodNotAllowed with default headers values

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) Code

Code gets the status code for the delete data access consent deprecated method not allowed response

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) Error

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) GetPayload

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsClientError

IsClientError returns true when this delete data access consent deprecated method not allowed response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsCode

IsCode returns true when this delete data access consent deprecated method not allowed response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect

IsRedirect returns true when this delete data access consent deprecated method not allowed response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsServerError

IsServerError returns true when this delete data access consent deprecated method not allowed response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess

IsSuccess returns true when this delete data access consent deprecated method not allowed response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) String

type DeleteDataAccessConsentDeprecatedNoContent

type DeleteDataAccessConsentDeprecatedNoContent struct {
	Payload *models.BrazilCustomerDataAccessConsentResponse
}

DeleteDataAccessConsentDeprecatedNoContent describes a response with status code 204, with default header values.

Customer data access consent

func NewDeleteDataAccessConsentDeprecatedNoContent

func NewDeleteDataAccessConsentDeprecatedNoContent() *DeleteDataAccessConsentDeprecatedNoContent

NewDeleteDataAccessConsentDeprecatedNoContent creates a DeleteDataAccessConsentDeprecatedNoContent with default headers values

func (*DeleteDataAccessConsentDeprecatedNoContent) Code

Code gets the status code for the delete data access consent deprecated no content response

func (*DeleteDataAccessConsentDeprecatedNoContent) Error

func (*DeleteDataAccessConsentDeprecatedNoContent) GetPayload

func (*DeleteDataAccessConsentDeprecatedNoContent) IsClientError

IsClientError returns true when this delete data access consent deprecated no content response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedNoContent) IsCode

IsCode returns true when this delete data access consent deprecated no content response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedNoContent) IsRedirect

IsRedirect returns true when this delete data access consent deprecated no content response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedNoContent) IsServerError

IsServerError returns true when this delete data access consent deprecated no content response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedNoContent) IsSuccess

IsSuccess returns true when this delete data access consent deprecated no content response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedNoContent) String

type DeleteDataAccessConsentDeprecatedNotAcceptable

type DeleteDataAccessConsentDeprecatedNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.

Error

func NewDeleteDataAccessConsentDeprecatedNotAcceptable

func NewDeleteDataAccessConsentDeprecatedNotAcceptable() *DeleteDataAccessConsentDeprecatedNotAcceptable

NewDeleteDataAccessConsentDeprecatedNotAcceptable creates a DeleteDataAccessConsentDeprecatedNotAcceptable with default headers values

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) Code

Code gets the status code for the delete data access consent deprecated not acceptable response

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) Error

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) GetPayload

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsClientError

IsClientError returns true when this delete data access consent deprecated not acceptable response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsCode

IsCode returns true when this delete data access consent deprecated not acceptable response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsRedirect

IsRedirect returns true when this delete data access consent deprecated not acceptable response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsServerError

IsServerError returns true when this delete data access consent deprecated not acceptable response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsSuccess

IsSuccess returns true when this delete data access consent deprecated not acceptable response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedNotAcceptable) String

type DeleteDataAccessConsentDeprecatedParams

type DeleteDataAccessConsentDeprecatedParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

DeleteDataAccessConsentDeprecatedParams contains all the parameters to send to the API endpoint

for the delete data access consent deprecated operation.

Typically these are written to a http.Request.

func NewDeleteDataAccessConsentDeprecatedParams

func NewDeleteDataAccessConsentDeprecatedParams() *DeleteDataAccessConsentDeprecatedParams

NewDeleteDataAccessConsentDeprecatedParams creates a new DeleteDataAccessConsentDeprecatedParams 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 NewDeleteDataAccessConsentDeprecatedParamsWithContext

func NewDeleteDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *DeleteDataAccessConsentDeprecatedParams

NewDeleteDataAccessConsentDeprecatedParamsWithContext creates a new DeleteDataAccessConsentDeprecatedParams object with the ability to set a context for a request.

func NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient

func NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentDeprecatedParams

NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient creates a new DeleteDataAccessConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDataAccessConsentDeprecatedParamsWithTimeout

func NewDeleteDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentDeprecatedParams

NewDeleteDataAccessConsentDeprecatedParamsWithTimeout creates a new DeleteDataAccessConsentDeprecatedParams object with the ability to set a timeout on a request.

func (*DeleteDataAccessConsentDeprecatedParams) SetConsentID

func (o *DeleteDataAccessConsentDeprecatedParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetContext

SetContext adds the context to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetDefaults

func (o *DeleteDataAccessConsentDeprecatedParams) SetDefaults()

SetDefaults hydrates default values in the delete data access consent deprecated params (not the query body).

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

func (*DeleteDataAccessConsentDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetXCustomerUserAgent

func (o *DeleteDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetXFapiAuthDate

func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress

func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetXFapiInteractionID

func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) SetXJwsSignature

func (o *DeleteDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithConsentID

WithConsentID adds the consentID to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithContext

WithContext adds the context to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithDefaults

WithDefaults hydrates default values in the delete data access consent deprecated params (not the query body).

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

func (*DeleteDataAccessConsentDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithXCustomerUserAgent

func (o *DeleteDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentDeprecatedParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress

func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentDeprecatedParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithXFapiInteractionID

func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentDeprecatedParams

WithXFapiInteractionID adds the xFapiInteractionID to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the delete data access consent deprecated params

func (*DeleteDataAccessConsentDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDataAccessConsentDeprecatedReader

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

DeleteDataAccessConsentDeprecatedReader is a Reader for the DeleteDataAccessConsentDeprecated structure.

func (*DeleteDataAccessConsentDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDataAccessConsentDeprecatedTooManyRequests

type DeleteDataAccessConsentDeprecatedTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentDeprecatedTooManyRequests

func NewDeleteDataAccessConsentDeprecatedTooManyRequests() *DeleteDataAccessConsentDeprecatedTooManyRequests

NewDeleteDataAccessConsentDeprecatedTooManyRequests creates a DeleteDataAccessConsentDeprecatedTooManyRequests with default headers values

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) Code

Code gets the status code for the delete data access consent deprecated too many requests response

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) Error

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) GetPayload

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsClientError

IsClientError returns true when this delete data access consent deprecated too many requests response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsCode

IsCode returns true when this delete data access consent deprecated too many requests response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsRedirect

IsRedirect returns true when this delete data access consent deprecated too many requests response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsServerError

IsServerError returns true when this delete data access consent deprecated too many requests response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsSuccess

IsSuccess returns true when this delete data access consent deprecated too many requests response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedTooManyRequests) String

type DeleteDataAccessConsentDeprecatedUnauthorized

type DeleteDataAccessConsentDeprecatedUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentDeprecatedUnauthorized

func NewDeleteDataAccessConsentDeprecatedUnauthorized() *DeleteDataAccessConsentDeprecatedUnauthorized

NewDeleteDataAccessConsentDeprecatedUnauthorized creates a DeleteDataAccessConsentDeprecatedUnauthorized with default headers values

func (*DeleteDataAccessConsentDeprecatedUnauthorized) Code

Code gets the status code for the delete data access consent deprecated unauthorized response

func (*DeleteDataAccessConsentDeprecatedUnauthorized) Error

func (*DeleteDataAccessConsentDeprecatedUnauthorized) GetPayload

func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsClientError

IsClientError returns true when this delete data access consent deprecated unauthorized response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsCode

IsCode returns true when this delete data access consent deprecated unauthorized response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsRedirect

IsRedirect returns true when this delete data access consent deprecated unauthorized response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsServerError

IsServerError returns true when this delete data access consent deprecated unauthorized response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsSuccess

IsSuccess returns true when this delete data access consent deprecated unauthorized response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedUnauthorized) String

type DeleteDataAccessConsentDeprecatedUnprocessableEntity

type DeleteDataAccessConsentDeprecatedUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewDeleteDataAccessConsentDeprecatedUnprocessableEntity

func NewDeleteDataAccessConsentDeprecatedUnprocessableEntity() *DeleteDataAccessConsentDeprecatedUnprocessableEntity

NewDeleteDataAccessConsentDeprecatedUnprocessableEntity creates a DeleteDataAccessConsentDeprecatedUnprocessableEntity with default headers values

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) Code

Code gets the status code for the delete data access consent deprecated unprocessable entity response

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) Error

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) GetPayload

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsClientError

IsClientError returns true when this delete data access consent deprecated unprocessable entity response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsCode

IsCode returns true when this delete data access consent deprecated unprocessable entity response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect

IsRedirect returns true when this delete data access consent deprecated unprocessable entity response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsServerError

IsServerError returns true when this delete data access consent deprecated unprocessable entity response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess

IsSuccess returns true when this delete data access consent deprecated unprocessable entity response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) String

type DeleteDataAccessConsentDeprecatedUnsupportedMediaType

type DeleteDataAccessConsentDeprecatedUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewDeleteDataAccessConsentDeprecatedUnsupportedMediaType

func NewDeleteDataAccessConsentDeprecatedUnsupportedMediaType() *DeleteDataAccessConsentDeprecatedUnsupportedMediaType

NewDeleteDataAccessConsentDeprecatedUnsupportedMediaType creates a DeleteDataAccessConsentDeprecatedUnsupportedMediaType with default headers values

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Code

Code gets the status code for the delete data access consent deprecated unsupported media type response

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Error

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError

IsClientError returns true when this delete data access consent deprecated unsupported media type response has a 4xx status code

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsCode

IsCode returns true when this delete data access consent deprecated unsupported media type response a status code equal to that given

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete data access consent deprecated unsupported media type response has a 3xx status code

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError

IsServerError returns true when this delete data access consent deprecated unsupported media type response has a 5xx status code

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete data access consent deprecated unsupported media type response has a 2xx status code

func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) String

type DeleteDataAccessConsentForbidden

type DeleteDataAccessConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentForbidden

func NewDeleteDataAccessConsentForbidden() *DeleteDataAccessConsentForbidden

NewDeleteDataAccessConsentForbidden creates a DeleteDataAccessConsentForbidden with default headers values

func (*DeleteDataAccessConsentForbidden) Code

Code gets the status code for the delete data access consent forbidden response

func (*DeleteDataAccessConsentForbidden) Error

func (*DeleteDataAccessConsentForbidden) GetPayload

func (*DeleteDataAccessConsentForbidden) IsClientError

func (o *DeleteDataAccessConsentForbidden) IsClientError() bool

IsClientError returns true when this delete data access consent forbidden response has a 4xx status code

func (*DeleteDataAccessConsentForbidden) IsCode

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

IsCode returns true when this delete data access consent forbidden response a status code equal to that given

func (*DeleteDataAccessConsentForbidden) IsRedirect

func (o *DeleteDataAccessConsentForbidden) IsRedirect() bool

IsRedirect returns true when this delete data access consent forbidden response has a 3xx status code

func (*DeleteDataAccessConsentForbidden) IsServerError

func (o *DeleteDataAccessConsentForbidden) IsServerError() bool

IsServerError returns true when this delete data access consent forbidden response has a 5xx status code

func (*DeleteDataAccessConsentForbidden) IsSuccess

func (o *DeleteDataAccessConsentForbidden) IsSuccess() bool

IsSuccess returns true when this delete data access consent forbidden response has a 2xx status code

func (*DeleteDataAccessConsentForbidden) String

type DeleteDataAccessConsentInternalServerError

type DeleteDataAccessConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewDeleteDataAccessConsentInternalServerError

func NewDeleteDataAccessConsentInternalServerError() *DeleteDataAccessConsentInternalServerError

NewDeleteDataAccessConsentInternalServerError creates a DeleteDataAccessConsentInternalServerError with default headers values

func (*DeleteDataAccessConsentInternalServerError) Code

Code gets the status code for the delete data access consent internal server error response

func (*DeleteDataAccessConsentInternalServerError) Error

func (*DeleteDataAccessConsentInternalServerError) GetPayload

func (*DeleteDataAccessConsentInternalServerError) IsClientError

IsClientError returns true when this delete data access consent internal server error response has a 4xx status code

func (*DeleteDataAccessConsentInternalServerError) IsCode

IsCode returns true when this delete data access consent internal server error response a status code equal to that given

func (*DeleteDataAccessConsentInternalServerError) IsRedirect

IsRedirect returns true when this delete data access consent internal server error response has a 3xx status code

func (*DeleteDataAccessConsentInternalServerError) IsServerError

IsServerError returns true when this delete data access consent internal server error response has a 5xx status code

func (*DeleteDataAccessConsentInternalServerError) IsSuccess

IsSuccess returns true when this delete data access consent internal server error response has a 2xx status code

func (*DeleteDataAccessConsentInternalServerError) String

type DeleteDataAccessConsentMethodNotAllowed

type DeleteDataAccessConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewDeleteDataAccessConsentMethodNotAllowed

func NewDeleteDataAccessConsentMethodNotAllowed() *DeleteDataAccessConsentMethodNotAllowed

NewDeleteDataAccessConsentMethodNotAllowed creates a DeleteDataAccessConsentMethodNotAllowed with default headers values

func (*DeleteDataAccessConsentMethodNotAllowed) Code

Code gets the status code for the delete data access consent method not allowed response

func (*DeleteDataAccessConsentMethodNotAllowed) Error

func (*DeleteDataAccessConsentMethodNotAllowed) GetPayload

func (*DeleteDataAccessConsentMethodNotAllowed) IsClientError

func (o *DeleteDataAccessConsentMethodNotAllowed) IsClientError() bool

IsClientError returns true when this delete data access consent method not allowed response has a 4xx status code

func (*DeleteDataAccessConsentMethodNotAllowed) IsCode

IsCode returns true when this delete data access consent method not allowed response a status code equal to that given

func (*DeleteDataAccessConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this delete data access consent method not allowed response has a 3xx status code

func (*DeleteDataAccessConsentMethodNotAllowed) IsServerError

func (o *DeleteDataAccessConsentMethodNotAllowed) IsServerError() bool

IsServerError returns true when this delete data access consent method not allowed response has a 5xx status code

func (*DeleteDataAccessConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this delete data access consent method not allowed response has a 2xx status code

func (*DeleteDataAccessConsentMethodNotAllowed) String

type DeleteDataAccessConsentNoContent

type DeleteDataAccessConsentNoContent struct {
	Payload *models.BrazilCustomerDataAccessConsentResponse
}

DeleteDataAccessConsentNoContent describes a response with status code 204, with default header values.

Customer data access consent

func NewDeleteDataAccessConsentNoContent

func NewDeleteDataAccessConsentNoContent() *DeleteDataAccessConsentNoContent

NewDeleteDataAccessConsentNoContent creates a DeleteDataAccessConsentNoContent with default headers values

func (*DeleteDataAccessConsentNoContent) Code

Code gets the status code for the delete data access consent no content response

func (*DeleteDataAccessConsentNoContent) Error

func (*DeleteDataAccessConsentNoContent) GetPayload

func (*DeleteDataAccessConsentNoContent) IsClientError

func (o *DeleteDataAccessConsentNoContent) IsClientError() bool

IsClientError returns true when this delete data access consent no content response has a 4xx status code

func (*DeleteDataAccessConsentNoContent) IsCode

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

IsCode returns true when this delete data access consent no content response a status code equal to that given

func (*DeleteDataAccessConsentNoContent) IsRedirect

func (o *DeleteDataAccessConsentNoContent) IsRedirect() bool

IsRedirect returns true when this delete data access consent no content response has a 3xx status code

func (*DeleteDataAccessConsentNoContent) IsServerError

func (o *DeleteDataAccessConsentNoContent) IsServerError() bool

IsServerError returns true when this delete data access consent no content response has a 5xx status code

func (*DeleteDataAccessConsentNoContent) IsSuccess

func (o *DeleteDataAccessConsentNoContent) IsSuccess() bool

IsSuccess returns true when this delete data access consent no content response has a 2xx status code

func (*DeleteDataAccessConsentNoContent) String

type DeleteDataAccessConsentNotAcceptable

type DeleteDataAccessConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewDeleteDataAccessConsentNotAcceptable

func NewDeleteDataAccessConsentNotAcceptable() *DeleteDataAccessConsentNotAcceptable

NewDeleteDataAccessConsentNotAcceptable creates a DeleteDataAccessConsentNotAcceptable with default headers values

func (*DeleteDataAccessConsentNotAcceptable) Code

Code gets the status code for the delete data access consent not acceptable response

func (*DeleteDataAccessConsentNotAcceptable) Error

func (*DeleteDataAccessConsentNotAcceptable) GetPayload

func (*DeleteDataAccessConsentNotAcceptable) IsClientError

func (o *DeleteDataAccessConsentNotAcceptable) IsClientError() bool

IsClientError returns true when this delete data access consent not acceptable response has a 4xx status code

func (*DeleteDataAccessConsentNotAcceptable) IsCode

IsCode returns true when this delete data access consent not acceptable response a status code equal to that given

func (*DeleteDataAccessConsentNotAcceptable) IsRedirect

IsRedirect returns true when this delete data access consent not acceptable response has a 3xx status code

func (*DeleteDataAccessConsentNotAcceptable) IsServerError

func (o *DeleteDataAccessConsentNotAcceptable) IsServerError() bool

IsServerError returns true when this delete data access consent not acceptable response has a 5xx status code

func (*DeleteDataAccessConsentNotAcceptable) IsSuccess

IsSuccess returns true when this delete data access consent not acceptable response has a 2xx status code

func (*DeleteDataAccessConsentNotAcceptable) String

type DeleteDataAccessConsentParams

type DeleteDataAccessConsentParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

DeleteDataAccessConsentParams contains all the parameters to send to the API endpoint

for the delete data access consent operation.

Typically these are written to a http.Request.

func NewDeleteDataAccessConsentParams

func NewDeleteDataAccessConsentParams() *DeleteDataAccessConsentParams

NewDeleteDataAccessConsentParams creates a new DeleteDataAccessConsentParams 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 NewDeleteDataAccessConsentParamsWithContext

func NewDeleteDataAccessConsentParamsWithContext(ctx context.Context) *DeleteDataAccessConsentParams

NewDeleteDataAccessConsentParamsWithContext creates a new DeleteDataAccessConsentParams object with the ability to set a context for a request.

func NewDeleteDataAccessConsentParamsWithHTTPClient

func NewDeleteDataAccessConsentParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentParams

NewDeleteDataAccessConsentParamsWithHTTPClient creates a new DeleteDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDataAccessConsentParamsWithTimeout

func NewDeleteDataAccessConsentParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentParams

NewDeleteDataAccessConsentParamsWithTimeout creates a new DeleteDataAccessConsentParams object with the ability to set a timeout on a request.

func (*DeleteDataAccessConsentParams) SetConsentID

func (o *DeleteDataAccessConsentParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetContext

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

SetContext adds the context to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetDefaults

func (o *DeleteDataAccessConsentParams) SetDefaults()

SetDefaults hydrates default values in the delete data access consent params (not the query body).

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

func (*DeleteDataAccessConsentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetTimeout

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

SetTimeout adds the timeout to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetXCustomerUserAgent

func (o *DeleteDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetXFapiAuthDate

func (o *DeleteDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetXFapiCustomerIPAddress

func (o *DeleteDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetXFapiInteractionID

func (o *DeleteDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the delete data access consent params

func (*DeleteDataAccessConsentParams) SetXJwsSignature

func (o *DeleteDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithConsentID

WithConsentID adds the consentID to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithContext

WithContext adds the context to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithDefaults

WithDefaults hydrates default values in the delete data access consent params (not the query body).

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

func (*DeleteDataAccessConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithTimeout

WithTimeout adds the timeout to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithXCustomerUserAgent

func (o *DeleteDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithXFapiAuthDate

func (o *DeleteDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentParams

WithXFapiAuthDate adds the xFapiAuthDate to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithXFapiCustomerIPAddress

func (o *DeleteDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithXFapiInteractionID

func (o *DeleteDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the delete data access consent params

func (*DeleteDataAccessConsentParams) WithXJwsSignature

func (o *DeleteDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentParams

WithXJwsSignature adds the xJwsSignature to the delete data access consent params

func (*DeleteDataAccessConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDataAccessConsentReader

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

DeleteDataAccessConsentReader is a Reader for the DeleteDataAccessConsent structure.

func (*DeleteDataAccessConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDataAccessConsentTooManyRequests

type DeleteDataAccessConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentTooManyRequests

func NewDeleteDataAccessConsentTooManyRequests() *DeleteDataAccessConsentTooManyRequests

NewDeleteDataAccessConsentTooManyRequests creates a DeleteDataAccessConsentTooManyRequests with default headers values

func (*DeleteDataAccessConsentTooManyRequests) Code

Code gets the status code for the delete data access consent too many requests response

func (*DeleteDataAccessConsentTooManyRequests) Error

func (*DeleteDataAccessConsentTooManyRequests) GetPayload

func (*DeleteDataAccessConsentTooManyRequests) IsClientError

func (o *DeleteDataAccessConsentTooManyRequests) IsClientError() bool

IsClientError returns true when this delete data access consent too many requests response has a 4xx status code

func (*DeleteDataAccessConsentTooManyRequests) IsCode

IsCode returns true when this delete data access consent too many requests response a status code equal to that given

func (*DeleteDataAccessConsentTooManyRequests) IsRedirect

IsRedirect returns true when this delete data access consent too many requests response has a 3xx status code

func (*DeleteDataAccessConsentTooManyRequests) IsServerError

func (o *DeleteDataAccessConsentTooManyRequests) IsServerError() bool

IsServerError returns true when this delete data access consent too many requests response has a 5xx status code

func (*DeleteDataAccessConsentTooManyRequests) IsSuccess

IsSuccess returns true when this delete data access consent too many requests response has a 2xx status code

func (*DeleteDataAccessConsentTooManyRequests) String

type DeleteDataAccessConsentUnauthorized

type DeleteDataAccessConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentUnauthorized

func NewDeleteDataAccessConsentUnauthorized() *DeleteDataAccessConsentUnauthorized

NewDeleteDataAccessConsentUnauthorized creates a DeleteDataAccessConsentUnauthorized with default headers values

func (*DeleteDataAccessConsentUnauthorized) Code

Code gets the status code for the delete data access consent unauthorized response

func (*DeleteDataAccessConsentUnauthorized) Error

func (*DeleteDataAccessConsentUnauthorized) GetPayload

func (*DeleteDataAccessConsentUnauthorized) IsClientError

func (o *DeleteDataAccessConsentUnauthorized) IsClientError() bool

IsClientError returns true when this delete data access consent unauthorized response has a 4xx status code

func (*DeleteDataAccessConsentUnauthorized) IsCode

IsCode returns true when this delete data access consent unauthorized response a status code equal to that given

func (*DeleteDataAccessConsentUnauthorized) IsRedirect

func (o *DeleteDataAccessConsentUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete data access consent unauthorized response has a 3xx status code

func (*DeleteDataAccessConsentUnauthorized) IsServerError

func (o *DeleteDataAccessConsentUnauthorized) IsServerError() bool

IsServerError returns true when this delete data access consent unauthorized response has a 5xx status code

func (*DeleteDataAccessConsentUnauthorized) IsSuccess

IsSuccess returns true when this delete data access consent unauthorized response has a 2xx status code

func (*DeleteDataAccessConsentUnauthorized) String

type DeleteDataAccessConsentUnprocessableEntity

type DeleteDataAccessConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewDeleteDataAccessConsentUnprocessableEntity

func NewDeleteDataAccessConsentUnprocessableEntity() *DeleteDataAccessConsentUnprocessableEntity

NewDeleteDataAccessConsentUnprocessableEntity creates a DeleteDataAccessConsentUnprocessableEntity with default headers values

func (*DeleteDataAccessConsentUnprocessableEntity) Code

Code gets the status code for the delete data access consent unprocessable entity response

func (*DeleteDataAccessConsentUnprocessableEntity) Error

func (*DeleteDataAccessConsentUnprocessableEntity) GetPayload

func (*DeleteDataAccessConsentUnprocessableEntity) IsClientError

IsClientError returns true when this delete data access consent unprocessable entity response has a 4xx status code

func (*DeleteDataAccessConsentUnprocessableEntity) IsCode

IsCode returns true when this delete data access consent unprocessable entity response a status code equal to that given

func (*DeleteDataAccessConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this delete data access consent unprocessable entity response has a 3xx status code

func (*DeleteDataAccessConsentUnprocessableEntity) IsServerError

IsServerError returns true when this delete data access consent unprocessable entity response has a 5xx status code

func (*DeleteDataAccessConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this delete data access consent unprocessable entity response has a 2xx status code

func (*DeleteDataAccessConsentUnprocessableEntity) String

type DeleteDataAccessConsentUnsupportedMediaType

type DeleteDataAccessConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewDeleteDataAccessConsentUnsupportedMediaType

func NewDeleteDataAccessConsentUnsupportedMediaType() *DeleteDataAccessConsentUnsupportedMediaType

NewDeleteDataAccessConsentUnsupportedMediaType creates a DeleteDataAccessConsentUnsupportedMediaType with default headers values

func (*DeleteDataAccessConsentUnsupportedMediaType) Code

Code gets the status code for the delete data access consent unsupported media type response

func (*DeleteDataAccessConsentUnsupportedMediaType) Error

func (*DeleteDataAccessConsentUnsupportedMediaType) GetPayload

func (*DeleteDataAccessConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this delete data access consent unsupported media type response has a 4xx status code

func (*DeleteDataAccessConsentUnsupportedMediaType) IsCode

IsCode returns true when this delete data access consent unsupported media type response a status code equal to that given

func (*DeleteDataAccessConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete data access consent unsupported media type response has a 3xx status code

func (*DeleteDataAccessConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this delete data access consent unsupported media type response has a 5xx status code

func (*DeleteDataAccessConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete data access consent unsupported media type response has a 2xx status code

func (*DeleteDataAccessConsentUnsupportedMediaType) String

type DeleteDataAccessConsentV2BadRequest

type DeleteDataAccessConsentV2BadRequest struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentV2BadRequest describes a response with status code 400, with default header values.

Error

func NewDeleteDataAccessConsentV2BadRequest

func NewDeleteDataAccessConsentV2BadRequest() *DeleteDataAccessConsentV2BadRequest

NewDeleteDataAccessConsentV2BadRequest creates a DeleteDataAccessConsentV2BadRequest with default headers values

func (*DeleteDataAccessConsentV2BadRequest) Code

Code gets the status code for the delete data access consent v2 bad request response

func (*DeleteDataAccessConsentV2BadRequest) Error

func (*DeleteDataAccessConsentV2BadRequest) GetPayload

func (*DeleteDataAccessConsentV2BadRequest) IsClientError

func (o *DeleteDataAccessConsentV2BadRequest) IsClientError() bool

IsClientError returns true when this delete data access consent v2 bad request response has a 4xx status code

func (*DeleteDataAccessConsentV2BadRequest) IsCode

IsCode returns true when this delete data access consent v2 bad request response a status code equal to that given

func (*DeleteDataAccessConsentV2BadRequest) IsRedirect

func (o *DeleteDataAccessConsentV2BadRequest) IsRedirect() bool

IsRedirect returns true when this delete data access consent v2 bad request response has a 3xx status code

func (*DeleteDataAccessConsentV2BadRequest) IsServerError

func (o *DeleteDataAccessConsentV2BadRequest) IsServerError() bool

IsServerError returns true when this delete data access consent v2 bad request response has a 5xx status code

func (*DeleteDataAccessConsentV2BadRequest) IsSuccess

IsSuccess returns true when this delete data access consent v2 bad request response has a 2xx status code

func (*DeleteDataAccessConsentV2BadRequest) String

type DeleteDataAccessConsentV2Forbidden

type DeleteDataAccessConsentV2Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentV2Forbidden

func NewDeleteDataAccessConsentV2Forbidden() *DeleteDataAccessConsentV2Forbidden

NewDeleteDataAccessConsentV2Forbidden creates a DeleteDataAccessConsentV2Forbidden with default headers values

func (*DeleteDataAccessConsentV2Forbidden) Code

Code gets the status code for the delete data access consent v2 forbidden response

func (*DeleteDataAccessConsentV2Forbidden) Error

func (*DeleteDataAccessConsentV2Forbidden) GetPayload

func (*DeleteDataAccessConsentV2Forbidden) IsClientError

func (o *DeleteDataAccessConsentV2Forbidden) IsClientError() bool

IsClientError returns true when this delete data access consent v2 forbidden response has a 4xx status code

func (*DeleteDataAccessConsentV2Forbidden) IsCode

IsCode returns true when this delete data access consent v2 forbidden response a status code equal to that given

func (*DeleteDataAccessConsentV2Forbidden) IsRedirect

func (o *DeleteDataAccessConsentV2Forbidden) IsRedirect() bool

IsRedirect returns true when this delete data access consent v2 forbidden response has a 3xx status code

func (*DeleteDataAccessConsentV2Forbidden) IsServerError

func (o *DeleteDataAccessConsentV2Forbidden) IsServerError() bool

IsServerError returns true when this delete data access consent v2 forbidden response has a 5xx status code

func (*DeleteDataAccessConsentV2Forbidden) IsSuccess

IsSuccess returns true when this delete data access consent v2 forbidden response has a 2xx status code

func (*DeleteDataAccessConsentV2Forbidden) String

type DeleteDataAccessConsentV2InternalServerError

type DeleteDataAccessConsentV2InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentV2InternalServerError describes a response with status code 500, with default header values.

Error

func NewDeleteDataAccessConsentV2InternalServerError

func NewDeleteDataAccessConsentV2InternalServerError() *DeleteDataAccessConsentV2InternalServerError

NewDeleteDataAccessConsentV2InternalServerError creates a DeleteDataAccessConsentV2InternalServerError with default headers values

func (*DeleteDataAccessConsentV2InternalServerError) Code

Code gets the status code for the delete data access consent v2 internal server error response

func (*DeleteDataAccessConsentV2InternalServerError) Error

func (*DeleteDataAccessConsentV2InternalServerError) GetPayload

func (*DeleteDataAccessConsentV2InternalServerError) IsClientError

IsClientError returns true when this delete data access consent v2 internal server error response has a 4xx status code

func (*DeleteDataAccessConsentV2InternalServerError) IsCode

IsCode returns true when this delete data access consent v2 internal server error response a status code equal to that given

func (*DeleteDataAccessConsentV2InternalServerError) IsRedirect

IsRedirect returns true when this delete data access consent v2 internal server error response has a 3xx status code

func (*DeleteDataAccessConsentV2InternalServerError) IsServerError

IsServerError returns true when this delete data access consent v2 internal server error response has a 5xx status code

func (*DeleteDataAccessConsentV2InternalServerError) IsSuccess

IsSuccess returns true when this delete data access consent v2 internal server error response has a 2xx status code

func (*DeleteDataAccessConsentV2InternalServerError) String

type DeleteDataAccessConsentV2MethodNotAllowed

type DeleteDataAccessConsentV2MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentV2MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewDeleteDataAccessConsentV2MethodNotAllowed

func NewDeleteDataAccessConsentV2MethodNotAllowed() *DeleteDataAccessConsentV2MethodNotAllowed

NewDeleteDataAccessConsentV2MethodNotAllowed creates a DeleteDataAccessConsentV2MethodNotAllowed with default headers values

func (*DeleteDataAccessConsentV2MethodNotAllowed) Code

Code gets the status code for the delete data access consent v2 method not allowed response

func (*DeleteDataAccessConsentV2MethodNotAllowed) Error

func (*DeleteDataAccessConsentV2MethodNotAllowed) GetPayload

func (*DeleteDataAccessConsentV2MethodNotAllowed) IsClientError

IsClientError returns true when this delete data access consent v2 method not allowed response has a 4xx status code

func (*DeleteDataAccessConsentV2MethodNotAllowed) IsCode

IsCode returns true when this delete data access consent v2 method not allowed response a status code equal to that given

func (*DeleteDataAccessConsentV2MethodNotAllowed) IsRedirect

IsRedirect returns true when this delete data access consent v2 method not allowed response has a 3xx status code

func (*DeleteDataAccessConsentV2MethodNotAllowed) IsServerError

IsServerError returns true when this delete data access consent v2 method not allowed response has a 5xx status code

func (*DeleteDataAccessConsentV2MethodNotAllowed) IsSuccess

IsSuccess returns true when this delete data access consent v2 method not allowed response has a 2xx status code

func (*DeleteDataAccessConsentV2MethodNotAllowed) String

type DeleteDataAccessConsentV2NoContent

type DeleteDataAccessConsentV2NoContent struct {
}

DeleteDataAccessConsentV2NoContent describes a response with status code 204, with default header values.

consent deleted

func NewDeleteDataAccessConsentV2NoContent

func NewDeleteDataAccessConsentV2NoContent() *DeleteDataAccessConsentV2NoContent

NewDeleteDataAccessConsentV2NoContent creates a DeleteDataAccessConsentV2NoContent with default headers values

func (*DeleteDataAccessConsentV2NoContent) Code

Code gets the status code for the delete data access consent v2 no content response

func (*DeleteDataAccessConsentV2NoContent) Error

func (*DeleteDataAccessConsentV2NoContent) IsClientError

func (o *DeleteDataAccessConsentV2NoContent) IsClientError() bool

IsClientError returns true when this delete data access consent v2 no content response has a 4xx status code

func (*DeleteDataAccessConsentV2NoContent) IsCode

IsCode returns true when this delete data access consent v2 no content response a status code equal to that given

func (*DeleteDataAccessConsentV2NoContent) IsRedirect

func (o *DeleteDataAccessConsentV2NoContent) IsRedirect() bool

IsRedirect returns true when this delete data access consent v2 no content response has a 3xx status code

func (*DeleteDataAccessConsentV2NoContent) IsServerError

func (o *DeleteDataAccessConsentV2NoContent) IsServerError() bool

IsServerError returns true when this delete data access consent v2 no content response has a 5xx status code

func (*DeleteDataAccessConsentV2NoContent) IsSuccess

IsSuccess returns true when this delete data access consent v2 no content response has a 2xx status code

func (*DeleteDataAccessConsentV2NoContent) String

type DeleteDataAccessConsentV2NotAcceptable

type DeleteDataAccessConsentV2NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentV2NotAcceptable describes a response with status code 406, with default header values.

Error

func NewDeleteDataAccessConsentV2NotAcceptable

func NewDeleteDataAccessConsentV2NotAcceptable() *DeleteDataAccessConsentV2NotAcceptable

NewDeleteDataAccessConsentV2NotAcceptable creates a DeleteDataAccessConsentV2NotAcceptable with default headers values

func (*DeleteDataAccessConsentV2NotAcceptable) Code

Code gets the status code for the delete data access consent v2 not acceptable response

func (*DeleteDataAccessConsentV2NotAcceptable) Error

func (*DeleteDataAccessConsentV2NotAcceptable) GetPayload

func (*DeleteDataAccessConsentV2NotAcceptable) IsClientError

func (o *DeleteDataAccessConsentV2NotAcceptable) IsClientError() bool

IsClientError returns true when this delete data access consent v2 not acceptable response has a 4xx status code

func (*DeleteDataAccessConsentV2NotAcceptable) IsCode

IsCode returns true when this delete data access consent v2 not acceptable response a status code equal to that given

func (*DeleteDataAccessConsentV2NotAcceptable) IsRedirect

IsRedirect returns true when this delete data access consent v2 not acceptable response has a 3xx status code

func (*DeleteDataAccessConsentV2NotAcceptable) IsServerError

func (o *DeleteDataAccessConsentV2NotAcceptable) IsServerError() bool

IsServerError returns true when this delete data access consent v2 not acceptable response has a 5xx status code

func (*DeleteDataAccessConsentV2NotAcceptable) IsSuccess

IsSuccess returns true when this delete data access consent v2 not acceptable response has a 2xx status code

func (*DeleteDataAccessConsentV2NotAcceptable) String

type DeleteDataAccessConsentV2Params

type DeleteDataAccessConsentV2Params struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

DeleteDataAccessConsentV2Params contains all the parameters to send to the API endpoint

for the delete data access consent v2 operation.

Typically these are written to a http.Request.

func NewDeleteDataAccessConsentV2Params

func NewDeleteDataAccessConsentV2Params() *DeleteDataAccessConsentV2Params

NewDeleteDataAccessConsentV2Params creates a new DeleteDataAccessConsentV2Params 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 NewDeleteDataAccessConsentV2ParamsWithContext

func NewDeleteDataAccessConsentV2ParamsWithContext(ctx context.Context) *DeleteDataAccessConsentV2Params

NewDeleteDataAccessConsentV2ParamsWithContext creates a new DeleteDataAccessConsentV2Params object with the ability to set a context for a request.

func NewDeleteDataAccessConsentV2ParamsWithHTTPClient

func NewDeleteDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentV2Params

NewDeleteDataAccessConsentV2ParamsWithHTTPClient creates a new DeleteDataAccessConsentV2Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteDataAccessConsentV2ParamsWithTimeout

func NewDeleteDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentV2Params

NewDeleteDataAccessConsentV2ParamsWithTimeout creates a new DeleteDataAccessConsentV2Params object with the ability to set a timeout on a request.

func (*DeleteDataAccessConsentV2Params) SetConsentID

func (o *DeleteDataAccessConsentV2Params) SetConsentID(consentID string)

SetConsentID adds the consentId to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetContext

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

SetContext adds the context to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetDefaults

func (o *DeleteDataAccessConsentV2Params) SetDefaults()

SetDefaults hydrates default values in the delete data access consent v2 params (not the query body).

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

func (*DeleteDataAccessConsentV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetXCustomerUserAgent

func (o *DeleteDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetXFapiAuthDate

func (o *DeleteDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetXFapiCustomerIPAddress

func (o *DeleteDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetXFapiInteractionID

func (o *DeleteDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) SetXJwsSignature

func (o *DeleteDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithConsentID

WithConsentID adds the consentID to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithContext

WithContext adds the context to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithDefaults

WithDefaults hydrates default values in the delete data access consent v2 params (not the query body).

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

func (*DeleteDataAccessConsentV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithTimeout

WithTimeout adds the timeout to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithXCustomerUserAgent

func (o *DeleteDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentV2Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithXFapiAuthDate

func (o *DeleteDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentV2Params

WithXFapiAuthDate adds the xFapiAuthDate to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithXFapiCustomerIPAddress

func (o *DeleteDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentV2Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithXFapiInteractionID

func (o *DeleteDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentV2Params

WithXFapiInteractionID adds the xFapiInteractionID to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WithXJwsSignature

func (o *DeleteDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentV2Params

WithXJwsSignature adds the xJwsSignature to the delete data access consent v2 params

func (*DeleteDataAccessConsentV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDataAccessConsentV2Reader

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

DeleteDataAccessConsentV2Reader is a Reader for the DeleteDataAccessConsentV2 structure.

func (*DeleteDataAccessConsentV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDataAccessConsentV2TooManyRequests

type DeleteDataAccessConsentV2TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentV2TooManyRequests

func NewDeleteDataAccessConsentV2TooManyRequests() *DeleteDataAccessConsentV2TooManyRequests

NewDeleteDataAccessConsentV2TooManyRequests creates a DeleteDataAccessConsentV2TooManyRequests with default headers values

func (*DeleteDataAccessConsentV2TooManyRequests) Code

Code gets the status code for the delete data access consent v2 too many requests response

func (*DeleteDataAccessConsentV2TooManyRequests) Error

func (*DeleteDataAccessConsentV2TooManyRequests) GetPayload

func (*DeleteDataAccessConsentV2TooManyRequests) IsClientError

IsClientError returns true when this delete data access consent v2 too many requests response has a 4xx status code

func (*DeleteDataAccessConsentV2TooManyRequests) IsCode

IsCode returns true when this delete data access consent v2 too many requests response a status code equal to that given

func (*DeleteDataAccessConsentV2TooManyRequests) IsRedirect

IsRedirect returns true when this delete data access consent v2 too many requests response has a 3xx status code

func (*DeleteDataAccessConsentV2TooManyRequests) IsServerError

IsServerError returns true when this delete data access consent v2 too many requests response has a 5xx status code

func (*DeleteDataAccessConsentV2TooManyRequests) IsSuccess

IsSuccess returns true when this delete data access consent v2 too many requests response has a 2xx status code

func (*DeleteDataAccessConsentV2TooManyRequests) String

type DeleteDataAccessConsentV2Unauthorized

type DeleteDataAccessConsentV2Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewDeleteDataAccessConsentV2Unauthorized

func NewDeleteDataAccessConsentV2Unauthorized() *DeleteDataAccessConsentV2Unauthorized

NewDeleteDataAccessConsentV2Unauthorized creates a DeleteDataAccessConsentV2Unauthorized with default headers values

func (*DeleteDataAccessConsentV2Unauthorized) Code

Code gets the status code for the delete data access consent v2 unauthorized response

func (*DeleteDataAccessConsentV2Unauthorized) Error

func (*DeleteDataAccessConsentV2Unauthorized) GetPayload

func (*DeleteDataAccessConsentV2Unauthorized) IsClientError

func (o *DeleteDataAccessConsentV2Unauthorized) IsClientError() bool

IsClientError returns true when this delete data access consent v2 unauthorized response has a 4xx status code

func (*DeleteDataAccessConsentV2Unauthorized) IsCode

IsCode returns true when this delete data access consent v2 unauthorized response a status code equal to that given

func (*DeleteDataAccessConsentV2Unauthorized) IsRedirect

IsRedirect returns true when this delete data access consent v2 unauthorized response has a 3xx status code

func (*DeleteDataAccessConsentV2Unauthorized) IsServerError

func (o *DeleteDataAccessConsentV2Unauthorized) IsServerError() bool

IsServerError returns true when this delete data access consent v2 unauthorized response has a 5xx status code

func (*DeleteDataAccessConsentV2Unauthorized) IsSuccess

IsSuccess returns true when this delete data access consent v2 unauthorized response has a 2xx status code

func (*DeleteDataAccessConsentV2Unauthorized) String

type DeleteDataAccessConsentV2UnprocessableEntity

type DeleteDataAccessConsentV2UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentV2UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewDeleteDataAccessConsentV2UnprocessableEntity

func NewDeleteDataAccessConsentV2UnprocessableEntity() *DeleteDataAccessConsentV2UnprocessableEntity

NewDeleteDataAccessConsentV2UnprocessableEntity creates a DeleteDataAccessConsentV2UnprocessableEntity with default headers values

func (*DeleteDataAccessConsentV2UnprocessableEntity) Code

Code gets the status code for the delete data access consent v2 unprocessable entity response

func (*DeleteDataAccessConsentV2UnprocessableEntity) Error

func (*DeleteDataAccessConsentV2UnprocessableEntity) GetPayload

func (*DeleteDataAccessConsentV2UnprocessableEntity) IsClientError

IsClientError returns true when this delete data access consent v2 unprocessable entity response has a 4xx status code

func (*DeleteDataAccessConsentV2UnprocessableEntity) IsCode

IsCode returns true when this delete data access consent v2 unprocessable entity response a status code equal to that given

func (*DeleteDataAccessConsentV2UnprocessableEntity) IsRedirect

IsRedirect returns true when this delete data access consent v2 unprocessable entity response has a 3xx status code

func (*DeleteDataAccessConsentV2UnprocessableEntity) IsServerError

IsServerError returns true when this delete data access consent v2 unprocessable entity response has a 5xx status code

func (*DeleteDataAccessConsentV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this delete data access consent v2 unprocessable entity response has a 2xx status code

func (*DeleteDataAccessConsentV2UnprocessableEntity) String

type DeleteDataAccessConsentV2UnsupportedMediaType

type DeleteDataAccessConsentV2UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

DeleteDataAccessConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewDeleteDataAccessConsentV2UnsupportedMediaType

func NewDeleteDataAccessConsentV2UnsupportedMediaType() *DeleteDataAccessConsentV2UnsupportedMediaType

NewDeleteDataAccessConsentV2UnsupportedMediaType creates a DeleteDataAccessConsentV2UnsupportedMediaType with default headers values

func (*DeleteDataAccessConsentV2UnsupportedMediaType) Code

Code gets the status code for the delete data access consent v2 unsupported media type response

func (*DeleteDataAccessConsentV2UnsupportedMediaType) Error

func (*DeleteDataAccessConsentV2UnsupportedMediaType) GetPayload

func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsClientError

IsClientError returns true when this delete data access consent v2 unsupported media type response has a 4xx status code

func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsCode

IsCode returns true when this delete data access consent v2 unsupported media type response a status code equal to that given

func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete data access consent v2 unsupported media type response has a 3xx status code

func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsServerError

IsServerError returns true when this delete data access consent v2 unsupported media type response has a 5xx status code

func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete data access consent v2 unsupported media type response has a 2xx status code

func (*DeleteDataAccessConsentV2UnsupportedMediaType) String

type GetDataAccessConsentBadRequest

type GetDataAccessConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewGetDataAccessConsentBadRequest

func NewGetDataAccessConsentBadRequest() *GetDataAccessConsentBadRequest

NewGetDataAccessConsentBadRequest creates a GetDataAccessConsentBadRequest with default headers values

func (*GetDataAccessConsentBadRequest) Code

Code gets the status code for the get data access consent bad request response

func (*GetDataAccessConsentBadRequest) Error

func (*GetDataAccessConsentBadRequest) GetPayload

func (*GetDataAccessConsentBadRequest) IsClientError

func (o *GetDataAccessConsentBadRequest) IsClientError() bool

IsClientError returns true when this get data access consent bad request response has a 4xx status code

func (*GetDataAccessConsentBadRequest) IsCode

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

IsCode returns true when this get data access consent bad request response a status code equal to that given

func (*GetDataAccessConsentBadRequest) IsRedirect

func (o *GetDataAccessConsentBadRequest) IsRedirect() bool

IsRedirect returns true when this get data access consent bad request response has a 3xx status code

func (*GetDataAccessConsentBadRequest) IsServerError

func (o *GetDataAccessConsentBadRequest) IsServerError() bool

IsServerError returns true when this get data access consent bad request response has a 5xx status code

func (*GetDataAccessConsentBadRequest) IsSuccess

func (o *GetDataAccessConsentBadRequest) IsSuccess() bool

IsSuccess returns true when this get data access consent bad request response has a 2xx status code

func (*GetDataAccessConsentBadRequest) String

type GetDataAccessConsentDeprecatedBadRequest

type GetDataAccessConsentDeprecatedBadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentDeprecatedBadRequest describes a response with status code 400, with default header values.

Error

func NewGetDataAccessConsentDeprecatedBadRequest

func NewGetDataAccessConsentDeprecatedBadRequest() *GetDataAccessConsentDeprecatedBadRequest

NewGetDataAccessConsentDeprecatedBadRequest creates a GetDataAccessConsentDeprecatedBadRequest with default headers values

func (*GetDataAccessConsentDeprecatedBadRequest) Code

Code gets the status code for the get data access consent deprecated bad request response

func (*GetDataAccessConsentDeprecatedBadRequest) Error

func (*GetDataAccessConsentDeprecatedBadRequest) GetPayload

func (*GetDataAccessConsentDeprecatedBadRequest) IsClientError

IsClientError returns true when this get data access consent deprecated bad request response has a 4xx status code

func (*GetDataAccessConsentDeprecatedBadRequest) IsCode

IsCode returns true when this get data access consent deprecated bad request response a status code equal to that given

func (*GetDataAccessConsentDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this get data access consent deprecated bad request response has a 3xx status code

func (*GetDataAccessConsentDeprecatedBadRequest) IsServerError

IsServerError returns true when this get data access consent deprecated bad request response has a 5xx status code

func (*GetDataAccessConsentDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this get data access consent deprecated bad request response has a 2xx status code

func (*GetDataAccessConsentDeprecatedBadRequest) String

type GetDataAccessConsentDeprecatedForbidden

type GetDataAccessConsentDeprecatedForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentDeprecatedForbidden

func NewGetDataAccessConsentDeprecatedForbidden() *GetDataAccessConsentDeprecatedForbidden

NewGetDataAccessConsentDeprecatedForbidden creates a GetDataAccessConsentDeprecatedForbidden with default headers values

func (*GetDataAccessConsentDeprecatedForbidden) Code

Code gets the status code for the get data access consent deprecated forbidden response

func (*GetDataAccessConsentDeprecatedForbidden) Error

func (*GetDataAccessConsentDeprecatedForbidden) GetPayload

func (*GetDataAccessConsentDeprecatedForbidden) IsClientError

func (o *GetDataAccessConsentDeprecatedForbidden) IsClientError() bool

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

func (*GetDataAccessConsentDeprecatedForbidden) IsCode

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

func (*GetDataAccessConsentDeprecatedForbidden) IsRedirect

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

func (*GetDataAccessConsentDeprecatedForbidden) IsServerError

func (o *GetDataAccessConsentDeprecatedForbidden) IsServerError() bool

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

func (*GetDataAccessConsentDeprecatedForbidden) IsSuccess

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

func (*GetDataAccessConsentDeprecatedForbidden) String

type GetDataAccessConsentDeprecatedInternalServerError

type GetDataAccessConsentDeprecatedInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.

Error

func NewGetDataAccessConsentDeprecatedInternalServerError

func NewGetDataAccessConsentDeprecatedInternalServerError() *GetDataAccessConsentDeprecatedInternalServerError

NewGetDataAccessConsentDeprecatedInternalServerError creates a GetDataAccessConsentDeprecatedInternalServerError with default headers values

func (*GetDataAccessConsentDeprecatedInternalServerError) Code

Code gets the status code for the get data access consent deprecated internal server error response

func (*GetDataAccessConsentDeprecatedInternalServerError) Error

func (*GetDataAccessConsentDeprecatedInternalServerError) GetPayload

func (*GetDataAccessConsentDeprecatedInternalServerError) IsClientError

IsClientError returns true when this get data access consent deprecated internal server error response has a 4xx status code

func (*GetDataAccessConsentDeprecatedInternalServerError) IsCode

IsCode returns true when this get data access consent deprecated internal server error response a status code equal to that given

func (*GetDataAccessConsentDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this get data access consent deprecated internal server error response has a 3xx status code

func (*GetDataAccessConsentDeprecatedInternalServerError) IsServerError

IsServerError returns true when this get data access consent deprecated internal server error response has a 5xx status code

func (*GetDataAccessConsentDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this get data access consent deprecated internal server error response has a 2xx status code

func (*GetDataAccessConsentDeprecatedInternalServerError) String

type GetDataAccessConsentDeprecatedMethodNotAllowed

type GetDataAccessConsentDeprecatedMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetDataAccessConsentDeprecatedMethodNotAllowed

func NewGetDataAccessConsentDeprecatedMethodNotAllowed() *GetDataAccessConsentDeprecatedMethodNotAllowed

NewGetDataAccessConsentDeprecatedMethodNotAllowed creates a GetDataAccessConsentDeprecatedMethodNotAllowed with default headers values

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) Code

Code gets the status code for the get data access consent deprecated method not allowed response

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) Error

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) GetPayload

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsClientError

IsClientError returns true when this get data access consent deprecated method not allowed response has a 4xx status code

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsCode

IsCode returns true when this get data access consent deprecated method not allowed response a status code equal to that given

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect

IsRedirect returns true when this get data access consent deprecated method not allowed response has a 3xx status code

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsServerError

IsServerError returns true when this get data access consent deprecated method not allowed response has a 5xx status code

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess

IsSuccess returns true when this get data access consent deprecated method not allowed response has a 2xx status code

func (*GetDataAccessConsentDeprecatedMethodNotAllowed) String

type GetDataAccessConsentDeprecatedNotAcceptable

type GetDataAccessConsentDeprecatedNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetDataAccessConsentDeprecatedNotAcceptable

func NewGetDataAccessConsentDeprecatedNotAcceptable() *GetDataAccessConsentDeprecatedNotAcceptable

NewGetDataAccessConsentDeprecatedNotAcceptable creates a GetDataAccessConsentDeprecatedNotAcceptable with default headers values

func (*GetDataAccessConsentDeprecatedNotAcceptable) Code

Code gets the status code for the get data access consent deprecated not acceptable response

func (*GetDataAccessConsentDeprecatedNotAcceptable) Error

func (*GetDataAccessConsentDeprecatedNotAcceptable) GetPayload

func (*GetDataAccessConsentDeprecatedNotAcceptable) IsClientError

IsClientError returns true when this get data access consent deprecated not acceptable response has a 4xx status code

func (*GetDataAccessConsentDeprecatedNotAcceptable) IsCode

IsCode returns true when this get data access consent deprecated not acceptable response a status code equal to that given

func (*GetDataAccessConsentDeprecatedNotAcceptable) IsRedirect

IsRedirect returns true when this get data access consent deprecated not acceptable response has a 3xx status code

func (*GetDataAccessConsentDeprecatedNotAcceptable) IsServerError

IsServerError returns true when this get data access consent deprecated not acceptable response has a 5xx status code

func (*GetDataAccessConsentDeprecatedNotAcceptable) IsSuccess

IsSuccess returns true when this get data access consent deprecated not acceptable response has a 2xx status code

func (*GetDataAccessConsentDeprecatedNotAcceptable) String

type GetDataAccessConsentDeprecatedOK

type GetDataAccessConsentDeprecatedOK struct {
	Payload *models.BrazilCustomerDataAccessConsentResponse
}

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

Customer data access consent

func NewGetDataAccessConsentDeprecatedOK

func NewGetDataAccessConsentDeprecatedOK() *GetDataAccessConsentDeprecatedOK

NewGetDataAccessConsentDeprecatedOK creates a GetDataAccessConsentDeprecatedOK with default headers values

func (*GetDataAccessConsentDeprecatedOK) Code

Code gets the status code for the get data access consent deprecated o k response

func (*GetDataAccessConsentDeprecatedOK) Error

func (*GetDataAccessConsentDeprecatedOK) GetPayload

func (*GetDataAccessConsentDeprecatedOK) IsClientError

func (o *GetDataAccessConsentDeprecatedOK) IsClientError() bool

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

func (*GetDataAccessConsentDeprecatedOK) IsCode

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

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

func (*GetDataAccessConsentDeprecatedOK) IsRedirect

func (o *GetDataAccessConsentDeprecatedOK) IsRedirect() bool

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

func (*GetDataAccessConsentDeprecatedOK) IsServerError

func (o *GetDataAccessConsentDeprecatedOK) IsServerError() bool

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

func (*GetDataAccessConsentDeprecatedOK) IsSuccess

func (o *GetDataAccessConsentDeprecatedOK) IsSuccess() bool

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

func (*GetDataAccessConsentDeprecatedOK) String

type GetDataAccessConsentDeprecatedParams

type GetDataAccessConsentDeprecatedParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetDataAccessConsentDeprecatedParams contains all the parameters to send to the API endpoint

for the get data access consent deprecated operation.

Typically these are written to a http.Request.

func NewGetDataAccessConsentDeprecatedParams

func NewGetDataAccessConsentDeprecatedParams() *GetDataAccessConsentDeprecatedParams

NewGetDataAccessConsentDeprecatedParams creates a new GetDataAccessConsentDeprecatedParams 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 NewGetDataAccessConsentDeprecatedParamsWithContext

func NewGetDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *GetDataAccessConsentDeprecatedParams

NewGetDataAccessConsentDeprecatedParamsWithContext creates a new GetDataAccessConsentDeprecatedParams object with the ability to set a context for a request.

func NewGetDataAccessConsentDeprecatedParamsWithHTTPClient

func NewGetDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentDeprecatedParams

NewGetDataAccessConsentDeprecatedParamsWithHTTPClient creates a new GetDataAccessConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewGetDataAccessConsentDeprecatedParamsWithTimeout

func NewGetDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentDeprecatedParams

NewGetDataAccessConsentDeprecatedParamsWithTimeout creates a new GetDataAccessConsentDeprecatedParams object with the ability to set a timeout on a request.

func (*GetDataAccessConsentDeprecatedParams) SetConsentID

func (o *GetDataAccessConsentDeprecatedParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetContext

SetContext adds the context to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetDefaults

func (o *GetDataAccessConsentDeprecatedParams) SetDefaults()

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

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

func (*GetDataAccessConsentDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetXCustomerUserAgent

func (o *GetDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetXFapiAuthDate

func (o *GetDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress

func (o *GetDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetXFapiInteractionID

func (o *GetDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) SetXJwsSignature

func (o *GetDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithConsentID

WithConsentID adds the consentID to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithContext

WithContext adds the context to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithDefaults

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

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

func (*GetDataAccessConsentDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithXCustomerUserAgent

func (o *GetDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentDeprecatedParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress

func (o *GetDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentDeprecatedParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithXFapiInteractionID

func (o *GetDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentDeprecatedParams

WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the get data access consent deprecated params

func (*GetDataAccessConsentDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDataAccessConsentDeprecatedReader

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

GetDataAccessConsentDeprecatedReader is a Reader for the GetDataAccessConsentDeprecated structure.

func (*GetDataAccessConsentDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataAccessConsentDeprecatedTooManyRequests

type GetDataAccessConsentDeprecatedTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentDeprecatedTooManyRequests

func NewGetDataAccessConsentDeprecatedTooManyRequests() *GetDataAccessConsentDeprecatedTooManyRequests

NewGetDataAccessConsentDeprecatedTooManyRequests creates a GetDataAccessConsentDeprecatedTooManyRequests with default headers values

func (*GetDataAccessConsentDeprecatedTooManyRequests) Code

Code gets the status code for the get data access consent deprecated too many requests response

func (*GetDataAccessConsentDeprecatedTooManyRequests) Error

func (*GetDataAccessConsentDeprecatedTooManyRequests) GetPayload

func (*GetDataAccessConsentDeprecatedTooManyRequests) IsClientError

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

func (*GetDataAccessConsentDeprecatedTooManyRequests) IsCode

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

func (*GetDataAccessConsentDeprecatedTooManyRequests) IsRedirect

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

func (*GetDataAccessConsentDeprecatedTooManyRequests) IsServerError

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

func (*GetDataAccessConsentDeprecatedTooManyRequests) IsSuccess

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

func (*GetDataAccessConsentDeprecatedTooManyRequests) String

type GetDataAccessConsentDeprecatedUnauthorized

type GetDataAccessConsentDeprecatedUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentDeprecatedUnauthorized

func NewGetDataAccessConsentDeprecatedUnauthorized() *GetDataAccessConsentDeprecatedUnauthorized

NewGetDataAccessConsentDeprecatedUnauthorized creates a GetDataAccessConsentDeprecatedUnauthorized with default headers values

func (*GetDataAccessConsentDeprecatedUnauthorized) Code

Code gets the status code for the get data access consent deprecated unauthorized response

func (*GetDataAccessConsentDeprecatedUnauthorized) Error

func (*GetDataAccessConsentDeprecatedUnauthorized) GetPayload

func (*GetDataAccessConsentDeprecatedUnauthorized) IsClientError

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

func (*GetDataAccessConsentDeprecatedUnauthorized) IsCode

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

func (*GetDataAccessConsentDeprecatedUnauthorized) IsRedirect

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

func (*GetDataAccessConsentDeprecatedUnauthorized) IsServerError

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

func (*GetDataAccessConsentDeprecatedUnauthorized) IsSuccess

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

func (*GetDataAccessConsentDeprecatedUnauthorized) String

type GetDataAccessConsentDeprecatedUnprocessableEntity

type GetDataAccessConsentDeprecatedUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetDataAccessConsentDeprecatedUnprocessableEntity

func NewGetDataAccessConsentDeprecatedUnprocessableEntity() *GetDataAccessConsentDeprecatedUnprocessableEntity

NewGetDataAccessConsentDeprecatedUnprocessableEntity creates a GetDataAccessConsentDeprecatedUnprocessableEntity with default headers values

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) Code

Code gets the status code for the get data access consent deprecated unprocessable entity response

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) Error

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) GetPayload

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsClientError

IsClientError returns true when this get data access consent deprecated unprocessable entity response has a 4xx status code

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsCode

IsCode returns true when this get data access consent deprecated unprocessable entity response a status code equal to that given

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect

IsRedirect returns true when this get data access consent deprecated unprocessable entity response has a 3xx status code

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsServerError

IsServerError returns true when this get data access consent deprecated unprocessable entity response has a 5xx status code

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess

IsSuccess returns true when this get data access consent deprecated unprocessable entity response has a 2xx status code

func (*GetDataAccessConsentDeprecatedUnprocessableEntity) String

type GetDataAccessConsentDeprecatedUnsupportedMediaType

type GetDataAccessConsentDeprecatedUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetDataAccessConsentDeprecatedUnsupportedMediaType

func NewGetDataAccessConsentDeprecatedUnsupportedMediaType() *GetDataAccessConsentDeprecatedUnsupportedMediaType

NewGetDataAccessConsentDeprecatedUnsupportedMediaType creates a GetDataAccessConsentDeprecatedUnsupportedMediaType with default headers values

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) Code

Code gets the status code for the get data access consent deprecated unsupported media type response

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) Error

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError

IsClientError returns true when this get data access consent deprecated unsupported media type response has a 4xx status code

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsCode

IsCode returns true when this get data access consent deprecated unsupported media type response a status code equal to that given

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get data access consent deprecated unsupported media type response has a 3xx status code

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError

IsServerError returns true when this get data access consent deprecated unsupported media type response has a 5xx status code

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get data access consent deprecated unsupported media type response has a 2xx status code

func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) String

type GetDataAccessConsentExtensionsBadRequest

type GetDataAccessConsentExtensionsBadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentExtensionsBadRequest describes a response with status code 400, with default header values.

Error

func NewGetDataAccessConsentExtensionsBadRequest

func NewGetDataAccessConsentExtensionsBadRequest() *GetDataAccessConsentExtensionsBadRequest

NewGetDataAccessConsentExtensionsBadRequest creates a GetDataAccessConsentExtensionsBadRequest with default headers values

func (*GetDataAccessConsentExtensionsBadRequest) Code

Code gets the status code for the get data access consent extensions bad request response

func (*GetDataAccessConsentExtensionsBadRequest) Error

func (*GetDataAccessConsentExtensionsBadRequest) GetPayload

func (*GetDataAccessConsentExtensionsBadRequest) IsClientError

IsClientError returns true when this get data access consent extensions bad request response has a 4xx status code

func (*GetDataAccessConsentExtensionsBadRequest) IsCode

IsCode returns true when this get data access consent extensions bad request response a status code equal to that given

func (*GetDataAccessConsentExtensionsBadRequest) IsRedirect

IsRedirect returns true when this get data access consent extensions bad request response has a 3xx status code

func (*GetDataAccessConsentExtensionsBadRequest) IsServerError

IsServerError returns true when this get data access consent extensions bad request response has a 5xx status code

func (*GetDataAccessConsentExtensionsBadRequest) IsSuccess

IsSuccess returns true when this get data access consent extensions bad request response has a 2xx status code

func (*GetDataAccessConsentExtensionsBadRequest) String

type GetDataAccessConsentExtensionsForbidden

type GetDataAccessConsentExtensionsForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentExtensionsForbidden

func NewGetDataAccessConsentExtensionsForbidden() *GetDataAccessConsentExtensionsForbidden

NewGetDataAccessConsentExtensionsForbidden creates a GetDataAccessConsentExtensionsForbidden with default headers values

func (*GetDataAccessConsentExtensionsForbidden) Code

Code gets the status code for the get data access consent extensions forbidden response

func (*GetDataAccessConsentExtensionsForbidden) Error

func (*GetDataAccessConsentExtensionsForbidden) GetPayload

func (*GetDataAccessConsentExtensionsForbidden) IsClientError

func (o *GetDataAccessConsentExtensionsForbidden) IsClientError() bool

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

func (*GetDataAccessConsentExtensionsForbidden) IsCode

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

func (*GetDataAccessConsentExtensionsForbidden) IsRedirect

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

func (*GetDataAccessConsentExtensionsForbidden) IsServerError

func (o *GetDataAccessConsentExtensionsForbidden) IsServerError() bool

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

func (*GetDataAccessConsentExtensionsForbidden) IsSuccess

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

func (*GetDataAccessConsentExtensionsForbidden) String

type GetDataAccessConsentExtensionsInternalServerError

type GetDataAccessConsentExtensionsInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentExtensionsInternalServerError describes a response with status code 500, with default header values.

Error

func NewGetDataAccessConsentExtensionsInternalServerError

func NewGetDataAccessConsentExtensionsInternalServerError() *GetDataAccessConsentExtensionsInternalServerError

NewGetDataAccessConsentExtensionsInternalServerError creates a GetDataAccessConsentExtensionsInternalServerError with default headers values

func (*GetDataAccessConsentExtensionsInternalServerError) Code

Code gets the status code for the get data access consent extensions internal server error response

func (*GetDataAccessConsentExtensionsInternalServerError) Error

func (*GetDataAccessConsentExtensionsInternalServerError) GetPayload

func (*GetDataAccessConsentExtensionsInternalServerError) IsClientError

IsClientError returns true when this get data access consent extensions internal server error response has a 4xx status code

func (*GetDataAccessConsentExtensionsInternalServerError) IsCode

IsCode returns true when this get data access consent extensions internal server error response a status code equal to that given

func (*GetDataAccessConsentExtensionsInternalServerError) IsRedirect

IsRedirect returns true when this get data access consent extensions internal server error response has a 3xx status code

func (*GetDataAccessConsentExtensionsInternalServerError) IsServerError

IsServerError returns true when this get data access consent extensions internal server error response has a 5xx status code

func (*GetDataAccessConsentExtensionsInternalServerError) IsSuccess

IsSuccess returns true when this get data access consent extensions internal server error response has a 2xx status code

func (*GetDataAccessConsentExtensionsInternalServerError) String

type GetDataAccessConsentExtensionsMethodNotAllowed

type GetDataAccessConsentExtensionsMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentExtensionsMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetDataAccessConsentExtensionsMethodNotAllowed

func NewGetDataAccessConsentExtensionsMethodNotAllowed() *GetDataAccessConsentExtensionsMethodNotAllowed

NewGetDataAccessConsentExtensionsMethodNotAllowed creates a GetDataAccessConsentExtensionsMethodNotAllowed with default headers values

func (*GetDataAccessConsentExtensionsMethodNotAllowed) Code

Code gets the status code for the get data access consent extensions method not allowed response

func (*GetDataAccessConsentExtensionsMethodNotAllowed) Error

func (*GetDataAccessConsentExtensionsMethodNotAllowed) GetPayload

func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsClientError

IsClientError returns true when this get data access consent extensions method not allowed response has a 4xx status code

func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsCode

IsCode returns true when this get data access consent extensions method not allowed response a status code equal to that given

func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsRedirect

IsRedirect returns true when this get data access consent extensions method not allowed response has a 3xx status code

func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsServerError

IsServerError returns true when this get data access consent extensions method not allowed response has a 5xx status code

func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsSuccess

IsSuccess returns true when this get data access consent extensions method not allowed response has a 2xx status code

func (*GetDataAccessConsentExtensionsMethodNotAllowed) String

type GetDataAccessConsentExtensionsNotAcceptable

type GetDataAccessConsentExtensionsNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentExtensionsNotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetDataAccessConsentExtensionsNotAcceptable

func NewGetDataAccessConsentExtensionsNotAcceptable() *GetDataAccessConsentExtensionsNotAcceptable

NewGetDataAccessConsentExtensionsNotAcceptable creates a GetDataAccessConsentExtensionsNotAcceptable with default headers values

func (*GetDataAccessConsentExtensionsNotAcceptable) Code

Code gets the status code for the get data access consent extensions not acceptable response

func (*GetDataAccessConsentExtensionsNotAcceptable) Error

func (*GetDataAccessConsentExtensionsNotAcceptable) GetPayload

func (*GetDataAccessConsentExtensionsNotAcceptable) IsClientError

IsClientError returns true when this get data access consent extensions not acceptable response has a 4xx status code

func (*GetDataAccessConsentExtensionsNotAcceptable) IsCode

IsCode returns true when this get data access consent extensions not acceptable response a status code equal to that given

func (*GetDataAccessConsentExtensionsNotAcceptable) IsRedirect

IsRedirect returns true when this get data access consent extensions not acceptable response has a 3xx status code

func (*GetDataAccessConsentExtensionsNotAcceptable) IsServerError

IsServerError returns true when this get data access consent extensions not acceptable response has a 5xx status code

func (*GetDataAccessConsentExtensionsNotAcceptable) IsSuccess

IsSuccess returns true when this get data access consent extensions not acceptable response has a 2xx status code

func (*GetDataAccessConsentExtensionsNotAcceptable) String

type GetDataAccessConsentExtensionsOK

type GetDataAccessConsentExtensionsOK struct {
	Payload *models.BrazilGetConsentExtensionsResponse
}

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

Get Customer data access v2 consent extension

func NewGetDataAccessConsentExtensionsOK

func NewGetDataAccessConsentExtensionsOK() *GetDataAccessConsentExtensionsOK

NewGetDataAccessConsentExtensionsOK creates a GetDataAccessConsentExtensionsOK with default headers values

func (*GetDataAccessConsentExtensionsOK) Code

Code gets the status code for the get data access consent extensions o k response

func (*GetDataAccessConsentExtensionsOK) Error

func (*GetDataAccessConsentExtensionsOK) GetPayload

func (*GetDataAccessConsentExtensionsOK) IsClientError

func (o *GetDataAccessConsentExtensionsOK) IsClientError() bool

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

func (*GetDataAccessConsentExtensionsOK) IsCode

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

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

func (*GetDataAccessConsentExtensionsOK) IsRedirect

func (o *GetDataAccessConsentExtensionsOK) IsRedirect() bool

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

func (*GetDataAccessConsentExtensionsOK) IsServerError

func (o *GetDataAccessConsentExtensionsOK) IsServerError() bool

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

func (*GetDataAccessConsentExtensionsOK) IsSuccess

func (o *GetDataAccessConsentExtensionsOK) IsSuccess() bool

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

func (*GetDataAccessConsentExtensionsOK) String

type GetDataAccessConsentExtensionsParams

type GetDataAccessConsentExtensionsParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetDataAccessConsentExtensionsParams contains all the parameters to send to the API endpoint

for the get data access consent extensions operation.

Typically these are written to a http.Request.

func NewGetDataAccessConsentExtensionsParams

func NewGetDataAccessConsentExtensionsParams() *GetDataAccessConsentExtensionsParams

NewGetDataAccessConsentExtensionsParams creates a new GetDataAccessConsentExtensionsParams 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 NewGetDataAccessConsentExtensionsParamsWithContext

func NewGetDataAccessConsentExtensionsParamsWithContext(ctx context.Context) *GetDataAccessConsentExtensionsParams

NewGetDataAccessConsentExtensionsParamsWithContext creates a new GetDataAccessConsentExtensionsParams object with the ability to set a context for a request.

func NewGetDataAccessConsentExtensionsParamsWithHTTPClient

func NewGetDataAccessConsentExtensionsParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentExtensionsParams

NewGetDataAccessConsentExtensionsParamsWithHTTPClient creates a new GetDataAccessConsentExtensionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDataAccessConsentExtensionsParamsWithTimeout

func NewGetDataAccessConsentExtensionsParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentExtensionsParams

NewGetDataAccessConsentExtensionsParamsWithTimeout creates a new GetDataAccessConsentExtensionsParams object with the ability to set a timeout on a request.

func (*GetDataAccessConsentExtensionsParams) SetConsentID

func (o *GetDataAccessConsentExtensionsParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetContext

SetContext adds the context to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetDefaults

func (o *GetDataAccessConsentExtensionsParams) SetDefaults()

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

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

func (*GetDataAccessConsentExtensionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetTimeout

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

SetTimeout adds the timeout to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetXCustomerUserAgent

func (o *GetDataAccessConsentExtensionsParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetXFapiAuthDate

func (o *GetDataAccessConsentExtensionsParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetXFapiCustomerIPAddress

func (o *GetDataAccessConsentExtensionsParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetXFapiInteractionID

func (o *GetDataAccessConsentExtensionsParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) SetXJwsSignature

func (o *GetDataAccessConsentExtensionsParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithConsentID

WithConsentID adds the consentID to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithContext

WithContext adds the context to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithDefaults

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

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

func (*GetDataAccessConsentExtensionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithTimeout

WithTimeout adds the timeout to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithXCustomerUserAgent

func (o *GetDataAccessConsentExtensionsParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentExtensionsParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithXFapiCustomerIPAddress

func (o *GetDataAccessConsentExtensionsParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentExtensionsParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithXFapiInteractionID

func (o *GetDataAccessConsentExtensionsParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentExtensionsParams

WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the get data access consent extensions params

func (*GetDataAccessConsentExtensionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDataAccessConsentExtensionsReader

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

GetDataAccessConsentExtensionsReader is a Reader for the GetDataAccessConsentExtensions structure.

func (*GetDataAccessConsentExtensionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataAccessConsentExtensionsTooManyRequests

type GetDataAccessConsentExtensionsTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentExtensionsTooManyRequests

func NewGetDataAccessConsentExtensionsTooManyRequests() *GetDataAccessConsentExtensionsTooManyRequests

NewGetDataAccessConsentExtensionsTooManyRequests creates a GetDataAccessConsentExtensionsTooManyRequests with default headers values

func (*GetDataAccessConsentExtensionsTooManyRequests) Code

Code gets the status code for the get data access consent extensions too many requests response

func (*GetDataAccessConsentExtensionsTooManyRequests) Error

func (*GetDataAccessConsentExtensionsTooManyRequests) GetPayload

func (*GetDataAccessConsentExtensionsTooManyRequests) IsClientError

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

func (*GetDataAccessConsentExtensionsTooManyRequests) IsCode

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

func (*GetDataAccessConsentExtensionsTooManyRequests) IsRedirect

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

func (*GetDataAccessConsentExtensionsTooManyRequests) IsServerError

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

func (*GetDataAccessConsentExtensionsTooManyRequests) IsSuccess

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

func (*GetDataAccessConsentExtensionsTooManyRequests) String

type GetDataAccessConsentExtensionsUnauthorized

type GetDataAccessConsentExtensionsUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentExtensionsUnauthorized

func NewGetDataAccessConsentExtensionsUnauthorized() *GetDataAccessConsentExtensionsUnauthorized

NewGetDataAccessConsentExtensionsUnauthorized creates a GetDataAccessConsentExtensionsUnauthorized with default headers values

func (*GetDataAccessConsentExtensionsUnauthorized) Code

Code gets the status code for the get data access consent extensions unauthorized response

func (*GetDataAccessConsentExtensionsUnauthorized) Error

func (*GetDataAccessConsentExtensionsUnauthorized) GetPayload

func (*GetDataAccessConsentExtensionsUnauthorized) IsClientError

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

func (*GetDataAccessConsentExtensionsUnauthorized) IsCode

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

func (*GetDataAccessConsentExtensionsUnauthorized) IsRedirect

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

func (*GetDataAccessConsentExtensionsUnauthorized) IsServerError

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

func (*GetDataAccessConsentExtensionsUnauthorized) IsSuccess

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

func (*GetDataAccessConsentExtensionsUnauthorized) String

type GetDataAccessConsentExtensionsUnprocessableEntity

type GetDataAccessConsentExtensionsUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentExtensionsUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetDataAccessConsentExtensionsUnprocessableEntity

func NewGetDataAccessConsentExtensionsUnprocessableEntity() *GetDataAccessConsentExtensionsUnprocessableEntity

NewGetDataAccessConsentExtensionsUnprocessableEntity creates a GetDataAccessConsentExtensionsUnprocessableEntity with default headers values

func (*GetDataAccessConsentExtensionsUnprocessableEntity) Code

Code gets the status code for the get data access consent extensions unprocessable entity response

func (*GetDataAccessConsentExtensionsUnprocessableEntity) Error

func (*GetDataAccessConsentExtensionsUnprocessableEntity) GetPayload

func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsClientError

IsClientError returns true when this get data access consent extensions unprocessable entity response has a 4xx status code

func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsCode

IsCode returns true when this get data access consent extensions unprocessable entity response a status code equal to that given

func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsRedirect

IsRedirect returns true when this get data access consent extensions unprocessable entity response has a 3xx status code

func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsServerError

IsServerError returns true when this get data access consent extensions unprocessable entity response has a 5xx status code

func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsSuccess

IsSuccess returns true when this get data access consent extensions unprocessable entity response has a 2xx status code

func (*GetDataAccessConsentExtensionsUnprocessableEntity) String

type GetDataAccessConsentExtensionsUnsupportedMediaType

type GetDataAccessConsentExtensionsUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentExtensionsUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetDataAccessConsentExtensionsUnsupportedMediaType

func NewGetDataAccessConsentExtensionsUnsupportedMediaType() *GetDataAccessConsentExtensionsUnsupportedMediaType

NewGetDataAccessConsentExtensionsUnsupportedMediaType creates a GetDataAccessConsentExtensionsUnsupportedMediaType with default headers values

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) Code

Code gets the status code for the get data access consent extensions unsupported media type response

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) Error

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) GetPayload

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsClientError

IsClientError returns true when this get data access consent extensions unsupported media type response has a 4xx status code

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsCode

IsCode returns true when this get data access consent extensions unsupported media type response a status code equal to that given

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get data access consent extensions unsupported media type response has a 3xx status code

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsServerError

IsServerError returns true when this get data access consent extensions unsupported media type response has a 5xx status code

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get data access consent extensions unsupported media type response has a 2xx status code

func (*GetDataAccessConsentExtensionsUnsupportedMediaType) String

type GetDataAccessConsentForbidden

type GetDataAccessConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentForbidden

func NewGetDataAccessConsentForbidden() *GetDataAccessConsentForbidden

NewGetDataAccessConsentForbidden creates a GetDataAccessConsentForbidden with default headers values

func (*GetDataAccessConsentForbidden) Code

Code gets the status code for the get data access consent forbidden response

func (*GetDataAccessConsentForbidden) Error

func (*GetDataAccessConsentForbidden) GetPayload

func (*GetDataAccessConsentForbidden) IsClientError

func (o *GetDataAccessConsentForbidden) IsClientError() bool

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

func (*GetDataAccessConsentForbidden) IsCode

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

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

func (*GetDataAccessConsentForbidden) IsRedirect

func (o *GetDataAccessConsentForbidden) IsRedirect() bool

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

func (*GetDataAccessConsentForbidden) IsServerError

func (o *GetDataAccessConsentForbidden) IsServerError() bool

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

func (*GetDataAccessConsentForbidden) IsSuccess

func (o *GetDataAccessConsentForbidden) IsSuccess() bool

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

func (*GetDataAccessConsentForbidden) String

type GetDataAccessConsentInternalServerError

type GetDataAccessConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewGetDataAccessConsentInternalServerError

func NewGetDataAccessConsentInternalServerError() *GetDataAccessConsentInternalServerError

NewGetDataAccessConsentInternalServerError creates a GetDataAccessConsentInternalServerError with default headers values

func (*GetDataAccessConsentInternalServerError) Code

Code gets the status code for the get data access consent internal server error response

func (*GetDataAccessConsentInternalServerError) Error

func (*GetDataAccessConsentInternalServerError) GetPayload

func (*GetDataAccessConsentInternalServerError) IsClientError

func (o *GetDataAccessConsentInternalServerError) IsClientError() bool

IsClientError returns true when this get data access consent internal server error response has a 4xx status code

func (*GetDataAccessConsentInternalServerError) IsCode

IsCode returns true when this get data access consent internal server error response a status code equal to that given

func (*GetDataAccessConsentInternalServerError) IsRedirect

IsRedirect returns true when this get data access consent internal server error response has a 3xx status code

func (*GetDataAccessConsentInternalServerError) IsServerError

func (o *GetDataAccessConsentInternalServerError) IsServerError() bool

IsServerError returns true when this get data access consent internal server error response has a 5xx status code

func (*GetDataAccessConsentInternalServerError) IsSuccess

IsSuccess returns true when this get data access consent internal server error response has a 2xx status code

func (*GetDataAccessConsentInternalServerError) String

type GetDataAccessConsentMethodNotAllowed

type GetDataAccessConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetDataAccessConsentMethodNotAllowed

func NewGetDataAccessConsentMethodNotAllowed() *GetDataAccessConsentMethodNotAllowed

NewGetDataAccessConsentMethodNotAllowed creates a GetDataAccessConsentMethodNotAllowed with default headers values

func (*GetDataAccessConsentMethodNotAllowed) Code

Code gets the status code for the get data access consent method not allowed response

func (*GetDataAccessConsentMethodNotAllowed) Error

func (*GetDataAccessConsentMethodNotAllowed) GetPayload

func (*GetDataAccessConsentMethodNotAllowed) IsClientError

func (o *GetDataAccessConsentMethodNotAllowed) IsClientError() bool

IsClientError returns true when this get data access consent method not allowed response has a 4xx status code

func (*GetDataAccessConsentMethodNotAllowed) IsCode

IsCode returns true when this get data access consent method not allowed response a status code equal to that given

func (*GetDataAccessConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this get data access consent method not allowed response has a 3xx status code

func (*GetDataAccessConsentMethodNotAllowed) IsServerError

func (o *GetDataAccessConsentMethodNotAllowed) IsServerError() bool

IsServerError returns true when this get data access consent method not allowed response has a 5xx status code

func (*GetDataAccessConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this get data access consent method not allowed response has a 2xx status code

func (*GetDataAccessConsentMethodNotAllowed) String

type GetDataAccessConsentNotAcceptable

type GetDataAccessConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetDataAccessConsentNotAcceptable

func NewGetDataAccessConsentNotAcceptable() *GetDataAccessConsentNotAcceptable

NewGetDataAccessConsentNotAcceptable creates a GetDataAccessConsentNotAcceptable with default headers values

func (*GetDataAccessConsentNotAcceptable) Code

Code gets the status code for the get data access consent not acceptable response

func (*GetDataAccessConsentNotAcceptable) Error

func (*GetDataAccessConsentNotAcceptable) GetPayload

func (*GetDataAccessConsentNotAcceptable) IsClientError

func (o *GetDataAccessConsentNotAcceptable) IsClientError() bool

IsClientError returns true when this get data access consent not acceptable response has a 4xx status code

func (*GetDataAccessConsentNotAcceptable) IsCode

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

IsCode returns true when this get data access consent not acceptable response a status code equal to that given

func (*GetDataAccessConsentNotAcceptable) IsRedirect

func (o *GetDataAccessConsentNotAcceptable) IsRedirect() bool

IsRedirect returns true when this get data access consent not acceptable response has a 3xx status code

func (*GetDataAccessConsentNotAcceptable) IsServerError

func (o *GetDataAccessConsentNotAcceptable) IsServerError() bool

IsServerError returns true when this get data access consent not acceptable response has a 5xx status code

func (*GetDataAccessConsentNotAcceptable) IsSuccess

func (o *GetDataAccessConsentNotAcceptable) IsSuccess() bool

IsSuccess returns true when this get data access consent not acceptable response has a 2xx status code

func (*GetDataAccessConsentNotAcceptable) String

type GetDataAccessConsentOK

type GetDataAccessConsentOK struct {
	Payload *models.BrazilCustomerDataAccessConsentResponse
}

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

Customer data access consent

func NewGetDataAccessConsentOK

func NewGetDataAccessConsentOK() *GetDataAccessConsentOK

NewGetDataAccessConsentOK creates a GetDataAccessConsentOK with default headers values

func (*GetDataAccessConsentOK) Code

func (o *GetDataAccessConsentOK) Code() int

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

func (*GetDataAccessConsentOK) Error

func (o *GetDataAccessConsentOK) Error() string

func (*GetDataAccessConsentOK) GetPayload

func (*GetDataAccessConsentOK) IsClientError

func (o *GetDataAccessConsentOK) IsClientError() bool

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

func (*GetDataAccessConsentOK) IsCode

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

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

func (*GetDataAccessConsentOK) IsRedirect

func (o *GetDataAccessConsentOK) IsRedirect() bool

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

func (*GetDataAccessConsentOK) IsServerError

func (o *GetDataAccessConsentOK) IsServerError() bool

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

func (*GetDataAccessConsentOK) IsSuccess

func (o *GetDataAccessConsentOK) IsSuccess() bool

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

func (*GetDataAccessConsentOK) String

func (o *GetDataAccessConsentOK) String() string

type GetDataAccessConsentParams

type GetDataAccessConsentParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetDataAccessConsentParams contains all the parameters to send to the API endpoint

for the get data access consent operation.

Typically these are written to a http.Request.

func NewGetDataAccessConsentParams

func NewGetDataAccessConsentParams() *GetDataAccessConsentParams

NewGetDataAccessConsentParams creates a new GetDataAccessConsentParams 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 NewGetDataAccessConsentParamsWithContext

func NewGetDataAccessConsentParamsWithContext(ctx context.Context) *GetDataAccessConsentParams

NewGetDataAccessConsentParamsWithContext creates a new GetDataAccessConsentParams object with the ability to set a context for a request.

func NewGetDataAccessConsentParamsWithHTTPClient

func NewGetDataAccessConsentParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentParams

NewGetDataAccessConsentParamsWithHTTPClient creates a new GetDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.

func NewGetDataAccessConsentParamsWithTimeout

func NewGetDataAccessConsentParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentParams

NewGetDataAccessConsentParamsWithTimeout creates a new GetDataAccessConsentParams object with the ability to set a timeout on a request.

func (*GetDataAccessConsentParams) SetConsentID

func (o *GetDataAccessConsentParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get data access consent params

func (*GetDataAccessConsentParams) SetContext

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

SetContext adds the context to the get data access consent params

func (*GetDataAccessConsentParams) SetDefaults

func (o *GetDataAccessConsentParams) SetDefaults()

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

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

func (*GetDataAccessConsentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get data access consent params

func (*GetDataAccessConsentParams) SetTimeout

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

SetTimeout adds the timeout to the get data access consent params

func (*GetDataAccessConsentParams) SetXCustomerUserAgent

func (o *GetDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent params

func (*GetDataAccessConsentParams) SetXFapiAuthDate

func (o *GetDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent params

func (*GetDataAccessConsentParams) SetXFapiCustomerIPAddress

func (o *GetDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent params

func (*GetDataAccessConsentParams) SetXFapiInteractionID

func (o *GetDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent params

func (*GetDataAccessConsentParams) SetXJwsSignature

func (o *GetDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get data access consent params

func (*GetDataAccessConsentParams) WithConsentID

func (o *GetDataAccessConsentParams) WithConsentID(consentID string) *GetDataAccessConsentParams

WithConsentID adds the consentID to the get data access consent params

func (*GetDataAccessConsentParams) WithContext

WithContext adds the context to the get data access consent params

func (*GetDataAccessConsentParams) WithDefaults

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

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

func (*GetDataAccessConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get data access consent params

func (*GetDataAccessConsentParams) WithTimeout

WithTimeout adds the timeout to the get data access consent params

func (*GetDataAccessConsentParams) WithXCustomerUserAgent

func (o *GetDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent params

func (*GetDataAccessConsentParams) WithXFapiAuthDate

func (o *GetDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentParams

WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent params

func (*GetDataAccessConsentParams) WithXFapiCustomerIPAddress

func (o *GetDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent params

func (*GetDataAccessConsentParams) WithXFapiInteractionID

func (o *GetDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent params

func (*GetDataAccessConsentParams) WithXJwsSignature

func (o *GetDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentParams

WithXJwsSignature adds the xJwsSignature to the get data access consent params

func (*GetDataAccessConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDataAccessConsentReader

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

GetDataAccessConsentReader is a Reader for the GetDataAccessConsent structure.

func (*GetDataAccessConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataAccessConsentTooManyRequests

type GetDataAccessConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentTooManyRequests

func NewGetDataAccessConsentTooManyRequests() *GetDataAccessConsentTooManyRequests

NewGetDataAccessConsentTooManyRequests creates a GetDataAccessConsentTooManyRequests with default headers values

func (*GetDataAccessConsentTooManyRequests) Code

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

func (*GetDataAccessConsentTooManyRequests) Error

func (*GetDataAccessConsentTooManyRequests) GetPayload

func (*GetDataAccessConsentTooManyRequests) IsClientError

func (o *GetDataAccessConsentTooManyRequests) IsClientError() bool

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

func (*GetDataAccessConsentTooManyRequests) IsCode

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

func (*GetDataAccessConsentTooManyRequests) IsRedirect

func (o *GetDataAccessConsentTooManyRequests) IsRedirect() bool

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

func (*GetDataAccessConsentTooManyRequests) IsServerError

func (o *GetDataAccessConsentTooManyRequests) IsServerError() bool

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

func (*GetDataAccessConsentTooManyRequests) IsSuccess

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

func (*GetDataAccessConsentTooManyRequests) String

type GetDataAccessConsentUnauthorized

type GetDataAccessConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentUnauthorized

func NewGetDataAccessConsentUnauthorized() *GetDataAccessConsentUnauthorized

NewGetDataAccessConsentUnauthorized creates a GetDataAccessConsentUnauthorized with default headers values

func (*GetDataAccessConsentUnauthorized) Code

Code gets the status code for the get data access consent unauthorized response

func (*GetDataAccessConsentUnauthorized) Error

func (*GetDataAccessConsentUnauthorized) GetPayload

func (*GetDataAccessConsentUnauthorized) IsClientError

func (o *GetDataAccessConsentUnauthorized) IsClientError() bool

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

func (*GetDataAccessConsentUnauthorized) IsCode

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

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

func (*GetDataAccessConsentUnauthorized) IsRedirect

func (o *GetDataAccessConsentUnauthorized) IsRedirect() bool

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

func (*GetDataAccessConsentUnauthorized) IsServerError

func (o *GetDataAccessConsentUnauthorized) IsServerError() bool

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

func (*GetDataAccessConsentUnauthorized) IsSuccess

func (o *GetDataAccessConsentUnauthorized) IsSuccess() bool

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

func (*GetDataAccessConsentUnauthorized) String

type GetDataAccessConsentUnprocessableEntity

type GetDataAccessConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetDataAccessConsentUnprocessableEntity

func NewGetDataAccessConsentUnprocessableEntity() *GetDataAccessConsentUnprocessableEntity

NewGetDataAccessConsentUnprocessableEntity creates a GetDataAccessConsentUnprocessableEntity with default headers values

func (*GetDataAccessConsentUnprocessableEntity) Code

Code gets the status code for the get data access consent unprocessable entity response

func (*GetDataAccessConsentUnprocessableEntity) Error

func (*GetDataAccessConsentUnprocessableEntity) GetPayload

func (*GetDataAccessConsentUnprocessableEntity) IsClientError

func (o *GetDataAccessConsentUnprocessableEntity) IsClientError() bool

IsClientError returns true when this get data access consent unprocessable entity response has a 4xx status code

func (*GetDataAccessConsentUnprocessableEntity) IsCode

IsCode returns true when this get data access consent unprocessable entity response a status code equal to that given

func (*GetDataAccessConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this get data access consent unprocessable entity response has a 3xx status code

func (*GetDataAccessConsentUnprocessableEntity) IsServerError

func (o *GetDataAccessConsentUnprocessableEntity) IsServerError() bool

IsServerError returns true when this get data access consent unprocessable entity response has a 5xx status code

func (*GetDataAccessConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this get data access consent unprocessable entity response has a 2xx status code

func (*GetDataAccessConsentUnprocessableEntity) String

type GetDataAccessConsentUnsupportedMediaType

type GetDataAccessConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetDataAccessConsentUnsupportedMediaType

func NewGetDataAccessConsentUnsupportedMediaType() *GetDataAccessConsentUnsupportedMediaType

NewGetDataAccessConsentUnsupportedMediaType creates a GetDataAccessConsentUnsupportedMediaType with default headers values

func (*GetDataAccessConsentUnsupportedMediaType) Code

Code gets the status code for the get data access consent unsupported media type response

func (*GetDataAccessConsentUnsupportedMediaType) Error

func (*GetDataAccessConsentUnsupportedMediaType) GetPayload

func (*GetDataAccessConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this get data access consent unsupported media type response has a 4xx status code

func (*GetDataAccessConsentUnsupportedMediaType) IsCode

IsCode returns true when this get data access consent unsupported media type response a status code equal to that given

func (*GetDataAccessConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get data access consent unsupported media type response has a 3xx status code

func (*GetDataAccessConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this get data access consent unsupported media type response has a 5xx status code

func (*GetDataAccessConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get data access consent unsupported media type response has a 2xx status code

func (*GetDataAccessConsentUnsupportedMediaType) String

type GetDataAccessConsentV2BadRequest

type GetDataAccessConsentV2BadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentV2BadRequest describes a response with status code 400, with default header values.

Error

func NewGetDataAccessConsentV2BadRequest

func NewGetDataAccessConsentV2BadRequest() *GetDataAccessConsentV2BadRequest

NewGetDataAccessConsentV2BadRequest creates a GetDataAccessConsentV2BadRequest with default headers values

func (*GetDataAccessConsentV2BadRequest) Code

Code gets the status code for the get data access consent v2 bad request response

func (*GetDataAccessConsentV2BadRequest) Error

func (*GetDataAccessConsentV2BadRequest) GetPayload

func (*GetDataAccessConsentV2BadRequest) IsClientError

func (o *GetDataAccessConsentV2BadRequest) IsClientError() bool

IsClientError returns true when this get data access consent v2 bad request response has a 4xx status code

func (*GetDataAccessConsentV2BadRequest) IsCode

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

IsCode returns true when this get data access consent v2 bad request response a status code equal to that given

func (*GetDataAccessConsentV2BadRequest) IsRedirect

func (o *GetDataAccessConsentV2BadRequest) IsRedirect() bool

IsRedirect returns true when this get data access consent v2 bad request response has a 3xx status code

func (*GetDataAccessConsentV2BadRequest) IsServerError

func (o *GetDataAccessConsentV2BadRequest) IsServerError() bool

IsServerError returns true when this get data access consent v2 bad request response has a 5xx status code

func (*GetDataAccessConsentV2BadRequest) IsSuccess

func (o *GetDataAccessConsentV2BadRequest) IsSuccess() bool

IsSuccess returns true when this get data access consent v2 bad request response has a 2xx status code

func (*GetDataAccessConsentV2BadRequest) String

type GetDataAccessConsentV2Forbidden

type GetDataAccessConsentV2Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentV2Forbidden

func NewGetDataAccessConsentV2Forbidden() *GetDataAccessConsentV2Forbidden

NewGetDataAccessConsentV2Forbidden creates a GetDataAccessConsentV2Forbidden with default headers values

func (*GetDataAccessConsentV2Forbidden) Code

Code gets the status code for the get data access consent v2 forbidden response

func (*GetDataAccessConsentV2Forbidden) Error

func (*GetDataAccessConsentV2Forbidden) GetPayload

func (*GetDataAccessConsentV2Forbidden) IsClientError

func (o *GetDataAccessConsentV2Forbidden) IsClientError() bool

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

func (*GetDataAccessConsentV2Forbidden) IsCode

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

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

func (*GetDataAccessConsentV2Forbidden) IsRedirect

func (o *GetDataAccessConsentV2Forbidden) IsRedirect() bool

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

func (*GetDataAccessConsentV2Forbidden) IsServerError

func (o *GetDataAccessConsentV2Forbidden) IsServerError() bool

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

func (*GetDataAccessConsentV2Forbidden) IsSuccess

func (o *GetDataAccessConsentV2Forbidden) IsSuccess() bool

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

func (*GetDataAccessConsentV2Forbidden) String

type GetDataAccessConsentV2InternalServerError

type GetDataAccessConsentV2InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentV2InternalServerError describes a response with status code 500, with default header values.

Error

func NewGetDataAccessConsentV2InternalServerError

func NewGetDataAccessConsentV2InternalServerError() *GetDataAccessConsentV2InternalServerError

NewGetDataAccessConsentV2InternalServerError creates a GetDataAccessConsentV2InternalServerError with default headers values

func (*GetDataAccessConsentV2InternalServerError) Code

Code gets the status code for the get data access consent v2 internal server error response

func (*GetDataAccessConsentV2InternalServerError) Error

func (*GetDataAccessConsentV2InternalServerError) GetPayload

func (*GetDataAccessConsentV2InternalServerError) IsClientError

IsClientError returns true when this get data access consent v2 internal server error response has a 4xx status code

func (*GetDataAccessConsentV2InternalServerError) IsCode

IsCode returns true when this get data access consent v2 internal server error response a status code equal to that given

func (*GetDataAccessConsentV2InternalServerError) IsRedirect

IsRedirect returns true when this get data access consent v2 internal server error response has a 3xx status code

func (*GetDataAccessConsentV2InternalServerError) IsServerError

IsServerError returns true when this get data access consent v2 internal server error response has a 5xx status code

func (*GetDataAccessConsentV2InternalServerError) IsSuccess

IsSuccess returns true when this get data access consent v2 internal server error response has a 2xx status code

func (*GetDataAccessConsentV2InternalServerError) String

type GetDataAccessConsentV2MethodNotAllowed

type GetDataAccessConsentV2MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentV2MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetDataAccessConsentV2MethodNotAllowed

func NewGetDataAccessConsentV2MethodNotAllowed() *GetDataAccessConsentV2MethodNotAllowed

NewGetDataAccessConsentV2MethodNotAllowed creates a GetDataAccessConsentV2MethodNotAllowed with default headers values

func (*GetDataAccessConsentV2MethodNotAllowed) Code

Code gets the status code for the get data access consent v2 method not allowed response

func (*GetDataAccessConsentV2MethodNotAllowed) Error

func (*GetDataAccessConsentV2MethodNotAllowed) GetPayload

func (*GetDataAccessConsentV2MethodNotAllowed) IsClientError

func (o *GetDataAccessConsentV2MethodNotAllowed) IsClientError() bool

IsClientError returns true when this get data access consent v2 method not allowed response has a 4xx status code

func (*GetDataAccessConsentV2MethodNotAllowed) IsCode

IsCode returns true when this get data access consent v2 method not allowed response a status code equal to that given

func (*GetDataAccessConsentV2MethodNotAllowed) IsRedirect

IsRedirect returns true when this get data access consent v2 method not allowed response has a 3xx status code

func (*GetDataAccessConsentV2MethodNotAllowed) IsServerError

func (o *GetDataAccessConsentV2MethodNotAllowed) IsServerError() bool

IsServerError returns true when this get data access consent v2 method not allowed response has a 5xx status code

func (*GetDataAccessConsentV2MethodNotAllowed) IsSuccess

IsSuccess returns true when this get data access consent v2 method not allowed response has a 2xx status code

func (*GetDataAccessConsentV2MethodNotAllowed) String

type GetDataAccessConsentV2NotAcceptable

type GetDataAccessConsentV2NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentV2NotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetDataAccessConsentV2NotAcceptable

func NewGetDataAccessConsentV2NotAcceptable() *GetDataAccessConsentV2NotAcceptable

NewGetDataAccessConsentV2NotAcceptable creates a GetDataAccessConsentV2NotAcceptable with default headers values

func (*GetDataAccessConsentV2NotAcceptable) Code

Code gets the status code for the get data access consent v2 not acceptable response

func (*GetDataAccessConsentV2NotAcceptable) Error

func (*GetDataAccessConsentV2NotAcceptable) GetPayload

func (*GetDataAccessConsentV2NotAcceptable) IsClientError

func (o *GetDataAccessConsentV2NotAcceptable) IsClientError() bool

IsClientError returns true when this get data access consent v2 not acceptable response has a 4xx status code

func (*GetDataAccessConsentV2NotAcceptable) IsCode

IsCode returns true when this get data access consent v2 not acceptable response a status code equal to that given

func (*GetDataAccessConsentV2NotAcceptable) IsRedirect

func (o *GetDataAccessConsentV2NotAcceptable) IsRedirect() bool

IsRedirect returns true when this get data access consent v2 not acceptable response has a 3xx status code

func (*GetDataAccessConsentV2NotAcceptable) IsServerError

func (o *GetDataAccessConsentV2NotAcceptable) IsServerError() bool

IsServerError returns true when this get data access consent v2 not acceptable response has a 5xx status code

func (*GetDataAccessConsentV2NotAcceptable) IsSuccess

IsSuccess returns true when this get data access consent v2 not acceptable response has a 2xx status code

func (*GetDataAccessConsentV2NotAcceptable) String

type GetDataAccessConsentV2OK

type GetDataAccessConsentV2OK struct {
	Payload *models.BrazilGetCustomerDataAccessConsentV2Response
}

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

Get Customer data access v2 consent

func NewGetDataAccessConsentV2OK

func NewGetDataAccessConsentV2OK() *GetDataAccessConsentV2OK

NewGetDataAccessConsentV2OK creates a GetDataAccessConsentV2OK with default headers values

func (*GetDataAccessConsentV2OK) Code

func (o *GetDataAccessConsentV2OK) Code() int

Code gets the status code for the get data access consent v2 o k response

func (*GetDataAccessConsentV2OK) Error

func (o *GetDataAccessConsentV2OK) Error() string

func (*GetDataAccessConsentV2OK) GetPayload

func (*GetDataAccessConsentV2OK) IsClientError

func (o *GetDataAccessConsentV2OK) IsClientError() bool

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

func (*GetDataAccessConsentV2OK) IsCode

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

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

func (*GetDataAccessConsentV2OK) IsRedirect

func (o *GetDataAccessConsentV2OK) IsRedirect() bool

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

func (*GetDataAccessConsentV2OK) IsServerError

func (o *GetDataAccessConsentV2OK) IsServerError() bool

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

func (*GetDataAccessConsentV2OK) IsSuccess

func (o *GetDataAccessConsentV2OK) IsSuccess() bool

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

func (*GetDataAccessConsentV2OK) String

func (o *GetDataAccessConsentV2OK) String() string

type GetDataAccessConsentV2Params

type GetDataAccessConsentV2Params struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetDataAccessConsentV2Params contains all the parameters to send to the API endpoint

for the get data access consent v2 operation.

Typically these are written to a http.Request.

func NewGetDataAccessConsentV2Params

func NewGetDataAccessConsentV2Params() *GetDataAccessConsentV2Params

NewGetDataAccessConsentV2Params creates a new GetDataAccessConsentV2Params 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 NewGetDataAccessConsentV2ParamsWithContext

func NewGetDataAccessConsentV2ParamsWithContext(ctx context.Context) *GetDataAccessConsentV2Params

NewGetDataAccessConsentV2ParamsWithContext creates a new GetDataAccessConsentV2Params object with the ability to set a context for a request.

func NewGetDataAccessConsentV2ParamsWithHTTPClient

func NewGetDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentV2Params

NewGetDataAccessConsentV2ParamsWithHTTPClient creates a new GetDataAccessConsentV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDataAccessConsentV2ParamsWithTimeout

func NewGetDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentV2Params

NewGetDataAccessConsentV2ParamsWithTimeout creates a new GetDataAccessConsentV2Params object with the ability to set a timeout on a request.

func (*GetDataAccessConsentV2Params) SetConsentID

func (o *GetDataAccessConsentV2Params) SetConsentID(consentID string)

SetConsentID adds the consentId to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetContext

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

SetContext adds the context to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetDefaults

func (o *GetDataAccessConsentV2Params) SetDefaults()

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

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

func (*GetDataAccessConsentV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetTimeout

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

SetTimeout adds the timeout to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetXCustomerUserAgent

func (o *GetDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetXFapiAuthDate

func (o *GetDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetXFapiCustomerIPAddress

func (o *GetDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetXFapiInteractionID

func (o *GetDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) SetXJwsSignature

func (o *GetDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithConsentID

WithConsentID adds the consentID to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithContext

WithContext adds the context to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithDefaults

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

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

func (*GetDataAccessConsentV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithTimeout

WithTimeout adds the timeout to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithXCustomerUserAgent

func (o *GetDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentV2Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithXFapiAuthDate

func (o *GetDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentV2Params

WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithXFapiCustomerIPAddress

func (o *GetDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentV2Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithXFapiInteractionID

func (o *GetDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentV2Params

WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WithXJwsSignature

func (o *GetDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentV2Params

WithXJwsSignature adds the xJwsSignature to the get data access consent v2 params

func (*GetDataAccessConsentV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDataAccessConsentV2Reader

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

GetDataAccessConsentV2Reader is a Reader for the GetDataAccessConsentV2 structure.

func (*GetDataAccessConsentV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataAccessConsentV2TooManyRequests

type GetDataAccessConsentV2TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentV2TooManyRequests

func NewGetDataAccessConsentV2TooManyRequests() *GetDataAccessConsentV2TooManyRequests

NewGetDataAccessConsentV2TooManyRequests creates a GetDataAccessConsentV2TooManyRequests with default headers values

func (*GetDataAccessConsentV2TooManyRequests) Code

Code gets the status code for the get data access consent v2 too many requests response

func (*GetDataAccessConsentV2TooManyRequests) Error

func (*GetDataAccessConsentV2TooManyRequests) GetPayload

func (*GetDataAccessConsentV2TooManyRequests) IsClientError

func (o *GetDataAccessConsentV2TooManyRequests) IsClientError() bool

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

func (*GetDataAccessConsentV2TooManyRequests) IsCode

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

func (*GetDataAccessConsentV2TooManyRequests) IsRedirect

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

func (*GetDataAccessConsentV2TooManyRequests) IsServerError

func (o *GetDataAccessConsentV2TooManyRequests) IsServerError() bool

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

func (*GetDataAccessConsentV2TooManyRequests) IsSuccess

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

func (*GetDataAccessConsentV2TooManyRequests) String

type GetDataAccessConsentV2Unauthorized

type GetDataAccessConsentV2Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetDataAccessConsentV2Unauthorized

func NewGetDataAccessConsentV2Unauthorized() *GetDataAccessConsentV2Unauthorized

NewGetDataAccessConsentV2Unauthorized creates a GetDataAccessConsentV2Unauthorized with default headers values

func (*GetDataAccessConsentV2Unauthorized) Code

Code gets the status code for the get data access consent v2 unauthorized response

func (*GetDataAccessConsentV2Unauthorized) Error

func (*GetDataAccessConsentV2Unauthorized) GetPayload

func (*GetDataAccessConsentV2Unauthorized) IsClientError

func (o *GetDataAccessConsentV2Unauthorized) IsClientError() bool

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

func (*GetDataAccessConsentV2Unauthorized) IsCode

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

func (*GetDataAccessConsentV2Unauthorized) IsRedirect

func (o *GetDataAccessConsentV2Unauthorized) IsRedirect() bool

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

func (*GetDataAccessConsentV2Unauthorized) IsServerError

func (o *GetDataAccessConsentV2Unauthorized) IsServerError() bool

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

func (*GetDataAccessConsentV2Unauthorized) IsSuccess

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

func (*GetDataAccessConsentV2Unauthorized) String

type GetDataAccessConsentV2UnprocessableEntity

type GetDataAccessConsentV2UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentV2UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetDataAccessConsentV2UnprocessableEntity

func NewGetDataAccessConsentV2UnprocessableEntity() *GetDataAccessConsentV2UnprocessableEntity

NewGetDataAccessConsentV2UnprocessableEntity creates a GetDataAccessConsentV2UnprocessableEntity with default headers values

func (*GetDataAccessConsentV2UnprocessableEntity) Code

Code gets the status code for the get data access consent v2 unprocessable entity response

func (*GetDataAccessConsentV2UnprocessableEntity) Error

func (*GetDataAccessConsentV2UnprocessableEntity) GetPayload

func (*GetDataAccessConsentV2UnprocessableEntity) IsClientError

IsClientError returns true when this get data access consent v2 unprocessable entity response has a 4xx status code

func (*GetDataAccessConsentV2UnprocessableEntity) IsCode

IsCode returns true when this get data access consent v2 unprocessable entity response a status code equal to that given

func (*GetDataAccessConsentV2UnprocessableEntity) IsRedirect

IsRedirect returns true when this get data access consent v2 unprocessable entity response has a 3xx status code

func (*GetDataAccessConsentV2UnprocessableEntity) IsServerError

IsServerError returns true when this get data access consent v2 unprocessable entity response has a 5xx status code

func (*GetDataAccessConsentV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this get data access consent v2 unprocessable entity response has a 2xx status code

func (*GetDataAccessConsentV2UnprocessableEntity) String

type GetDataAccessConsentV2UnsupportedMediaType

type GetDataAccessConsentV2UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetDataAccessConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetDataAccessConsentV2UnsupportedMediaType

func NewGetDataAccessConsentV2UnsupportedMediaType() *GetDataAccessConsentV2UnsupportedMediaType

NewGetDataAccessConsentV2UnsupportedMediaType creates a GetDataAccessConsentV2UnsupportedMediaType with default headers values

func (*GetDataAccessConsentV2UnsupportedMediaType) Code

Code gets the status code for the get data access consent v2 unsupported media type response

func (*GetDataAccessConsentV2UnsupportedMediaType) Error

func (*GetDataAccessConsentV2UnsupportedMediaType) GetPayload

func (*GetDataAccessConsentV2UnsupportedMediaType) IsClientError

IsClientError returns true when this get data access consent v2 unsupported media type response has a 4xx status code

func (*GetDataAccessConsentV2UnsupportedMediaType) IsCode

IsCode returns true when this get data access consent v2 unsupported media type response a status code equal to that given

func (*GetDataAccessConsentV2UnsupportedMediaType) IsRedirect

IsRedirect returns true when this get data access consent v2 unsupported media type response has a 3xx status code

func (*GetDataAccessConsentV2UnsupportedMediaType) IsServerError

IsServerError returns true when this get data access consent v2 unsupported media type response has a 5xx status code

func (*GetDataAccessConsentV2UnsupportedMediaType) IsSuccess

IsSuccess returns true when this get data access consent v2 unsupported media type response has a 2xx status code

func (*GetDataAccessConsentV2UnsupportedMediaType) String

type GetPaymentConsentBadRequest

type GetPaymentConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewGetPaymentConsentBadRequest

func NewGetPaymentConsentBadRequest() *GetPaymentConsentBadRequest

NewGetPaymentConsentBadRequest creates a GetPaymentConsentBadRequest with default headers values

func (*GetPaymentConsentBadRequest) Code

func (o *GetPaymentConsentBadRequest) Code() int

Code gets the status code for the get payment consent bad request response

func (*GetPaymentConsentBadRequest) Error

func (*GetPaymentConsentBadRequest) GetPayload

func (*GetPaymentConsentBadRequest) IsClientError

func (o *GetPaymentConsentBadRequest) IsClientError() bool

IsClientError returns true when this get payment consent bad request response has a 4xx status code

func (*GetPaymentConsentBadRequest) IsCode

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

IsCode returns true when this get payment consent bad request response a status code equal to that given

func (*GetPaymentConsentBadRequest) IsRedirect

func (o *GetPaymentConsentBadRequest) IsRedirect() bool

IsRedirect returns true when this get payment consent bad request response has a 3xx status code

func (*GetPaymentConsentBadRequest) IsServerError

func (o *GetPaymentConsentBadRequest) IsServerError() bool

IsServerError returns true when this get payment consent bad request response has a 5xx status code

func (*GetPaymentConsentBadRequest) IsSuccess

func (o *GetPaymentConsentBadRequest) IsSuccess() bool

IsSuccess returns true when this get payment consent bad request response has a 2xx status code

func (*GetPaymentConsentBadRequest) String

func (o *GetPaymentConsentBadRequest) String() string

type GetPaymentConsentDeprecatedBadRequest

type GetPaymentConsentDeprecatedBadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentDeprecatedBadRequest describes a response with status code 400, with default header values.

Error

func NewGetPaymentConsentDeprecatedBadRequest

func NewGetPaymentConsentDeprecatedBadRequest() *GetPaymentConsentDeprecatedBadRequest

NewGetPaymentConsentDeprecatedBadRequest creates a GetPaymentConsentDeprecatedBadRequest with default headers values

func (*GetPaymentConsentDeprecatedBadRequest) Code

Code gets the status code for the get payment consent deprecated bad request response

func (*GetPaymentConsentDeprecatedBadRequest) Error

func (*GetPaymentConsentDeprecatedBadRequest) GetPayload

func (*GetPaymentConsentDeprecatedBadRequest) IsClientError

func (o *GetPaymentConsentDeprecatedBadRequest) IsClientError() bool

IsClientError returns true when this get payment consent deprecated bad request response has a 4xx status code

func (*GetPaymentConsentDeprecatedBadRequest) IsCode

IsCode returns true when this get payment consent deprecated bad request response a status code equal to that given

func (*GetPaymentConsentDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this get payment consent deprecated bad request response has a 3xx status code

func (*GetPaymentConsentDeprecatedBadRequest) IsServerError

func (o *GetPaymentConsentDeprecatedBadRequest) IsServerError() bool

IsServerError returns true when this get payment consent deprecated bad request response has a 5xx status code

func (*GetPaymentConsentDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this get payment consent deprecated bad request response has a 2xx status code

func (*GetPaymentConsentDeprecatedBadRequest) String

type GetPaymentConsentDeprecatedForbidden

type GetPaymentConsentDeprecatedForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentDeprecatedForbidden

func NewGetPaymentConsentDeprecatedForbidden() *GetPaymentConsentDeprecatedForbidden

NewGetPaymentConsentDeprecatedForbidden creates a GetPaymentConsentDeprecatedForbidden with default headers values

func (*GetPaymentConsentDeprecatedForbidden) Code

Code gets the status code for the get payment consent deprecated forbidden response

func (*GetPaymentConsentDeprecatedForbidden) Error

func (*GetPaymentConsentDeprecatedForbidden) GetPayload

func (*GetPaymentConsentDeprecatedForbidden) IsClientError

func (o *GetPaymentConsentDeprecatedForbidden) IsClientError() bool

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

func (*GetPaymentConsentDeprecatedForbidden) IsCode

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

func (*GetPaymentConsentDeprecatedForbidden) IsRedirect

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

func (*GetPaymentConsentDeprecatedForbidden) IsServerError

func (o *GetPaymentConsentDeprecatedForbidden) IsServerError() bool

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

func (*GetPaymentConsentDeprecatedForbidden) IsSuccess

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

func (*GetPaymentConsentDeprecatedForbidden) String

type GetPaymentConsentDeprecatedInternalServerError

type GetPaymentConsentDeprecatedInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.

Error

func NewGetPaymentConsentDeprecatedInternalServerError

func NewGetPaymentConsentDeprecatedInternalServerError() *GetPaymentConsentDeprecatedInternalServerError

NewGetPaymentConsentDeprecatedInternalServerError creates a GetPaymentConsentDeprecatedInternalServerError with default headers values

func (*GetPaymentConsentDeprecatedInternalServerError) Code

Code gets the status code for the get payment consent deprecated internal server error response

func (*GetPaymentConsentDeprecatedInternalServerError) Error

func (*GetPaymentConsentDeprecatedInternalServerError) GetPayload

func (*GetPaymentConsentDeprecatedInternalServerError) IsClientError

IsClientError returns true when this get payment consent deprecated internal server error response has a 4xx status code

func (*GetPaymentConsentDeprecatedInternalServerError) IsCode

IsCode returns true when this get payment consent deprecated internal server error response a status code equal to that given

func (*GetPaymentConsentDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this get payment consent deprecated internal server error response has a 3xx status code

func (*GetPaymentConsentDeprecatedInternalServerError) IsServerError

IsServerError returns true when this get payment consent deprecated internal server error response has a 5xx status code

func (*GetPaymentConsentDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this get payment consent deprecated internal server error response has a 2xx status code

func (*GetPaymentConsentDeprecatedInternalServerError) String

type GetPaymentConsentDeprecatedMethodNotAllowed

type GetPaymentConsentDeprecatedMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetPaymentConsentDeprecatedMethodNotAllowed

func NewGetPaymentConsentDeprecatedMethodNotAllowed() *GetPaymentConsentDeprecatedMethodNotAllowed

NewGetPaymentConsentDeprecatedMethodNotAllowed creates a GetPaymentConsentDeprecatedMethodNotAllowed with default headers values

func (*GetPaymentConsentDeprecatedMethodNotAllowed) Code

Code gets the status code for the get payment consent deprecated method not allowed response

func (*GetPaymentConsentDeprecatedMethodNotAllowed) Error

func (*GetPaymentConsentDeprecatedMethodNotAllowed) GetPayload

func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsClientError

IsClientError returns true when this get payment consent deprecated method not allowed response has a 4xx status code

func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsCode

IsCode returns true when this get payment consent deprecated method not allowed response a status code equal to that given

func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsRedirect

IsRedirect returns true when this get payment consent deprecated method not allowed response has a 3xx status code

func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsServerError

IsServerError returns true when this get payment consent deprecated method not allowed response has a 5xx status code

func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsSuccess

IsSuccess returns true when this get payment consent deprecated method not allowed response has a 2xx status code

func (*GetPaymentConsentDeprecatedMethodNotAllowed) String

type GetPaymentConsentDeprecatedNotAcceptable

type GetPaymentConsentDeprecatedNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetPaymentConsentDeprecatedNotAcceptable

func NewGetPaymentConsentDeprecatedNotAcceptable() *GetPaymentConsentDeprecatedNotAcceptable

NewGetPaymentConsentDeprecatedNotAcceptable creates a GetPaymentConsentDeprecatedNotAcceptable with default headers values

func (*GetPaymentConsentDeprecatedNotAcceptable) Code

Code gets the status code for the get payment consent deprecated not acceptable response

func (*GetPaymentConsentDeprecatedNotAcceptable) Error

func (*GetPaymentConsentDeprecatedNotAcceptable) GetPayload

func (*GetPaymentConsentDeprecatedNotAcceptable) IsClientError

IsClientError returns true when this get payment consent deprecated not acceptable response has a 4xx status code

func (*GetPaymentConsentDeprecatedNotAcceptable) IsCode

IsCode returns true when this get payment consent deprecated not acceptable response a status code equal to that given

func (*GetPaymentConsentDeprecatedNotAcceptable) IsRedirect

IsRedirect returns true when this get payment consent deprecated not acceptable response has a 3xx status code

func (*GetPaymentConsentDeprecatedNotAcceptable) IsServerError

IsServerError returns true when this get payment consent deprecated not acceptable response has a 5xx status code

func (*GetPaymentConsentDeprecatedNotAcceptable) IsSuccess

IsSuccess returns true when this get payment consent deprecated not acceptable response has a 2xx status code

func (*GetPaymentConsentDeprecatedNotAcceptable) String

type GetPaymentConsentDeprecatedOK

type GetPaymentConsentDeprecatedOK struct {
	Payload *models.BrazilCustomerPaymentConsentResponse
}

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

Customer payment consent

func NewGetPaymentConsentDeprecatedOK

func NewGetPaymentConsentDeprecatedOK() *GetPaymentConsentDeprecatedOK

NewGetPaymentConsentDeprecatedOK creates a GetPaymentConsentDeprecatedOK with default headers values

func (*GetPaymentConsentDeprecatedOK) Code

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

func (*GetPaymentConsentDeprecatedOK) Error

func (*GetPaymentConsentDeprecatedOK) GetPayload

func (*GetPaymentConsentDeprecatedOK) IsClientError

func (o *GetPaymentConsentDeprecatedOK) IsClientError() bool

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

func (*GetPaymentConsentDeprecatedOK) IsCode

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

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

func (*GetPaymentConsentDeprecatedOK) IsRedirect

func (o *GetPaymentConsentDeprecatedOK) IsRedirect() bool

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

func (*GetPaymentConsentDeprecatedOK) IsServerError

func (o *GetPaymentConsentDeprecatedOK) IsServerError() bool

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

func (*GetPaymentConsentDeprecatedOK) IsSuccess

func (o *GetPaymentConsentDeprecatedOK) IsSuccess() bool

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

func (*GetPaymentConsentDeprecatedOK) String

type GetPaymentConsentDeprecatedParams

type GetPaymentConsentDeprecatedParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetPaymentConsentDeprecatedParams contains all the parameters to send to the API endpoint

for the get payment consent deprecated operation.

Typically these are written to a http.Request.

func NewGetPaymentConsentDeprecatedParams

func NewGetPaymentConsentDeprecatedParams() *GetPaymentConsentDeprecatedParams

NewGetPaymentConsentDeprecatedParams creates a new GetPaymentConsentDeprecatedParams 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 NewGetPaymentConsentDeprecatedParamsWithContext

func NewGetPaymentConsentDeprecatedParamsWithContext(ctx context.Context) *GetPaymentConsentDeprecatedParams

NewGetPaymentConsentDeprecatedParamsWithContext creates a new GetPaymentConsentDeprecatedParams object with the ability to set a context for a request.

func NewGetPaymentConsentDeprecatedParamsWithHTTPClient

func NewGetPaymentConsentDeprecatedParamsWithHTTPClient(client *http.Client) *GetPaymentConsentDeprecatedParams

NewGetPaymentConsentDeprecatedParamsWithHTTPClient creates a new GetPaymentConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewGetPaymentConsentDeprecatedParamsWithTimeout

func NewGetPaymentConsentDeprecatedParamsWithTimeout(timeout time.Duration) *GetPaymentConsentDeprecatedParams

NewGetPaymentConsentDeprecatedParamsWithTimeout creates a new GetPaymentConsentDeprecatedParams object with the ability to set a timeout on a request.

func (*GetPaymentConsentDeprecatedParams) SetConsentID

func (o *GetPaymentConsentDeprecatedParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetContext

SetContext adds the context to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetDefaults

func (o *GetPaymentConsentDeprecatedParams) SetDefaults()

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

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

func (*GetPaymentConsentDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetXCustomerUserAgent

func (o *GetPaymentConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetXFapiAuthDate

func (o *GetPaymentConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress

func (o *GetPaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetXFapiInteractionID

func (o *GetPaymentConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) SetXJwsSignature

func (o *GetPaymentConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithConsentID

WithConsentID adds the consentID to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithContext

WithContext adds the context to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithDefaults

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

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

func (*GetPaymentConsentDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithXCustomerUserAgent

func (o *GetPaymentConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentDeprecatedParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithXFapiAuthDate

func (o *GetPaymentConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentDeprecatedParams

WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress

func (o *GetPaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentDeprecatedParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithXFapiInteractionID

func (o *GetPaymentConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentDeprecatedParams

WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WithXJwsSignature

func (o *GetPaymentConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentDeprecatedParams

WithXJwsSignature adds the xJwsSignature to the get payment consent deprecated params

func (*GetPaymentConsentDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPaymentConsentDeprecatedReader

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

GetPaymentConsentDeprecatedReader is a Reader for the GetPaymentConsentDeprecated structure.

func (*GetPaymentConsentDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentConsentDeprecatedTooManyRequests

type GetPaymentConsentDeprecatedTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentDeprecatedTooManyRequests

func NewGetPaymentConsentDeprecatedTooManyRequests() *GetPaymentConsentDeprecatedTooManyRequests

NewGetPaymentConsentDeprecatedTooManyRequests creates a GetPaymentConsentDeprecatedTooManyRequests with default headers values

func (*GetPaymentConsentDeprecatedTooManyRequests) Code

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

func (*GetPaymentConsentDeprecatedTooManyRequests) Error

func (*GetPaymentConsentDeprecatedTooManyRequests) GetPayload

func (*GetPaymentConsentDeprecatedTooManyRequests) IsClientError

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

func (*GetPaymentConsentDeprecatedTooManyRequests) IsCode

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

func (*GetPaymentConsentDeprecatedTooManyRequests) IsRedirect

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

func (*GetPaymentConsentDeprecatedTooManyRequests) IsServerError

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

func (*GetPaymentConsentDeprecatedTooManyRequests) IsSuccess

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

func (*GetPaymentConsentDeprecatedTooManyRequests) String

type GetPaymentConsentDeprecatedUnauthorized

type GetPaymentConsentDeprecatedUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentDeprecatedUnauthorized

func NewGetPaymentConsentDeprecatedUnauthorized() *GetPaymentConsentDeprecatedUnauthorized

NewGetPaymentConsentDeprecatedUnauthorized creates a GetPaymentConsentDeprecatedUnauthorized with default headers values

func (*GetPaymentConsentDeprecatedUnauthorized) Code

Code gets the status code for the get payment consent deprecated unauthorized response

func (*GetPaymentConsentDeprecatedUnauthorized) Error

func (*GetPaymentConsentDeprecatedUnauthorized) GetPayload

func (*GetPaymentConsentDeprecatedUnauthorized) IsClientError

func (o *GetPaymentConsentDeprecatedUnauthorized) IsClientError() bool

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

func (*GetPaymentConsentDeprecatedUnauthorized) IsCode

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

func (*GetPaymentConsentDeprecatedUnauthorized) IsRedirect

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

func (*GetPaymentConsentDeprecatedUnauthorized) IsServerError

func (o *GetPaymentConsentDeprecatedUnauthorized) IsServerError() bool

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

func (*GetPaymentConsentDeprecatedUnauthorized) IsSuccess

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

func (*GetPaymentConsentDeprecatedUnauthorized) String

type GetPaymentConsentDeprecatedUnprocessableEntity

type GetPaymentConsentDeprecatedUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetPaymentConsentDeprecatedUnprocessableEntity

func NewGetPaymentConsentDeprecatedUnprocessableEntity() *GetPaymentConsentDeprecatedUnprocessableEntity

NewGetPaymentConsentDeprecatedUnprocessableEntity creates a GetPaymentConsentDeprecatedUnprocessableEntity with default headers values

func (*GetPaymentConsentDeprecatedUnprocessableEntity) Code

Code gets the status code for the get payment consent deprecated unprocessable entity response

func (*GetPaymentConsentDeprecatedUnprocessableEntity) Error

func (*GetPaymentConsentDeprecatedUnprocessableEntity) GetPayload

func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsClientError

IsClientError returns true when this get payment consent deprecated unprocessable entity response has a 4xx status code

func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsCode

IsCode returns true when this get payment consent deprecated unprocessable entity response a status code equal to that given

func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsRedirect

IsRedirect returns true when this get payment consent deprecated unprocessable entity response has a 3xx status code

func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsServerError

IsServerError returns true when this get payment consent deprecated unprocessable entity response has a 5xx status code

func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsSuccess

IsSuccess returns true when this get payment consent deprecated unprocessable entity response has a 2xx status code

func (*GetPaymentConsentDeprecatedUnprocessableEntity) String

type GetPaymentConsentDeprecatedUnsupportedMediaType

type GetPaymentConsentDeprecatedUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetPaymentConsentDeprecatedUnsupportedMediaType

func NewGetPaymentConsentDeprecatedUnsupportedMediaType() *GetPaymentConsentDeprecatedUnsupportedMediaType

NewGetPaymentConsentDeprecatedUnsupportedMediaType creates a GetPaymentConsentDeprecatedUnsupportedMediaType with default headers values

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) Code

Code gets the status code for the get payment consent deprecated unsupported media type response

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) Error

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) GetPayload

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsClientError

IsClientError returns true when this get payment consent deprecated unsupported media type response has a 4xx status code

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsCode

IsCode returns true when this get payment consent deprecated unsupported media type response a status code equal to that given

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get payment consent deprecated unsupported media type response has a 3xx status code

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsServerError

IsServerError returns true when this get payment consent deprecated unsupported media type response has a 5xx status code

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get payment consent deprecated unsupported media type response has a 2xx status code

func (*GetPaymentConsentDeprecatedUnsupportedMediaType) String

type GetPaymentConsentForbidden

type GetPaymentConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentForbidden

func NewGetPaymentConsentForbidden() *GetPaymentConsentForbidden

NewGetPaymentConsentForbidden creates a GetPaymentConsentForbidden with default headers values

func (*GetPaymentConsentForbidden) Code

func (o *GetPaymentConsentForbidden) Code() int

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

func (*GetPaymentConsentForbidden) Error

func (*GetPaymentConsentForbidden) GetPayload

func (*GetPaymentConsentForbidden) IsClientError

func (o *GetPaymentConsentForbidden) IsClientError() bool

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

func (*GetPaymentConsentForbidden) IsCode

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

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

func (*GetPaymentConsentForbidden) IsRedirect

func (o *GetPaymentConsentForbidden) IsRedirect() bool

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

func (*GetPaymentConsentForbidden) IsServerError

func (o *GetPaymentConsentForbidden) IsServerError() bool

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

func (*GetPaymentConsentForbidden) IsSuccess

func (o *GetPaymentConsentForbidden) IsSuccess() bool

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

func (*GetPaymentConsentForbidden) String

func (o *GetPaymentConsentForbidden) String() string

type GetPaymentConsentInternalServerError

type GetPaymentConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewGetPaymentConsentInternalServerError

func NewGetPaymentConsentInternalServerError() *GetPaymentConsentInternalServerError

NewGetPaymentConsentInternalServerError creates a GetPaymentConsentInternalServerError with default headers values

func (*GetPaymentConsentInternalServerError) Code

Code gets the status code for the get payment consent internal server error response

func (*GetPaymentConsentInternalServerError) Error

func (*GetPaymentConsentInternalServerError) GetPayload

func (*GetPaymentConsentInternalServerError) IsClientError

func (o *GetPaymentConsentInternalServerError) IsClientError() bool

IsClientError returns true when this get payment consent internal server error response has a 4xx status code

func (*GetPaymentConsentInternalServerError) IsCode

IsCode returns true when this get payment consent internal server error response a status code equal to that given

func (*GetPaymentConsentInternalServerError) IsRedirect

IsRedirect returns true when this get payment consent internal server error response has a 3xx status code

func (*GetPaymentConsentInternalServerError) IsServerError

func (o *GetPaymentConsentInternalServerError) IsServerError() bool

IsServerError returns true when this get payment consent internal server error response has a 5xx status code

func (*GetPaymentConsentInternalServerError) IsSuccess

IsSuccess returns true when this get payment consent internal server error response has a 2xx status code

func (*GetPaymentConsentInternalServerError) String

type GetPaymentConsentMethodNotAllowed

type GetPaymentConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetPaymentConsentMethodNotAllowed

func NewGetPaymentConsentMethodNotAllowed() *GetPaymentConsentMethodNotAllowed

NewGetPaymentConsentMethodNotAllowed creates a GetPaymentConsentMethodNotAllowed with default headers values

func (*GetPaymentConsentMethodNotAllowed) Code

Code gets the status code for the get payment consent method not allowed response

func (*GetPaymentConsentMethodNotAllowed) Error

func (*GetPaymentConsentMethodNotAllowed) GetPayload

func (*GetPaymentConsentMethodNotAllowed) IsClientError

func (o *GetPaymentConsentMethodNotAllowed) IsClientError() bool

IsClientError returns true when this get payment consent method not allowed response has a 4xx status code

func (*GetPaymentConsentMethodNotAllowed) IsCode

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

IsCode returns true when this get payment consent method not allowed response a status code equal to that given

func (*GetPaymentConsentMethodNotAllowed) IsRedirect

func (o *GetPaymentConsentMethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this get payment consent method not allowed response has a 3xx status code

func (*GetPaymentConsentMethodNotAllowed) IsServerError

func (o *GetPaymentConsentMethodNotAllowed) IsServerError() bool

IsServerError returns true when this get payment consent method not allowed response has a 5xx status code

func (*GetPaymentConsentMethodNotAllowed) IsSuccess

func (o *GetPaymentConsentMethodNotAllowed) IsSuccess() bool

IsSuccess returns true when this get payment consent method not allowed response has a 2xx status code

func (*GetPaymentConsentMethodNotAllowed) String

type GetPaymentConsentNotAcceptable

type GetPaymentConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetPaymentConsentNotAcceptable

func NewGetPaymentConsentNotAcceptable() *GetPaymentConsentNotAcceptable

NewGetPaymentConsentNotAcceptable creates a GetPaymentConsentNotAcceptable with default headers values

func (*GetPaymentConsentNotAcceptable) Code

Code gets the status code for the get payment consent not acceptable response

func (*GetPaymentConsentNotAcceptable) Error

func (*GetPaymentConsentNotAcceptable) GetPayload

func (*GetPaymentConsentNotAcceptable) IsClientError

func (o *GetPaymentConsentNotAcceptable) IsClientError() bool

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

func (*GetPaymentConsentNotAcceptable) IsCode

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

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

func (*GetPaymentConsentNotAcceptable) IsRedirect

func (o *GetPaymentConsentNotAcceptable) IsRedirect() bool

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

func (*GetPaymentConsentNotAcceptable) IsServerError

func (o *GetPaymentConsentNotAcceptable) IsServerError() bool

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

func (*GetPaymentConsentNotAcceptable) IsSuccess

func (o *GetPaymentConsentNotAcceptable) IsSuccess() bool

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

func (*GetPaymentConsentNotAcceptable) String

type GetPaymentConsentOK

type GetPaymentConsentOK struct {
	Payload *models.BrazilCustomerPaymentConsentResponse
}

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

Customer payment consent

func NewGetPaymentConsentOK

func NewGetPaymentConsentOK() *GetPaymentConsentOK

NewGetPaymentConsentOK creates a GetPaymentConsentOK with default headers values

func (*GetPaymentConsentOK) Code

func (o *GetPaymentConsentOK) Code() int

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

func (*GetPaymentConsentOK) Error

func (o *GetPaymentConsentOK) Error() string

func (*GetPaymentConsentOK) GetPayload

func (*GetPaymentConsentOK) IsClientError

func (o *GetPaymentConsentOK) IsClientError() bool

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

func (*GetPaymentConsentOK) IsCode

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

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

func (*GetPaymentConsentOK) IsRedirect

func (o *GetPaymentConsentOK) IsRedirect() bool

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

func (*GetPaymentConsentOK) IsServerError

func (o *GetPaymentConsentOK) IsServerError() bool

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

func (*GetPaymentConsentOK) IsSuccess

func (o *GetPaymentConsentOK) IsSuccess() bool

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

func (*GetPaymentConsentOK) String

func (o *GetPaymentConsentOK) String() string

type GetPaymentConsentParams

type GetPaymentConsentParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetPaymentConsentParams contains all the parameters to send to the API endpoint

for the get payment consent operation.

Typically these are written to a http.Request.

func NewGetPaymentConsentParams

func NewGetPaymentConsentParams() *GetPaymentConsentParams

NewGetPaymentConsentParams creates a new GetPaymentConsentParams 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 NewGetPaymentConsentParamsWithContext

func NewGetPaymentConsentParamsWithContext(ctx context.Context) *GetPaymentConsentParams

NewGetPaymentConsentParamsWithContext creates a new GetPaymentConsentParams object with the ability to set a context for a request.

func NewGetPaymentConsentParamsWithHTTPClient

func NewGetPaymentConsentParamsWithHTTPClient(client *http.Client) *GetPaymentConsentParams

NewGetPaymentConsentParamsWithHTTPClient creates a new GetPaymentConsentParams object with the ability to set a custom HTTPClient for a request.

func NewGetPaymentConsentParamsWithTimeout

func NewGetPaymentConsentParamsWithTimeout(timeout time.Duration) *GetPaymentConsentParams

NewGetPaymentConsentParamsWithTimeout creates a new GetPaymentConsentParams object with the ability to set a timeout on a request.

func (*GetPaymentConsentParams) SetConsentID

func (o *GetPaymentConsentParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get payment consent params

func (*GetPaymentConsentParams) SetContext

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

SetContext adds the context to the get payment consent params

func (*GetPaymentConsentParams) SetDefaults

func (o *GetPaymentConsentParams) SetDefaults()

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

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

func (*GetPaymentConsentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get payment consent params

func (*GetPaymentConsentParams) SetTimeout

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

SetTimeout adds the timeout to the get payment consent params

func (*GetPaymentConsentParams) SetXCustomerUserAgent

func (o *GetPaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent params

func (*GetPaymentConsentParams) SetXFapiAuthDate

func (o *GetPaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent params

func (*GetPaymentConsentParams) SetXFapiCustomerIPAddress

func (o *GetPaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent params

func (*GetPaymentConsentParams) SetXFapiInteractionID

func (o *GetPaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent params

func (*GetPaymentConsentParams) SetXJwsSignature

func (o *GetPaymentConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get payment consent params

func (*GetPaymentConsentParams) WithConsentID

func (o *GetPaymentConsentParams) WithConsentID(consentID string) *GetPaymentConsentParams

WithConsentID adds the consentID to the get payment consent params

func (*GetPaymentConsentParams) WithContext

WithContext adds the context to the get payment consent params

func (*GetPaymentConsentParams) WithDefaults

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

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

func (*GetPaymentConsentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment consent params

func (*GetPaymentConsentParams) WithTimeout

WithTimeout adds the timeout to the get payment consent params

func (*GetPaymentConsentParams) WithXCustomerUserAgent

func (o *GetPaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent params

func (*GetPaymentConsentParams) WithXFapiAuthDate

func (o *GetPaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentParams

WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent params

func (*GetPaymentConsentParams) WithXFapiCustomerIPAddress

func (o *GetPaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent params

func (*GetPaymentConsentParams) WithXFapiInteractionID

func (o *GetPaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent params

func (*GetPaymentConsentParams) WithXJwsSignature

func (o *GetPaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentParams

WithXJwsSignature adds the xJwsSignature to the get payment consent params

func (*GetPaymentConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPaymentConsentReader

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

GetPaymentConsentReader is a Reader for the GetPaymentConsent structure.

func (*GetPaymentConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentConsentTooManyRequests

type GetPaymentConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentTooManyRequests

func NewGetPaymentConsentTooManyRequests() *GetPaymentConsentTooManyRequests

NewGetPaymentConsentTooManyRequests creates a GetPaymentConsentTooManyRequests with default headers values

func (*GetPaymentConsentTooManyRequests) Code

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

func (*GetPaymentConsentTooManyRequests) Error

func (*GetPaymentConsentTooManyRequests) GetPayload

func (*GetPaymentConsentTooManyRequests) IsClientError

func (o *GetPaymentConsentTooManyRequests) IsClientError() bool

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

func (*GetPaymentConsentTooManyRequests) IsCode

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

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

func (*GetPaymentConsentTooManyRequests) IsRedirect

func (o *GetPaymentConsentTooManyRequests) IsRedirect() bool

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

func (*GetPaymentConsentTooManyRequests) IsServerError

func (o *GetPaymentConsentTooManyRequests) IsServerError() bool

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

func (*GetPaymentConsentTooManyRequests) IsSuccess

func (o *GetPaymentConsentTooManyRequests) IsSuccess() bool

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

func (*GetPaymentConsentTooManyRequests) String

type GetPaymentConsentUnauthorized

type GetPaymentConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentUnauthorized

func NewGetPaymentConsentUnauthorized() *GetPaymentConsentUnauthorized

NewGetPaymentConsentUnauthorized creates a GetPaymentConsentUnauthorized with default headers values

func (*GetPaymentConsentUnauthorized) Code

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

func (*GetPaymentConsentUnauthorized) Error

func (*GetPaymentConsentUnauthorized) GetPayload

func (*GetPaymentConsentUnauthorized) IsClientError

func (o *GetPaymentConsentUnauthorized) IsClientError() bool

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

func (*GetPaymentConsentUnauthorized) IsCode

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

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

func (*GetPaymentConsentUnauthorized) IsRedirect

func (o *GetPaymentConsentUnauthorized) IsRedirect() bool

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

func (*GetPaymentConsentUnauthorized) IsServerError

func (o *GetPaymentConsentUnauthorized) IsServerError() bool

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

func (*GetPaymentConsentUnauthorized) IsSuccess

func (o *GetPaymentConsentUnauthorized) IsSuccess() bool

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

func (*GetPaymentConsentUnauthorized) String

type GetPaymentConsentUnprocessableEntity

type GetPaymentConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetPaymentConsentUnprocessableEntity

func NewGetPaymentConsentUnprocessableEntity() *GetPaymentConsentUnprocessableEntity

NewGetPaymentConsentUnprocessableEntity creates a GetPaymentConsentUnprocessableEntity with default headers values

func (*GetPaymentConsentUnprocessableEntity) Code

Code gets the status code for the get payment consent unprocessable entity response

func (*GetPaymentConsentUnprocessableEntity) Error

func (*GetPaymentConsentUnprocessableEntity) GetPayload

func (*GetPaymentConsentUnprocessableEntity) IsClientError

func (o *GetPaymentConsentUnprocessableEntity) IsClientError() bool

IsClientError returns true when this get payment consent unprocessable entity response has a 4xx status code

func (*GetPaymentConsentUnprocessableEntity) IsCode

IsCode returns true when this get payment consent unprocessable entity response a status code equal to that given

func (*GetPaymentConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this get payment consent unprocessable entity response has a 3xx status code

func (*GetPaymentConsentUnprocessableEntity) IsServerError

func (o *GetPaymentConsentUnprocessableEntity) IsServerError() bool

IsServerError returns true when this get payment consent unprocessable entity response has a 5xx status code

func (*GetPaymentConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this get payment consent unprocessable entity response has a 2xx status code

func (*GetPaymentConsentUnprocessableEntity) String

type GetPaymentConsentUnsupportedMediaType

type GetPaymentConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetPaymentConsentUnsupportedMediaType

func NewGetPaymentConsentUnsupportedMediaType() *GetPaymentConsentUnsupportedMediaType

NewGetPaymentConsentUnsupportedMediaType creates a GetPaymentConsentUnsupportedMediaType with default headers values

func (*GetPaymentConsentUnsupportedMediaType) Code

Code gets the status code for the get payment consent unsupported media type response

func (*GetPaymentConsentUnsupportedMediaType) Error

func (*GetPaymentConsentUnsupportedMediaType) GetPayload

func (*GetPaymentConsentUnsupportedMediaType) IsClientError

func (o *GetPaymentConsentUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get payment consent unsupported media type response has a 4xx status code

func (*GetPaymentConsentUnsupportedMediaType) IsCode

IsCode returns true when this get payment consent unsupported media type response a status code equal to that given

func (*GetPaymentConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get payment consent unsupported media type response has a 3xx status code

func (*GetPaymentConsentUnsupportedMediaType) IsServerError

func (o *GetPaymentConsentUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get payment consent unsupported media type response has a 5xx status code

func (*GetPaymentConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get payment consent unsupported media type response has a 2xx status code

func (*GetPaymentConsentUnsupportedMediaType) String

type GetPaymentConsentV2BadRequest

type GetPaymentConsentV2BadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV2BadRequest describes a response with status code 400, with default header values.

Error

func NewGetPaymentConsentV2BadRequest

func NewGetPaymentConsentV2BadRequest() *GetPaymentConsentV2BadRequest

NewGetPaymentConsentV2BadRequest creates a GetPaymentConsentV2BadRequest with default headers values

func (*GetPaymentConsentV2BadRequest) Code

Code gets the status code for the get payment consent v2 bad request response

func (*GetPaymentConsentV2BadRequest) Error

func (*GetPaymentConsentV2BadRequest) GetPayload

func (*GetPaymentConsentV2BadRequest) IsClientError

func (o *GetPaymentConsentV2BadRequest) IsClientError() bool

IsClientError returns true when this get payment consent v2 bad request response has a 4xx status code

func (*GetPaymentConsentV2BadRequest) IsCode

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

IsCode returns true when this get payment consent v2 bad request response a status code equal to that given

func (*GetPaymentConsentV2BadRequest) IsRedirect

func (o *GetPaymentConsentV2BadRequest) IsRedirect() bool

IsRedirect returns true when this get payment consent v2 bad request response has a 3xx status code

func (*GetPaymentConsentV2BadRequest) IsServerError

func (o *GetPaymentConsentV2BadRequest) IsServerError() bool

IsServerError returns true when this get payment consent v2 bad request response has a 5xx status code

func (*GetPaymentConsentV2BadRequest) IsSuccess

func (o *GetPaymentConsentV2BadRequest) IsSuccess() bool

IsSuccess returns true when this get payment consent v2 bad request response has a 2xx status code

func (*GetPaymentConsentV2BadRequest) String

type GetPaymentConsentV2Forbidden

type GetPaymentConsentV2Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentV2Forbidden

func NewGetPaymentConsentV2Forbidden() *GetPaymentConsentV2Forbidden

NewGetPaymentConsentV2Forbidden creates a GetPaymentConsentV2Forbidden with default headers values

func (*GetPaymentConsentV2Forbidden) Code

Code gets the status code for the get payment consent v2 forbidden response

func (*GetPaymentConsentV2Forbidden) Error

func (*GetPaymentConsentV2Forbidden) GetPayload

func (*GetPaymentConsentV2Forbidden) IsClientError

func (o *GetPaymentConsentV2Forbidden) IsClientError() bool

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

func (*GetPaymentConsentV2Forbidden) IsCode

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

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

func (*GetPaymentConsentV2Forbidden) IsRedirect

func (o *GetPaymentConsentV2Forbidden) IsRedirect() bool

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

func (*GetPaymentConsentV2Forbidden) IsServerError

func (o *GetPaymentConsentV2Forbidden) IsServerError() bool

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

func (*GetPaymentConsentV2Forbidden) IsSuccess

func (o *GetPaymentConsentV2Forbidden) IsSuccess() bool

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

func (*GetPaymentConsentV2Forbidden) String

type GetPaymentConsentV2InternalServerError

type GetPaymentConsentV2InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV2InternalServerError describes a response with status code 500, with default header values.

Error

func NewGetPaymentConsentV2InternalServerError

func NewGetPaymentConsentV2InternalServerError() *GetPaymentConsentV2InternalServerError

NewGetPaymentConsentV2InternalServerError creates a GetPaymentConsentV2InternalServerError with default headers values

func (*GetPaymentConsentV2InternalServerError) Code

Code gets the status code for the get payment consent v2 internal server error response

func (*GetPaymentConsentV2InternalServerError) Error

func (*GetPaymentConsentV2InternalServerError) GetPayload

func (*GetPaymentConsentV2InternalServerError) IsClientError

func (o *GetPaymentConsentV2InternalServerError) IsClientError() bool

IsClientError returns true when this get payment consent v2 internal server error response has a 4xx status code

func (*GetPaymentConsentV2InternalServerError) IsCode

IsCode returns true when this get payment consent v2 internal server error response a status code equal to that given

func (*GetPaymentConsentV2InternalServerError) IsRedirect

IsRedirect returns true when this get payment consent v2 internal server error response has a 3xx status code

func (*GetPaymentConsentV2InternalServerError) IsServerError

func (o *GetPaymentConsentV2InternalServerError) IsServerError() bool

IsServerError returns true when this get payment consent v2 internal server error response has a 5xx status code

func (*GetPaymentConsentV2InternalServerError) IsSuccess

IsSuccess returns true when this get payment consent v2 internal server error response has a 2xx status code

func (*GetPaymentConsentV2InternalServerError) String

type GetPaymentConsentV2MethodNotAllowed

type GetPaymentConsentV2MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV2MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetPaymentConsentV2MethodNotAllowed

func NewGetPaymentConsentV2MethodNotAllowed() *GetPaymentConsentV2MethodNotAllowed

NewGetPaymentConsentV2MethodNotAllowed creates a GetPaymentConsentV2MethodNotAllowed with default headers values

func (*GetPaymentConsentV2MethodNotAllowed) Code

Code gets the status code for the get payment consent v2 method not allowed response

func (*GetPaymentConsentV2MethodNotAllowed) Error

func (*GetPaymentConsentV2MethodNotAllowed) GetPayload

func (*GetPaymentConsentV2MethodNotAllowed) IsClientError

func (o *GetPaymentConsentV2MethodNotAllowed) IsClientError() bool

IsClientError returns true when this get payment consent v2 method not allowed response has a 4xx status code

func (*GetPaymentConsentV2MethodNotAllowed) IsCode

IsCode returns true when this get payment consent v2 method not allowed response a status code equal to that given

func (*GetPaymentConsentV2MethodNotAllowed) IsRedirect

func (o *GetPaymentConsentV2MethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this get payment consent v2 method not allowed response has a 3xx status code

func (*GetPaymentConsentV2MethodNotAllowed) IsServerError

func (o *GetPaymentConsentV2MethodNotAllowed) IsServerError() bool

IsServerError returns true when this get payment consent v2 method not allowed response has a 5xx status code

func (*GetPaymentConsentV2MethodNotAllowed) IsSuccess

IsSuccess returns true when this get payment consent v2 method not allowed response has a 2xx status code

func (*GetPaymentConsentV2MethodNotAllowed) String

type GetPaymentConsentV2NotAcceptable

type GetPaymentConsentV2NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV2NotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetPaymentConsentV2NotAcceptable

func NewGetPaymentConsentV2NotAcceptable() *GetPaymentConsentV2NotAcceptable

NewGetPaymentConsentV2NotAcceptable creates a GetPaymentConsentV2NotAcceptable with default headers values

func (*GetPaymentConsentV2NotAcceptable) Code

Code gets the status code for the get payment consent v2 not acceptable response

func (*GetPaymentConsentV2NotAcceptable) Error

func (*GetPaymentConsentV2NotAcceptable) GetPayload

func (*GetPaymentConsentV2NotAcceptable) IsClientError

func (o *GetPaymentConsentV2NotAcceptable) IsClientError() bool

IsClientError returns true when this get payment consent v2 not acceptable response has a 4xx status code

func (*GetPaymentConsentV2NotAcceptable) IsCode

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

IsCode returns true when this get payment consent v2 not acceptable response a status code equal to that given

func (*GetPaymentConsentV2NotAcceptable) IsRedirect

func (o *GetPaymentConsentV2NotAcceptable) IsRedirect() bool

IsRedirect returns true when this get payment consent v2 not acceptable response has a 3xx status code

func (*GetPaymentConsentV2NotAcceptable) IsServerError

func (o *GetPaymentConsentV2NotAcceptable) IsServerError() bool

IsServerError returns true when this get payment consent v2 not acceptable response has a 5xx status code

func (*GetPaymentConsentV2NotAcceptable) IsSuccess

func (o *GetPaymentConsentV2NotAcceptable) IsSuccess() bool

IsSuccess returns true when this get payment consent v2 not acceptable response has a 2xx status code

func (*GetPaymentConsentV2NotAcceptable) String

type GetPaymentConsentV2OK

type GetPaymentConsentV2OK struct {
	Payload *models.BrazilCustomerPaymentConsentResponseV2
}

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

Customer payment consent

func NewGetPaymentConsentV2OK

func NewGetPaymentConsentV2OK() *GetPaymentConsentV2OK

NewGetPaymentConsentV2OK creates a GetPaymentConsentV2OK with default headers values

func (*GetPaymentConsentV2OK) Code

func (o *GetPaymentConsentV2OK) Code() int

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

func (*GetPaymentConsentV2OK) Error

func (o *GetPaymentConsentV2OK) Error() string

func (*GetPaymentConsentV2OK) GetPayload

func (*GetPaymentConsentV2OK) IsClientError

func (o *GetPaymentConsentV2OK) IsClientError() bool

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

func (*GetPaymentConsentV2OK) IsCode

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

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

func (*GetPaymentConsentV2OK) IsRedirect

func (o *GetPaymentConsentV2OK) IsRedirect() bool

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

func (*GetPaymentConsentV2OK) IsServerError

func (o *GetPaymentConsentV2OK) IsServerError() bool

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

func (*GetPaymentConsentV2OK) IsSuccess

func (o *GetPaymentConsentV2OK) IsSuccess() bool

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

func (*GetPaymentConsentV2OK) String

func (o *GetPaymentConsentV2OK) String() string

type GetPaymentConsentV2Params

type GetPaymentConsentV2Params struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetPaymentConsentV2Params contains all the parameters to send to the API endpoint

for the get payment consent v2 operation.

Typically these are written to a http.Request.

func NewGetPaymentConsentV2Params

func NewGetPaymentConsentV2Params() *GetPaymentConsentV2Params

NewGetPaymentConsentV2Params creates a new GetPaymentConsentV2Params 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 NewGetPaymentConsentV2ParamsWithContext

func NewGetPaymentConsentV2ParamsWithContext(ctx context.Context) *GetPaymentConsentV2Params

NewGetPaymentConsentV2ParamsWithContext creates a new GetPaymentConsentV2Params object with the ability to set a context for a request.

func NewGetPaymentConsentV2ParamsWithHTTPClient

func NewGetPaymentConsentV2ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV2Params

NewGetPaymentConsentV2ParamsWithHTTPClient creates a new GetPaymentConsentV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetPaymentConsentV2ParamsWithTimeout

func NewGetPaymentConsentV2ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV2Params

NewGetPaymentConsentV2ParamsWithTimeout creates a new GetPaymentConsentV2Params object with the ability to set a timeout on a request.

func (*GetPaymentConsentV2Params) SetConsentID

func (o *GetPaymentConsentV2Params) SetConsentID(consentID string)

SetConsentID adds the consentId to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetContext

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

SetContext adds the context to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetDefaults

func (o *GetPaymentConsentV2Params) SetDefaults()

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

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

func (*GetPaymentConsentV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetTimeout

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

SetTimeout adds the timeout to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetXCustomerUserAgent

func (o *GetPaymentConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetXFapiAuthDate

func (o *GetPaymentConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetXFapiCustomerIPAddress

func (o *GetPaymentConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetXFapiInteractionID

func (o *GetPaymentConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent v2 params

func (*GetPaymentConsentV2Params) SetXJwsSignature

func (o *GetPaymentConsentV2Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithConsentID

func (o *GetPaymentConsentV2Params) WithConsentID(consentID string) *GetPaymentConsentV2Params

WithConsentID adds the consentID to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithContext

WithContext adds the context to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithDefaults

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

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

func (*GetPaymentConsentV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithTimeout

WithTimeout adds the timeout to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithXCustomerUserAgent

func (o *GetPaymentConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV2Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithXFapiAuthDate

func (o *GetPaymentConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV2Params

WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithXFapiCustomerIPAddress

func (o *GetPaymentConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV2Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithXFapiInteractionID

func (o *GetPaymentConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV2Params

WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WithXJwsSignature

func (o *GetPaymentConsentV2Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV2Params

WithXJwsSignature adds the xJwsSignature to the get payment consent v2 params

func (*GetPaymentConsentV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPaymentConsentV2Reader

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

GetPaymentConsentV2Reader is a Reader for the GetPaymentConsentV2 structure.

func (*GetPaymentConsentV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentConsentV2TooManyRequests

type GetPaymentConsentV2TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentV2TooManyRequests

func NewGetPaymentConsentV2TooManyRequests() *GetPaymentConsentV2TooManyRequests

NewGetPaymentConsentV2TooManyRequests creates a GetPaymentConsentV2TooManyRequests with default headers values

func (*GetPaymentConsentV2TooManyRequests) Code

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

func (*GetPaymentConsentV2TooManyRequests) Error

func (*GetPaymentConsentV2TooManyRequests) GetPayload

func (*GetPaymentConsentV2TooManyRequests) IsClientError

func (o *GetPaymentConsentV2TooManyRequests) IsClientError() bool

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

func (*GetPaymentConsentV2TooManyRequests) IsCode

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

func (*GetPaymentConsentV2TooManyRequests) IsRedirect

func (o *GetPaymentConsentV2TooManyRequests) IsRedirect() bool

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

func (*GetPaymentConsentV2TooManyRequests) IsServerError

func (o *GetPaymentConsentV2TooManyRequests) IsServerError() bool

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

func (*GetPaymentConsentV2TooManyRequests) IsSuccess

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

func (*GetPaymentConsentV2TooManyRequests) String

type GetPaymentConsentV2Unauthorized

type GetPaymentConsentV2Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentV2Unauthorized

func NewGetPaymentConsentV2Unauthorized() *GetPaymentConsentV2Unauthorized

NewGetPaymentConsentV2Unauthorized creates a GetPaymentConsentV2Unauthorized with default headers values

func (*GetPaymentConsentV2Unauthorized) Code

Code gets the status code for the get payment consent v2 unauthorized response

func (*GetPaymentConsentV2Unauthorized) Error

func (*GetPaymentConsentV2Unauthorized) GetPayload

func (*GetPaymentConsentV2Unauthorized) IsClientError

func (o *GetPaymentConsentV2Unauthorized) IsClientError() bool

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

func (*GetPaymentConsentV2Unauthorized) IsCode

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

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

func (*GetPaymentConsentV2Unauthorized) IsRedirect

func (o *GetPaymentConsentV2Unauthorized) IsRedirect() bool

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

func (*GetPaymentConsentV2Unauthorized) IsServerError

func (o *GetPaymentConsentV2Unauthorized) IsServerError() bool

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

func (*GetPaymentConsentV2Unauthorized) IsSuccess

func (o *GetPaymentConsentV2Unauthorized) IsSuccess() bool

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

func (*GetPaymentConsentV2Unauthorized) String

type GetPaymentConsentV2UnprocessableEntity

type GetPaymentConsentV2UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV2UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetPaymentConsentV2UnprocessableEntity

func NewGetPaymentConsentV2UnprocessableEntity() *GetPaymentConsentV2UnprocessableEntity

NewGetPaymentConsentV2UnprocessableEntity creates a GetPaymentConsentV2UnprocessableEntity with default headers values

func (*GetPaymentConsentV2UnprocessableEntity) Code

Code gets the status code for the get payment consent v2 unprocessable entity response

func (*GetPaymentConsentV2UnprocessableEntity) Error

func (*GetPaymentConsentV2UnprocessableEntity) GetPayload

func (*GetPaymentConsentV2UnprocessableEntity) IsClientError

func (o *GetPaymentConsentV2UnprocessableEntity) IsClientError() bool

IsClientError returns true when this get payment consent v2 unprocessable entity response has a 4xx status code

func (*GetPaymentConsentV2UnprocessableEntity) IsCode

IsCode returns true when this get payment consent v2 unprocessable entity response a status code equal to that given

func (*GetPaymentConsentV2UnprocessableEntity) IsRedirect

IsRedirect returns true when this get payment consent v2 unprocessable entity response has a 3xx status code

func (*GetPaymentConsentV2UnprocessableEntity) IsServerError

func (o *GetPaymentConsentV2UnprocessableEntity) IsServerError() bool

IsServerError returns true when this get payment consent v2 unprocessable entity response has a 5xx status code

func (*GetPaymentConsentV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this get payment consent v2 unprocessable entity response has a 2xx status code

func (*GetPaymentConsentV2UnprocessableEntity) String

type GetPaymentConsentV2UnsupportedMediaType

type GetPaymentConsentV2UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetPaymentConsentV2UnsupportedMediaType

func NewGetPaymentConsentV2UnsupportedMediaType() *GetPaymentConsentV2UnsupportedMediaType

NewGetPaymentConsentV2UnsupportedMediaType creates a GetPaymentConsentV2UnsupportedMediaType with default headers values

func (*GetPaymentConsentV2UnsupportedMediaType) Code

Code gets the status code for the get payment consent v2 unsupported media type response

func (*GetPaymentConsentV2UnsupportedMediaType) Error

func (*GetPaymentConsentV2UnsupportedMediaType) GetPayload

func (*GetPaymentConsentV2UnsupportedMediaType) IsClientError

func (o *GetPaymentConsentV2UnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get payment consent v2 unsupported media type response has a 4xx status code

func (*GetPaymentConsentV2UnsupportedMediaType) IsCode

IsCode returns true when this get payment consent v2 unsupported media type response a status code equal to that given

func (*GetPaymentConsentV2UnsupportedMediaType) IsRedirect

IsRedirect returns true when this get payment consent v2 unsupported media type response has a 3xx status code

func (*GetPaymentConsentV2UnsupportedMediaType) IsServerError

func (o *GetPaymentConsentV2UnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get payment consent v2 unsupported media type response has a 5xx status code

func (*GetPaymentConsentV2UnsupportedMediaType) IsSuccess

IsSuccess returns true when this get payment consent v2 unsupported media type response has a 2xx status code

func (*GetPaymentConsentV2UnsupportedMediaType) String

type GetPaymentConsentV3BadRequest

type GetPaymentConsentV3BadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV3BadRequest describes a response with status code 400, with default header values.

Error

func NewGetPaymentConsentV3BadRequest

func NewGetPaymentConsentV3BadRequest() *GetPaymentConsentV3BadRequest

NewGetPaymentConsentV3BadRequest creates a GetPaymentConsentV3BadRequest with default headers values

func (*GetPaymentConsentV3BadRequest) Code

Code gets the status code for the get payment consent v3 bad request response

func (*GetPaymentConsentV3BadRequest) Error

func (*GetPaymentConsentV3BadRequest) GetPayload

func (*GetPaymentConsentV3BadRequest) IsClientError

func (o *GetPaymentConsentV3BadRequest) IsClientError() bool

IsClientError returns true when this get payment consent v3 bad request response has a 4xx status code

func (*GetPaymentConsentV3BadRequest) IsCode

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

IsCode returns true when this get payment consent v3 bad request response a status code equal to that given

func (*GetPaymentConsentV3BadRequest) IsRedirect

func (o *GetPaymentConsentV3BadRequest) IsRedirect() bool

IsRedirect returns true when this get payment consent v3 bad request response has a 3xx status code

func (*GetPaymentConsentV3BadRequest) IsServerError

func (o *GetPaymentConsentV3BadRequest) IsServerError() bool

IsServerError returns true when this get payment consent v3 bad request response has a 5xx status code

func (*GetPaymentConsentV3BadRequest) IsSuccess

func (o *GetPaymentConsentV3BadRequest) IsSuccess() bool

IsSuccess returns true when this get payment consent v3 bad request response has a 2xx status code

func (*GetPaymentConsentV3BadRequest) String

type GetPaymentConsentV3Forbidden

type GetPaymentConsentV3Forbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentV3Forbidden

func NewGetPaymentConsentV3Forbidden() *GetPaymentConsentV3Forbidden

NewGetPaymentConsentV3Forbidden creates a GetPaymentConsentV3Forbidden with default headers values

func (*GetPaymentConsentV3Forbidden) Code

Code gets the status code for the get payment consent v3 forbidden response

func (*GetPaymentConsentV3Forbidden) Error

func (*GetPaymentConsentV3Forbidden) GetPayload

func (*GetPaymentConsentV3Forbidden) IsClientError

func (o *GetPaymentConsentV3Forbidden) IsClientError() bool

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

func (*GetPaymentConsentV3Forbidden) IsCode

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

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

func (*GetPaymentConsentV3Forbidden) IsRedirect

func (o *GetPaymentConsentV3Forbidden) IsRedirect() bool

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

func (*GetPaymentConsentV3Forbidden) IsServerError

func (o *GetPaymentConsentV3Forbidden) IsServerError() bool

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

func (*GetPaymentConsentV3Forbidden) IsSuccess

func (o *GetPaymentConsentV3Forbidden) IsSuccess() bool

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

func (*GetPaymentConsentV3Forbidden) String

type GetPaymentConsentV3InternalServerError

type GetPaymentConsentV3InternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV3InternalServerError describes a response with status code 500, with default header values.

Error

func NewGetPaymentConsentV3InternalServerError

func NewGetPaymentConsentV3InternalServerError() *GetPaymentConsentV3InternalServerError

NewGetPaymentConsentV3InternalServerError creates a GetPaymentConsentV3InternalServerError with default headers values

func (*GetPaymentConsentV3InternalServerError) Code

Code gets the status code for the get payment consent v3 internal server error response

func (*GetPaymentConsentV3InternalServerError) Error

func (*GetPaymentConsentV3InternalServerError) GetPayload

func (*GetPaymentConsentV3InternalServerError) IsClientError

func (o *GetPaymentConsentV3InternalServerError) IsClientError() bool

IsClientError returns true when this get payment consent v3 internal server error response has a 4xx status code

func (*GetPaymentConsentV3InternalServerError) IsCode

IsCode returns true when this get payment consent v3 internal server error response a status code equal to that given

func (*GetPaymentConsentV3InternalServerError) IsRedirect

IsRedirect returns true when this get payment consent v3 internal server error response has a 3xx status code

func (*GetPaymentConsentV3InternalServerError) IsServerError

func (o *GetPaymentConsentV3InternalServerError) IsServerError() bool

IsServerError returns true when this get payment consent v3 internal server error response has a 5xx status code

func (*GetPaymentConsentV3InternalServerError) IsSuccess

IsSuccess returns true when this get payment consent v3 internal server error response has a 2xx status code

func (*GetPaymentConsentV3InternalServerError) String

type GetPaymentConsentV3MethodNotAllowed

type GetPaymentConsentV3MethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV3MethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetPaymentConsentV3MethodNotAllowed

func NewGetPaymentConsentV3MethodNotAllowed() *GetPaymentConsentV3MethodNotAllowed

NewGetPaymentConsentV3MethodNotAllowed creates a GetPaymentConsentV3MethodNotAllowed with default headers values

func (*GetPaymentConsentV3MethodNotAllowed) Code

Code gets the status code for the get payment consent v3 method not allowed response

func (*GetPaymentConsentV3MethodNotAllowed) Error

func (*GetPaymentConsentV3MethodNotAllowed) GetPayload

func (*GetPaymentConsentV3MethodNotAllowed) IsClientError

func (o *GetPaymentConsentV3MethodNotAllowed) IsClientError() bool

IsClientError returns true when this get payment consent v3 method not allowed response has a 4xx status code

func (*GetPaymentConsentV3MethodNotAllowed) IsCode

IsCode returns true when this get payment consent v3 method not allowed response a status code equal to that given

func (*GetPaymentConsentV3MethodNotAllowed) IsRedirect

func (o *GetPaymentConsentV3MethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this get payment consent v3 method not allowed response has a 3xx status code

func (*GetPaymentConsentV3MethodNotAllowed) IsServerError

func (o *GetPaymentConsentV3MethodNotAllowed) IsServerError() bool

IsServerError returns true when this get payment consent v3 method not allowed response has a 5xx status code

func (*GetPaymentConsentV3MethodNotAllowed) IsSuccess

IsSuccess returns true when this get payment consent v3 method not allowed response has a 2xx status code

func (*GetPaymentConsentV3MethodNotAllowed) String

type GetPaymentConsentV3NotAcceptable

type GetPaymentConsentV3NotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV3NotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetPaymentConsentV3NotAcceptable

func NewGetPaymentConsentV3NotAcceptable() *GetPaymentConsentV3NotAcceptable

NewGetPaymentConsentV3NotAcceptable creates a GetPaymentConsentV3NotAcceptable with default headers values

func (*GetPaymentConsentV3NotAcceptable) Code

Code gets the status code for the get payment consent v3 not acceptable response

func (*GetPaymentConsentV3NotAcceptable) Error

func (*GetPaymentConsentV3NotAcceptable) GetPayload

func (*GetPaymentConsentV3NotAcceptable) IsClientError

func (o *GetPaymentConsentV3NotAcceptable) IsClientError() bool

IsClientError returns true when this get payment consent v3 not acceptable response has a 4xx status code

func (*GetPaymentConsentV3NotAcceptable) IsCode

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

IsCode returns true when this get payment consent v3 not acceptable response a status code equal to that given

func (*GetPaymentConsentV3NotAcceptable) IsRedirect

func (o *GetPaymentConsentV3NotAcceptable) IsRedirect() bool

IsRedirect returns true when this get payment consent v3 not acceptable response has a 3xx status code

func (*GetPaymentConsentV3NotAcceptable) IsServerError

func (o *GetPaymentConsentV3NotAcceptable) IsServerError() bool

IsServerError returns true when this get payment consent v3 not acceptable response has a 5xx status code

func (*GetPaymentConsentV3NotAcceptable) IsSuccess

func (o *GetPaymentConsentV3NotAcceptable) IsSuccess() bool

IsSuccess returns true when this get payment consent v3 not acceptable response has a 2xx status code

func (*GetPaymentConsentV3NotAcceptable) String

type GetPaymentConsentV3OK

type GetPaymentConsentV3OK struct {
	Payload *models.BrazilCustomerPaymentConsentResponseV3
}

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

Customer payment consent

func NewGetPaymentConsentV3OK

func NewGetPaymentConsentV3OK() *GetPaymentConsentV3OK

NewGetPaymentConsentV3OK creates a GetPaymentConsentV3OK with default headers values

func (*GetPaymentConsentV3OK) Code

func (o *GetPaymentConsentV3OK) Code() int

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

func (*GetPaymentConsentV3OK) Error

func (o *GetPaymentConsentV3OK) Error() string

func (*GetPaymentConsentV3OK) GetPayload

func (*GetPaymentConsentV3OK) IsClientError

func (o *GetPaymentConsentV3OK) IsClientError() bool

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

func (*GetPaymentConsentV3OK) IsCode

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

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

func (*GetPaymentConsentV3OK) IsRedirect

func (o *GetPaymentConsentV3OK) IsRedirect() bool

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

func (*GetPaymentConsentV3OK) IsServerError

func (o *GetPaymentConsentV3OK) IsServerError() bool

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

func (*GetPaymentConsentV3OK) IsSuccess

func (o *GetPaymentConsentV3OK) IsSuccess() bool

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

func (*GetPaymentConsentV3OK) String

func (o *GetPaymentConsentV3OK) String() string

type GetPaymentConsentV3Params

type GetPaymentConsentV3Params struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetPaymentConsentV3Params contains all the parameters to send to the API endpoint

for the get payment consent v3 operation.

Typically these are written to a http.Request.

func NewGetPaymentConsentV3Params

func NewGetPaymentConsentV3Params() *GetPaymentConsentV3Params

NewGetPaymentConsentV3Params creates a new GetPaymentConsentV3Params 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 NewGetPaymentConsentV3ParamsWithContext

func NewGetPaymentConsentV3ParamsWithContext(ctx context.Context) *GetPaymentConsentV3Params

NewGetPaymentConsentV3ParamsWithContext creates a new GetPaymentConsentV3Params object with the ability to set a context for a request.

func NewGetPaymentConsentV3ParamsWithHTTPClient

func NewGetPaymentConsentV3ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV3Params

NewGetPaymentConsentV3ParamsWithHTTPClient creates a new GetPaymentConsentV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetPaymentConsentV3ParamsWithTimeout

func NewGetPaymentConsentV3ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV3Params

NewGetPaymentConsentV3ParamsWithTimeout creates a new GetPaymentConsentV3Params object with the ability to set a timeout on a request.

func (*GetPaymentConsentV3Params) SetConsentID

func (o *GetPaymentConsentV3Params) SetConsentID(consentID string)

SetConsentID adds the consentId to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetContext

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

SetContext adds the context to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetDefaults

func (o *GetPaymentConsentV3Params) SetDefaults()

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

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

func (*GetPaymentConsentV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetTimeout

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

SetTimeout adds the timeout to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetXCustomerUserAgent

func (o *GetPaymentConsentV3Params) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetXFapiAuthDate

func (o *GetPaymentConsentV3Params) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetXFapiCustomerIPAddress

func (o *GetPaymentConsentV3Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetXFapiInteractionID

func (o *GetPaymentConsentV3Params) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent v3 params

func (*GetPaymentConsentV3Params) SetXJwsSignature

func (o *GetPaymentConsentV3Params) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithConsentID

func (o *GetPaymentConsentV3Params) WithConsentID(consentID string) *GetPaymentConsentV3Params

WithConsentID adds the consentID to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithContext

WithContext adds the context to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithDefaults

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

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

func (*GetPaymentConsentV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithTimeout

WithTimeout adds the timeout to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithXCustomerUserAgent

func (o *GetPaymentConsentV3Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV3Params

WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithXFapiAuthDate

func (o *GetPaymentConsentV3Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV3Params

WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithXFapiCustomerIPAddress

func (o *GetPaymentConsentV3Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV3Params

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithXFapiInteractionID

func (o *GetPaymentConsentV3Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV3Params

WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WithXJwsSignature

func (o *GetPaymentConsentV3Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV3Params

WithXJwsSignature adds the xJwsSignature to the get payment consent v3 params

func (*GetPaymentConsentV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPaymentConsentV3Reader

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

GetPaymentConsentV3Reader is a Reader for the GetPaymentConsentV3 structure.

func (*GetPaymentConsentV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentConsentV3TooManyRequests

type GetPaymentConsentV3TooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentV3TooManyRequests

func NewGetPaymentConsentV3TooManyRequests() *GetPaymentConsentV3TooManyRequests

NewGetPaymentConsentV3TooManyRequests creates a GetPaymentConsentV3TooManyRequests with default headers values

func (*GetPaymentConsentV3TooManyRequests) Code

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

func (*GetPaymentConsentV3TooManyRequests) Error

func (*GetPaymentConsentV3TooManyRequests) GetPayload

func (*GetPaymentConsentV3TooManyRequests) IsClientError

func (o *GetPaymentConsentV3TooManyRequests) IsClientError() bool

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

func (*GetPaymentConsentV3TooManyRequests) IsCode

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

func (*GetPaymentConsentV3TooManyRequests) IsRedirect

func (o *GetPaymentConsentV3TooManyRequests) IsRedirect() bool

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

func (*GetPaymentConsentV3TooManyRequests) IsServerError

func (o *GetPaymentConsentV3TooManyRequests) IsServerError() bool

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

func (*GetPaymentConsentV3TooManyRequests) IsSuccess

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

func (*GetPaymentConsentV3TooManyRequests) String

type GetPaymentConsentV3Unauthorized

type GetPaymentConsentV3Unauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewGetPaymentConsentV3Unauthorized

func NewGetPaymentConsentV3Unauthorized() *GetPaymentConsentV3Unauthorized

NewGetPaymentConsentV3Unauthorized creates a GetPaymentConsentV3Unauthorized with default headers values

func (*GetPaymentConsentV3Unauthorized) Code

Code gets the status code for the get payment consent v3 unauthorized response

func (*GetPaymentConsentV3Unauthorized) Error

func (*GetPaymentConsentV3Unauthorized) GetPayload

func (*GetPaymentConsentV3Unauthorized) IsClientError

func (o *GetPaymentConsentV3Unauthorized) IsClientError() bool

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

func (*GetPaymentConsentV3Unauthorized) IsCode

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

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

func (*GetPaymentConsentV3Unauthorized) IsRedirect

func (o *GetPaymentConsentV3Unauthorized) IsRedirect() bool

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

func (*GetPaymentConsentV3Unauthorized) IsServerError

func (o *GetPaymentConsentV3Unauthorized) IsServerError() bool

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

func (*GetPaymentConsentV3Unauthorized) IsSuccess

func (o *GetPaymentConsentV3Unauthorized) IsSuccess() bool

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

func (*GetPaymentConsentV3Unauthorized) String

type GetPaymentConsentV3UnprocessableEntity

type GetPaymentConsentV3UnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV3UnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetPaymentConsentV3UnprocessableEntity

func NewGetPaymentConsentV3UnprocessableEntity() *GetPaymentConsentV3UnprocessableEntity

NewGetPaymentConsentV3UnprocessableEntity creates a GetPaymentConsentV3UnprocessableEntity with default headers values

func (*GetPaymentConsentV3UnprocessableEntity) Code

Code gets the status code for the get payment consent v3 unprocessable entity response

func (*GetPaymentConsentV3UnprocessableEntity) Error

func (*GetPaymentConsentV3UnprocessableEntity) GetPayload

func (*GetPaymentConsentV3UnprocessableEntity) IsClientError

func (o *GetPaymentConsentV3UnprocessableEntity) IsClientError() bool

IsClientError returns true when this get payment consent v3 unprocessable entity response has a 4xx status code

func (*GetPaymentConsentV3UnprocessableEntity) IsCode

IsCode returns true when this get payment consent v3 unprocessable entity response a status code equal to that given

func (*GetPaymentConsentV3UnprocessableEntity) IsRedirect

IsRedirect returns true when this get payment consent v3 unprocessable entity response has a 3xx status code

func (*GetPaymentConsentV3UnprocessableEntity) IsServerError

func (o *GetPaymentConsentV3UnprocessableEntity) IsServerError() bool

IsServerError returns true when this get payment consent v3 unprocessable entity response has a 5xx status code

func (*GetPaymentConsentV3UnprocessableEntity) IsSuccess

IsSuccess returns true when this get payment consent v3 unprocessable entity response has a 2xx status code

func (*GetPaymentConsentV3UnprocessableEntity) String

type GetPaymentConsentV3UnsupportedMediaType

type GetPaymentConsentV3UnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetPaymentConsentV3UnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetPaymentConsentV3UnsupportedMediaType

func NewGetPaymentConsentV3UnsupportedMediaType() *GetPaymentConsentV3UnsupportedMediaType

NewGetPaymentConsentV3UnsupportedMediaType creates a GetPaymentConsentV3UnsupportedMediaType with default headers values

func (*GetPaymentConsentV3UnsupportedMediaType) Code

Code gets the status code for the get payment consent v3 unsupported media type response

func (*GetPaymentConsentV3UnsupportedMediaType) Error

func (*GetPaymentConsentV3UnsupportedMediaType) GetPayload

func (*GetPaymentConsentV3UnsupportedMediaType) IsClientError

func (o *GetPaymentConsentV3UnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get payment consent v3 unsupported media type response has a 4xx status code

func (*GetPaymentConsentV3UnsupportedMediaType) IsCode

IsCode returns true when this get payment consent v3 unsupported media type response a status code equal to that given

func (*GetPaymentConsentV3UnsupportedMediaType) IsRedirect

IsRedirect returns true when this get payment consent v3 unsupported media type response has a 3xx status code

func (*GetPaymentConsentV3UnsupportedMediaType) IsServerError

func (o *GetPaymentConsentV3UnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get payment consent v3 unsupported media type response has a 5xx status code

func (*GetPaymentConsentV3UnsupportedMediaType) IsSuccess

IsSuccess returns true when this get payment consent v3 unsupported media type response has a 2xx status code

func (*GetPaymentConsentV3UnsupportedMediaType) String

type ObbrDataAccessConsentIntrospectNotFound

type ObbrDataAccessConsentIntrospectNotFound struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrDataAccessConsentIntrospectNotFound

func NewObbrDataAccessConsentIntrospectNotFound() *ObbrDataAccessConsentIntrospectNotFound

NewObbrDataAccessConsentIntrospectNotFound creates a ObbrDataAccessConsentIntrospectNotFound with default headers values

func (*ObbrDataAccessConsentIntrospectNotFound) Code

Code gets the status code for the obbr data access consent introspect not found response

func (*ObbrDataAccessConsentIntrospectNotFound) Error

func (*ObbrDataAccessConsentIntrospectNotFound) GetPayload

func (*ObbrDataAccessConsentIntrospectNotFound) IsClientError

func (o *ObbrDataAccessConsentIntrospectNotFound) IsClientError() bool

IsClientError returns true when this obbr data access consent introspect not found response has a 4xx status code

func (*ObbrDataAccessConsentIntrospectNotFound) IsCode

IsCode returns true when this obbr data access consent introspect not found response a status code equal to that given

func (*ObbrDataAccessConsentIntrospectNotFound) IsRedirect

IsRedirect returns true when this obbr data access consent introspect not found response has a 3xx status code

func (*ObbrDataAccessConsentIntrospectNotFound) IsServerError

func (o *ObbrDataAccessConsentIntrospectNotFound) IsServerError() bool

IsServerError returns true when this obbr data access consent introspect not found response has a 5xx status code

func (*ObbrDataAccessConsentIntrospectNotFound) IsSuccess

IsSuccess returns true when this obbr data access consent introspect not found response has a 2xx status code

func (*ObbrDataAccessConsentIntrospectNotFound) String

type ObbrDataAccessConsentIntrospectOK

type ObbrDataAccessConsentIntrospectOK struct {
	Payload *models.IntrospectOBBRDataAccessConsentResponse
}

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

Introspect Openbanking Brazil Data Access Consent Response

func NewObbrDataAccessConsentIntrospectOK

func NewObbrDataAccessConsentIntrospectOK() *ObbrDataAccessConsentIntrospectOK

NewObbrDataAccessConsentIntrospectOK creates a ObbrDataAccessConsentIntrospectOK with default headers values

func (*ObbrDataAccessConsentIntrospectOK) Code

Code gets the status code for the obbr data access consent introspect o k response

func (*ObbrDataAccessConsentIntrospectOK) Error

func (*ObbrDataAccessConsentIntrospectOK) GetPayload

func (*ObbrDataAccessConsentIntrospectOK) IsClientError

func (o *ObbrDataAccessConsentIntrospectOK) IsClientError() bool

IsClientError returns true when this obbr data access consent introspect o k response has a 4xx status code

func (*ObbrDataAccessConsentIntrospectOK) IsCode

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

IsCode returns true when this obbr data access consent introspect o k response a status code equal to that given

func (*ObbrDataAccessConsentIntrospectOK) IsRedirect

func (o *ObbrDataAccessConsentIntrospectOK) IsRedirect() bool

IsRedirect returns true when this obbr data access consent introspect o k response has a 3xx status code

func (*ObbrDataAccessConsentIntrospectOK) IsServerError

func (o *ObbrDataAccessConsentIntrospectOK) IsServerError() bool

IsServerError returns true when this obbr data access consent introspect o k response has a 5xx status code

func (*ObbrDataAccessConsentIntrospectOK) IsSuccess

func (o *ObbrDataAccessConsentIntrospectOK) IsSuccess() bool

IsSuccess returns true when this obbr data access consent introspect o k response has a 2xx status code

func (*ObbrDataAccessConsentIntrospectOK) String

type ObbrDataAccessConsentIntrospectParams

type ObbrDataAccessConsentIntrospectParams struct {

	// Token.
	Token *string

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

ObbrDataAccessConsentIntrospectParams contains all the parameters to send to the API endpoint

for the obbr data access consent introspect operation.

Typically these are written to a http.Request.

func NewObbrDataAccessConsentIntrospectParams

func NewObbrDataAccessConsentIntrospectParams() *ObbrDataAccessConsentIntrospectParams

NewObbrDataAccessConsentIntrospectParams creates a new ObbrDataAccessConsentIntrospectParams 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 NewObbrDataAccessConsentIntrospectParamsWithContext

func NewObbrDataAccessConsentIntrospectParamsWithContext(ctx context.Context) *ObbrDataAccessConsentIntrospectParams

NewObbrDataAccessConsentIntrospectParamsWithContext creates a new ObbrDataAccessConsentIntrospectParams object with the ability to set a context for a request.

func NewObbrDataAccessConsentIntrospectParamsWithHTTPClient

func NewObbrDataAccessConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrDataAccessConsentIntrospectParams

NewObbrDataAccessConsentIntrospectParamsWithHTTPClient creates a new ObbrDataAccessConsentIntrospectParams object with the ability to set a custom HTTPClient for a request.

func NewObbrDataAccessConsentIntrospectParamsWithTimeout

func NewObbrDataAccessConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrDataAccessConsentIntrospectParams

NewObbrDataAccessConsentIntrospectParamsWithTimeout creates a new ObbrDataAccessConsentIntrospectParams object with the ability to set a timeout on a request.

func (*ObbrDataAccessConsentIntrospectParams) SetContext

SetContext adds the context to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) SetDefaults

func (o *ObbrDataAccessConsentIntrospectParams) SetDefaults()

SetDefaults hydrates default values in the obbr data access consent introspect params (not the query body).

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

func (*ObbrDataAccessConsentIntrospectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) SetTimeout

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

SetTimeout adds the timeout to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) SetToken

func (o *ObbrDataAccessConsentIntrospectParams) SetToken(token *string)

SetToken adds the token to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) WithContext

WithContext adds the context to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) WithDefaults

WithDefaults hydrates default values in the obbr data access consent introspect params (not the query body).

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

func (*ObbrDataAccessConsentIntrospectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) WithTimeout

WithTimeout adds the timeout to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) WithToken

WithToken adds the token to the obbr data access consent introspect params

func (*ObbrDataAccessConsentIntrospectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ObbrDataAccessConsentIntrospectReader

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

ObbrDataAccessConsentIntrospectReader is a Reader for the ObbrDataAccessConsentIntrospect structure.

func (*ObbrDataAccessConsentIntrospectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ObbrDataAccessConsentIntrospectTooManyRequests

type ObbrDataAccessConsentIntrospectTooManyRequests struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrDataAccessConsentIntrospectTooManyRequests

func NewObbrDataAccessConsentIntrospectTooManyRequests() *ObbrDataAccessConsentIntrospectTooManyRequests

NewObbrDataAccessConsentIntrospectTooManyRequests creates a ObbrDataAccessConsentIntrospectTooManyRequests with default headers values

func (*ObbrDataAccessConsentIntrospectTooManyRequests) Code

Code gets the status code for the obbr data access consent introspect too many requests response

func (*ObbrDataAccessConsentIntrospectTooManyRequests) Error

func (*ObbrDataAccessConsentIntrospectTooManyRequests) GetPayload

func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsClientError

IsClientError returns true when this obbr data access consent introspect too many requests response has a 4xx status code

func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsCode

IsCode returns true when this obbr data access consent introspect too many requests response a status code equal to that given

func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsRedirect

IsRedirect returns true when this obbr data access consent introspect too many requests response has a 3xx status code

func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsServerError

IsServerError returns true when this obbr data access consent introspect too many requests response has a 5xx status code

func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsSuccess

IsSuccess returns true when this obbr data access consent introspect too many requests response has a 2xx status code

func (*ObbrDataAccessConsentIntrospectTooManyRequests) String

type ObbrDataAccessConsentIntrospectUnauthorized

type ObbrDataAccessConsentIntrospectUnauthorized struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrDataAccessConsentIntrospectUnauthorized

func NewObbrDataAccessConsentIntrospectUnauthorized() *ObbrDataAccessConsentIntrospectUnauthorized

NewObbrDataAccessConsentIntrospectUnauthorized creates a ObbrDataAccessConsentIntrospectUnauthorized with default headers values

func (*ObbrDataAccessConsentIntrospectUnauthorized) Code

Code gets the status code for the obbr data access consent introspect unauthorized response

func (*ObbrDataAccessConsentIntrospectUnauthorized) Error

func (*ObbrDataAccessConsentIntrospectUnauthorized) GetPayload

func (*ObbrDataAccessConsentIntrospectUnauthorized) IsClientError

IsClientError returns true when this obbr data access consent introspect unauthorized response has a 4xx status code

func (*ObbrDataAccessConsentIntrospectUnauthorized) IsCode

IsCode returns true when this obbr data access consent introspect unauthorized response a status code equal to that given

func (*ObbrDataAccessConsentIntrospectUnauthorized) IsRedirect

IsRedirect returns true when this obbr data access consent introspect unauthorized response has a 3xx status code

func (*ObbrDataAccessConsentIntrospectUnauthorized) IsServerError

IsServerError returns true when this obbr data access consent introspect unauthorized response has a 5xx status code

func (*ObbrDataAccessConsentIntrospectUnauthorized) IsSuccess

IsSuccess returns true when this obbr data access consent introspect unauthorized response has a 2xx status code

func (*ObbrDataAccessConsentIntrospectUnauthorized) String

type ObbrDataAccessConsentV2IntrospectNotFound

type ObbrDataAccessConsentV2IntrospectNotFound struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrDataAccessConsentV2IntrospectNotFound

func NewObbrDataAccessConsentV2IntrospectNotFound() *ObbrDataAccessConsentV2IntrospectNotFound

NewObbrDataAccessConsentV2IntrospectNotFound creates a ObbrDataAccessConsentV2IntrospectNotFound with default headers values

func (*ObbrDataAccessConsentV2IntrospectNotFound) Code

Code gets the status code for the obbr data access consent v2 introspect not found response

func (*ObbrDataAccessConsentV2IntrospectNotFound) Error

func (*ObbrDataAccessConsentV2IntrospectNotFound) GetPayload

func (*ObbrDataAccessConsentV2IntrospectNotFound) IsClientError

IsClientError returns true when this obbr data access consent v2 introspect not found response has a 4xx status code

func (*ObbrDataAccessConsentV2IntrospectNotFound) IsCode

IsCode returns true when this obbr data access consent v2 introspect not found response a status code equal to that given

func (*ObbrDataAccessConsentV2IntrospectNotFound) IsRedirect

IsRedirect returns true when this obbr data access consent v2 introspect not found response has a 3xx status code

func (*ObbrDataAccessConsentV2IntrospectNotFound) IsServerError

IsServerError returns true when this obbr data access consent v2 introspect not found response has a 5xx status code

func (*ObbrDataAccessConsentV2IntrospectNotFound) IsSuccess

IsSuccess returns true when this obbr data access consent v2 introspect not found response has a 2xx status code

func (*ObbrDataAccessConsentV2IntrospectNotFound) String

type ObbrDataAccessConsentV2IntrospectOK

type ObbrDataAccessConsentV2IntrospectOK struct {
	Payload *models.IntrospectOBBRDataAccessConsentV2Response
}

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

Introspect Openbanking Brazil Data Access Consent V2 Response

func NewObbrDataAccessConsentV2IntrospectOK

func NewObbrDataAccessConsentV2IntrospectOK() *ObbrDataAccessConsentV2IntrospectOK

NewObbrDataAccessConsentV2IntrospectOK creates a ObbrDataAccessConsentV2IntrospectOK with default headers values

func (*ObbrDataAccessConsentV2IntrospectOK) Code

Code gets the status code for the obbr data access consent v2 introspect o k response

func (*ObbrDataAccessConsentV2IntrospectOK) Error

func (*ObbrDataAccessConsentV2IntrospectOK) GetPayload

func (*ObbrDataAccessConsentV2IntrospectOK) IsClientError

func (o *ObbrDataAccessConsentV2IntrospectOK) IsClientError() bool

IsClientError returns true when this obbr data access consent v2 introspect o k response has a 4xx status code

func (*ObbrDataAccessConsentV2IntrospectOK) IsCode

IsCode returns true when this obbr data access consent v2 introspect o k response a status code equal to that given

func (*ObbrDataAccessConsentV2IntrospectOK) IsRedirect

func (o *ObbrDataAccessConsentV2IntrospectOK) IsRedirect() bool

IsRedirect returns true when this obbr data access consent v2 introspect o k response has a 3xx status code

func (*ObbrDataAccessConsentV2IntrospectOK) IsServerError

func (o *ObbrDataAccessConsentV2IntrospectOK) IsServerError() bool

IsServerError returns true when this obbr data access consent v2 introspect o k response has a 5xx status code

func (*ObbrDataAccessConsentV2IntrospectOK) IsSuccess

IsSuccess returns true when this obbr data access consent v2 introspect o k response has a 2xx status code

func (*ObbrDataAccessConsentV2IntrospectOK) String

type ObbrDataAccessConsentV2IntrospectParams

type ObbrDataAccessConsentV2IntrospectParams struct {

	// Token.
	Token *string

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

ObbrDataAccessConsentV2IntrospectParams contains all the parameters to send to the API endpoint

for the obbr data access consent v2 introspect operation.

Typically these are written to a http.Request.

func NewObbrDataAccessConsentV2IntrospectParams

func NewObbrDataAccessConsentV2IntrospectParams() *ObbrDataAccessConsentV2IntrospectParams

NewObbrDataAccessConsentV2IntrospectParams creates a new ObbrDataAccessConsentV2IntrospectParams 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 NewObbrDataAccessConsentV2IntrospectParamsWithContext

func NewObbrDataAccessConsentV2IntrospectParamsWithContext(ctx context.Context) *ObbrDataAccessConsentV2IntrospectParams

NewObbrDataAccessConsentV2IntrospectParamsWithContext creates a new ObbrDataAccessConsentV2IntrospectParams object with the ability to set a context for a request.

func NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient

func NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient(client *http.Client) *ObbrDataAccessConsentV2IntrospectParams

NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient creates a new ObbrDataAccessConsentV2IntrospectParams object with the ability to set a custom HTTPClient for a request.

func NewObbrDataAccessConsentV2IntrospectParamsWithTimeout

func NewObbrDataAccessConsentV2IntrospectParamsWithTimeout(timeout time.Duration) *ObbrDataAccessConsentV2IntrospectParams

NewObbrDataAccessConsentV2IntrospectParamsWithTimeout creates a new ObbrDataAccessConsentV2IntrospectParams object with the ability to set a timeout on a request.

func (*ObbrDataAccessConsentV2IntrospectParams) SetContext

SetContext adds the context to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) SetDefaults

func (o *ObbrDataAccessConsentV2IntrospectParams) SetDefaults()

SetDefaults hydrates default values in the obbr data access consent v2 introspect params (not the query body).

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

func (*ObbrDataAccessConsentV2IntrospectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) SetTimeout

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

SetTimeout adds the timeout to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) SetToken

func (o *ObbrDataAccessConsentV2IntrospectParams) SetToken(token *string)

SetToken adds the token to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) WithContext

WithContext adds the context to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) WithDefaults

WithDefaults hydrates default values in the obbr data access consent v2 introspect params (not the query body).

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

func (*ObbrDataAccessConsentV2IntrospectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) WithTimeout

WithTimeout adds the timeout to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) WithToken

WithToken adds the token to the obbr data access consent v2 introspect params

func (*ObbrDataAccessConsentV2IntrospectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ObbrDataAccessConsentV2IntrospectReader

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

ObbrDataAccessConsentV2IntrospectReader is a Reader for the ObbrDataAccessConsentV2Introspect structure.

func (*ObbrDataAccessConsentV2IntrospectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ObbrDataAccessConsentV2IntrospectTooManyRequests

type ObbrDataAccessConsentV2IntrospectTooManyRequests struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrDataAccessConsentV2IntrospectTooManyRequests

func NewObbrDataAccessConsentV2IntrospectTooManyRequests() *ObbrDataAccessConsentV2IntrospectTooManyRequests

NewObbrDataAccessConsentV2IntrospectTooManyRequests creates a ObbrDataAccessConsentV2IntrospectTooManyRequests with default headers values

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) Code

Code gets the status code for the obbr data access consent v2 introspect too many requests response

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) Error

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) GetPayload

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsClientError

IsClientError returns true when this obbr data access consent v2 introspect too many requests response has a 4xx status code

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsCode

IsCode returns true when this obbr data access consent v2 introspect too many requests response a status code equal to that given

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsRedirect

IsRedirect returns true when this obbr data access consent v2 introspect too many requests response has a 3xx status code

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsServerError

IsServerError returns true when this obbr data access consent v2 introspect too many requests response has a 5xx status code

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsSuccess

IsSuccess returns true when this obbr data access consent v2 introspect too many requests response has a 2xx status code

func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) String

type ObbrDataAccessConsentV2IntrospectUnauthorized

type ObbrDataAccessConsentV2IntrospectUnauthorized struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrDataAccessConsentV2IntrospectUnauthorized

func NewObbrDataAccessConsentV2IntrospectUnauthorized() *ObbrDataAccessConsentV2IntrospectUnauthorized

NewObbrDataAccessConsentV2IntrospectUnauthorized creates a ObbrDataAccessConsentV2IntrospectUnauthorized with default headers values

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) Code

Code gets the status code for the obbr data access consent v2 introspect unauthorized response

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) Error

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) GetPayload

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsClientError

IsClientError returns true when this obbr data access consent v2 introspect unauthorized response has a 4xx status code

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsCode

IsCode returns true when this obbr data access consent v2 introspect unauthorized response a status code equal to that given

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsRedirect

IsRedirect returns true when this obbr data access consent v2 introspect unauthorized response has a 3xx status code

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsServerError

IsServerError returns true when this obbr data access consent v2 introspect unauthorized response has a 5xx status code

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsSuccess

IsSuccess returns true when this obbr data access consent v2 introspect unauthorized response has a 2xx status code

func (*ObbrDataAccessConsentV2IntrospectUnauthorized) String

type ObbrPaymentConsentIntrospectNotFound

type ObbrPaymentConsentIntrospectNotFound struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectNotFound

func NewObbrPaymentConsentIntrospectNotFound() *ObbrPaymentConsentIntrospectNotFound

NewObbrPaymentConsentIntrospectNotFound creates a ObbrPaymentConsentIntrospectNotFound with default headers values

func (*ObbrPaymentConsentIntrospectNotFound) Code

Code gets the status code for the obbr payment consent introspect not found response

func (*ObbrPaymentConsentIntrospectNotFound) Error

func (*ObbrPaymentConsentIntrospectNotFound) GetPayload

func (*ObbrPaymentConsentIntrospectNotFound) IsClientError

func (o *ObbrPaymentConsentIntrospectNotFound) IsClientError() bool

IsClientError returns true when this obbr payment consent introspect not found response has a 4xx status code

func (*ObbrPaymentConsentIntrospectNotFound) IsCode

IsCode returns true when this obbr payment consent introspect not found response a status code equal to that given

func (*ObbrPaymentConsentIntrospectNotFound) IsRedirect

IsRedirect returns true when this obbr payment consent introspect not found response has a 3xx status code

func (*ObbrPaymentConsentIntrospectNotFound) IsServerError

func (o *ObbrPaymentConsentIntrospectNotFound) IsServerError() bool

IsServerError returns true when this obbr payment consent introspect not found response has a 5xx status code

func (*ObbrPaymentConsentIntrospectNotFound) IsSuccess

IsSuccess returns true when this obbr payment consent introspect not found response has a 2xx status code

func (*ObbrPaymentConsentIntrospectNotFound) String

type ObbrPaymentConsentIntrospectOK

type ObbrPaymentConsentIntrospectOK struct {
	Payload *models.IntrospectOBBRPaymentConsentResponse
}

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

Introspect Openbanking Brazil Payment Consent Response

func NewObbrPaymentConsentIntrospectOK

func NewObbrPaymentConsentIntrospectOK() *ObbrPaymentConsentIntrospectOK

NewObbrPaymentConsentIntrospectOK creates a ObbrPaymentConsentIntrospectOK with default headers values

func (*ObbrPaymentConsentIntrospectOK) Code

Code gets the status code for the obbr payment consent introspect o k response

func (*ObbrPaymentConsentIntrospectOK) Error

func (*ObbrPaymentConsentIntrospectOK) GetPayload

func (*ObbrPaymentConsentIntrospectOK) IsClientError

func (o *ObbrPaymentConsentIntrospectOK) IsClientError() bool

IsClientError returns true when this obbr payment consent introspect o k response has a 4xx status code

func (*ObbrPaymentConsentIntrospectOK) IsCode

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

IsCode returns true when this obbr payment consent introspect o k response a status code equal to that given

func (*ObbrPaymentConsentIntrospectOK) IsRedirect

func (o *ObbrPaymentConsentIntrospectOK) IsRedirect() bool

IsRedirect returns true when this obbr payment consent introspect o k response has a 3xx status code

func (*ObbrPaymentConsentIntrospectOK) IsServerError

func (o *ObbrPaymentConsentIntrospectOK) IsServerError() bool

IsServerError returns true when this obbr payment consent introspect o k response has a 5xx status code

func (*ObbrPaymentConsentIntrospectOK) IsSuccess

func (o *ObbrPaymentConsentIntrospectOK) IsSuccess() bool

IsSuccess returns true when this obbr payment consent introspect o k response has a 2xx status code

func (*ObbrPaymentConsentIntrospectOK) String

type ObbrPaymentConsentIntrospectParams

type ObbrPaymentConsentIntrospectParams struct {

	// Token.
	Token *string

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

ObbrPaymentConsentIntrospectParams contains all the parameters to send to the API endpoint

for the obbr payment consent introspect operation.

Typically these are written to a http.Request.

func NewObbrPaymentConsentIntrospectParams

func NewObbrPaymentConsentIntrospectParams() *ObbrPaymentConsentIntrospectParams

NewObbrPaymentConsentIntrospectParams creates a new ObbrPaymentConsentIntrospectParams 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 NewObbrPaymentConsentIntrospectParamsWithContext

func NewObbrPaymentConsentIntrospectParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectParams

NewObbrPaymentConsentIntrospectParamsWithContext creates a new ObbrPaymentConsentIntrospectParams object with the ability to set a context for a request.

func NewObbrPaymentConsentIntrospectParamsWithHTTPClient

func NewObbrPaymentConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectParams

NewObbrPaymentConsentIntrospectParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectParams object with the ability to set a custom HTTPClient for a request.

func NewObbrPaymentConsentIntrospectParamsWithTimeout

func NewObbrPaymentConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectParams

NewObbrPaymentConsentIntrospectParamsWithTimeout creates a new ObbrPaymentConsentIntrospectParams object with the ability to set a timeout on a request.

func (*ObbrPaymentConsentIntrospectParams) SetContext

SetContext adds the context to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) SetDefaults

func (o *ObbrPaymentConsentIntrospectParams) SetDefaults()

SetDefaults hydrates default values in the obbr payment consent introspect params (not the query body).

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

func (*ObbrPaymentConsentIntrospectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) SetTimeout

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

SetTimeout adds the timeout to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) SetToken

func (o *ObbrPaymentConsentIntrospectParams) SetToken(token *string)

SetToken adds the token to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) WithContext

WithContext adds the context to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) WithDefaults

WithDefaults hydrates default values in the obbr payment consent introspect params (not the query body).

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

func (*ObbrPaymentConsentIntrospectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) WithTimeout

WithTimeout adds the timeout to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) WithToken

WithToken adds the token to the obbr payment consent introspect params

func (*ObbrPaymentConsentIntrospectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ObbrPaymentConsentIntrospectReader

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

ObbrPaymentConsentIntrospectReader is a Reader for the ObbrPaymentConsentIntrospect structure.

func (*ObbrPaymentConsentIntrospectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ObbrPaymentConsentIntrospectTooManyRequests

type ObbrPaymentConsentIntrospectTooManyRequests struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectTooManyRequests

func NewObbrPaymentConsentIntrospectTooManyRequests() *ObbrPaymentConsentIntrospectTooManyRequests

NewObbrPaymentConsentIntrospectTooManyRequests creates a ObbrPaymentConsentIntrospectTooManyRequests with default headers values

func (*ObbrPaymentConsentIntrospectTooManyRequests) Code

Code gets the status code for the obbr payment consent introspect too many requests response

func (*ObbrPaymentConsentIntrospectTooManyRequests) Error

func (*ObbrPaymentConsentIntrospectTooManyRequests) GetPayload

func (*ObbrPaymentConsentIntrospectTooManyRequests) IsClientError

IsClientError returns true when this obbr payment consent introspect too many requests response has a 4xx status code

func (*ObbrPaymentConsentIntrospectTooManyRequests) IsCode

IsCode returns true when this obbr payment consent introspect too many requests response a status code equal to that given

func (*ObbrPaymentConsentIntrospectTooManyRequests) IsRedirect

IsRedirect returns true when this obbr payment consent introspect too many requests response has a 3xx status code

func (*ObbrPaymentConsentIntrospectTooManyRequests) IsServerError

IsServerError returns true when this obbr payment consent introspect too many requests response has a 5xx status code

func (*ObbrPaymentConsentIntrospectTooManyRequests) IsSuccess

IsSuccess returns true when this obbr payment consent introspect too many requests response has a 2xx status code

func (*ObbrPaymentConsentIntrospectTooManyRequests) String

type ObbrPaymentConsentIntrospectUnauthorized

type ObbrPaymentConsentIntrospectUnauthorized struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectUnauthorized

func NewObbrPaymentConsentIntrospectUnauthorized() *ObbrPaymentConsentIntrospectUnauthorized

NewObbrPaymentConsentIntrospectUnauthorized creates a ObbrPaymentConsentIntrospectUnauthorized with default headers values

func (*ObbrPaymentConsentIntrospectUnauthorized) Code

Code gets the status code for the obbr payment consent introspect unauthorized response

func (*ObbrPaymentConsentIntrospectUnauthorized) Error

func (*ObbrPaymentConsentIntrospectUnauthorized) GetPayload

func (*ObbrPaymentConsentIntrospectUnauthorized) IsClientError

IsClientError returns true when this obbr payment consent introspect unauthorized response has a 4xx status code

func (*ObbrPaymentConsentIntrospectUnauthorized) IsCode

IsCode returns true when this obbr payment consent introspect unauthorized response a status code equal to that given

func (*ObbrPaymentConsentIntrospectUnauthorized) IsRedirect

IsRedirect returns true when this obbr payment consent introspect unauthorized response has a 3xx status code

func (*ObbrPaymentConsentIntrospectUnauthorized) IsServerError

IsServerError returns true when this obbr payment consent introspect unauthorized response has a 5xx status code

func (*ObbrPaymentConsentIntrospectUnauthorized) IsSuccess

IsSuccess returns true when this obbr payment consent introspect unauthorized response has a 2xx status code

func (*ObbrPaymentConsentIntrospectUnauthorized) String

type ObbrPaymentConsentIntrospectV2NotFound

type ObbrPaymentConsentIntrospectV2NotFound struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectV2NotFound

func NewObbrPaymentConsentIntrospectV2NotFound() *ObbrPaymentConsentIntrospectV2NotFound

NewObbrPaymentConsentIntrospectV2NotFound creates a ObbrPaymentConsentIntrospectV2NotFound with default headers values

func (*ObbrPaymentConsentIntrospectV2NotFound) Code

Code gets the status code for the obbr payment consent introspect v2 not found response

func (*ObbrPaymentConsentIntrospectV2NotFound) Error

func (*ObbrPaymentConsentIntrospectV2NotFound) GetPayload

func (*ObbrPaymentConsentIntrospectV2NotFound) IsClientError

func (o *ObbrPaymentConsentIntrospectV2NotFound) IsClientError() bool

IsClientError returns true when this obbr payment consent introspect v2 not found response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV2NotFound) IsCode

IsCode returns true when this obbr payment consent introspect v2 not found response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV2NotFound) IsRedirect

IsRedirect returns true when this obbr payment consent introspect v2 not found response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV2NotFound) IsServerError

func (o *ObbrPaymentConsentIntrospectV2NotFound) IsServerError() bool

IsServerError returns true when this obbr payment consent introspect v2 not found response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV2NotFound) IsSuccess

IsSuccess returns true when this obbr payment consent introspect v2 not found response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV2NotFound) String

type ObbrPaymentConsentIntrospectV2OK

type ObbrPaymentConsentIntrospectV2OK struct {
	Payload *models.IntrospectOBBRPaymentConsentResponseV2
}

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

Introspect Openbanking Brazil Payment Consent V2 Response

func NewObbrPaymentConsentIntrospectV2OK

func NewObbrPaymentConsentIntrospectV2OK() *ObbrPaymentConsentIntrospectV2OK

NewObbrPaymentConsentIntrospectV2OK creates a ObbrPaymentConsentIntrospectV2OK with default headers values

func (*ObbrPaymentConsentIntrospectV2OK) Code

Code gets the status code for the obbr payment consent introspect v2 o k response

func (*ObbrPaymentConsentIntrospectV2OK) Error

func (*ObbrPaymentConsentIntrospectV2OK) GetPayload

func (*ObbrPaymentConsentIntrospectV2OK) IsClientError

func (o *ObbrPaymentConsentIntrospectV2OK) IsClientError() bool

IsClientError returns true when this obbr payment consent introspect v2 o k response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV2OK) IsCode

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

IsCode returns true when this obbr payment consent introspect v2 o k response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV2OK) IsRedirect

func (o *ObbrPaymentConsentIntrospectV2OK) IsRedirect() bool

IsRedirect returns true when this obbr payment consent introspect v2 o k response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV2OK) IsServerError

func (o *ObbrPaymentConsentIntrospectV2OK) IsServerError() bool

IsServerError returns true when this obbr payment consent introspect v2 o k response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV2OK) IsSuccess

func (o *ObbrPaymentConsentIntrospectV2OK) IsSuccess() bool

IsSuccess returns true when this obbr payment consent introspect v2 o k response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV2OK) String

type ObbrPaymentConsentIntrospectV2Params

type ObbrPaymentConsentIntrospectV2Params struct {

	// Token.
	Token *string

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

ObbrPaymentConsentIntrospectV2Params contains all the parameters to send to the API endpoint

for the obbr payment consent introspect v2 operation.

Typically these are written to a http.Request.

func NewObbrPaymentConsentIntrospectV2Params

func NewObbrPaymentConsentIntrospectV2Params() *ObbrPaymentConsentIntrospectV2Params

NewObbrPaymentConsentIntrospectV2Params creates a new ObbrPaymentConsentIntrospectV2Params 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 NewObbrPaymentConsentIntrospectV2ParamsWithContext

func NewObbrPaymentConsentIntrospectV2ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV2Params

NewObbrPaymentConsentIntrospectV2ParamsWithContext creates a new ObbrPaymentConsentIntrospectV2Params object with the ability to set a context for a request.

func NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient

func NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV2Params

NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectV2Params object with the ability to set a custom HTTPClient for a request.

func NewObbrPaymentConsentIntrospectV2ParamsWithTimeout

func NewObbrPaymentConsentIntrospectV2ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV2Params

NewObbrPaymentConsentIntrospectV2ParamsWithTimeout creates a new ObbrPaymentConsentIntrospectV2Params object with the ability to set a timeout on a request.

func (*ObbrPaymentConsentIntrospectV2Params) SetContext

SetContext adds the context to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) SetDefaults

func (o *ObbrPaymentConsentIntrospectV2Params) SetDefaults()

SetDefaults hydrates default values in the obbr payment consent introspect v2 params (not the query body).

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

func (*ObbrPaymentConsentIntrospectV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) SetTimeout

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

SetTimeout adds the timeout to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) SetToken

func (o *ObbrPaymentConsentIntrospectV2Params) SetToken(token *string)

SetToken adds the token to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) WithContext

WithContext adds the context to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) WithDefaults

WithDefaults hydrates default values in the obbr payment consent introspect v2 params (not the query body).

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

func (*ObbrPaymentConsentIntrospectV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) WithTimeout

WithTimeout adds the timeout to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) WithToken

WithToken adds the token to the obbr payment consent introspect v2 params

func (*ObbrPaymentConsentIntrospectV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ObbrPaymentConsentIntrospectV2Reader

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

ObbrPaymentConsentIntrospectV2Reader is a Reader for the ObbrPaymentConsentIntrospectV2 structure.

func (*ObbrPaymentConsentIntrospectV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ObbrPaymentConsentIntrospectV2TooManyRequests

type ObbrPaymentConsentIntrospectV2TooManyRequests struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectV2TooManyRequests

func NewObbrPaymentConsentIntrospectV2TooManyRequests() *ObbrPaymentConsentIntrospectV2TooManyRequests

NewObbrPaymentConsentIntrospectV2TooManyRequests creates a ObbrPaymentConsentIntrospectV2TooManyRequests with default headers values

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) Code

Code gets the status code for the obbr payment consent introspect v2 too many requests response

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) Error

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) GetPayload

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsClientError

IsClientError returns true when this obbr payment consent introspect v2 too many requests response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsCode

IsCode returns true when this obbr payment consent introspect v2 too many requests response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsRedirect

IsRedirect returns true when this obbr payment consent introspect v2 too many requests response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsServerError

IsServerError returns true when this obbr payment consent introspect v2 too many requests response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsSuccess

IsSuccess returns true when this obbr payment consent introspect v2 too many requests response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV2TooManyRequests) String

type ObbrPaymentConsentIntrospectV2Unauthorized

type ObbrPaymentConsentIntrospectV2Unauthorized struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectV2Unauthorized

func NewObbrPaymentConsentIntrospectV2Unauthorized() *ObbrPaymentConsentIntrospectV2Unauthorized

NewObbrPaymentConsentIntrospectV2Unauthorized creates a ObbrPaymentConsentIntrospectV2Unauthorized with default headers values

func (*ObbrPaymentConsentIntrospectV2Unauthorized) Code

Code gets the status code for the obbr payment consent introspect v2 unauthorized response

func (*ObbrPaymentConsentIntrospectV2Unauthorized) Error

func (*ObbrPaymentConsentIntrospectV2Unauthorized) GetPayload

func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsClientError

IsClientError returns true when this obbr payment consent introspect v2 unauthorized response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsCode

IsCode returns true when this obbr payment consent introspect v2 unauthorized response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsRedirect

IsRedirect returns true when this obbr payment consent introspect v2 unauthorized response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsServerError

IsServerError returns true when this obbr payment consent introspect v2 unauthorized response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsSuccess

IsSuccess returns true when this obbr payment consent introspect v2 unauthorized response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV2Unauthorized) String

type ObbrPaymentConsentIntrospectV3NotFound

type ObbrPaymentConsentIntrospectV3NotFound struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectV3NotFound

func NewObbrPaymentConsentIntrospectV3NotFound() *ObbrPaymentConsentIntrospectV3NotFound

NewObbrPaymentConsentIntrospectV3NotFound creates a ObbrPaymentConsentIntrospectV3NotFound with default headers values

func (*ObbrPaymentConsentIntrospectV3NotFound) Code

Code gets the status code for the obbr payment consent introspect v3 not found response

func (*ObbrPaymentConsentIntrospectV3NotFound) Error

func (*ObbrPaymentConsentIntrospectV3NotFound) GetPayload

func (*ObbrPaymentConsentIntrospectV3NotFound) IsClientError

func (o *ObbrPaymentConsentIntrospectV3NotFound) IsClientError() bool

IsClientError returns true when this obbr payment consent introspect v3 not found response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV3NotFound) IsCode

IsCode returns true when this obbr payment consent introspect v3 not found response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV3NotFound) IsRedirect

IsRedirect returns true when this obbr payment consent introspect v3 not found response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV3NotFound) IsServerError

func (o *ObbrPaymentConsentIntrospectV3NotFound) IsServerError() bool

IsServerError returns true when this obbr payment consent introspect v3 not found response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV3NotFound) IsSuccess

IsSuccess returns true when this obbr payment consent introspect v3 not found response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV3NotFound) String

type ObbrPaymentConsentIntrospectV3OK

type ObbrPaymentConsentIntrospectV3OK struct {
	Payload *models.IntrospectOBBRPaymentConsentResponseV3
}

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

Introspect Openbanking Brazil Payment Consent V3 Response

func NewObbrPaymentConsentIntrospectV3OK

func NewObbrPaymentConsentIntrospectV3OK() *ObbrPaymentConsentIntrospectV3OK

NewObbrPaymentConsentIntrospectV3OK creates a ObbrPaymentConsentIntrospectV3OK with default headers values

func (*ObbrPaymentConsentIntrospectV3OK) Code

Code gets the status code for the obbr payment consent introspect v3 o k response

func (*ObbrPaymentConsentIntrospectV3OK) Error

func (*ObbrPaymentConsentIntrospectV3OK) GetPayload

func (*ObbrPaymentConsentIntrospectV3OK) IsClientError

func (o *ObbrPaymentConsentIntrospectV3OK) IsClientError() bool

IsClientError returns true when this obbr payment consent introspect v3 o k response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV3OK) IsCode

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

IsCode returns true when this obbr payment consent introspect v3 o k response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV3OK) IsRedirect

func (o *ObbrPaymentConsentIntrospectV3OK) IsRedirect() bool

IsRedirect returns true when this obbr payment consent introspect v3 o k response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV3OK) IsServerError

func (o *ObbrPaymentConsentIntrospectV3OK) IsServerError() bool

IsServerError returns true when this obbr payment consent introspect v3 o k response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV3OK) IsSuccess

func (o *ObbrPaymentConsentIntrospectV3OK) IsSuccess() bool

IsSuccess returns true when this obbr payment consent introspect v3 o k response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV3OK) String

type ObbrPaymentConsentIntrospectV3Params

type ObbrPaymentConsentIntrospectV3Params struct {

	// Token.
	Token *string

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

ObbrPaymentConsentIntrospectV3Params contains all the parameters to send to the API endpoint

for the obbr payment consent introspect v3 operation.

Typically these are written to a http.Request.

func NewObbrPaymentConsentIntrospectV3Params

func NewObbrPaymentConsentIntrospectV3Params() *ObbrPaymentConsentIntrospectV3Params

NewObbrPaymentConsentIntrospectV3Params creates a new ObbrPaymentConsentIntrospectV3Params 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 NewObbrPaymentConsentIntrospectV3ParamsWithContext

func NewObbrPaymentConsentIntrospectV3ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV3Params

NewObbrPaymentConsentIntrospectV3ParamsWithContext creates a new ObbrPaymentConsentIntrospectV3Params object with the ability to set a context for a request.

func NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient

func NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV3Params

NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectV3Params object with the ability to set a custom HTTPClient for a request.

func NewObbrPaymentConsentIntrospectV3ParamsWithTimeout

func NewObbrPaymentConsentIntrospectV3ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV3Params

NewObbrPaymentConsentIntrospectV3ParamsWithTimeout creates a new ObbrPaymentConsentIntrospectV3Params object with the ability to set a timeout on a request.

func (*ObbrPaymentConsentIntrospectV3Params) SetContext

SetContext adds the context to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) SetDefaults

func (o *ObbrPaymentConsentIntrospectV3Params) SetDefaults()

SetDefaults hydrates default values in the obbr payment consent introspect v3 params (not the query body).

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

func (*ObbrPaymentConsentIntrospectV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) SetTimeout

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

SetTimeout adds the timeout to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) SetToken

func (o *ObbrPaymentConsentIntrospectV3Params) SetToken(token *string)

SetToken adds the token to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) WithContext

WithContext adds the context to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) WithDefaults

WithDefaults hydrates default values in the obbr payment consent introspect v3 params (not the query body).

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

func (*ObbrPaymentConsentIntrospectV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) WithTimeout

WithTimeout adds the timeout to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) WithToken

WithToken adds the token to the obbr payment consent introspect v3 params

func (*ObbrPaymentConsentIntrospectV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ObbrPaymentConsentIntrospectV3Reader

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

ObbrPaymentConsentIntrospectV3Reader is a Reader for the ObbrPaymentConsentIntrospectV3 structure.

func (*ObbrPaymentConsentIntrospectV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ObbrPaymentConsentIntrospectV3TooManyRequests

type ObbrPaymentConsentIntrospectV3TooManyRequests struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectV3TooManyRequests

func NewObbrPaymentConsentIntrospectV3TooManyRequests() *ObbrPaymentConsentIntrospectV3TooManyRequests

NewObbrPaymentConsentIntrospectV3TooManyRequests creates a ObbrPaymentConsentIntrospectV3TooManyRequests with default headers values

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) Code

Code gets the status code for the obbr payment consent introspect v3 too many requests response

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) Error

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) GetPayload

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsClientError

IsClientError returns true when this obbr payment consent introspect v3 too many requests response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsCode

IsCode returns true when this obbr payment consent introspect v3 too many requests response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsRedirect

IsRedirect returns true when this obbr payment consent introspect v3 too many requests response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsServerError

IsServerError returns true when this obbr payment consent introspect v3 too many requests response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsSuccess

IsSuccess returns true when this obbr payment consent introspect v3 too many requests response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV3TooManyRequests) String

type ObbrPaymentConsentIntrospectV3Unauthorized

type ObbrPaymentConsentIntrospectV3Unauthorized struct {
	Payload *models.GenericError
}

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

ErrorResponse

func NewObbrPaymentConsentIntrospectV3Unauthorized

func NewObbrPaymentConsentIntrospectV3Unauthorized() *ObbrPaymentConsentIntrospectV3Unauthorized

NewObbrPaymentConsentIntrospectV3Unauthorized creates a ObbrPaymentConsentIntrospectV3Unauthorized with default headers values

func (*ObbrPaymentConsentIntrospectV3Unauthorized) Code

Code gets the status code for the obbr payment consent introspect v3 unauthorized response

func (*ObbrPaymentConsentIntrospectV3Unauthorized) Error

func (*ObbrPaymentConsentIntrospectV3Unauthorized) GetPayload

func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsClientError

IsClientError returns true when this obbr payment consent introspect v3 unauthorized response has a 4xx status code

func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsCode

IsCode returns true when this obbr payment consent introspect v3 unauthorized response a status code equal to that given

func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsRedirect

IsRedirect returns true when this obbr payment consent introspect v3 unauthorized response has a 3xx status code

func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsServerError

IsServerError returns true when this obbr payment consent introspect v3 unauthorized response has a 5xx status code

func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsSuccess

IsSuccess returns true when this obbr payment consent introspect v3 unauthorized response has a 2xx status code

func (*ObbrPaymentConsentIntrospectV3Unauthorized) String

type PatchPaymentConsentBadRequest

type PatchPaymentConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

PatchPaymentConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewPatchPaymentConsentBadRequest

func NewPatchPaymentConsentBadRequest() *PatchPaymentConsentBadRequest

NewPatchPaymentConsentBadRequest creates a PatchPaymentConsentBadRequest with default headers values

func (*PatchPaymentConsentBadRequest) Code

Code gets the status code for the patch payment consent bad request response

func (*PatchPaymentConsentBadRequest) Error

func (*PatchPaymentConsentBadRequest) GetPayload

func (*PatchPaymentConsentBadRequest) IsClientError

func (o *PatchPaymentConsentBadRequest) IsClientError() bool

IsClientError returns true when this patch payment consent bad request response has a 4xx status code

func (*PatchPaymentConsentBadRequest) IsCode

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

IsCode returns true when this patch payment consent bad request response a status code equal to that given

func (*PatchPaymentConsentBadRequest) IsRedirect

func (o *PatchPaymentConsentBadRequest) IsRedirect() bool

IsRedirect returns true when this patch payment consent bad request response has a 3xx status code

func (*PatchPaymentConsentBadRequest) IsServerError

func (o *PatchPaymentConsentBadRequest) IsServerError() bool

IsServerError returns true when this patch payment consent bad request response has a 5xx status code

func (*PatchPaymentConsentBadRequest) IsSuccess

func (o *PatchPaymentConsentBadRequest) IsSuccess() bool

IsSuccess returns true when this patch payment consent bad request response has a 2xx status code

func (*PatchPaymentConsentBadRequest) String

type PatchPaymentConsentForbidden

type PatchPaymentConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewPatchPaymentConsentForbidden

func NewPatchPaymentConsentForbidden() *PatchPaymentConsentForbidden

NewPatchPaymentConsentForbidden creates a PatchPaymentConsentForbidden with default headers values

func (*PatchPaymentConsentForbidden) Code

Code gets the status code for the patch payment consent forbidden response

func (*PatchPaymentConsentForbidden) Error

func (*PatchPaymentConsentForbidden) GetPayload

func (*PatchPaymentConsentForbidden) IsClientError

func (o *PatchPaymentConsentForbidden) IsClientError() bool

IsClientError returns true when this patch payment consent forbidden response has a 4xx status code

func (*PatchPaymentConsentForbidden) IsCode

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

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

func (*PatchPaymentConsentForbidden) IsRedirect

func (o *PatchPaymentConsentForbidden) IsRedirect() bool

IsRedirect returns true when this patch payment consent forbidden response has a 3xx status code

func (*PatchPaymentConsentForbidden) IsServerError

func (o *PatchPaymentConsentForbidden) IsServerError() bool

IsServerError returns true when this patch payment consent forbidden response has a 5xx status code

func (*PatchPaymentConsentForbidden) IsSuccess

func (o *PatchPaymentConsentForbidden) IsSuccess() bool

IsSuccess returns true when this patch payment consent forbidden response has a 2xx status code

func (*PatchPaymentConsentForbidden) String

type PatchPaymentConsentInternalServerError

type PatchPaymentConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

PatchPaymentConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewPatchPaymentConsentInternalServerError

func NewPatchPaymentConsentInternalServerError() *PatchPaymentConsentInternalServerError

NewPatchPaymentConsentInternalServerError creates a PatchPaymentConsentInternalServerError with default headers values

func (*PatchPaymentConsentInternalServerError) Code

Code gets the status code for the patch payment consent internal server error response

func (*PatchPaymentConsentInternalServerError) Error

func (*PatchPaymentConsentInternalServerError) GetPayload

func (*PatchPaymentConsentInternalServerError) IsClientError

func (o *PatchPaymentConsentInternalServerError) IsClientError() bool

IsClientError returns true when this patch payment consent internal server error response has a 4xx status code

func (*PatchPaymentConsentInternalServerError) IsCode

IsCode returns true when this patch payment consent internal server error response a status code equal to that given

func (*PatchPaymentConsentInternalServerError) IsRedirect

IsRedirect returns true when this patch payment consent internal server error response has a 3xx status code

func (*PatchPaymentConsentInternalServerError) IsServerError

func (o *PatchPaymentConsentInternalServerError) IsServerError() bool

IsServerError returns true when this patch payment consent internal server error response has a 5xx status code

func (*PatchPaymentConsentInternalServerError) IsSuccess

IsSuccess returns true when this patch payment consent internal server error response has a 2xx status code

func (*PatchPaymentConsentInternalServerError) String

type PatchPaymentConsentMethodNotAllowed

type PatchPaymentConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

PatchPaymentConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewPatchPaymentConsentMethodNotAllowed

func NewPatchPaymentConsentMethodNotAllowed() *PatchPaymentConsentMethodNotAllowed

NewPatchPaymentConsentMethodNotAllowed creates a PatchPaymentConsentMethodNotAllowed with default headers values

func (*PatchPaymentConsentMethodNotAllowed) Code

Code gets the status code for the patch payment consent method not allowed response

func (*PatchPaymentConsentMethodNotAllowed) Error

func (*PatchPaymentConsentMethodNotAllowed) GetPayload

func (*PatchPaymentConsentMethodNotAllowed) IsClientError

func (o *PatchPaymentConsentMethodNotAllowed) IsClientError() bool

IsClientError returns true when this patch payment consent method not allowed response has a 4xx status code

func (*PatchPaymentConsentMethodNotAllowed) IsCode

IsCode returns true when this patch payment consent method not allowed response a status code equal to that given

func (*PatchPaymentConsentMethodNotAllowed) IsRedirect

func (o *PatchPaymentConsentMethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this patch payment consent method not allowed response has a 3xx status code

func (*PatchPaymentConsentMethodNotAllowed) IsServerError

func (o *PatchPaymentConsentMethodNotAllowed) IsServerError() bool

IsServerError returns true when this patch payment consent method not allowed response has a 5xx status code

func (*PatchPaymentConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this patch payment consent method not allowed response has a 2xx status code

func (*PatchPaymentConsentMethodNotAllowed) String

type PatchPaymentConsentNotAcceptable

type PatchPaymentConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

PatchPaymentConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewPatchPaymentConsentNotAcceptable

func NewPatchPaymentConsentNotAcceptable() *PatchPaymentConsentNotAcceptable

NewPatchPaymentConsentNotAcceptable creates a PatchPaymentConsentNotAcceptable with default headers values

func (*PatchPaymentConsentNotAcceptable) Code

Code gets the status code for the patch payment consent not acceptable response

func (*PatchPaymentConsentNotAcceptable) Error

func (*PatchPaymentConsentNotAcceptable) GetPayload

func (*PatchPaymentConsentNotAcceptable) IsClientError

func (o *PatchPaymentConsentNotAcceptable) IsClientError() bool

IsClientError returns true when this patch payment consent not acceptable response has a 4xx status code

func (*PatchPaymentConsentNotAcceptable) IsCode

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

IsCode returns true when this patch payment consent not acceptable response a status code equal to that given

func (*PatchPaymentConsentNotAcceptable) IsRedirect

func (o *PatchPaymentConsentNotAcceptable) IsRedirect() bool

IsRedirect returns true when this patch payment consent not acceptable response has a 3xx status code

func (*PatchPaymentConsentNotAcceptable) IsServerError

func (o *PatchPaymentConsentNotAcceptable) IsServerError() bool

IsServerError returns true when this patch payment consent not acceptable response has a 5xx status code

func (*PatchPaymentConsentNotAcceptable) IsSuccess

func (o *PatchPaymentConsentNotAcceptable) IsSuccess() bool

IsSuccess returns true when this patch payment consent not acceptable response has a 2xx status code

func (*PatchPaymentConsentNotAcceptable) String

type PatchPaymentConsentOK

type PatchPaymentConsentOK struct {
	Payload *models.BrazilCustomerPaymentConsentResponse
}

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

Customer payment consent

func NewPatchPaymentConsentOK

func NewPatchPaymentConsentOK() *PatchPaymentConsentOK

NewPatchPaymentConsentOK creates a PatchPaymentConsentOK with default headers values

func (*PatchPaymentConsentOK) Code

func (o *PatchPaymentConsentOK) Code() int

Code gets the status code for the patch payment consent o k response

func (*PatchPaymentConsentOK) Error

func (o *PatchPaymentConsentOK) Error() string

func (*PatchPaymentConsentOK) GetPayload

func (*PatchPaymentConsentOK) IsClientError

func (o *PatchPaymentConsentOK) IsClientError() bool

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

func (*PatchPaymentConsentOK) IsCode

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

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

func (*PatchPaymentConsentOK) IsRedirect

func (o *PatchPaymentConsentOK) IsRedirect() bool

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

func (*PatchPaymentConsentOK) IsServerError

func (o *PatchPaymentConsentOK) IsServerError() bool

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

func (*PatchPaymentConsentOK) IsSuccess

func (o *PatchPaymentConsentOK) IsSuccess() bool

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

func (*PatchPaymentConsentOK) String

func (o *PatchPaymentConsentOK) String() string

type PatchPaymentConsentParams

type PatchPaymentConsentParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilCustomerPatchPaymentConsentRequest

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

PatchPaymentConsentParams contains all the parameters to send to the API endpoint

for the patch payment consent operation.

Typically these are written to a http.Request.

func NewPatchPaymentConsentParams

func NewPatchPaymentConsentParams() *PatchPaymentConsentParams

NewPatchPaymentConsentParams creates a new PatchPaymentConsentParams 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 NewPatchPaymentConsentParamsWithContext

func NewPatchPaymentConsentParamsWithContext(ctx context.Context) *PatchPaymentConsentParams

NewPatchPaymentConsentParamsWithContext creates a new PatchPaymentConsentParams object with the ability to set a context for a request.

func NewPatchPaymentConsentParamsWithHTTPClient

func NewPatchPaymentConsentParamsWithHTTPClient(client *http.Client) *PatchPaymentConsentParams

NewPatchPaymentConsentParamsWithHTTPClient creates a new PatchPaymentConsentParams object with the ability to set a custom HTTPClient for a request.

func NewPatchPaymentConsentParamsWithTimeout

func NewPatchPaymentConsentParamsWithTimeout(timeout time.Duration) *PatchPaymentConsentParams

NewPatchPaymentConsentParamsWithTimeout creates a new PatchPaymentConsentParams object with the ability to set a timeout on a request.

func (*PatchPaymentConsentParams) SetConsentID

func (o *PatchPaymentConsentParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the patch payment consent params

func (*PatchPaymentConsentParams) SetContext

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

SetContext adds the context to the patch payment consent params

func (*PatchPaymentConsentParams) SetDefaults

func (o *PatchPaymentConsentParams) SetDefaults()

SetDefaults hydrates default values in the patch payment consent params (not the query body).

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

func (*PatchPaymentConsentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch payment consent params

func (*PatchPaymentConsentParams) SetRequest

SetRequest adds the request to the patch payment consent params

func (*PatchPaymentConsentParams) SetTimeout

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

SetTimeout adds the timeout to the patch payment consent params

func (*PatchPaymentConsentParams) SetXCustomerUserAgent

func (o *PatchPaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the patch payment consent params

func (*PatchPaymentConsentParams) SetXFapiAuthDate

func (o *PatchPaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the patch payment consent params

func (*PatchPaymentConsentParams) SetXFapiCustomerIPAddress

func (o *PatchPaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the patch payment consent params

func (*PatchPaymentConsentParams) SetXFapiInteractionID

func (o *PatchPaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the patch payment consent params

func (*PatchPaymentConsentParams) SetXJwsSignature

func (o *PatchPaymentConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the patch payment consent params

func (*PatchPaymentConsentParams) WithConsentID

func (o *PatchPaymentConsentParams) WithConsentID(consentID string) *PatchPaymentConsentParams

WithConsentID adds the consentID to the patch payment consent params

func (*PatchPaymentConsentParams) WithContext

WithContext adds the context to the patch payment consent params

func (*PatchPaymentConsentParams) WithDefaults

WithDefaults hydrates default values in the patch payment consent params (not the query body).

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

func (*PatchPaymentConsentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch payment consent params

func (*PatchPaymentConsentParams) WithRequest

WithRequest adds the request to the patch payment consent params

func (*PatchPaymentConsentParams) WithTimeout

WithTimeout adds the timeout to the patch payment consent params

func (*PatchPaymentConsentParams) WithXCustomerUserAgent

func (o *PatchPaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *PatchPaymentConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the patch payment consent params

func (*PatchPaymentConsentParams) WithXFapiAuthDate

func (o *PatchPaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *PatchPaymentConsentParams

WithXFapiAuthDate adds the xFapiAuthDate to the patch payment consent params

func (*PatchPaymentConsentParams) WithXFapiCustomerIPAddress

func (o *PatchPaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *PatchPaymentConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the patch payment consent params

func (*PatchPaymentConsentParams) WithXFapiInteractionID

func (o *PatchPaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *PatchPaymentConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the patch payment consent params

func (*PatchPaymentConsentParams) WithXJwsSignature

func (o *PatchPaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *PatchPaymentConsentParams

WithXJwsSignature adds the xJwsSignature to the patch payment consent params

func (*PatchPaymentConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchPaymentConsentReader

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

PatchPaymentConsentReader is a Reader for the PatchPaymentConsent structure.

func (*PatchPaymentConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchPaymentConsentTooManyRequests

type PatchPaymentConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewPatchPaymentConsentTooManyRequests

func NewPatchPaymentConsentTooManyRequests() *PatchPaymentConsentTooManyRequests

NewPatchPaymentConsentTooManyRequests creates a PatchPaymentConsentTooManyRequests with default headers values

func (*PatchPaymentConsentTooManyRequests) Code

Code gets the status code for the patch payment consent too many requests response

func (*PatchPaymentConsentTooManyRequests) Error

func (*PatchPaymentConsentTooManyRequests) GetPayload

func (*PatchPaymentConsentTooManyRequests) IsClientError

func (o *PatchPaymentConsentTooManyRequests) IsClientError() bool

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

func (*PatchPaymentConsentTooManyRequests) IsCode

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

func (*PatchPaymentConsentTooManyRequests) IsRedirect

func (o *PatchPaymentConsentTooManyRequests) IsRedirect() bool

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

func (*PatchPaymentConsentTooManyRequests) IsServerError

func (o *PatchPaymentConsentTooManyRequests) IsServerError() bool

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

func (*PatchPaymentConsentTooManyRequests) IsSuccess

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

func (*PatchPaymentConsentTooManyRequests) String

type PatchPaymentConsentUnauthorized

type PatchPaymentConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

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

Error

func NewPatchPaymentConsentUnauthorized

func NewPatchPaymentConsentUnauthorized() *PatchPaymentConsentUnauthorized

NewPatchPaymentConsentUnauthorized creates a PatchPaymentConsentUnauthorized with default headers values

func (*PatchPaymentConsentUnauthorized) Code

Code gets the status code for the patch payment consent unauthorized response

func (*PatchPaymentConsentUnauthorized) Error

func (*PatchPaymentConsentUnauthorized) GetPayload

func (*PatchPaymentConsentUnauthorized) IsClientError

func (o *PatchPaymentConsentUnauthorized) IsClientError() bool

IsClientError returns true when this patch payment consent unauthorized response has a 4xx status code

func (*PatchPaymentConsentUnauthorized) IsCode

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

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

func (*PatchPaymentConsentUnauthorized) IsRedirect

func (o *PatchPaymentConsentUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch payment consent unauthorized response has a 3xx status code

func (*PatchPaymentConsentUnauthorized) IsServerError

func (o *PatchPaymentConsentUnauthorized) IsServerError() bool

IsServerError returns true when this patch payment consent unauthorized response has a 5xx status code

func (*PatchPaymentConsentUnauthorized) IsSuccess

func (o *PatchPaymentConsentUnauthorized) IsSuccess() bool

IsSuccess returns true when this patch payment consent unauthorized response has a 2xx status code

func (*PatchPaymentConsentUnauthorized) String

type PatchPaymentConsentUnprocessableEntity

type PatchPaymentConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

PatchPaymentConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewPatchPaymentConsentUnprocessableEntity

func NewPatchPaymentConsentUnprocessableEntity() *PatchPaymentConsentUnprocessableEntity

NewPatchPaymentConsentUnprocessableEntity creates a PatchPaymentConsentUnprocessableEntity with default headers values

func (*PatchPaymentConsentUnprocessableEntity) Code

Code gets the status code for the patch payment consent unprocessable entity response

func (*PatchPaymentConsentUnprocessableEntity) Error

func (*PatchPaymentConsentUnprocessableEntity) GetPayload

func (*PatchPaymentConsentUnprocessableEntity) IsClientError

func (o *PatchPaymentConsentUnprocessableEntity) IsClientError() bool

IsClientError returns true when this patch payment consent unprocessable entity response has a 4xx status code

func (*PatchPaymentConsentUnprocessableEntity) IsCode

IsCode returns true when this patch payment consent unprocessable entity response a status code equal to that given

func (*PatchPaymentConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this patch payment consent unprocessable entity response has a 3xx status code

func (*PatchPaymentConsentUnprocessableEntity) IsServerError

func (o *PatchPaymentConsentUnprocessableEntity) IsServerError() bool

IsServerError returns true when this patch payment consent unprocessable entity response has a 5xx status code

func (*PatchPaymentConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this patch payment consent unprocessable entity response has a 2xx status code

func (*PatchPaymentConsentUnprocessableEntity) String

type PatchPaymentConsentUnsupportedMediaType

type PatchPaymentConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

PatchPaymentConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewPatchPaymentConsentUnsupportedMediaType

func NewPatchPaymentConsentUnsupportedMediaType() *PatchPaymentConsentUnsupportedMediaType

NewPatchPaymentConsentUnsupportedMediaType creates a PatchPaymentConsentUnsupportedMediaType with default headers values

func (*PatchPaymentConsentUnsupportedMediaType) Code

Code gets the status code for the patch payment consent unsupported media type response

func (*PatchPaymentConsentUnsupportedMediaType) Error

func (*PatchPaymentConsentUnsupportedMediaType) GetPayload

func (*PatchPaymentConsentUnsupportedMediaType) IsClientError

func (o *PatchPaymentConsentUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this patch payment consent unsupported media type response has a 4xx status code

func (*PatchPaymentConsentUnsupportedMediaType) IsCode

IsCode returns true when this patch payment consent unsupported media type response a status code equal to that given

func (*PatchPaymentConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch payment consent unsupported media type response has a 3xx status code

func (*PatchPaymentConsentUnsupportedMediaType) IsServerError

func (o *PatchPaymentConsentUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this patch payment consent unsupported media type response has a 5xx status code

func (*PatchPaymentConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch payment consent unsupported media type response has a 2xx status code

func (*PatchPaymentConsentUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

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