domestic_scheduled_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 scheduled payments API

func (*Client) CreateDomesticScheduledPaymentConsents

CreateDomesticScheduledPaymentConsents creates domestic scheduled payment consents

func (*Client) GetDomesticScheduledPaymentConsentsConsentID

GetDomesticScheduledPaymentConsentsConsentID gets domestic scheduled 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 {
	CreateDomesticScheduledPaymentConsents(params *CreateDomesticScheduledPaymentConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDomesticScheduledPaymentConsentsCreated, error)

	GetDomesticScheduledPaymentConsentsConsentID(params *GetDomesticScheduledPaymentConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticScheduledPaymentConsentsConsentIDOK, 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 scheduled payments API client.

type CreateDomesticScheduledPaymentConsentsBadRequest

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

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

Bad request

func NewCreateDomesticScheduledPaymentConsentsBadRequest

func NewCreateDomesticScheduledPaymentConsentsBadRequest() *CreateDomesticScheduledPaymentConsentsBadRequest

NewCreateDomesticScheduledPaymentConsentsBadRequest creates a CreateDomesticScheduledPaymentConsentsBadRequest with default headers values

func (*CreateDomesticScheduledPaymentConsentsBadRequest) Code

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

func (*CreateDomesticScheduledPaymentConsentsBadRequest) Error

func (*CreateDomesticScheduledPaymentConsentsBadRequest) GetPayload

func (*CreateDomesticScheduledPaymentConsentsBadRequest) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsBadRequest) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsBadRequest) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsBadRequest) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsBadRequest) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsBadRequest) String

type CreateDomesticScheduledPaymentConsentsCreated

type CreateDomesticScheduledPaymentConsentsCreated 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.OBWriteDomesticScheduledConsentResponse5
}

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

Domestic Scheduled Payment Consents Created

func NewCreateDomesticScheduledPaymentConsentsCreated

func NewCreateDomesticScheduledPaymentConsentsCreated() *CreateDomesticScheduledPaymentConsentsCreated

NewCreateDomesticScheduledPaymentConsentsCreated creates a CreateDomesticScheduledPaymentConsentsCreated with default headers values

func (*CreateDomesticScheduledPaymentConsentsCreated) Code

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

func (*CreateDomesticScheduledPaymentConsentsCreated) Error

func (*CreateDomesticScheduledPaymentConsentsCreated) GetPayload

func (*CreateDomesticScheduledPaymentConsentsCreated) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsCreated) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsCreated) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsCreated) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsCreated) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsCreated) String

type CreateDomesticScheduledPaymentConsentsForbidden

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

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

Forbidden

func NewCreateDomesticScheduledPaymentConsentsForbidden

func NewCreateDomesticScheduledPaymentConsentsForbidden() *CreateDomesticScheduledPaymentConsentsForbidden

NewCreateDomesticScheduledPaymentConsentsForbidden creates a CreateDomesticScheduledPaymentConsentsForbidden with default headers values

func (*CreateDomesticScheduledPaymentConsentsForbidden) Code

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

func (*CreateDomesticScheduledPaymentConsentsForbidden) Error

func (*CreateDomesticScheduledPaymentConsentsForbidden) GetPayload

func (*CreateDomesticScheduledPaymentConsentsForbidden) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsForbidden) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsForbidden) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsForbidden) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsForbidden) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsForbidden) String

type CreateDomesticScheduledPaymentConsentsInternalServerError

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

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

Internal Server Error

func NewCreateDomesticScheduledPaymentConsentsInternalServerError

func NewCreateDomesticScheduledPaymentConsentsInternalServerError() *CreateDomesticScheduledPaymentConsentsInternalServerError

NewCreateDomesticScheduledPaymentConsentsInternalServerError creates a CreateDomesticScheduledPaymentConsentsInternalServerError with default headers values

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) Code

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

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) Error

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) GetPayload

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) String

type CreateDomesticScheduledPaymentConsentsMethodNotAllowed

type CreateDomesticScheduledPaymentConsentsMethodNotAllowed struct {

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

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

Method Not Allowed

func NewCreateDomesticScheduledPaymentConsentsMethodNotAllowed

func NewCreateDomesticScheduledPaymentConsentsMethodNotAllowed() *CreateDomesticScheduledPaymentConsentsMethodNotAllowed

NewCreateDomesticScheduledPaymentConsentsMethodNotAllowed creates a CreateDomesticScheduledPaymentConsentsMethodNotAllowed with default headers values

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) Code

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

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) Error

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) String

type CreateDomesticScheduledPaymentConsentsNotAcceptable

