domestic_payments

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for domestic payments API

func (*Client) CreateDomesticPaymentConsents

CreateDomesticPaymentConsents creates domestic payment consents

func (*Client) GetDomesticPaymentConsentsConsentID

func (a *Client) GetDomesticPaymentConsentsConsentID(params *GetDomesticPaymentConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticPaymentConsentsConsentIDOK, error)

GetDomesticPaymentConsentsConsentID gets domestic payment consents

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 {
	CreateDomesticPaymentConsents(params *CreateDomesticPaymentConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDomesticPaymentConsentsCreated, error)

	GetDomesticPaymentConsentsConsentID(params *GetDomesticPaymentConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticPaymentConsentsConsentIDOK, 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 domestic payments API client.

type CreateDomesticPaymentConsentsBadRequest

type CreateDomesticPaymentConsentsBadRequest struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}

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

Bad request

func NewCreateDomesticPaymentConsentsBadRequest

func NewCreateDomesticPaymentConsentsBadRequest() *CreateDomesticPaymentConsentsBadRequest

NewCreateDomesticPaymentConsentsBadRequest creates a CreateDomesticPaymentConsentsBadRequest with default headers values

func (*CreateDomesticPaymentConsentsBadRequest) Code

Code gets the status code for the create domestic payment consents bad request response

func (*CreateDomesticPaymentConsentsBadRequest) Error

func (*CreateDomesticPaymentConsentsBadRequest) GetPayload

func (*CreateDomesticPaymentConsentsBadRequest) IsClientError

func (o *CreateDomesticPaymentConsentsBadRequest) IsClientError() bool

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

func (*CreateDomesticPaymentConsentsBadRequest) IsCode

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

func (*CreateDomesticPaymentConsentsBadRequest) IsRedirect

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

func (*CreateDomesticPaymentConsentsBadRequest) IsServerError

func (o *CreateDomesticPaymentConsentsBadRequest) IsServerError() bool

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

func (*CreateDomesticPaymentConsentsBadRequest) IsSuccess

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

func (*CreateDomesticPaymentConsentsBadRequest) String

type CreateDomesticPaymentConsentsCreated

type CreateDomesticPaymentConsentsCreated struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBWriteDomesticConsentResponse5
}

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

Domestic Payment Consents Created

func NewCreateDomesticPaymentConsentsCreated

func NewCreateDomesticPaymentConsentsCreated() *CreateDomesticPaymentConsentsCreated

NewCreateDomesticPaymentConsentsCreated creates a CreateDomesticPaymentConsentsCreated with default headers values

func (*CreateDomesticPaymentConsentsCreated) Code

Code gets the status code for the create domestic payment consents created response

func (*CreateDomesticPaymentConsentsCreated) Error

func (*CreateDomesticPaymentConsentsCreated) GetPayload

func (*CreateDomesticPaymentConsentsCreated) IsClientError

func (o *CreateDomesticPaymentConsentsCreated) IsClientError() bool

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

func (*CreateDomesticPaymentConsentsCreated) IsCode

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

func (*CreateDomesticPaymentConsentsCreated) IsRedirect

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

func (*CreateDomesticPaymentConsentsCreated) IsServerError

func (o *CreateDomesticPaymentConsentsCreated) IsServerError() bool

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

func (*CreateDomesticPaymentConsentsCreated) IsSuccess

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

func (*CreateDomesticPaymentConsentsCreated) String

type CreateDomesticPaymentConsentsForbidden

type CreateDomesticPaymentConsentsForbidden struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}

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

Forbidden

func NewCreateDomesticPaymentConsentsForbidden

func NewCreateDomesticPaymentConsentsForbidden() *CreateDomesticPaymentConsentsForbidden

NewCreateDomesticPaymentConsentsForbidden creates a CreateDomesticPaymentConsentsForbidden with default headers values

func (*CreateDomesticPaymentConsentsForbidden) Code

Code gets the status code for the create domestic payment consents forbidden response

func (*CreateDomesticPaymentConsentsForbidden) Error

func (*CreateDomesticPaymentConsentsForbidden) GetPayload

