international_standing_orders

package
v0.0.0-...-4b0e152 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2021 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) CreateInternationalStandingOrders

CreateInternationalStandingOrders creates international standing orders

func (*Client) GetInternationalStandingOrderConsentsConsentID

GetInternationalStandingOrderConsentsConsentID gets international standing order consents

func (*Client) GetInternationalStandingOrdersInternationalStandingOrderPaymentID

GetInternationalStandingOrdersInternationalStandingOrderPaymentID gets international standing orders

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

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) Error

func (*CreateInternationalStandingOrderConsentsBadRequest) GetPayload

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) Error

func (*CreateInternationalStandingOrderConsentsCreated) GetPayload

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) Error

func (*CreateInternationalStandingOrderConsentsForbidden) GetPayload

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) Error

func (*CreateInternationalStandingOrderConsentsInternalServerError) GetPayload

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) Error

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) Error

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) Error

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) Error

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) Error

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) Error

type CreateInternationalStandingOrdersBadRequest

type CreateInternationalStandingOrdersBadRequest 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
}
CreateInternationalStandingOrdersBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateInternationalStandingOrdersBadRequest

func NewCreateInternationalStandingOrdersBadRequest() *CreateInternationalStandingOrdersBadRequest

NewCreateInternationalStandingOrdersBadRequest creates a CreateInternationalStandingOrdersBadRequest with default headers values

func (*CreateInternationalStandingOrdersBadRequest) Error

func (*CreateInternationalStandingOrdersBadRequest) GetPayload

type CreateInternationalStandingOrdersCreated

type CreateInternationalStandingOrdersCreated 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.OBWriteInternationalStandingOrderResponse7
}
CreateInternationalStandingOrdersCreated describes a response with status code 201, with default header values.

International Standing Orders Created

func NewCreateInternationalStandingOrdersCreated

func NewCreateInternationalStandingOrdersCreated() *CreateInternationalStandingOrdersCreated

NewCreateInternationalStandingOrdersCreated creates a CreateInternationalStandingOrdersCreated with default headers values

func (*CreateInternationalStandingOrdersCreated) Error

func (*CreateInternationalStandingOrdersCreated) GetPayload

type CreateInternationalStandingOrdersForbidden

type CreateInternationalStandingOrdersForbidden 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
}
CreateInternationalStandingOrdersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateInternationalStandingOrdersForbidden

func NewCreateInternationalStandingOrdersForbidden() *CreateInternationalStandingOrdersForbidden

NewCreateInternationalStandingOrdersForbidden creates a CreateInternationalStandingOrdersForbidden with default headers values

func (*CreateInternationalStandingOrdersForbidden) Error

func (*CreateInternationalStandingOrdersForbidden) GetPayload

type CreateInternationalStandingOrdersInternalServerError

type CreateInternationalStandingOrdersInternalServerError 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
}
CreateInternationalStandingOrdersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCreateInternationalStandingOrdersInternalServerError

func NewCreateInternationalStandingOrdersInternalServerError() *CreateInternationalStandingOrdersInternalServerError

NewCreateInternationalStandingOrdersInternalServerError creates a CreateInternationalStandingOrdersInternalServerError with default headers values

func (*CreateInternationalStandingOrdersInternalServerError) Error

func (*CreateInternationalStandingOrdersInternalServerError) GetPayload

type CreateInternationalStandingOrdersMethodNotAllowed

type CreateInternationalStandingOrdersMethodNotAllowed struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
CreateInternationalStandingOrdersMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewCreateInternationalStandingOrdersMethodNotAllowed

func NewCreateInternationalStandingOrdersMethodNotAllowed() *CreateInternationalStandingOrdersMethodNotAllowed

NewCreateInternationalStandingOrdersMethodNotAllowed creates a CreateInternationalStandingOrdersMethodNotAllowed with default headers values

func (*CreateInternationalStandingOrdersMethodNotAllowed) Error

type CreateInternationalStandingOrdersNotAcceptable

type CreateInternationalStandingOrdersNotAcceptable struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
CreateInternationalStandingOrdersNotAcceptable describes a response with status code 406, with default header values.

Not Acceptable

func NewCreateInternationalStandingOrdersNotAcceptable

func NewCreateInternationalStandingOrdersNotAcceptable() *CreateInternationalStandingOrdersNotAcceptable

NewCreateInternationalStandingOrdersNotAcceptable creates a CreateInternationalStandingOrdersNotAcceptable with default headers values

func (*CreateInternationalStandingOrdersNotAcceptable) Error