type CreateDomesticScheduledPaymentConsentsNotAcceptable struct {

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

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

Not Acceptable

func NewCreateDomesticScheduledPaymentConsentsNotAcceptable

func NewCreateDomesticScheduledPaymentConsentsNotAcceptable() *CreateDomesticScheduledPaymentConsentsNotAcceptable

NewCreateDomesticScheduledPaymentConsentsNotAcceptable creates a CreateDomesticScheduledPaymentConsentsNotAcceptable with default headers values

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) Code

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

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) Error

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) String

type CreateDomesticScheduledPaymentConsentsNotFound

type CreateDomesticScheduledPaymentConsentsNotFound struct {

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

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

Not found

func NewCreateDomesticScheduledPaymentConsentsNotFound

func NewCreateDomesticScheduledPaymentConsentsNotFound() *CreateDomesticScheduledPaymentConsentsNotFound

NewCreateDomesticScheduledPaymentConsentsNotFound creates a CreateDomesticScheduledPaymentConsentsNotFound with default headers values

func (*CreateDomesticScheduledPaymentConsentsNotFound) Code

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

func (*CreateDomesticScheduledPaymentConsentsNotFound) Error

func (*CreateDomesticScheduledPaymentConsentsNotFound) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsNotFound) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsNotFound) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsNotFound) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsNotFound) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsNotFound) String

type CreateDomesticScheduledPaymentConsentsParams

type CreateDomesticScheduledPaymentConsentsParams struct {

	/* Authorization.

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

	/* OBWriteDomesticScheduledConsent4Param.

	   Default
	*/
	OBWriteDomesticScheduledConsent4Param *models.OBWriteDomesticScheduledConsent4

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

CreateDomesticScheduledPaymentConsentsParams contains all the parameters to send to the API endpoint

for the create domestic scheduled payment consents operation.

Typically these are written to a http.Request.

func NewCreateDomesticScheduledPaymentConsentsParams

func NewCreateDomesticScheduledPaymentConsentsParams() *CreateDomesticScheduledPaymentConsentsParams

NewCreateDomesticScheduledPaymentConsentsParams creates a new CreateDomesticScheduledPaymentConsentsParams 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 NewCreateDomesticScheduledPaymentConsentsParamsWithContext

func NewCreateDomesticScheduledPaymentConsentsParamsWithContext(ctx context.Context) *CreateDomesticScheduledPaymentConsentsParams

NewCreateDomesticScheduledPaymentConsentsParamsWithContext creates a new CreateDomesticScheduledPaymentConsentsParams object with the ability to set a context for a request.

func NewCreateDomesticScheduledPaymentConsentsParamsWithHTTPClient

func NewCreateDomesticScheduledPaymentConsentsParamsWithHTTPClient(client *http.Client) *CreateDomesticScheduledPaymentConsentsParams

NewCreateDomesticScheduledPaymentConsentsParamsWithHTTPClient creates a new CreateDomesticScheduledPaymentConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDomesticScheduledPaymentConsentsParamsWithTimeout

func NewCreateDomesticScheduledPaymentConsentsParamsWithTimeout(timeout time.Duration) *CreateDomesticScheduledPaymentConsentsParams

NewCreateDomesticScheduledPaymentConsentsParamsWithTimeout creates a new CreateDomesticScheduledPaymentConsentsParams object with the ability to set a timeout on a request.

func (*CreateDomesticScheduledPaymentConsentsParams) SetAuthorization

func (o *CreateDomesticScheduledPaymentConsentsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetContext

SetContext adds the context to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetDefaults

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetOBWriteDomesticScheduledConsent4Param

func (o *CreateDomesticScheduledPaymentConsentsParams) SetOBWriteDomesticScheduledConsent4Param(oBWriteDomesticScheduledConsent4Param *models.OBWriteDomesticScheduledConsent4)

SetOBWriteDomesticScheduledConsent4Param adds the oBWriteDomesticScheduledConsent4Param to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetTimeout

SetTimeout adds the timeout to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetXIdempotencyKey

func (o *CreateDomesticScheduledPaymentConsentsParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) SetXJwsSignature

func (o *CreateDomesticScheduledPaymentConsentsParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithAuthorization

WithAuthorization adds the authorization to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithContext

WithContext adds the context to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithDefaults

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithOBWriteDomesticScheduledConsent4Param

func (o *CreateDomesticScheduledPaymentConsentsParams) WithOBWriteDomesticScheduledConsent4Param(oBWriteDomesticScheduledConsent4Param *models.OBWriteDomesticScheduledConsent4) *CreateDomesticScheduledPaymentConsentsParams

WithOBWriteDomesticScheduledConsent4Param adds the oBWriteDomesticScheduledConsent4Param to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithTimeout

WithTimeout adds the timeout to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithXCustomerUserAgent

WithXCustomerUserAgent adds the xCustomerUserAgent to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithXFapiInteractionID

WithXFapiInteractionID adds the xFapiInteractionID to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create domestic scheduled payment consents params

func (*CreateDomesticScheduledPaymentConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDomesticScheduledPaymentConsentsReader

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

CreateDomesticScheduledPaymentConsentsReader is a Reader for the CreateDomesticScheduledPaymentConsents structure.

func (*CreateDomesticScheduledPaymentConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDomesticScheduledPaymentConsentsTooManyRequests

type CreateDomesticScheduledPaymentConsentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

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

Too Many Requests

func NewCreateDomesticScheduledPaymentConsentsTooManyRequests

func NewCreateDomesticScheduledPaymentConsentsTooManyRequests() *CreateDomesticScheduledPaymentConsentsTooManyRequests

NewCreateDomesticScheduledPaymentConsentsTooManyRequests creates a CreateDomesticScheduledPaymentConsentsTooManyRequests with default headers values

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) Code

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

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) Error

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) String

type CreateDomesticScheduledPaymentConsentsUnauthorized

type CreateDomesticScheduledPaymentConsentsUnauthorized struct {

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

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

Unauthorized

func NewCreateDomesticScheduledPaymentConsentsUnauthorized

func NewCreateDomesticScheduledPaymentConsentsUnauthorized() *CreateDomesticScheduledPaymentConsentsUnauthorized

NewCreateDomesticScheduledPaymentConsentsUnauthorized creates a CreateDomesticScheduledPaymentConsentsUnauthorized with default headers values

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) Code

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

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) Error

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) String

