international_standing_orders

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 standing orders API

func (*Client) CreateInternationalStandingOrderConsents

CreateInternationalStandingOrderConsents creates international standing order consents

func (*Client) GetInternationalStandingOrderConsentsConsentID

GetInternationalStandingOrderConsentsConsentID gets international standing order 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 {
	CreateInternationalStandingOrderConsents(params *CreateInternationalStandingOrderConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateInternationalStandingOrderConsentsCreated, error)

	GetInternationalStandingOrderConsentsConsentID(params *GetInternationalStandingOrderConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInternationalStandingOrderConsentsConsentIDOK, 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 standing orders API client.

type CreateInternationalStandingOrderConsentsBadRequest

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

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

Bad request

func NewCreateInternationalStandingOrderConsentsBadRequest

func NewCreateInternationalStandingOrderConsentsBadRequest() *CreateInternationalStandingOrderConsentsBadRequest

NewCreateInternationalStandingOrderConsentsBadRequest creates a CreateInternationalStandingOrderConsentsBadRequest with default headers values

func (*CreateInternationalStandingOrderConsentsBadRequest) Code

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

func (*CreateInternationalStandingOrderConsentsBadRequest) Error

func (*CreateInternationalStandingOrderConsentsBadRequest) GetPayload

func (*CreateInternationalStandingOrderConsentsBadRequest) IsClientError

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

func (*CreateInternationalStandingOrderConsentsBadRequest) IsCode

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

func (*CreateInternationalStandingOrderConsentsBadRequest) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsBadRequest) IsServerError

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

func (*CreateInternationalStandingOrderConsentsBadRequest) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsBadRequest) String

type CreateInternationalStandingOrderConsentsCreated

type CreateInternationalStandingOrderConsentsCreated 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.OBWriteInternationalStandingOrderConsentResponse7
}

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

International Standing Order Consents Created

func NewCreateInternationalStandingOrderConsentsCreated

func NewCreateInternationalStandingOrderConsentsCreated() *CreateInternationalStandingOrderConsentsCreated

NewCreateInternationalStandingOrderConsentsCreated creates a CreateInternationalStandingOrderConsentsCreated with default headers values

func (*CreateInternationalStandingOrderConsentsCreated) Code

Code gets the status code for the create international standing order consents created response

func (*CreateInternationalStandingOrderConsentsCreated) Error

func (*CreateInternationalStandingOrderConsentsCreated) GetPayload

func (*CreateInternationalStandingOrderConsentsCreated) IsClientError

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

func (*CreateInternationalStandingOrderConsentsCreated) IsCode

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

func (*CreateInternationalStandingOrderConsentsCreated) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsCreated) IsServerError

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

func (*CreateInternationalStandingOrderConsentsCreated) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsCreated) String

type CreateInternationalStandingOrderConsentsForbidden

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

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

Forbidden

func NewCreateInternationalStandingOrderConsentsForbidden

func NewCreateInternationalStandingOrderConsentsForbidden() *CreateInternationalStandingOrderConsentsForbidden

NewCreateInternationalStandingOrderConsentsForbidden creates a CreateInternationalStandingOrderConsentsForbidden with default headers values

func (*CreateInternationalStandingOrderConsentsForbidden) Code

Code gets the status code for the create international standing order consents forbidden response

func (*CreateInternationalStandingOrderConsentsForbidden) Error

func (*CreateInternationalStandingOrderConsentsForbidden) GetPayload

func (*CreateInternationalStandingOrderConsentsForbidden) IsClientError

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

func (*CreateInternationalStandingOrderConsentsForbidden) IsCode

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

func (*CreateInternationalStandingOrderConsentsForbidden) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsForbidden) IsServerError

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

func (*CreateInternationalStandingOrderConsentsForbidden) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsForbidden) String

type CreateInternationalStandingOrderConsentsInternalServerError

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

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

Internal Server Error

func NewCreateInternationalStandingOrderConsentsInternalServerError

func NewCreateInternationalStandingOrderConsentsInternalServerError() *CreateInternationalStandingOrderConsentsInternalServerError

NewCreateInternationalStandingOrderConsentsInternalServerError creates a CreateInternationalStandingOrderConsentsInternalServerError with default headers values

func (*CreateInternationalStandingOrderConsentsInternalServerError) Code

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

func (*CreateInternationalStandingOrderConsentsInternalServerError) Error

func (*CreateInternationalStandingOrderConsentsInternalServerError) GetPayload

func (*CreateInternationalStandingOrderConsentsInternalServerError) IsClientError

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

