international_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 international payments API

func (*Client) CreateInternationalPaymentConsents

CreateInternationalPaymentConsents creates international payment consents

func (*Client) GetInternationalPaymentConsentsConsentID

GetInternationalPaymentConsentsConsentID gets international 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 {
	CreateInternationalPaymentConsents(params *CreateInternationalPaymentConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateInternationalPaymentConsentsCreated, error)

	GetInternationalPaymentConsentsConsentID(params *GetInternationalPaymentConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInternationalPaymentConsentsConsentIDOK, 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 international payments API client.

type CreateInternationalPaymentConsentsBadRequest

type CreateInternationalPaymentConsentsBadRequest 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
}

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

Bad request

func NewCreateInternationalPaymentConsentsBadRequest

func NewCreateInternationalPaymentConsentsBadRequest() *CreateInternationalPaymentConsentsBadRequest

NewCreateInternationalPaymentConsentsBadRequest creates a CreateInternationalPaymentConsentsBadRequest with default headers values

func (*CreateInternationalPaymentConsentsBadRequest) Code

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

func (*CreateInternationalPaymentConsentsBadRequest) Error

func (*CreateInternationalPaymentConsentsBadRequest) GetPayload

func (*CreateInternationalPaymentConsentsBadRequest) IsClientError

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

func (*CreateInternationalPaymentConsentsBadRequest) IsCode

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

func (*CreateInternationalPaymentConsentsBadRequest) IsRedirect

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

func (*CreateInternationalPaymentConsentsBadRequest) IsServerError

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

func (*CreateInternationalPaymentConsentsBadRequest) IsSuccess

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

func (*CreateInternationalPaymentConsentsBadRequest) String

type CreateInternationalPaymentConsentsCreated

type CreateInternationalPaymentConsentsCreated 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.OBWriteInternationalConsentResponse6
}

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

International Payment Consents Created

func NewCreateInternationalPaymentConsentsCreated

func NewCreateInternationalPaymentConsentsCreated() *CreateInternationalPaymentConsentsCreated

NewCreateInternationalPaymentConsentsCreated creates a CreateInternationalPaymentConsentsCreated with default headers values

func (*CreateInternationalPaymentConsentsCreated) Code

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

func (*CreateInternationalPaymentConsentsCreated) Error

func (*CreateInternationalPaymentConsentsCreated) GetPayload

func (*CreateInternationalPaymentConsentsCreated) IsClientError

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

func (*CreateInternationalPaymentConsentsCreated) IsCode

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

func (*CreateInternationalPaymentConsentsCreated) IsRedirect

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

func (*CreateInternationalPaymentConsentsCreated) IsServerError

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

func (*CreateInternationalPaymentConsentsCreated) IsSuccess

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

func (*CreateInternationalPaymentConsentsCreated) String

type CreateInternationalPaymentConsentsForbidden

type CreateInternationalPaymentConsentsForbidden 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
}

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

Forbidden

func NewCreateInternationalPaymentConsentsForbidden

func NewCreateInternationalPaymentConsentsForbidden() *CreateInternationalPaymentConsentsForbidden

NewCreateInternationalPaymentConsentsForbidden creates a CreateInternationalPaymentConsentsForbidden with default headers values

func (*CreateInternationalPaymentConsentsForbidden) Code

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

func (*CreateInternationalPaymentConsentsForbidden) Error

func (*CreateInternationalPaymentConsentsForbidden) GetPayload

func (*CreateInternationalPaymentConsentsForbidden) IsClientError

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

func (*CreateInternationalPaymentConsentsForbidden) IsCode

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

func (*CreateInternationalPaymentConsentsForbidden) IsRedirect

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

func (*CreateInternationalPaymentConsentsForbidden) IsServerError

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

func (*CreateInternationalPaymentConsentsForbidden) IsSuccess

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

func (*CreateInternationalPaymentConsentsForbidden) String

type CreateInternationalPaymentConsentsInternalServerError

type CreateInternationalPaymentConsentsInternalServerError 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
}

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

Internal Server Error

func NewCreateInternationalPaymentConsentsInternalServerError