type CreateDomesticScheduledPaymentConsentsUnsupportedMediaType

type CreateDomesticScheduledPaymentConsentsUnsupportedMediaType struct {

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

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

Unsupported Media Type

func NewCreateDomesticScheduledPaymentConsentsUnsupportedMediaType

func NewCreateDomesticScheduledPaymentConsentsUnsupportedMediaType() *CreateDomesticScheduledPaymentConsentsUnsupportedMediaType

NewCreateDomesticScheduledPaymentConsentsUnsupportedMediaType creates a CreateDomesticScheduledPaymentConsentsUnsupportedMediaType with default headers values

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) Code

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

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) Error

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) IsClientError

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

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) IsCode

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

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) IsRedirect

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

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) IsServerError

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

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) IsSuccess

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

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) String

type GetDomesticScheduledPaymentConsentsConsentIDBadRequest

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

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

Bad request

func NewGetDomesticScheduledPaymentConsentsConsentIDBadRequest

func NewGetDomesticScheduledPaymentConsentsConsentIDBadRequest() *GetDomesticScheduledPaymentConsentsConsentIDBadRequest

NewGetDomesticScheduledPaymentConsentsConsentIDBadRequest creates a GetDomesticScheduledPaymentConsentsConsentIDBadRequest with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) GetPayload

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) String

type GetDomesticScheduledPaymentConsentsConsentIDForbidden

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

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

Forbidden

func NewGetDomesticScheduledPaymentConsentsConsentIDForbidden

func NewGetDomesticScheduledPaymentConsentsConsentIDForbidden() *GetDomesticScheduledPaymentConsentsConsentIDForbidden

NewGetDomesticScheduledPaymentConsentsConsentIDForbidden creates a GetDomesticScheduledPaymentConsentsConsentIDForbidden with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) GetPayload

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) String

type GetDomesticScheduledPaymentConsentsConsentIDInternalServerError

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

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

Internal Server Error

func NewGetDomesticScheduledPaymentConsentsConsentIDInternalServerError

func NewGetDomesticScheduledPaymentConsentsConsentIDInternalServerError() *GetDomesticScheduledPaymentConsentsConsentIDInternalServerError

NewGetDomesticScheduledPaymentConsentsConsentIDInternalServerError creates a GetDomesticScheduledPaymentConsentsConsentIDInternalServerError with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) GetPayload

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) String

type GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed

type GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed struct {

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

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

Method Not Allowed

func NewGetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed

func NewGetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed() *GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed

NewGetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed creates a GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) String

type GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable

type GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable struct {

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

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

Not Acceptable

func NewGetDomesticScheduledPaymentConsentsConsentIDNotAcceptable

func NewGetDomesticScheduledPaymentConsentsConsentIDNotAcceptable() *GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable

NewGetDomesticScheduledPaymentConsentsConsentIDNotAcceptable creates a GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) String