func (*CreateDomesticPaymentConsentsForbidden) IsClientError

func (o *CreateDomesticPaymentConsentsForbidden) IsClientError() bool

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

func (*CreateDomesticPaymentConsentsForbidden) IsCode

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

func (*CreateDomesticPaymentConsentsForbidden) IsRedirect

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

func (*CreateDomesticPaymentConsentsForbidden) IsServerError

func (o *CreateDomesticPaymentConsentsForbidden) IsServerError() bool

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

func (*CreateDomesticPaymentConsentsForbidden) IsSuccess

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

func (*CreateDomesticPaymentConsentsForbidden) String

type CreateDomesticPaymentConsentsInternalServerError

type CreateDomesticPaymentConsentsInternalServerError struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}

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

Internal Server Error

func NewCreateDomesticPaymentConsentsInternalServerError

func NewCreateDomesticPaymentConsentsInternalServerError() *CreateDomesticPaymentConsentsInternalServerError

NewCreateDomesticPaymentConsentsInternalServerError creates a CreateDomesticPaymentConsentsInternalServerError with default headers values

func (*CreateDomesticPaymentConsentsInternalServerError) Code

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

func (*CreateDomesticPaymentConsentsInternalServerError) Error

func (*CreateDomesticPaymentConsentsInternalServerError) GetPayload

func (*CreateDomesticPaymentConsentsInternalServerError) IsClientError

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

func (*CreateDomesticPaymentConsentsInternalServerError) IsCode

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

func (*CreateDomesticPaymentConsentsInternalServerError) IsRedirect

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

func (*CreateDomesticPaymentConsentsInternalServerError) IsServerError

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

func (*CreateDomesticPaymentConsentsInternalServerError) IsSuccess

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

func (*CreateDomesticPaymentConsentsInternalServerError) String

type CreateDomesticPaymentConsentsMethodNotAllowed

type CreateDomesticPaymentConsentsMethodNotAllowed struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Method Not Allowed

func NewCreateDomesticPaymentConsentsMethodNotAllowed

func NewCreateDomesticPaymentConsentsMethodNotAllowed() *CreateDomesticPaymentConsentsMethodNotAllowed

NewCreateDomesticPaymentConsentsMethodNotAllowed creates a CreateDomesticPaymentConsentsMethodNotAllowed with default headers values

func (*CreateDomesticPaymentConsentsMethodNotAllowed) Code

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

func (*CreateDomesticPaymentConsentsMethodNotAllowed) Error

func (*CreateDomesticPaymentConsentsMethodNotAllowed) IsClientError

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

func (*CreateDomesticPaymentConsentsMethodNotAllowed) IsCode

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

func (*CreateDomesticPaymentConsentsMethodNotAllowed) IsRedirect

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

func (*CreateDomesticPaymentConsentsMethodNotAllowed) IsServerError

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

func (*CreateDomesticPaymentConsentsMethodNotAllowed) IsSuccess

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

func (*CreateDomesticPaymentConsentsMethodNotAllowed) String

type CreateDomesticPaymentConsentsNotAcceptable

type CreateDomesticPaymentConsentsNotAcceptable struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Not Acceptable

func NewCreateDomesticPaymentConsentsNotAcceptable

func NewCreateDomesticPaymentConsentsNotAcceptable() *CreateDomesticPaymentConsentsNotAcceptable

NewCreateDomesticPaymentConsentsNotAcceptable creates a CreateDomesticPaymentConsentsNotAcceptable with default headers values

func (*CreateDomesticPaymentConsentsNotAcceptable) Code

Code gets the status code for the create domestic payment consents not acceptable response

func (*CreateDomesticPaymentConsentsNotAcceptable) Error

func (*CreateDomesticPaymentConsentsNotAcceptable) IsClientError

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

func (*CreateDomesticPaymentConsentsNotAcceptable) IsCode

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

func (*CreateDomesticPaymentConsentsNotAcceptable) IsRedirect

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

func (*CreateDomesticPaymentConsentsNotAcceptable) IsServerError

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