func NewCreateInternationalPaymentConsentsInternalServerError() *CreateInternationalPaymentConsentsInternalServerError

NewCreateInternationalPaymentConsentsInternalServerError creates a CreateInternationalPaymentConsentsInternalServerError with default headers values

func (*CreateInternationalPaymentConsentsInternalServerError) Code

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

func (*CreateInternationalPaymentConsentsInternalServerError) Error

func (*CreateInternationalPaymentConsentsInternalServerError) GetPayload

func (*CreateInternationalPaymentConsentsInternalServerError) IsClientError

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

func (*CreateInternationalPaymentConsentsInternalServerError) IsCode

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

func (*CreateInternationalPaymentConsentsInternalServerError) IsRedirect

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

func (*CreateInternationalPaymentConsentsInternalServerError) IsServerError

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

func (*CreateInternationalPaymentConsentsInternalServerError) IsSuccess

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

func (*CreateInternationalPaymentConsentsInternalServerError) String

type CreateInternationalPaymentConsentsMethodNotAllowed

type CreateInternationalPaymentConsentsMethodNotAllowed struct {

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

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

Method Not Allowed

func NewCreateInternationalPaymentConsentsMethodNotAllowed

func NewCreateInternationalPaymentConsentsMethodNotAllowed() *CreateInternationalPaymentConsentsMethodNotAllowed

NewCreateInternationalPaymentConsentsMethodNotAllowed creates a CreateInternationalPaymentConsentsMethodNotAllowed with default headers values

func (*CreateInternationalPaymentConsentsMethodNotAllowed) Code

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

func (*CreateInternationalPaymentConsentsMethodNotAllowed) Error

func (*CreateInternationalPaymentConsentsMethodNotAllowed) IsClientError

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

func (*CreateInternationalPaymentConsentsMethodNotAllowed) IsCode

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

func (*CreateInternationalPaymentConsentsMethodNotAllowed) IsRedirect

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

func (*CreateInternationalPaymentConsentsMethodNotAllowed) IsServerError

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

func (*CreateInternationalPaymentConsentsMethodNotAllowed) IsSuccess

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

func (*CreateInternationalPaymentConsentsMethodNotAllowed) String

type CreateInternationalPaymentConsentsNotAcceptable

type CreateInternationalPaymentConsentsNotAcceptable struct {

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

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

Not Acceptable

func NewCreateInternationalPaymentConsentsNotAcceptable

func NewCreateInternationalPaymentConsentsNotAcceptable() *CreateInternationalPaymentConsentsNotAcceptable

NewCreateInternationalPaymentConsentsNotAcceptable creates a CreateInternationalPaymentConsentsNotAcceptable with default headers values

func (*CreateInternationalPaymentConsentsNotAcceptable) Code

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

func (*CreateInternationalPaymentConsentsNotAcceptable) Error

func (*CreateInternationalPaymentConsentsNotAcceptable) IsClientError

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

func (*CreateInternationalPaymentConsentsNotAcceptable) IsCode

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

func (*CreateInternationalPaymentConsentsNotAcceptable) IsRedirect

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

func (*CreateInternationalPaymentConsentsNotAcceptable) IsServerError

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

func (*CreateInternationalPaymentConsentsNotAcceptable) IsSuccess

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

func (*CreateInternationalPaymentConsentsNotAcceptable) String

type CreateInternationalPaymentConsentsNotFound

type CreateInternationalPaymentConsentsNotFound struct {

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

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

Not found

func NewCreateInternationalPaymentConsentsNotFound

func NewCreateInternationalPaymentConsentsNotFound() *CreateInternationalPaymentConsentsNotFound

NewCreateInternationalPaymentConsentsNotFound creates a CreateInternationalPaymentConsentsNotFound with default headers values

func (*CreateInternationalPaymentConsentsNotFound) Code

Code gets the status code for the create international payment consents not found response

func (*CreateInternationalPaymentConsentsNotFound) Error

func (*CreateInternationalPaymentConsentsNotFound) IsClientError

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

func (*CreateInternationalPaymentConsentsNotFound) IsCode

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

func (*CreateInternationalPaymentConsentsNotFound) IsRedirect

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

func (*CreateInternationalPaymentConsentsNotFound) IsServerError

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

func (*CreateInternationalPaymentConsentsNotFound) IsSuccess

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

func (*CreateInternationalPaymentConsentsNotFound) String

type CreateInternationalPaymentConsentsParams

type CreateInternationalPaymentConsentsParams struct {

	/* Authorization.

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

	/* OBWriteInternationalConsent5Param.

	   Default
	*/
	OBWriteInternationalConsent5Param *models.OBWriteInternationalConsent5

	/* 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
}

CreateInternationalPaymentConsentsParams contains all the parameters to send to the API endpoint

for the create international payment consents operation.

Typically these are written to a http.Request.

func NewCreateInternationalPaymentConsentsParams

func NewCreateInternationalPaymentConsentsParams() *CreateInternationalPaymentConsentsParams

NewCreateInternationalPaymentConsentsParams creates a new CreateInternationalPaymentConsentsParams 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 NewCreateInternationalPaymentConsentsParamsWithContext

func NewCreateInternationalPaymentConsentsParamsWithContext(ctx context.Context) *CreateInternationalPaymentConsentsParams

NewCreateInternationalPaymentConsentsParamsWithContext creates a new CreateInternationalPaymentConsentsParams object with the ability to set a context for a request.

func NewCreateInternationalPaymentConsentsParamsWithHTTPClient

func NewCreateInternationalPaymentConsentsParamsWithHTTPClient(client *http.Client) *CreateInternationalPaymentConsentsParams

NewCreateInternationalPaymentConsentsParamsWithHTTPClient creates a new CreateInternationalPaymentConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInternationalPaymentConsentsParamsWithTimeout

func NewCreateInternationalPaymentConsentsParamsWithTimeout(timeout time.Duration) *CreateInternationalPaymentConsentsParams

NewCreateInternationalPaymentConsentsParamsWithTimeout creates a new CreateInternationalPaymentConsentsParams object with the ability to set a timeout on a request.

func (*CreateInternationalPaymentConsentsParams) SetAuthorization

func (o *CreateInternationalPaymentConsentsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetContext

SetContext adds the context to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetDefaults

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

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

func (*CreateInternationalPaymentConsentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetOBWriteInternationalConsent5Param

func (o *CreateInternationalPaymentConsentsParams) SetOBWriteInternationalConsent5Param(oBWriteInternationalConsent5Param *models.OBWriteInternationalConsent5)

SetOBWriteInternationalConsent5Param adds the oBWriteInternationalConsent5Param to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetTimeout

SetTimeout adds the timeout to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetXIdempotencyKey

func (o *CreateInternationalPaymentConsentsParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) SetXJwsSignature

func (o *CreateInternationalPaymentConsentsParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithAuthorization

WithAuthorization adds the authorization to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithContext

WithContext adds the context to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithDefaults

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

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

func (*CreateInternationalPaymentConsentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithOBWriteInternationalConsent5Param

func (o *CreateInternationalPaymentConsentsParams) WithOBWriteInternationalConsent5Param(oBWriteInternationalConsent5Param *models.OBWriteInternationalConsent5) *CreateInternationalPaymentConsentsParams

WithOBWriteInternationalConsent5Param adds the oBWriteInternationalConsent5Param to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithTimeout

WithTimeout adds the timeout to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create international payment consents params

func (*CreateInternationalPaymentConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInternationalPaymentConsentsReader

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

CreateInternationalPaymentConsentsReader is a Reader for the CreateInternationalPaymentConsents structure.

func (*CreateInternationalPaymentConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInternationalPaymentConsentsTooManyRequests

type CreateInternationalPaymentConsentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

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

Too Many Requests

func NewCreateInternationalPaymentConsentsTooManyRequests

func NewCreateInternationalPaymentConsentsTooManyRequests() *CreateInternationalPaymentConsentsTooManyRequests

NewCreateInternationalPaymentConsentsTooManyRequests creates a CreateInternationalPaymentConsentsTooManyRequests with default headers values

func (*CreateInternationalPaymentConsentsTooManyRequests) Code

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

func (*CreateInternationalPaymentConsentsTooManyRequests) Error

func (*CreateInternationalPaymentConsentsTooManyRequests) IsClientError

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

func (*CreateInternationalPaymentConsentsTooManyRequests) IsCode

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

func (*CreateInternationalPaymentConsentsTooManyRequests) IsRedirect

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

func (*CreateInternationalPaymentConsentsTooManyRequests) IsServerError

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

func (*CreateInternationalPaymentConsentsTooManyRequests) IsSuccess

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

func (*CreateInternationalPaymentConsentsTooManyRequests) String

type CreateInternationalPaymentConsentsUnauthorized

type CreateInternationalPaymentConsentsUnauthorized struct {

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

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

Unauthorized

func NewCreateInternationalPaymentConsentsUnauthorized

func NewCreateInternationalPaymentConsentsUnauthorized() *CreateInternationalPaymentConsentsUnauthorized

NewCreateInternationalPaymentConsentsUnauthorized creates a CreateInternationalPaymentConsentsUnauthorized with default headers values

func (*CreateInternationalPaymentConsentsUnauthorized) Code

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

func (*CreateInternationalPaymentConsentsUnauthorized) Error

func (*CreateInternationalPaymentConsentsUnauthorized) IsClientError

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

func (*CreateInternationalPaymentConsentsUnauthorized) IsCode

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

func (*CreateInternationalPaymentConsentsUnauthorized) IsRedirect

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

func (*CreateInternationalPaymentConsentsUnauthorized) IsServerError

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

func (*CreateInternationalPaymentConsentsUnauthorized) IsSuccess

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

func (*CreateInternationalPaymentConsentsUnauthorized) String

type CreateInternationalPaymentConsentsUnsupportedMediaType

type CreateInternationalPaymentConsentsUnsupportedMediaType struct {

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

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

Unsupported Media Type

func NewCreateInternationalPaymentConsentsUnsupportedMediaType

func NewCreateInternationalPaymentConsentsUnsupportedMediaType() *CreateInternationalPaymentConsentsUnsupportedMediaType

NewCreateInternationalPaymentConsentsUnsupportedMediaType creates a CreateInternationalPaymentConsentsUnsupportedMediaType with default headers values

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) Code

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

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) Error

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) IsClientError

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

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) IsCode

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

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) IsRedirect

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

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) IsServerError

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

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) IsSuccess

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

func (*CreateInternationalPaymentConsentsUnsupportedMediaType) String

type GetInternationalPaymentConsentsConsentIDBadRequest

type GetInternationalPaymentConsentsConsentIDBadRequest 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
}

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

Bad request

func NewGetInternationalPaymentConsentsConsentIDBadRequest

func NewGetInternationalPaymentConsentsConsentIDBadRequest() *GetInternationalPaymentConsentsConsentIDBadRequest

NewGetInternationalPaymentConsentsConsentIDBadRequest creates a GetInternationalPaymentConsentsConsentIDBadRequest with default headers values

func (*GetInternationalPaymentConsentsConsentIDBadRequest) Code

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

func (*GetInternationalPaymentConsentsConsentIDBadRequest) Error

func (*GetInternationalPaymentConsentsConsentIDBadRequest) GetPayload

func (*GetInternationalPaymentConsentsConsentIDBadRequest) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDBadRequest) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDBadRequest) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDBadRequest) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDBadRequest) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDBadRequest) String

type GetInternationalPaymentConsentsConsentIDForbidden

type GetInternationalPaymentConsentsConsentIDForbidden 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
}

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

Forbidden

func NewGetInternationalPaymentConsentsConsentIDForbidden

func NewGetInternationalPaymentConsentsConsentIDForbidden() *GetInternationalPaymentConsentsConsentIDForbidden

NewGetInternationalPaymentConsentsConsentIDForbidden creates a GetInternationalPaymentConsentsConsentIDForbidden with default headers values

func (*GetInternationalPaymentConsentsConsentIDForbidden) Code

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

func (*GetInternationalPaymentConsentsConsentIDForbidden) Error

func (*GetInternationalPaymentConsentsConsentIDForbidden) GetPayload

func (*GetInternationalPaymentConsentsConsentIDForbidden) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDForbidden) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDForbidden) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDForbidden) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDForbidden) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDForbidden) String

type GetInternationalPaymentConsentsConsentIDInternalServerError

type GetInternationalPaymentConsentsConsentIDInternalServerError 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
}

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

Internal Server Error

func NewGetInternationalPaymentConsentsConsentIDInternalServerError

func NewGetInternationalPaymentConsentsConsentIDInternalServerError() *GetInternationalPaymentConsentsConsentIDInternalServerError

NewGetInternationalPaymentConsentsConsentIDInternalServerError creates a GetInternationalPaymentConsentsConsentIDInternalServerError with default headers values

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) Code

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

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) Error

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) GetPayload

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDInternalServerError) String

type GetInternationalPaymentConsentsConsentIDMethodNotAllowed

type GetInternationalPaymentConsentsConsentIDMethodNotAllowed struct {

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

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

Method Not Allowed

func NewGetInternationalPaymentConsentsConsentIDMethodNotAllowed

func NewGetInternationalPaymentConsentsConsentIDMethodNotAllowed() *GetInternationalPaymentConsentsConsentIDMethodNotAllowed

NewGetInternationalPaymentConsentsConsentIDMethodNotAllowed creates a GetInternationalPaymentConsentsConsentIDMethodNotAllowed with default headers values

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) Code

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

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) Error

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDMethodNotAllowed) String

type GetInternationalPaymentConsentsConsentIDNotAcceptable

type GetInternationalPaymentConsentsConsentIDNotAcceptable struct {

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

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

Not Acceptable

func NewGetInternationalPaymentConsentsConsentIDNotAcceptable

func NewGetInternationalPaymentConsentsConsentIDNotAcceptable() *GetInternationalPaymentConsentsConsentIDNotAcceptable

NewGetInternationalPaymentConsentsConsentIDNotAcceptable creates a GetInternationalPaymentConsentsConsentIDNotAcceptable with default headers values

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) Code

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

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) Error

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDNotAcceptable) String

type GetInternationalPaymentConsentsConsentIDNotFound

type GetInternationalPaymentConsentsConsentIDNotFound struct {

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

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

Not found

func NewGetInternationalPaymentConsentsConsentIDNotFound

func NewGetInternationalPaymentConsentsConsentIDNotFound() *GetInternationalPaymentConsentsConsentIDNotFound

NewGetInternationalPaymentConsentsConsentIDNotFound creates a GetInternationalPaymentConsentsConsentIDNotFound with default headers values

func (*GetInternationalPaymentConsentsConsentIDNotFound) Code

Code gets the status code for the get international payment consents consent Id not found response

func (*GetInternationalPaymentConsentsConsentIDNotFound) Error

func (*GetInternationalPaymentConsentsConsentIDNotFound) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDNotFound) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDNotFound) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDNotFound) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDNotFound) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDNotFound) String

type GetInternationalPaymentConsentsConsentIDOK

type GetInternationalPaymentConsentsConsentIDOK 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.OBWriteInternationalConsentResponse6
}

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

International Payment Consents Read

func NewGetInternationalPaymentConsentsConsentIDOK

func NewGetInternationalPaymentConsentsConsentIDOK() *GetInternationalPaymentConsentsConsentIDOK

NewGetInternationalPaymentConsentsConsentIDOK creates a GetInternationalPaymentConsentsConsentIDOK with default headers values

func (*GetInternationalPaymentConsentsConsentIDOK) Code

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

func (*GetInternationalPaymentConsentsConsentIDOK) Error

func (*GetInternationalPaymentConsentsConsentIDOK) GetPayload

func (*GetInternationalPaymentConsentsConsentIDOK) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDOK) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDOK) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDOK) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDOK) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDOK) String

type GetInternationalPaymentConsentsConsentIDParams

type GetInternationalPaymentConsentsConsentIDParams 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
}

GetInternationalPaymentConsentsConsentIDParams contains all the parameters to send to the API endpoint

for the get international payment consents consent Id operation.

Typically these are written to a http.Request.

func NewGetInternationalPaymentConsentsConsentIDParams

func NewGetInternationalPaymentConsentsConsentIDParams() *GetInternationalPaymentConsentsConsentIDParams

NewGetInternationalPaymentConsentsConsentIDParams creates a new GetInternationalPaymentConsentsConsentIDParams 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 NewGetInternationalPaymentConsentsConsentIDParamsWithContext

func NewGetInternationalPaymentConsentsConsentIDParamsWithContext(ctx context.Context) *GetInternationalPaymentConsentsConsentIDParams

NewGetInternationalPaymentConsentsConsentIDParamsWithContext creates a new GetInternationalPaymentConsentsConsentIDParams object with the ability to set a context for a request.

func NewGetInternationalPaymentConsentsConsentIDParamsWithHTTPClient

func NewGetInternationalPaymentConsentsConsentIDParamsWithHTTPClient(client *http.Client) *GetInternationalPaymentConsentsConsentIDParams

NewGetInternationalPaymentConsentsConsentIDParamsWithHTTPClient creates a new GetInternationalPaymentConsentsConsentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetInternationalPaymentConsentsConsentIDParamsWithTimeout

func NewGetInternationalPaymentConsentsConsentIDParamsWithTimeout(timeout time.Duration) *GetInternationalPaymentConsentsConsentIDParams

NewGetInternationalPaymentConsentsConsentIDParamsWithTimeout creates a new GetInternationalPaymentConsentsConsentIDParams object with the ability to set a timeout on a request.

func (*GetInternationalPaymentConsentsConsentIDParams) SetAuthorization

func (o *GetInternationalPaymentConsentsConsentIDParams) SetAuthorization(authorization string)

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetConsentID

func (o *GetInternationalPaymentConsentsConsentIDParams) SetConsentID(consentID string)

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetContext

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetDefaults

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetHTTPClient

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetTimeout

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetXCustomerUserAgent

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetXFapiAuthDate

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetXFapiCustomerIPAddress

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) SetXFapiInteractionID

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithAuthorization

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithConsentID

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithContext

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithDefaults

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithHTTPClient

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithTimeout

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithXCustomerUserAgent

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithXFapiAuthDate

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithXFapiCustomerIPAddress

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

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

func (*GetInternationalPaymentConsentsConsentIDParams) WithXFapiInteractionID

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

func (*GetInternationalPaymentConsentsConsentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInternationalPaymentConsentsConsentIDReader

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

GetInternationalPaymentConsentsConsentIDReader is a Reader for the GetInternationalPaymentConsentsConsentID structure.

func (*GetInternationalPaymentConsentsConsentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInternationalPaymentConsentsConsentIDTooManyRequests

type GetInternationalPaymentConsentsConsentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

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

Too Many Requests

func NewGetInternationalPaymentConsentsConsentIDTooManyRequests

func NewGetInternationalPaymentConsentsConsentIDTooManyRequests() *GetInternationalPaymentConsentsConsentIDTooManyRequests

NewGetInternationalPaymentConsentsConsentIDTooManyRequests creates a GetInternationalPaymentConsentsConsentIDTooManyRequests with default headers values

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) Code

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

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) Error

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDTooManyRequests) String

type GetInternationalPaymentConsentsConsentIDUnauthorized

type GetInternationalPaymentConsentsConsentIDUnauthorized struct {

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

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

Unauthorized

func NewGetInternationalPaymentConsentsConsentIDUnauthorized

func NewGetInternationalPaymentConsentsConsentIDUnauthorized() *GetInternationalPaymentConsentsConsentIDUnauthorized

NewGetInternationalPaymentConsentsConsentIDUnauthorized creates a GetInternationalPaymentConsentsConsentIDUnauthorized with default headers values

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) Code

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

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) Error

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) IsClientError

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

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) IsCode

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

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) IsRedirect

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

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) IsServerError

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

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) IsSuccess

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

func (*GetInternationalPaymentConsentsConsentIDUnauthorized) String

Jump to

Keyboard shortcuts

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