func (*CreateInternationalStandingOrderConsentsInternalServerError) IsCode

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

func (*CreateInternationalStandingOrderConsentsInternalServerError) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsInternalServerError) IsServerError

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

func (*CreateInternationalStandingOrderConsentsInternalServerError) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsInternalServerError) String

type CreateInternationalStandingOrderConsentsMethodNotAllowed

type CreateInternationalStandingOrderConsentsMethodNotAllowed struct {

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

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

Method Not Allowed

func NewCreateInternationalStandingOrderConsentsMethodNotAllowed

func NewCreateInternationalStandingOrderConsentsMethodNotAllowed() *CreateInternationalStandingOrderConsentsMethodNotAllowed

NewCreateInternationalStandingOrderConsentsMethodNotAllowed creates a CreateInternationalStandingOrderConsentsMethodNotAllowed with default headers values

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) Code

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

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) Error

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) IsClientError

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

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) IsCode

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

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) IsServerError

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

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsMethodNotAllowed) String

type CreateInternationalStandingOrderConsentsNotAcceptable

type CreateInternationalStandingOrderConsentsNotAcceptable struct {

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

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

Not Acceptable

func NewCreateInternationalStandingOrderConsentsNotAcceptable

func NewCreateInternationalStandingOrderConsentsNotAcceptable() *CreateInternationalStandingOrderConsentsNotAcceptable

NewCreateInternationalStandingOrderConsentsNotAcceptable creates a CreateInternationalStandingOrderConsentsNotAcceptable with default headers values

func (*CreateInternationalStandingOrderConsentsNotAcceptable) Code

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

func (*CreateInternationalStandingOrderConsentsNotAcceptable) Error

func (*CreateInternationalStandingOrderConsentsNotAcceptable) IsClientError

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

func (*CreateInternationalStandingOrderConsentsNotAcceptable) IsCode

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

func (*CreateInternationalStandingOrderConsentsNotAcceptable) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsNotAcceptable) IsServerError

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

func (*CreateInternationalStandingOrderConsentsNotAcceptable) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsNotAcceptable) String

type CreateInternationalStandingOrderConsentsNotFound

type CreateInternationalStandingOrderConsentsNotFound struct {

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

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

Not found

func NewCreateInternationalStandingOrderConsentsNotFound

func NewCreateInternationalStandingOrderConsentsNotFound() *CreateInternationalStandingOrderConsentsNotFound

NewCreateInternationalStandingOrderConsentsNotFound creates a CreateInternationalStandingOrderConsentsNotFound with default headers values

func (*CreateInternationalStandingOrderConsentsNotFound) Code

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

func (*CreateInternationalStandingOrderConsentsNotFound) Error

func (*CreateInternationalStandingOrderConsentsNotFound) IsClientError

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

func (*CreateInternationalStandingOrderConsentsNotFound) IsCode

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

func (*CreateInternationalStandingOrderConsentsNotFound) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsNotFound) IsServerError

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

func (*CreateInternationalStandingOrderConsentsNotFound) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsNotFound) String

type CreateInternationalStandingOrderConsentsParams