func (*CreateDomesticPaymentConsentsNotAcceptable) IsSuccess

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

func (*CreateDomesticPaymentConsentsNotAcceptable) String

type CreateDomesticPaymentConsentsParams

type CreateDomesticPaymentConsentsParams struct {

	/* Authorization.

	   An Authorisation Token as per https://tools.ietf.org/html/rfc6750
	*/
	Authorization string

	/* OBWriteDomesticConsent4Param.

	   Default
	*/
	OBWriteDomesticConsent4Param *models.OBWriteDomesticConsent4

	/* XCustomerUserAgent.

	   Indicates the user-agent that the PSU is using.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.
	All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
	Sun, 10 Sep 2017 19:43:31 UTC
	*/
	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.
	*/
	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.

	   A detached JWS signature of the body of the payload.
	*/
	XJwsSignature string

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

CreateDomesticPaymentConsentsParams contains all the parameters to send to the API endpoint

for the create domestic payment consents operation.

Typically these are written to a http.Request.

func NewCreateDomesticPaymentConsentsParams

func NewCreateDomesticPaymentConsentsParams() *CreateDomesticPaymentConsentsParams

NewCreateDomesticPaymentConsentsParams creates a new CreateDomesticPaymentConsentsParams 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 NewCreateDomesticPaymentConsentsParamsWithContext

func NewCreateDomesticPaymentConsentsParamsWithContext(ctx context.Context) *CreateDomesticPaymentConsentsParams

NewCreateDomesticPaymentConsentsParamsWithContext creates a new CreateDomesticPaymentConsentsParams object with the ability to set a context for a request.

func NewCreateDomesticPaymentConsentsParamsWithHTTPClient

func NewCreateDomesticPaymentConsentsParamsWithHTTPClient(client *http.Client) *CreateDomesticPaymentConsentsParams

NewCreateDomesticPaymentConsentsParamsWithHTTPClient creates a new CreateDomesticPaymentConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDomesticPaymentConsentsParamsWithTimeout

func NewCreateDomesticPaymentConsentsParamsWithTimeout(timeout time.Duration) *CreateDomesticPaymentConsentsParams

NewCreateDomesticPaymentConsentsParamsWithTimeout creates a new CreateDomesticPaymentConsentsParams object with the ability to set a timeout on a request.

func (*CreateDomesticPaymentConsentsParams) SetAuthorization

func (o *CreateDomesticPaymentConsentsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetContext

SetContext adds the context to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetDefaults

func (o *CreateDomesticPaymentConsentsParams) SetDefaults()

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

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

func (*CreateDomesticPaymentConsentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetOBWriteDomesticConsent4Param

func (o *CreateDomesticPaymentConsentsParams) SetOBWriteDomesticConsent4Param(oBWriteDomesticConsent4Param *models.OBWriteDomesticConsent4)

SetOBWriteDomesticConsent4Param adds the oBWriteDomesticConsent4Param to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetTimeout

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

SetTimeout adds the timeout to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetXIdempotencyKey

func (o *CreateDomesticPaymentConsentsParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) SetXJwsSignature

func (o *CreateDomesticPaymentConsentsParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithAuthorization

WithAuthorization adds the authorization to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithContext

WithContext adds the context to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithDefaults

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

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

func (*CreateDomesticPaymentConsentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithOBWriteDomesticConsent4Param

func (o *CreateDomesticPaymentConsentsParams) WithOBWriteDomesticConsent4Param(oBWriteDomesticConsent4Param *models.OBWriteDomesticConsent4) *CreateDomesticPaymentConsentsParams

WithOBWriteDomesticConsent4Param adds the oBWriteDomesticConsent4Param to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithTimeout

WithTimeout adds the timeout to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithXIdempotencyKey

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

WithXIdempotencyKey adds the xIdempotencyKey to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create domestic payment consents params

func (*CreateDomesticPaymentConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDomesticPaymentConsentsReader

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

CreateDomesticPaymentConsentsReader is a Reader for the CreateDomesticPaymentConsents structure.

func (*CreateDomesticPaymentConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDomesticPaymentConsentsTooManyRequests

type CreateDomesticPaymentConsentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Too Many Requests

func NewCreateDomesticPaymentConsentsTooManyRequests

func NewCreateDomesticPaymentConsentsTooManyRequests() *CreateDomesticPaymentConsentsTooManyRequests

NewCreateDomesticPaymentConsentsTooManyRequests creates a CreateDomesticPaymentConsentsTooManyRequests with default headers values

func (*CreateDomesticPaymentConsentsTooManyRequests) Code

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

func (*CreateDomesticPaymentConsentsTooManyRequests) Error

func (*CreateDomesticPaymentConsentsTooManyRequests) IsClientError

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

func (*CreateDomesticPaymentConsentsTooManyRequests) IsCode

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

func (*CreateDomesticPaymentConsentsTooManyRequests) IsRedirect

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

func (*CreateDomesticPaymentConsentsTooManyRequests) IsServerError

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

func (*CreateDomesticPaymentConsentsTooManyRequests) IsSuccess

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

func (*CreateDomesticPaymentConsentsTooManyRequests) String

type CreateDomesticPaymentConsentsUnauthorized

type CreateDomesticPaymentConsentsUnauthorized struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Unauthorized

func NewCreateDomesticPaymentConsentsUnauthorized

func NewCreateDomesticPaymentConsentsUnauthorized() *CreateDomesticPaymentConsentsUnauthorized

NewCreateDomesticPaymentConsentsUnauthorized creates a CreateDomesticPaymentConsentsUnauthorized with default headers values

func (*CreateDomesticPaymentConsentsUnauthorized) Code

Code gets the status code for the create domestic payment consents unauthorized response

func (*CreateDomesticPaymentConsentsUnauthorized) Error

func (*CreateDomesticPaymentConsentsUnauthorized) IsClientError

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

func (*CreateDomesticPaymentConsentsUnauthorized) IsCode

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

func (*CreateDomesticPaymentConsentsUnauthorized) IsRedirect

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

func (*CreateDomesticPaymentConsentsUnauthorized) IsServerError

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

func (*CreateDomesticPaymentConsentsUnauthorized) IsSuccess

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

func (*CreateDomesticPaymentConsentsUnauthorized) String

type CreateDomesticPaymentConsentsUnsupportedMediaType

type CreateDomesticPaymentConsentsUnsupportedMediaType struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Unsupported Media Type

func NewCreateDomesticPaymentConsentsUnsupportedMediaType

func NewCreateDomesticPaymentConsentsUnsupportedMediaType() *CreateDomesticPaymentConsentsUnsupportedMediaType

NewCreateDomesticPaymentConsentsUnsupportedMediaType creates a CreateDomesticPaymentConsentsUnsupportedMediaType with default headers values

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) Code

Code gets the status code for the create domestic payment consents unsupported media type response

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) Error

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) IsClientError

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

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) IsCode

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

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) IsRedirect

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

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) IsServerError

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

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) IsSuccess

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