type CreateInternationalStandingOrdersNotFound

type CreateInternationalStandingOrdersNotFound struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
CreateInternationalStandingOrdersNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateInternationalStandingOrdersNotFound

func NewCreateInternationalStandingOrdersNotFound() *CreateInternationalStandingOrdersNotFound

NewCreateInternationalStandingOrdersNotFound creates a CreateInternationalStandingOrdersNotFound with default headers values

func (*CreateInternationalStandingOrdersNotFound) Error

type CreateInternationalStandingOrdersParams

type CreateInternationalStandingOrdersParams struct {

	/* Authorization.

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

	/* OBWriteInternationalStandingOrder4Param.

	   Default
	*/
	OBWriteInternationalStandingOrder4Param *models.OBWriteInternationalStandingOrder4

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

CreateInternationalStandingOrdersParams contains all the parameters to send to the API endpoint

for the create international standing orders operation.

Typically these are written to a http.Request.

func NewCreateInternationalStandingOrdersParams

func NewCreateInternationalStandingOrdersParams() *CreateInternationalStandingOrdersParams

NewCreateInternationalStandingOrdersParams creates a new CreateInternationalStandingOrdersParams 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 NewCreateInternationalStandingOrdersParamsWithContext

func NewCreateInternationalStandingOrdersParamsWithContext(ctx context.Context) *CreateInternationalStandingOrdersParams

NewCreateInternationalStandingOrdersParamsWithContext creates a new CreateInternationalStandingOrdersParams object with the ability to set a context for a request.

func NewCreateInternationalStandingOrdersParamsWithHTTPClient

func NewCreateInternationalStandingOrdersParamsWithHTTPClient(client *http.Client) *CreateInternationalStandingOrdersParams

NewCreateInternationalStandingOrdersParamsWithHTTPClient creates a new CreateInternationalStandingOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInternationalStandingOrdersParamsWithTimeout

func NewCreateInternationalStandingOrdersParamsWithTimeout(timeout time.Duration) *CreateInternationalStandingOrdersParams

NewCreateInternationalStandingOrdersParamsWithTimeout creates a new CreateInternationalStandingOrdersParams object with the ability to set a timeout on a request.

func (*CreateInternationalStandingOrdersParams) SetAuthorization

func (o *CreateInternationalStandingOrdersParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetContext

SetContext adds the context to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetDefaults

func (o *CreateInternationalStandingOrdersParams) SetDefaults()

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

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

func (*CreateInternationalStandingOrdersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetOBWriteInternationalStandingOrder4Param

func (o *CreateInternationalStandingOrdersParams) SetOBWriteInternationalStandingOrder4Param(oBWriteInternationalStandingOrder4Param *models.OBWriteInternationalStandingOrder4)

SetOBWriteInternationalStandingOrder4Param adds the oBWriteInternationalStandingOrder4Param to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetTimeout

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

SetTimeout adds the timeout to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetXIdempotencyKey

func (o *CreateInternationalStandingOrdersParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) SetXJwsSignature

func (o *CreateInternationalStandingOrdersParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithAuthorization

WithAuthorization adds the authorization to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithContext

WithContext adds the context to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithDefaults

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

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

func (*CreateInternationalStandingOrdersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithOBWriteInternationalStandingOrder4Param

func (o *CreateInternationalStandingOrdersParams) WithOBWriteInternationalStandingOrder4Param(oBWriteInternationalStandingOrder4Param *models.OBWriteInternationalStandingOrder4) *CreateInternationalStandingOrdersParams

WithOBWriteInternationalStandingOrder4Param adds the oBWriteInternationalStandingOrder4Param to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithTimeout

WithTimeout adds the timeout to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create international standing orders params

func (*CreateInternationalStandingOrdersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInternationalStandingOrdersReader

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

CreateInternationalStandingOrdersReader is a Reader for the CreateInternationalStandingOrders structure.

func (*CreateInternationalStandingOrdersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInternationalStandingOrdersTooManyRequests

type CreateInternationalStandingOrdersTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
CreateInternationalStandingOrdersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateInternationalStandingOrdersTooManyRequests

func NewCreateInternationalStandingOrdersTooManyRequests() *CreateInternationalStandingOrdersTooManyRequests

NewCreateInternationalStandingOrdersTooManyRequests creates a CreateInternationalStandingOrdersTooManyRequests with default headers values

func (*CreateInternationalStandingOrdersTooManyRequests) Error

type CreateInternationalStandingOrdersUnauthorized

type CreateInternationalStandingOrdersUnauthorized struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
CreateInternationalStandingOrdersUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCreateInternationalStandingOrdersUnauthorized

func NewCreateInternationalStandingOrdersUnauthorized() *CreateInternationalStandingOrdersUnauthorized

NewCreateInternationalStandingOrdersUnauthorized creates a CreateInternationalStandingOrdersUnauthorized with default headers values

func (*CreateInternationalStandingOrdersUnauthorized) Error

type CreateInternationalStandingOrdersUnsupportedMediaType

type CreateInternationalStandingOrdersUnsupportedMediaType struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
CreateInternationalStandingOrdersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type

func NewCreateInternationalStandingOrdersUnsupportedMediaType

func NewCreateInternationalStandingOrdersUnsupportedMediaType() *CreateInternationalStandingOrdersUnsupportedMediaType

NewCreateInternationalStandingOrdersUnsupportedMediaType creates a CreateInternationalStandingOrdersUnsupportedMediaType with default headers values

func (*CreateInternationalStandingOrdersUnsupportedMediaType) Error

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) Error

func (*GetInternationalStandingOrderConsentsConsentIDBadRequest) GetPayload

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) Error

func (*GetInternationalStandingOrderConsentsConsentIDForbidden) GetPayload

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) Error

func (*GetInternationalStandingOrderConsentsConsentIDInternalServerError) GetPayload

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) Error

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) Error

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) Error

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) Error