type CreateInternationalStandingOrderConsentsParams struct {

	/* Authorization.

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

	/* OBWriteInternationalStandingOrderConsent6Param.

	   Default
	*/
	OBWriteInternationalStandingOrderConsent6Param *models.OBWriteInternationalStandingOrderConsent6

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

CreateInternationalStandingOrderConsentsParams contains all the parameters to send to the API endpoint

for the create international standing order consents operation.

Typically these are written to a http.Request.

func NewCreateInternationalStandingOrderConsentsParams

func NewCreateInternationalStandingOrderConsentsParams() *CreateInternationalStandingOrderConsentsParams

NewCreateInternationalStandingOrderConsentsParams creates a new CreateInternationalStandingOrderConsentsParams 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 NewCreateInternationalStandingOrderConsentsParamsWithContext

func NewCreateInternationalStandingOrderConsentsParamsWithContext(ctx context.Context) *CreateInternationalStandingOrderConsentsParams

NewCreateInternationalStandingOrderConsentsParamsWithContext creates a new CreateInternationalStandingOrderConsentsParams object with the ability to set a context for a request.

func NewCreateInternationalStandingOrderConsentsParamsWithHTTPClient

func NewCreateInternationalStandingOrderConsentsParamsWithHTTPClient(client *http.Client) *CreateInternationalStandingOrderConsentsParams

NewCreateInternationalStandingOrderConsentsParamsWithHTTPClient creates a new CreateInternationalStandingOrderConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInternationalStandingOrderConsentsParamsWithTimeout

func NewCreateInternationalStandingOrderConsentsParamsWithTimeout(timeout time.Duration) *CreateInternationalStandingOrderConsentsParams

NewCreateInternationalStandingOrderConsentsParamsWithTimeout creates a new CreateInternationalStandingOrderConsentsParams object with the ability to set a timeout on a request.

func (*CreateInternationalStandingOrderConsentsParams) SetAuthorization

func (o *CreateInternationalStandingOrderConsentsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetContext

SetContext adds the context to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetDefaults

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

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

func (*CreateInternationalStandingOrderConsentsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetOBWriteInternationalStandingOrderConsent6Param

func (o *CreateInternationalStandingOrderConsentsParams) SetOBWriteInternationalStandingOrderConsent6Param(oBWriteInternationalStandingOrderConsent6Param *models.OBWriteInternationalStandingOrderConsent6)

SetOBWriteInternationalStandingOrderConsent6Param adds the oBWriteInternationalStandingOrderConsent6Param to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetTimeout

SetTimeout adds the timeout to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetXIdempotencyKey

func (o *CreateInternationalStandingOrderConsentsParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) SetXJwsSignature

func (o *CreateInternationalStandingOrderConsentsParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithAuthorization

WithAuthorization adds the authorization to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithContext

WithContext adds the context to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithDefaults

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

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

func (*CreateInternationalStandingOrderConsentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithOBWriteInternationalStandingOrderConsent6Param

func (o *CreateInternationalStandingOrderConsentsParams) WithOBWriteInternationalStandingOrderConsent6Param(oBWriteInternationalStandingOrderConsent6Param *models.OBWriteInternationalStandingOrderConsent6) *CreateInternationalStandingOrderConsentsParams

WithOBWriteInternationalStandingOrderConsent6Param adds the oBWriteInternationalStandingOrderConsent6Param to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithTimeout

WithTimeout adds the timeout to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithXCustomerUserAgent

WithXCustomerUserAgent adds the xCustomerUserAgent to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithXFapiInteractionID

WithXFapiInteractionID adds the xFapiInteractionID to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create international standing order consents params

func (*CreateInternationalStandingOrderConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInternationalStandingOrderConsentsReader

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

CreateInternationalStandingOrderConsentsReader is a Reader for the CreateInternationalStandingOrderConsents structure.

func (*CreateInternationalStandingOrderConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInternationalStandingOrderConsentsTooManyRequests

type CreateInternationalStandingOrderConsentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

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

Too Many Requests

func NewCreateInternationalStandingOrderConsentsTooManyRequests

func NewCreateInternationalStandingOrderConsentsTooManyRequests() *CreateInternationalStandingOrderConsentsTooManyRequests

NewCreateInternationalStandingOrderConsentsTooManyRequests creates a CreateInternationalStandingOrderConsentsTooManyRequests with default headers values

func (*CreateInternationalStandingOrderConsentsTooManyRequests) Code

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

func (*CreateInternationalStandingOrderConsentsTooManyRequests) Error

func (*CreateInternationalStandingOrderConsentsTooManyRequests) IsClientError

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

func (*CreateInternationalStandingOrderConsentsTooManyRequests) IsCode

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

func (*CreateInternationalStandingOrderConsentsTooManyRequests) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsTooManyRequests) IsServerError

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

func (*CreateInternationalStandingOrderConsentsTooManyRequests) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsTooManyRequests) String

type CreateInternationalStandingOrderConsentsUnauthorized

type CreateInternationalStandingOrderConsentsUnauthorized struct {

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

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

Unauthorized

func NewCreateInternationalStandingOrderConsentsUnauthorized

func NewCreateInternationalStandingOrderConsentsUnauthorized() *CreateInternationalStandingOrderConsentsUnauthorized

NewCreateInternationalStandingOrderConsentsUnauthorized creates a CreateInternationalStandingOrderConsentsUnauthorized with default headers values

func (*CreateInternationalStandingOrderConsentsUnauthorized) Code

Code gets the status code for the create international standing order consents unauthorized response

func (*CreateInternationalStandingOrderConsentsUnauthorized) Error

func (*CreateInternationalStandingOrderConsentsUnauthorized) IsClientError

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

func (*CreateInternationalStandingOrderConsentsUnauthorized) IsCode

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

func (*CreateInternationalStandingOrderConsentsUnauthorized) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsUnauthorized) IsServerError

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

func (*CreateInternationalStandingOrderConsentsUnauthorized) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsUnauthorized) String

type CreateInternationalStandingOrderConsentsUnsupportedMediaType

type CreateInternationalStandingOrderConsentsUnsupportedMediaType struct {

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

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

Unsupported Media Type

func NewCreateInternationalStandingOrderConsentsUnsupportedMediaType

func NewCreateInternationalStandingOrderConsentsUnsupportedMediaType() *CreateInternationalStandingOrderConsentsUnsupportedMediaType

NewCreateInternationalStandingOrderConsentsUnsupportedMediaType creates a CreateInternationalStandingOrderConsentsUnsupportedMediaType with default headers values

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) Code

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

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) Error

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) IsClientError

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

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) IsCode

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

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) IsRedirect

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

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) IsServerError

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

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) IsSuccess

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