func (*CreateDomesticPaymentConsentsUnsupportedMediaType) String

type GetDomesticPaymentConsentsConsentIDBadRequest

type GetDomesticPaymentConsentsConsentIDBadRequest struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}

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

Bad request

func NewGetDomesticPaymentConsentsConsentIDBadRequest

func NewGetDomesticPaymentConsentsConsentIDBadRequest() *GetDomesticPaymentConsentsConsentIDBadRequest

NewGetDomesticPaymentConsentsConsentIDBadRequest creates a GetDomesticPaymentConsentsConsentIDBadRequest with default headers values

func (*GetDomesticPaymentConsentsConsentIDBadRequest) Code

Code gets the status code for the get domestic payment consents consent Id bad request response

func (*GetDomesticPaymentConsentsConsentIDBadRequest) Error

func (*GetDomesticPaymentConsentsConsentIDBadRequest) GetPayload

func (*GetDomesticPaymentConsentsConsentIDBadRequest) IsClientError

IsClientError returns true when this get domestic payment consents consent Id bad request response has a 4xx status code

func (*GetDomesticPaymentConsentsConsentIDBadRequest) IsCode

IsCode returns true when this get domestic payment consents consent Id bad request response a status code equal to that given

func (*GetDomesticPaymentConsentsConsentIDBadRequest) IsRedirect