type GetDomesticScheduledPaymentConsentsConsentIDNotFound

type GetDomesticScheduledPaymentConsentsConsentIDNotFound struct {

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

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

Not found

func NewGetDomesticScheduledPaymentConsentsConsentIDNotFound

func NewGetDomesticScheduledPaymentConsentsConsentIDNotFound() *GetDomesticScheduledPaymentConsentsConsentIDNotFound

NewGetDomesticScheduledPaymentConsentsConsentIDNotFound creates a GetDomesticScheduledPaymentConsentsConsentIDNotFound with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) String

type GetDomesticScheduledPaymentConsentsConsentIDOK

type GetDomesticScheduledPaymentConsentsConsentIDOK 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.OBWriteDomesticScheduledConsentResponse5
}

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

Domestic Scheduled Payment Consents Read

func NewGetDomesticScheduledPaymentConsentsConsentIDOK

func NewGetDomesticScheduledPaymentConsentsConsentIDOK() *GetDomesticScheduledPaymentConsentsConsentIDOK

NewGetDomesticScheduledPaymentConsentsConsentIDOK creates a GetDomesticScheduledPaymentConsentsConsentIDOK with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) GetPayload

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) String

type GetDomesticScheduledPaymentConsentsConsentIDParams

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

GetDomesticScheduledPaymentConsentsConsentIDParams contains all the parameters to send to the API endpoint

for the get domestic scheduled payment consents consent Id operation.

Typically these are written to a http.Request.

func NewGetDomesticScheduledPaymentConsentsConsentIDParams

func NewGetDomesticScheduledPaymentConsentsConsentIDParams() *GetDomesticScheduledPaymentConsentsConsentIDParams

NewGetDomesticScheduledPaymentConsentsConsentIDParams creates a new GetDomesticScheduledPaymentConsentsConsentIDParams 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 NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithContext

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithContext(ctx context.Context) *GetDomesticScheduledPaymentConsentsConsentIDParams

NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithContext creates a new GetDomesticScheduledPaymentConsentsConsentIDParams object with the ability to set a context for a request.

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithHTTPClient

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithHTTPClient(client *http.Client) *GetDomesticScheduledPaymentConsentsConsentIDParams

NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithHTTPClient creates a new GetDomesticScheduledPaymentConsentsConsentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithTimeout

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithTimeout(timeout time.Duration) *GetDomesticScheduledPaymentConsentsConsentIDParams

NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithTimeout creates a new GetDomesticScheduledPaymentConsentsConsentIDParams object with the ability to set a timeout on a request.

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetAuthorization

func (o *GetDomesticScheduledPaymentConsentsConsentIDParams) SetAuthorization(authorization string)

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetConsentID

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetContext

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetDefaults

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetHTTPClient

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetTimeout

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXCustomerUserAgent

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXFapiAuthDate

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXFapiCustomerIPAddress

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXFapiInteractionID

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithAuthorization

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithConsentID

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithContext

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithDefaults

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithHTTPClient

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithTimeout

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXCustomerUserAgent

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXFapiAuthDate

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXFapiCustomerIPAddress

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXFapiInteractionID

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticScheduledPaymentConsentsConsentIDReader

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

GetDomesticScheduledPaymentConsentsConsentIDReader is a Reader for the GetDomesticScheduledPaymentConsentsConsentID structure.

func (*GetDomesticScheduledPaymentConsentsConsentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests

type GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

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

Too Many Requests

func NewGetDomesticScheduledPaymentConsentsConsentIDTooManyRequests

func NewGetDomesticScheduledPaymentConsentsConsentIDTooManyRequests() *GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests

NewGetDomesticScheduledPaymentConsentsConsentIDTooManyRequests creates a GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) String

type GetDomesticScheduledPaymentConsentsConsentIDUnauthorized

type GetDomesticScheduledPaymentConsentsConsentIDUnauthorized struct {

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

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

Unauthorized

func NewGetDomesticScheduledPaymentConsentsConsentIDUnauthorized

func NewGetDomesticScheduledPaymentConsentsConsentIDUnauthorized() *GetDomesticScheduledPaymentConsentsConsentIDUnauthorized

NewGetDomesticScheduledPaymentConsentsConsentIDUnauthorized creates a GetDomesticScheduledPaymentConsentsConsentIDUnauthorized with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) Code

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

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) IsClientError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) IsCode

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

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) IsRedirect

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

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) IsServerError

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

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) IsSuccess

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

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) String

Jump to

Keyboard shortcuts

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