func (*GetInternationalStandingOrderConsentsConsentIDOK) GetPayload

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) Error

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) Error

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest 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
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest) Error

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDBadRequest) GetPayload

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden 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
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden) Error

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDForbidden) GetPayload

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError 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
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError) Error

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDInternalServerError) GetPayload

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDMethodNotAllowed) Error

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable describes a response with status code 406, with default header values.

Not Acceptable

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotAcceptable) Error

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound describes a response with status code 404, with default header values.

Not found

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDNotFound) Error

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK 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.OBWriteInternationalStandingOrderResponse7
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK describes a response with status code 200, with default header values.

International Standing Orders Read

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK) Error

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDOK) GetPayload

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams struct {

	/* Authorization.

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

	/* InternationalStandingOrderPaymentID.

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

GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams contains all the parameters to send to the API endpoint

for the get international standing orders international standing order payment Id operation.

Typically these are written to a http.Request.

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams creates a new GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams 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 NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithContext

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithContext(ctx context.Context) *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithContext creates a new GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams object with the ability to set a context for a request.

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithHTTPClient

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithHTTPClient(client *http.Client) *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithHTTPClient creates a new GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithTimeout

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithTimeout(timeout time.Duration) *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDParamsWithTimeout creates a new GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams object with the ability to set a timeout on a request.

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetAuthorization

SetAuthorization adds the authorization to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetContext

SetContext adds the context to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetDefaults

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

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

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetInternationalStandingOrderPaymentID

func (o *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetInternationalStandingOrderPaymentID(internationalStandingOrderPaymentID string)

SetInternationalStandingOrderPaymentID adds the internationalStandingOrderPaymentId to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetTimeout

SetTimeout adds the timeout to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetXFapiAuthDate

SetXFapiAuthDate adds the xFapiAuthDate to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithAuthorization

WithAuthorization adds the authorization to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithContext

WithContext adds the context to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithDefaults

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

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

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithInternationalStandingOrderPaymentID

WithInternationalStandingOrderPaymentID adds the internationalStandingOrderPaymentID to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithTimeout

WithTimeout adds the timeout to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithXCustomerUserAgent

WithXCustomerUserAgent adds the xCustomerUserAgent to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithXFapiCustomerIPAddress

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WithXFapiInteractionID

WithXFapiInteractionID adds the xFapiInteractionID to the get international standing orders international standing order payment Id params

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDReader

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

GetInternationalStandingOrdersInternationalStandingOrderPaymentIDReader is a Reader for the GetInternationalStandingOrdersInternationalStandingOrderPaymentID structure.

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDTooManyRequests) Error

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized

type GetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized struct {

	/* An RFC4122 UID used as a correlation id.
	 */
	XFapiInteractionID string
}
GetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized

func NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized() *GetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized

NewGetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized creates a GetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized with default headers values

func (*GetInternationalStandingOrdersInternationalStandingOrderPaymentIDUnauthorized) Error

Jump to

Keyboard shortcuts

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