IsRedirect returns true when this get domestic payment consents consent Id bad request response has a 3xx status code

func (*GetDomesticPaymentConsentsConsentIDBadRequest) IsServerError

IsServerError returns true when this get domestic payment consents consent Id bad request response has a 5xx status code

func (*GetDomesticPaymentConsentsConsentIDBadRequest) IsSuccess

IsSuccess returns true when this get domestic payment consents consent Id bad request response has a 2xx status code

func (*GetDomesticPaymentConsentsConsentIDBadRequest) String

type GetDomesticPaymentConsentsConsentIDForbidden

type GetDomesticPaymentConsentsConsentIDForbidden struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}

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

Forbidden

func NewGetDomesticPaymentConsentsConsentIDForbidden

func NewGetDomesticPaymentConsentsConsentIDForbidden() *GetDomesticPaymentConsentsConsentIDForbidden

NewGetDomesticPaymentConsentsConsentIDForbidden creates a GetDomesticPaymentConsentsConsentIDForbidden with default headers values

func (*GetDomesticPaymentConsentsConsentIDForbidden) Code

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

func (*GetDomesticPaymentConsentsConsentIDForbidden) Error

func (*GetDomesticPaymentConsentsConsentIDForbidden) GetPayload

func (*GetDomesticPaymentConsentsConsentIDForbidden) IsClientError

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

func (*GetDomesticPaymentConsentsConsentIDForbidden) IsCode

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

func (*GetDomesticPaymentConsentsConsentIDForbidden) IsRedirect

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

func (*GetDomesticPaymentConsentsConsentIDForbidden) IsServerError

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

func (*GetDomesticPaymentConsentsConsentIDForbidden) IsSuccess

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

func (*GetDomesticPaymentConsentsConsentIDForbidden) String

type GetDomesticPaymentConsentsConsentIDInternalServerError

type GetDomesticPaymentConsentsConsentIDInternalServerError struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}

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

Internal Server Error

func NewGetDomesticPaymentConsentsConsentIDInternalServerError

func NewGetDomesticPaymentConsentsConsentIDInternalServerError() *GetDomesticPaymentConsentsConsentIDInternalServerError

NewGetDomesticPaymentConsentsConsentIDInternalServerError creates a GetDomesticPaymentConsentsConsentIDInternalServerError with default headers values

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) Code

Code gets the status code for the get domestic payment consents consent Id internal server error response

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) Error

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) GetPayload

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) IsClientError

IsClientError returns true when this get domestic payment consents consent Id internal server error response has a 4xx status code

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) IsCode

IsCode returns true when this get domestic payment consents consent Id internal server error response a status code equal to that given

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) IsRedirect

IsRedirect returns true when this get domestic payment consents consent Id internal server error response has a 3xx status code

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) IsServerError

IsServerError returns true when this get domestic payment consents consent Id internal server error response has a 5xx status code

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) IsSuccess

IsSuccess returns true when this get domestic payment consents consent Id internal server error response has a 2xx status code

func (*GetDomesticPaymentConsentsConsentIDInternalServerError) String

type GetDomesticPaymentConsentsConsentIDMethodNotAllowed

type GetDomesticPaymentConsentsConsentIDMethodNotAllowed struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Method Not Allowed

func NewGetDomesticPaymentConsentsConsentIDMethodNotAllowed

func NewGetDomesticPaymentConsentsConsentIDMethodNotAllowed() *GetDomesticPaymentConsentsConsentIDMethodNotAllowed

NewGetDomesticPaymentConsentsConsentIDMethodNotAllowed creates a GetDomesticPaymentConsentsConsentIDMethodNotAllowed with default headers values

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) Code

Code gets the status code for the get domestic payment consents consent Id method not allowed response

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) Error

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) IsClientError