func (*CreateInternationalStandingOrderConsentsUnsupportedMediaType) String

type GetInternationalStandingOrderConsentsConsentIDBadRequest

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

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

Bad request

func NewGetInternationalStandingOrderConsentsConsentIDBadRequest

func NewGetInternationalStandingOrderConsentsConsentIDBadRequest() *GetInternationalStandingOrderConsentsConsentIDBadRequest

NewGetInternationalStandingOrderConsentsConsentIDBadRequest creates a GetInternationalStandingOrderConsentsConsentIDBadRequest with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) Error

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) GetPayload

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) String

type GetInternationalStandingOrderConsentsConsentIDForbidden

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

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

Forbidden

func NewGetInternationalStandingOrderConsentsConsentIDForbidden

func NewGetInternationalStandingOrderConsentsConsentIDForbidden() *GetInternationalStandingOrderConsentsConsentIDForbidden

NewGetInternationalStandingOrderConsentsConsentIDForbidden creates a GetInternationalStandingOrderConsentsConsentIDForbidden with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) Error

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) GetPayload

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) String

type GetInternationalStandingOrderConsentsConsentIDInternalServerError

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

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

Internal Server Error

func NewGetInternationalStandingOrderConsentsConsentIDInternalServerError

func NewGetInternationalStandingOrderConsentsConsentIDInternalServerError() *GetInternationalStandingOrderConsentsConsentIDInternalServerError

NewGetInternationalStandingOrderConsentsConsentIDInternalServerError creates a GetInternationalStandingOrderConsentsConsentIDInternalServerError with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) Error

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) GetPayload

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) String

type GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed

type GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed struct {

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

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

Method Not Allowed

func NewGetInternationalStandingOrderConsentsConsentIDMethodNotAllowed

func NewGetInternationalStandingOrderConsentsConsentIDMethodNotAllowed() *GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed

NewGetInternationalStandingOrderConsentsConsentIDMethodNotAllowed creates a GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) Error

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDMethodNotAllowed) String

type GetInternationalStandingOrderConsentsConsentIDNotAcceptable

type GetInternationalStandingOrderConsentsConsentIDNotAcceptable struct {

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

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

Not Acceptable

func NewGetInternationalStandingOrderConsentsConsentIDNotAcceptable

func NewGetInternationalStandingOrderConsentsConsentIDNotAcceptable() *GetInternationalStandingOrderConsentsConsentIDNotAcceptable

NewGetInternationalStandingOrderConsentsConsentIDNotAcceptable creates a GetInternationalStandingOrderConsentsConsentIDNotAcceptable with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) Error

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDNotAcceptable) String

type GetInternationalStandingOrderConsentsConsentIDNotFound

type GetInternationalStandingOrderConsentsConsentIDNotFound struct {

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

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

Not found

func NewGetInternationalStandingOrderConsentsConsentIDNotFound

func NewGetInternationalStandingOrderConsentsConsentIDNotFound() *GetInternationalStandingOrderConsentsConsentIDNotFound

NewGetInternationalStandingOrderConsentsConsentIDNotFound creates a GetInternationalStandingOrderConsentsConsentIDNotFound with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) Error

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDNotFound) String

type GetInternationalStandingOrderConsentsConsentIDOK

type GetInternationalStandingOrderConsentsConsentIDOK 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.OBWriteInternationalStandingOrderConsentResponse7
}

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

International Standing Order Consents Read

func NewGetInternationalStandingOrderConsentsConsentIDOK

func NewGetInternationalStandingOrderConsentsConsentIDOK() *GetInternationalStandingOrderConsentsConsentIDOK

NewGetInternationalStandingOrderConsentsConsentIDOK creates a GetInternationalStandingOrderConsentsConsentIDOK with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDOK) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDOK) Error