IsClientError returns true when this get domestic payment consents consent Id method not allowed response has a 4xx status code

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) IsCode

IsCode returns true when this get domestic payment consents consent Id method not allowed response a status code equal to that given

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) IsRedirect

IsRedirect returns true when this get domestic payment consents consent Id method not allowed response has a 3xx status code

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) IsServerError

IsServerError returns true when this get domestic payment consents consent Id method not allowed response has a 5xx status code

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) IsSuccess

IsSuccess returns true when this get domestic payment consents consent Id method not allowed response has a 2xx status code

func (*GetDomesticPaymentConsentsConsentIDMethodNotAllowed) String

type GetDomesticPaymentConsentsConsentIDNotAcceptable

type GetDomesticPaymentConsentsConsentIDNotAcceptable struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Not Acceptable

func NewGetDomesticPaymentConsentsConsentIDNotAcceptable

func NewGetDomesticPaymentConsentsConsentIDNotAcceptable() *GetDomesticPaymentConsentsConsentIDNotAcceptable

NewGetDomesticPaymentConsentsConsentIDNotAcceptable creates a GetDomesticPaymentConsentsConsentIDNotAcceptable with default headers values

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) Code

Code gets the status code for the get domestic payment consents consent Id not acceptable response

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) Error

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) IsClientError

IsClientError returns true when this get domestic payment consents consent Id not acceptable response has a 4xx status code

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) IsCode

IsCode returns true when this get domestic payment consents consent Id not acceptable response a status code equal to that given

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) IsRedirect

IsRedirect returns true when this get domestic payment consents consent Id not acceptable response has a 3xx status code

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) IsServerError

IsServerError returns true when this get domestic payment consents consent Id not acceptable response has a 5xx status code

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) IsSuccess

IsSuccess returns true when this get domestic payment consents consent Id not acceptable response has a 2xx status code

func (*GetDomesticPaymentConsentsConsentIDNotAcceptable) String

type GetDomesticPaymentConsentsConsentIDOK

type GetDomesticPaymentConsentsConsentIDOK struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string

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

	 */
	XJwsSignature string

	Payload *models.OBWriteDomesticConsentResponse5
}

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

Domestic Payment Consents Read

func NewGetDomesticPaymentConsentsConsentIDOK

func NewGetDomesticPaymentConsentsConsentIDOK() *GetDomesticPaymentConsentsConsentIDOK

NewGetDomesticPaymentConsentsConsentIDOK creates a GetDomesticPaymentConsentsConsentIDOK with default headers values

func (*GetDomesticPaymentConsentsConsentIDOK) Code

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

func (*GetDomesticPaymentConsentsConsentIDOK) Error

func (*GetDomesticPaymentConsentsConsentIDOK) GetPayload

func (*GetDomesticPaymentConsentsConsentIDOK) IsClientError

func (o *GetDomesticPaymentConsentsConsentIDOK) IsClientError() bool

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

func (*GetDomesticPaymentConsentsConsentIDOK) IsCode

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

func (*GetDomesticPaymentConsentsConsentIDOK) IsRedirect

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

func (*GetDomesticPaymentConsentsConsentIDOK) IsServerError

func (o *GetDomesticPaymentConsentsConsentIDOK) IsServerError() bool

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

func (*GetDomesticPaymentConsentsConsentIDOK) IsSuccess

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

func (*GetDomesticPaymentConsentsConsentIDOK) String

type GetDomesticPaymentConsentsConsentIDParams

type GetDomesticPaymentConsentsConsentIDParams struct {

	/* Authorization.

	   An Authorisation Token as per https://tools.ietf.org/html/rfc6750
	*/
	Authorization string

	/* ConsentID.

	   ConsentId
	*/
	ConsentID string

	/* XCustomerUserAgent.

	   Indicates the user-agent that the PSU is using.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.
	All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
	Sun, 10 Sep 2017 19:43:31 UTC
	*/
	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.
	*/
	XFapiInteractionID *string

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

GetDomesticPaymentConsentsConsentIDParams contains all the parameters to send to the API endpoint

for the get domestic payment consents consent Id operation.

Typically these are written to a http.Request.

func NewGetDomesticPaymentConsentsConsentIDParams

func NewGetDomesticPaymentConsentsConsentIDParams() *GetDomesticPaymentConsentsConsentIDParams

NewGetDomesticPaymentConsentsConsentIDParams creates a new GetDomesticPaymentConsentsConsentIDParams 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 NewGetDomesticPaymentConsentsConsentIDParamsWithContext

func NewGetDomesticPaymentConsentsConsentIDParamsWithContext(ctx context.Context) *GetDomesticPaymentConsentsConsentIDParams

NewGetDomesticPaymentConsentsConsentIDParamsWithContext creates a new GetDomesticPaymentConsentsConsentIDParams object with the ability to set a context for a request.

func NewGetDomesticPaymentConsentsConsentIDParamsWithHTTPClient

func NewGetDomesticPaymentConsentsConsentIDParamsWithHTTPClient(client *http.Client) *GetDomesticPaymentConsentsConsentIDParams

NewGetDomesticPaymentConsentsConsentIDParamsWithHTTPClient creates a new GetDomesticPaymentConsentsConsentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticPaymentConsentsConsentIDParamsWithTimeout

func NewGetDomesticPaymentConsentsConsentIDParamsWithTimeout(timeout time.Duration) *GetDomesticPaymentConsentsConsentIDParams

NewGetDomesticPaymentConsentsConsentIDParamsWithTimeout creates a new GetDomesticPaymentConsentsConsentIDParams object with the ability to set a timeout on a request.

func (*GetDomesticPaymentConsentsConsentIDParams) SetAuthorization

func (o *GetDomesticPaymentConsentsConsentIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetConsentID

func (o *GetDomesticPaymentConsentsConsentIDParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetContext

SetContext adds the context to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetDefaults

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

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

func (*GetDomesticPaymentConsentsConsentIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetTimeout

SetTimeout adds the timeout to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithAuthorization

WithAuthorization adds the authorization to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithConsentID

WithConsentID adds the consentID to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithContext

WithContext adds the context to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithDefaults

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

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

func (*GetDomesticPaymentConsentsConsentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithTimeout

WithTimeout adds the timeout to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the get domestic payment consents consent Id params

func (*GetDomesticPaymentConsentsConsentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticPaymentConsentsConsentIDReader

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

GetDomesticPaymentConsentsConsentIDReader is a Reader for the GetDomesticPaymentConsentsConsentID structure.

func (*GetDomesticPaymentConsentsConsentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticPaymentConsentsConsentIDTooManyRequests

type GetDomesticPaymentConsentsConsentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Too Many Requests

func NewGetDomesticPaymentConsentsConsentIDTooManyRequests

func NewGetDomesticPaymentConsentsConsentIDTooManyRequests() *GetDomesticPaymentConsentsConsentIDTooManyRequests

NewGetDomesticPaymentConsentsConsentIDTooManyRequests creates a GetDomesticPaymentConsentsConsentIDTooManyRequests with default headers values

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) Code

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

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) Error

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) IsClientError

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

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) IsCode

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

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) IsRedirect

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

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) IsServerError

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

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) IsSuccess

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

func (*GetDomesticPaymentConsentsConsentIDTooManyRequests) String

type GetDomesticPaymentConsentsConsentIDUnauthorized

type GetDomesticPaymentConsentsConsentIDUnauthorized struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}

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

Unauthorized

func NewGetDomesticPaymentConsentsConsentIDUnauthorized

func NewGetDomesticPaymentConsentsConsentIDUnauthorized() *GetDomesticPaymentConsentsConsentIDUnauthorized

NewGetDomesticPaymentConsentsConsentIDUnauthorized creates a GetDomesticPaymentConsentsConsentIDUnauthorized with default headers values

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) Code

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

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) Error

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) IsClientError

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

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) IsCode

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

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) IsRedirect

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

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) IsServerError

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

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) IsSuccess

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

func (*GetDomesticPaymentConsentsConsentIDUnauthorized) String

Jump to

Keyboard shortcuts

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