func (*GetInternationalStandingOrderConsentsConsentIDOK) GetPayload

func (*GetInternationalStandingOrderConsentsConsentIDOK) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDOK) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDOK) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDOK) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDOK) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDOK) String

type GetInternationalStandingOrderConsentsConsentIDParams

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

GetInternationalStandingOrderConsentsConsentIDParams contains all the parameters to send to the API endpoint

for the get international standing order consents consent Id operation.

Typically these are written to a http.Request.

func NewGetInternationalStandingOrderConsentsConsentIDParams

func NewGetInternationalStandingOrderConsentsConsentIDParams() *GetInternationalStandingOrderConsentsConsentIDParams

NewGetInternationalStandingOrderConsentsConsentIDParams creates a new GetInternationalStandingOrderConsentsConsentIDParams 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 NewGetInternationalStandingOrderConsentsConsentIDParamsWithContext

func NewGetInternationalStandingOrderConsentsConsentIDParamsWithContext(ctx context.Context) *GetInternationalStandingOrderConsentsConsentIDParams

NewGetInternationalStandingOrderConsentsConsentIDParamsWithContext creates a new GetInternationalStandingOrderConsentsConsentIDParams object with the ability to set a context for a request.

func NewGetInternationalStandingOrderConsentsConsentIDParamsWithHTTPClient

func NewGetInternationalStandingOrderConsentsConsentIDParamsWithHTTPClient(client *http.Client) *GetInternationalStandingOrderConsentsConsentIDParams

NewGetInternationalStandingOrderConsentsConsentIDParamsWithHTTPClient creates a new GetInternationalStandingOrderConsentsConsentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetInternationalStandingOrderConsentsConsentIDParamsWithTimeout

func NewGetInternationalStandingOrderConsentsConsentIDParamsWithTimeout(timeout time.Duration) *GetInternationalStandingOrderConsentsConsentIDParams

NewGetInternationalStandingOrderConsentsConsentIDParamsWithTimeout creates a new GetInternationalStandingOrderConsentsConsentIDParams object with the ability to set a timeout on a request.

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetAuthorization

func (o *GetInternationalStandingOrderConsentsConsentIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetConsentID

SetConsentID adds the consentId to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetContext

SetContext adds the context to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetDefaults

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

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

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetTimeout

SetTimeout adds the timeout to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithAuthorization

WithAuthorization adds the authorization to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithConsentID

WithConsentID adds the consentID to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithContext

WithContext adds the context to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithDefaults

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

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

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithTimeout

WithTimeout adds the timeout to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithXCustomerUserAgent

WithXCustomerUserAgent adds the xCustomerUserAgent to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithXFapiCustomerIPAddress

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WithXFapiInteractionID

WithXFapiInteractionID adds the xFapiInteractionID to the get international standing order consents consent Id params

func (*GetInternationalStandingOrderConsentsConsentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInternationalStandingOrderConsentsConsentIDReader

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

GetInternationalStandingOrderConsentsConsentIDReader is a Reader for the GetInternationalStandingOrderConsentsConsentID structure.

func (*GetInternationalStandingOrderConsentsConsentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInternationalStandingOrderConsentsConsentIDTooManyRequests

type GetInternationalStandingOrderConsentsConsentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

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

Too Many Requests

func NewGetInternationalStandingOrderConsentsConsentIDTooManyRequests

func NewGetInternationalStandingOrderConsentsConsentIDTooManyRequests() *GetInternationalStandingOrderConsentsConsentIDTooManyRequests

NewGetInternationalStandingOrderConsentsConsentIDTooManyRequests creates a GetInternationalStandingOrderConsentsConsentIDTooManyRequests with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) Error

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDTooManyRequests) String

type GetInternationalStandingOrderConsentsConsentIDUnauthorized

type GetInternationalStandingOrderConsentsConsentIDUnauthorized struct {

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

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

Unauthorized

func NewGetInternationalStandingOrderConsentsConsentIDUnauthorized

func NewGetInternationalStandingOrderConsentsConsentIDUnauthorized() *GetInternationalStandingOrderConsentsConsentIDUnauthorized

NewGetInternationalStandingOrderConsentsConsentIDUnauthorized creates a GetInternationalStandingOrderConsentsConsentIDUnauthorized with default headers values

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) Code

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

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) Error

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) IsClientError

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

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) IsCode

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

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) IsRedirect

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

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) IsServerError

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

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) IsSuccess

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

func (*GetInternationalStandingOrderConsentsConsentIDUnauthorized) String

Jump to

Keyboard shortcuts

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