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

func (*Client) CreateDomesticStandingOrderConsents

CreateDomesticStandingOrderConsents creates domestic standing order consents

func (*Client) CreateDomesticStandingOrders

CreateDomesticStandingOrders creates domestic standing orders

func (*Client) GetDomesticStandingOrderConsentsConsentID

GetDomesticStandingOrderConsentsConsentID gets domestic standing order consents

func (*Client) GetDomesticStandingOrdersDomesticStandingOrderID

GetDomesticStandingOrdersDomesticStandingOrderID gets domestic 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 domestic standing orders API client.

type CreateDomesticStandingOrderConsentsBadRequest

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

Bad request

func NewCreateDomesticStandingOrderConsentsBadRequest

func NewCreateDomesticStandingOrderConsentsBadRequest() *CreateDomesticStandingOrderConsentsBadRequest

NewCreateDomesticStandingOrderConsentsBadRequest creates a CreateDomesticStandingOrderConsentsBadRequest with default headers values

func (*CreateDomesticStandingOrderConsentsBadRequest) Error

func (*CreateDomesticStandingOrderConsentsBadRequest) GetPayload

type CreateDomesticStandingOrderConsentsCreated

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

Domestic Standing Order Consents Created

func NewCreateDomesticStandingOrderConsentsCreated

func NewCreateDomesticStandingOrderConsentsCreated() *CreateDomesticStandingOrderConsentsCreated

NewCreateDomesticStandingOrderConsentsCreated creates a CreateDomesticStandingOrderConsentsCreated with default headers values

func (*CreateDomesticStandingOrderConsentsCreated) Error

func (*CreateDomesticStandingOrderConsentsCreated) GetPayload

type CreateDomesticStandingOrderConsentsForbidden

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

Forbidden

func NewCreateDomesticStandingOrderConsentsForbidden

func NewCreateDomesticStandingOrderConsentsForbidden() *CreateDomesticStandingOrderConsentsForbidden

NewCreateDomesticStandingOrderConsentsForbidden creates a CreateDomesticStandingOrderConsentsForbidden with default headers values

func (*CreateDomesticStandingOrderConsentsForbidden) Error

func (*CreateDomesticStandingOrderConsentsForbidden) GetPayload

type CreateDomesticStandingOrderConsentsInternalServerError

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

Internal Server Error

func NewCreateDomesticStandingOrderConsentsInternalServerError

func NewCreateDomesticStandingOrderConsentsInternalServerError() *CreateDomesticStandingOrderConsentsInternalServerError

NewCreateDomesticStandingOrderConsentsInternalServerError creates a CreateDomesticStandingOrderConsentsInternalServerError with default headers values

func (*CreateDomesticStandingOrderConsentsInternalServerError) Error

func (*CreateDomesticStandingOrderConsentsInternalServerError) GetPayload

type CreateDomesticStandingOrderConsentsMethodNotAllowed

type CreateDomesticStandingOrderConsentsMethodNotAllowed struct {

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

Method Not Allowed

func NewCreateDomesticStandingOrderConsentsMethodNotAllowed

func NewCreateDomesticStandingOrderConsentsMethodNotAllowed() *CreateDomesticStandingOrderConsentsMethodNotAllowed

NewCreateDomesticStandingOrderConsentsMethodNotAllowed creates a CreateDomesticStandingOrderConsentsMethodNotAllowed with default headers values

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) Error

type CreateDomesticStandingOrderConsentsNotAcceptable

type CreateDomesticStandingOrderConsentsNotAcceptable struct {

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

Not Acceptable

func NewCreateDomesticStandingOrderConsentsNotAcceptable

func NewCreateDomesticStandingOrderConsentsNotAcceptable() *CreateDomesticStandingOrderConsentsNotAcceptable

NewCreateDomesticStandingOrderConsentsNotAcceptable creates a CreateDomesticStandingOrderConsentsNotAcceptable with default headers values

func (*CreateDomesticStandingOrderConsentsNotAcceptable) Error

type CreateDomesticStandingOrderConsentsNotFound

type CreateDomesticStandingOrderConsentsNotFound struct {

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

Not found

func NewCreateDomesticStandingOrderConsentsNotFound

func NewCreateDomesticStandingOrderConsentsNotFound() *CreateDomesticStandingOrderConsentsNotFound

NewCreateDomesticStandingOrderConsentsNotFound creates a CreateDomesticStandingOrderConsentsNotFound with default headers values

func (*CreateDomesticStandingOrderConsentsNotFound) Error

type CreateDomesticStandingOrderConsentsParams

type CreateDomesticStandingOrderConsentsParams struct {

	/* Authorization.

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

	/* OBWriteDomesticStandingOrderConsent5Param.

	   Default
	*/
	OBWriteDomesticStandingOrderConsent5Param *models.OBWriteDomesticStandingOrderConsent5

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

CreateDomesticStandingOrderConsentsParams contains all the parameters to send to the API endpoint

for the create domestic standing order consents operation.

Typically these are written to a http.Request.

func NewCreateDomesticStandingOrderConsentsParams

func NewCreateDomesticStandingOrderConsentsParams() *CreateDomesticStandingOrderConsentsParams

NewCreateDomesticStandingOrderConsentsParams creates a new CreateDomesticStandingOrderConsentsParams 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 NewCreateDomesticStandingOrderConsentsParamsWithContext

func NewCreateDomesticStandingOrderConsentsParamsWithContext(ctx context.Context) *CreateDomesticStandingOrderConsentsParams

NewCreateDomesticStandingOrderConsentsParamsWithContext creates a new CreateDomesticStandingOrderConsentsParams object with the ability to set a context for a request.

func NewCreateDomesticStandingOrderConsentsParamsWithHTTPClient

func NewCreateDomesticStandingOrderConsentsParamsWithHTTPClient(client *http.Client) *CreateDomesticStandingOrderConsentsParams

NewCreateDomesticStandingOrderConsentsParamsWithHTTPClient creates a new CreateDomesticStandingOrderConsentsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDomesticStandingOrderConsentsParamsWithTimeout

func NewCreateDomesticStandingOrderConsentsParamsWithTimeout(timeout time.Duration) *CreateDomesticStandingOrderConsentsParams

NewCreateDomesticStandingOrderConsentsParamsWithTimeout creates a new CreateDomesticStandingOrderConsentsParams object with the ability to set a timeout on a request.

func (*CreateDomesticStandingOrderConsentsParams) SetAuthorization

func (o *CreateDomesticStandingOrderConsentsParams) SetAuthorization(authorization string)

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

func (*CreateDomesticStandingOrderConsentsParams) SetContext

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

func (*CreateDomesticStandingOrderConsentsParams) SetDefaults

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

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

func (*CreateDomesticStandingOrderConsentsParams) SetHTTPClient

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

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

func (*CreateDomesticStandingOrderConsentsParams) SetOBWriteDomesticStandingOrderConsent5Param

func (o *CreateDomesticStandingOrderConsentsParams) SetOBWriteDomesticStandingOrderConsent5Param(oBWriteDomesticStandingOrderConsent5Param *models.OBWriteDomesticStandingOrderConsent5)

SetOBWriteDomesticStandingOrderConsent5Param adds the oBWriteDomesticStandingOrderConsent5Param to the create domestic standing order consents params

func (*CreateDomesticStandingOrderConsentsParams) SetTimeout

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

func (*CreateDomesticStandingOrderConsentsParams) SetXCustomerUserAgent

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

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

func (*CreateDomesticStandingOrderConsentsParams) SetXFapiAuthDate

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

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

func (*CreateDomesticStandingOrderConsentsParams) SetXFapiCustomerIPAddress

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

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

func (*CreateDomesticStandingOrderConsentsParams) SetXFapiInteractionID

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

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

func (*CreateDomesticStandingOrderConsentsParams) SetXIdempotencyKey

func (o *CreateDomesticStandingOrderConsentsParams) SetXIdempotencyKey(xIdempotencyKey string)

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

func (*CreateDomesticStandingOrderConsentsParams) SetXJwsSignature

func (o *CreateDomesticStandingOrderConsentsParams) SetXJwsSignature(xJwsSignature string)

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

func (*CreateDomesticStandingOrderConsentsParams) WithAuthorization

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

func (*CreateDomesticStandingOrderConsentsParams) WithContext

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

func (*CreateDomesticStandingOrderConsentsParams) WithDefaults

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

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

func (*CreateDomesticStandingOrderConsentsParams) WithHTTPClient

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

func (*CreateDomesticStandingOrderConsentsParams) WithOBWriteDomesticStandingOrderConsent5Param

func (o *CreateDomesticStandingOrderConsentsParams) WithOBWriteDomesticStandingOrderConsent5Param(oBWriteDomesticStandingOrderConsent5Param *models.OBWriteDomesticStandingOrderConsent5) *CreateDomesticStandingOrderConsentsParams

WithOBWriteDomesticStandingOrderConsent5Param adds the oBWriteDomesticStandingOrderConsent5Param to the create domestic standing order consents params

func (*CreateDomesticStandingOrderConsentsParams) WithTimeout

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

func (*CreateDomesticStandingOrderConsentsParams) WithXCustomerUserAgent

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

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

func (*CreateDomesticStandingOrderConsentsParams) WithXFapiAuthDate

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

func (*CreateDomesticStandingOrderConsentsParams) WithXFapiCustomerIPAddress

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

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

func (*CreateDomesticStandingOrderConsentsParams) WithXFapiInteractionID

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

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

func (*CreateDomesticStandingOrderConsentsParams) WithXIdempotencyKey

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

func (*CreateDomesticStandingOrderConsentsParams) WithXJwsSignature

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

func (*CreateDomesticStandingOrderConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDomesticStandingOrderConsentsReader

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

CreateDomesticStandingOrderConsentsReader is a Reader for the CreateDomesticStandingOrderConsents structure.

func (*CreateDomesticStandingOrderConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDomesticStandingOrderConsentsTooManyRequests

type CreateDomesticStandingOrderConsentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewCreateDomesticStandingOrderConsentsTooManyRequests

func NewCreateDomesticStandingOrderConsentsTooManyRequests() *CreateDomesticStandingOrderConsentsTooManyRequests

NewCreateDomesticStandingOrderConsentsTooManyRequests creates a CreateDomesticStandingOrderConsentsTooManyRequests with default headers values

func (*CreateDomesticStandingOrderConsentsTooManyRequests) Error

type CreateDomesticStandingOrderConsentsUnauthorized

type CreateDomesticStandingOrderConsentsUnauthorized struct {

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

Unauthorized

func NewCreateDomesticStandingOrderConsentsUnauthorized

func NewCreateDomesticStandingOrderConsentsUnauthorized() *CreateDomesticStandingOrderConsentsUnauthorized

NewCreateDomesticStandingOrderConsentsUnauthorized creates a CreateDomesticStandingOrderConsentsUnauthorized with default headers values

func (*CreateDomesticStandingOrderConsentsUnauthorized) Error

type CreateDomesticStandingOrderConsentsUnsupportedMediaType

type CreateDomesticStandingOrderConsentsUnsupportedMediaType struct {

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

Unsupported Media Type

func NewCreateDomesticStandingOrderConsentsUnsupportedMediaType

func NewCreateDomesticStandingOrderConsentsUnsupportedMediaType() *CreateDomesticStandingOrderConsentsUnsupportedMediaType

NewCreateDomesticStandingOrderConsentsUnsupportedMediaType creates a CreateDomesticStandingOrderConsentsUnsupportedMediaType with default headers values

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) Error

type CreateDomesticStandingOrdersBadRequest

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

Bad request

func NewCreateDomesticStandingOrdersBadRequest

func NewCreateDomesticStandingOrdersBadRequest() *CreateDomesticStandingOrdersBadRequest

NewCreateDomesticStandingOrdersBadRequest creates a CreateDomesticStandingOrdersBadRequest with default headers values

func (*CreateDomesticStandingOrdersBadRequest) Error

func (*CreateDomesticStandingOrdersBadRequest) GetPayload

type CreateDomesticStandingOrdersCreated

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

Domestic Standing Orders Created

func NewCreateDomesticStandingOrdersCreated

func NewCreateDomesticStandingOrdersCreated() *CreateDomesticStandingOrdersCreated

NewCreateDomesticStandingOrdersCreated creates a CreateDomesticStandingOrdersCreated with default headers values

func (*CreateDomesticStandingOrdersCreated) Error

func (*CreateDomesticStandingOrdersCreated) GetPayload

type CreateDomesticStandingOrdersForbidden

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

Forbidden

func NewCreateDomesticStandingOrdersForbidden

func NewCreateDomesticStandingOrdersForbidden() *CreateDomesticStandingOrdersForbidden

NewCreateDomesticStandingOrdersForbidden creates a CreateDomesticStandingOrdersForbidden with default headers values

func (*CreateDomesticStandingOrdersForbidden) Error

func (*CreateDomesticStandingOrdersForbidden) GetPayload

type CreateDomesticStandingOrdersInternalServerError

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

Internal Server Error

func NewCreateDomesticStandingOrdersInternalServerError

func NewCreateDomesticStandingOrdersInternalServerError() *CreateDomesticStandingOrdersInternalServerError

NewCreateDomesticStandingOrdersInternalServerError creates a CreateDomesticStandingOrdersInternalServerError with default headers values

func (*CreateDomesticStandingOrdersInternalServerError) Error

func (*CreateDomesticStandingOrdersInternalServerError) GetPayload

type CreateDomesticStandingOrdersMethodNotAllowed

type CreateDomesticStandingOrdersMethodNotAllowed struct {

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

Method Not Allowed

func NewCreateDomesticStandingOrdersMethodNotAllowed

func NewCreateDomesticStandingOrdersMethodNotAllowed() *CreateDomesticStandingOrdersMethodNotAllowed

NewCreateDomesticStandingOrdersMethodNotAllowed creates a CreateDomesticStandingOrdersMethodNotAllowed with default headers values

func (*CreateDomesticStandingOrdersMethodNotAllowed) Error

type CreateDomesticStandingOrdersNotAcceptable

type CreateDomesticStandingOrdersNotAcceptable struct {

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

Not Acceptable

func NewCreateDomesticStandingOrdersNotAcceptable

func NewCreateDomesticStandingOrdersNotAcceptable() *CreateDomesticStandingOrdersNotAcceptable

NewCreateDomesticStandingOrdersNotAcceptable creates a CreateDomesticStandingOrdersNotAcceptable with default headers values

func (*CreateDomesticStandingOrdersNotAcceptable) Error

type CreateDomesticStandingOrdersNotFound

type CreateDomesticStandingOrdersNotFound struct {

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

Not found

func NewCreateDomesticStandingOrdersNotFound

func NewCreateDomesticStandingOrdersNotFound() *CreateDomesticStandingOrdersNotFound

NewCreateDomesticStandingOrdersNotFound creates a CreateDomesticStandingOrdersNotFound with default headers values

func (*CreateDomesticStandingOrdersNotFound) Error

type CreateDomesticStandingOrdersParams

type CreateDomesticStandingOrdersParams struct {

	/* Authorization.

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

	/* OBWriteDomesticStandingOrder3Param.

	   Default
	*/
	OBWriteDomesticStandingOrder3Param *models.OBWriteDomesticStandingOrder3

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

CreateDomesticStandingOrdersParams contains all the parameters to send to the API endpoint

for the create domestic standing orders operation.

Typically these are written to a http.Request.

func NewCreateDomesticStandingOrdersParams

func NewCreateDomesticStandingOrdersParams() *CreateDomesticStandingOrdersParams

NewCreateDomesticStandingOrdersParams creates a new CreateDomesticStandingOrdersParams 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 NewCreateDomesticStandingOrdersParamsWithContext

func NewCreateDomesticStandingOrdersParamsWithContext(ctx context.Context) *CreateDomesticStandingOrdersParams

NewCreateDomesticStandingOrdersParamsWithContext creates a new CreateDomesticStandingOrdersParams object with the ability to set a context for a request.

func NewCreateDomesticStandingOrdersParamsWithHTTPClient

func NewCreateDomesticStandingOrdersParamsWithHTTPClient(client *http.Client) *CreateDomesticStandingOrdersParams

NewCreateDomesticStandingOrdersParamsWithHTTPClient creates a new CreateDomesticStandingOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDomesticStandingOrdersParamsWithTimeout

func NewCreateDomesticStandingOrdersParamsWithTimeout(timeout time.Duration) *CreateDomesticStandingOrdersParams

NewCreateDomesticStandingOrdersParamsWithTimeout creates a new CreateDomesticStandingOrdersParams object with the ability to set a timeout on a request.

func (*CreateDomesticStandingOrdersParams) SetAuthorization

func (o *CreateDomesticStandingOrdersParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetContext

SetContext adds the context to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetDefaults

func (o *CreateDomesticStandingOrdersParams) SetDefaults()

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

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

func (*CreateDomesticStandingOrdersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetOBWriteDomesticStandingOrder3Param

func (o *CreateDomesticStandingOrdersParams) SetOBWriteDomesticStandingOrder3Param(oBWriteDomesticStandingOrder3Param *models.OBWriteDomesticStandingOrder3)

SetOBWriteDomesticStandingOrder3Param adds the oBWriteDomesticStandingOrder3Param to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetTimeout

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

SetTimeout adds the timeout to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetXIdempotencyKey

func (o *CreateDomesticStandingOrdersParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) SetXJwsSignature

func (o *CreateDomesticStandingOrdersParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithAuthorization

WithAuthorization adds the authorization to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithContext

WithContext adds the context to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithDefaults

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

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

func (*CreateDomesticStandingOrdersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithOBWriteDomesticStandingOrder3Param

func (o *CreateDomesticStandingOrdersParams) WithOBWriteDomesticStandingOrder3Param(oBWriteDomesticStandingOrder3Param *models.OBWriteDomesticStandingOrder3) *CreateDomesticStandingOrdersParams

WithOBWriteDomesticStandingOrder3Param adds the oBWriteDomesticStandingOrder3Param to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithTimeout

WithTimeout adds the timeout to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithXIdempotencyKey

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

WithXIdempotencyKey adds the xIdempotencyKey to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create domestic standing orders params

func (*CreateDomesticStandingOrdersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDomesticStandingOrdersReader

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

CreateDomesticStandingOrdersReader is a Reader for the CreateDomesticStandingOrders structure.

func (*CreateDomesticStandingOrdersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDomesticStandingOrdersTooManyRequests

type CreateDomesticStandingOrdersTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewCreateDomesticStandingOrdersTooManyRequests

func NewCreateDomesticStandingOrdersTooManyRequests() *CreateDomesticStandingOrdersTooManyRequests

NewCreateDomesticStandingOrdersTooManyRequests creates a CreateDomesticStandingOrdersTooManyRequests with default headers values

func (*CreateDomesticStandingOrdersTooManyRequests) Error

type CreateDomesticStandingOrdersUnauthorized

type CreateDomesticStandingOrdersUnauthorized struct {

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

Unauthorized

func NewCreateDomesticStandingOrdersUnauthorized

func NewCreateDomesticStandingOrdersUnauthorized() *CreateDomesticStandingOrdersUnauthorized

NewCreateDomesticStandingOrdersUnauthorized creates a CreateDomesticStandingOrdersUnauthorized with default headers values

func (*CreateDomesticStandingOrdersUnauthorized) Error

type CreateDomesticStandingOrdersUnsupportedMediaType

type CreateDomesticStandingOrdersUnsupportedMediaType struct {

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

Unsupported Media Type

func NewCreateDomesticStandingOrdersUnsupportedMediaType

func NewCreateDomesticStandingOrdersUnsupportedMediaType() *CreateDomesticStandingOrdersUnsupportedMediaType

NewCreateDomesticStandingOrdersUnsupportedMediaType creates a CreateDomesticStandingOrdersUnsupportedMediaType with default headers values

func (*CreateDomesticStandingOrdersUnsupportedMediaType) Error

type GetDomesticStandingOrderConsentsConsentIDBadRequest

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

Bad request

func NewGetDomesticStandingOrderConsentsConsentIDBadRequest

func NewGetDomesticStandingOrderConsentsConsentIDBadRequest() *GetDomesticStandingOrderConsentsConsentIDBadRequest

NewGetDomesticStandingOrderConsentsConsentIDBadRequest creates a GetDomesticStandingOrderConsentsConsentIDBadRequest with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) Error

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) GetPayload

type GetDomesticStandingOrderConsentsConsentIDForbidden

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

Forbidden

func NewGetDomesticStandingOrderConsentsConsentIDForbidden

func NewGetDomesticStandingOrderConsentsConsentIDForbidden() *GetDomesticStandingOrderConsentsConsentIDForbidden

NewGetDomesticStandingOrderConsentsConsentIDForbidden creates a GetDomesticStandingOrderConsentsConsentIDForbidden with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) Error

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) GetPayload

type GetDomesticStandingOrderConsentsConsentIDInternalServerError

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

Internal Server Error

func NewGetDomesticStandingOrderConsentsConsentIDInternalServerError

func NewGetDomesticStandingOrderConsentsConsentIDInternalServerError() *GetDomesticStandingOrderConsentsConsentIDInternalServerError

NewGetDomesticStandingOrderConsentsConsentIDInternalServerError creates a GetDomesticStandingOrderConsentsConsentIDInternalServerError with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) Error

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) GetPayload

type GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed

type GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed struct {

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

Method Not Allowed

func NewGetDomesticStandingOrderConsentsConsentIDMethodNotAllowed

func NewGetDomesticStandingOrderConsentsConsentIDMethodNotAllowed() *GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed

NewGetDomesticStandingOrderConsentsConsentIDMethodNotAllowed creates a GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) Error

type GetDomesticStandingOrderConsentsConsentIDNotAcceptable

type GetDomesticStandingOrderConsentsConsentIDNotAcceptable struct {

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

Not Acceptable

func NewGetDomesticStandingOrderConsentsConsentIDNotAcceptable

func NewGetDomesticStandingOrderConsentsConsentIDNotAcceptable() *GetDomesticStandingOrderConsentsConsentIDNotAcceptable

NewGetDomesticStandingOrderConsentsConsentIDNotAcceptable creates a GetDomesticStandingOrderConsentsConsentIDNotAcceptable with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) Error

type GetDomesticStandingOrderConsentsConsentIDNotFound

type GetDomesticStandingOrderConsentsConsentIDNotFound struct {

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

Not found

func NewGetDomesticStandingOrderConsentsConsentIDNotFound

func NewGetDomesticStandingOrderConsentsConsentIDNotFound() *GetDomesticStandingOrderConsentsConsentIDNotFound

NewGetDomesticStandingOrderConsentsConsentIDNotFound creates a GetDomesticStandingOrderConsentsConsentIDNotFound with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) Error

type GetDomesticStandingOrderConsentsConsentIDOK

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

Domestic Standing Order Consents Read

func NewGetDomesticStandingOrderConsentsConsentIDOK

func NewGetDomesticStandingOrderConsentsConsentIDOK() *GetDomesticStandingOrderConsentsConsentIDOK

NewGetDomesticStandingOrderConsentsConsentIDOK creates a GetDomesticStandingOrderConsentsConsentIDOK with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDOK) Error

func (*GetDomesticStandingOrderConsentsConsentIDOK) GetPayload

type GetDomesticStandingOrderConsentsConsentIDParams

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

GetDomesticStandingOrderConsentsConsentIDParams contains all the parameters to send to the API endpoint

for the get domestic standing order consents consent Id operation.

Typically these are written to a http.Request.

func NewGetDomesticStandingOrderConsentsConsentIDParams

func NewGetDomesticStandingOrderConsentsConsentIDParams() *GetDomesticStandingOrderConsentsConsentIDParams

NewGetDomesticStandingOrderConsentsConsentIDParams creates a new GetDomesticStandingOrderConsentsConsentIDParams 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 NewGetDomesticStandingOrderConsentsConsentIDParamsWithContext

func NewGetDomesticStandingOrderConsentsConsentIDParamsWithContext(ctx context.Context) *GetDomesticStandingOrderConsentsConsentIDParams

NewGetDomesticStandingOrderConsentsConsentIDParamsWithContext creates a new GetDomesticStandingOrderConsentsConsentIDParams object with the ability to set a context for a request.

func NewGetDomesticStandingOrderConsentsConsentIDParamsWithHTTPClient

func NewGetDomesticStandingOrderConsentsConsentIDParamsWithHTTPClient(client *http.Client) *GetDomesticStandingOrderConsentsConsentIDParams

NewGetDomesticStandingOrderConsentsConsentIDParamsWithHTTPClient creates a new GetDomesticStandingOrderConsentsConsentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticStandingOrderConsentsConsentIDParamsWithTimeout

func NewGetDomesticStandingOrderConsentsConsentIDParamsWithTimeout(timeout time.Duration) *GetDomesticStandingOrderConsentsConsentIDParams

NewGetDomesticStandingOrderConsentsConsentIDParamsWithTimeout creates a new GetDomesticStandingOrderConsentsConsentIDParams object with the ability to set a timeout on a request.

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetAuthorization

func (o *GetDomesticStandingOrderConsentsConsentIDParams) SetAuthorization(authorization string)

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetConsentID

func (o *GetDomesticStandingOrderConsentsConsentIDParams) SetConsentID(consentID string)

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetContext

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetDefaults

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetHTTPClient

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetTimeout

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetXCustomerUserAgent

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetXFapiAuthDate

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetXFapiCustomerIPAddress

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) SetXFapiInteractionID

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithAuthorization

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithConsentID

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithContext

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithDefaults

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithHTTPClient

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithTimeout

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithXCustomerUserAgent

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithXFapiAuthDate

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithXFapiCustomerIPAddress

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

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WithXFapiInteractionID

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

func (*GetDomesticStandingOrderConsentsConsentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticStandingOrderConsentsConsentIDReader

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

GetDomesticStandingOrderConsentsConsentIDReader is a Reader for the GetDomesticStandingOrderConsentsConsentID structure.

func (*GetDomesticStandingOrderConsentsConsentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticStandingOrderConsentsConsentIDTooManyRequests

type GetDomesticStandingOrderConsentsConsentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetDomesticStandingOrderConsentsConsentIDTooManyRequests

func NewGetDomesticStandingOrderConsentsConsentIDTooManyRequests() *GetDomesticStandingOrderConsentsConsentIDTooManyRequests

NewGetDomesticStandingOrderConsentsConsentIDTooManyRequests creates a GetDomesticStandingOrderConsentsConsentIDTooManyRequests with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) Error

type GetDomesticStandingOrderConsentsConsentIDUnauthorized

type GetDomesticStandingOrderConsentsConsentIDUnauthorized struct {

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

Unauthorized

func NewGetDomesticStandingOrderConsentsConsentIDUnauthorized

func NewGetDomesticStandingOrderConsentsConsentIDUnauthorized() *GetDomesticStandingOrderConsentsConsentIDUnauthorized

NewGetDomesticStandingOrderConsentsConsentIDUnauthorized creates a GetDomesticStandingOrderConsentsConsentIDUnauthorized with default headers values

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) Error

type GetDomesticStandingOrdersDomesticStandingOrderIDBadRequest

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

Bad request

func NewGetDomesticStandingOrdersDomesticStandingOrderIDBadRequest

func NewGetDomesticStandingOrdersDomesticStandingOrderIDBadRequest() *GetDomesticStandingOrdersDomesticStandingOrderIDBadRequest

NewGetDomesticStandingOrdersDomesticStandingOrderIDBadRequest creates a GetDomesticStandingOrdersDomesticStandingOrderIDBadRequest with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDBadRequest) Error

func (*GetDomesticStandingOrdersDomesticStandingOrderIDBadRequest) GetPayload

type GetDomesticStandingOrdersDomesticStandingOrderIDForbidden

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

Forbidden

func NewGetDomesticStandingOrdersDomesticStandingOrderIDForbidden

func NewGetDomesticStandingOrdersDomesticStandingOrderIDForbidden() *GetDomesticStandingOrdersDomesticStandingOrderIDForbidden

NewGetDomesticStandingOrdersDomesticStandingOrderIDForbidden creates a GetDomesticStandingOrdersDomesticStandingOrderIDForbidden with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDForbidden) Error

func (*GetDomesticStandingOrdersDomesticStandingOrderIDForbidden) GetPayload

type GetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError

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

Internal Server Error

func NewGetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError

func NewGetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError() *GetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError

NewGetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError creates a GetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError) Error

func (*GetDomesticStandingOrdersDomesticStandingOrderIDInternalServerError) GetPayload

type GetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed

type GetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed struct {

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

Method Not Allowed

func NewGetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed

func NewGetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed() *GetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed

NewGetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed creates a GetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDMethodNotAllowed) Error

type GetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable

type GetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable struct {

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

Not Acceptable

func NewGetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable

func NewGetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable() *GetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable

NewGetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable creates a GetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDNotAcceptable) Error

type GetDomesticStandingOrdersDomesticStandingOrderIDNotFound

type GetDomesticStandingOrdersDomesticStandingOrderIDNotFound struct {

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

Not found

func NewGetDomesticStandingOrdersDomesticStandingOrderIDNotFound

func NewGetDomesticStandingOrdersDomesticStandingOrderIDNotFound() *GetDomesticStandingOrdersDomesticStandingOrderIDNotFound

NewGetDomesticStandingOrdersDomesticStandingOrderIDNotFound creates a GetDomesticStandingOrdersDomesticStandingOrderIDNotFound with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDNotFound) Error

type GetDomesticStandingOrdersDomesticStandingOrderIDOK

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

Domestic Standing Orders Read

func NewGetDomesticStandingOrdersDomesticStandingOrderIDOK

func NewGetDomesticStandingOrdersDomesticStandingOrderIDOK() *GetDomesticStandingOrdersDomesticStandingOrderIDOK

NewGetDomesticStandingOrdersDomesticStandingOrderIDOK creates a GetDomesticStandingOrdersDomesticStandingOrderIDOK with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDOK) Error

func (*GetDomesticStandingOrdersDomesticStandingOrderIDOK) GetPayload

type GetDomesticStandingOrdersDomesticStandingOrderIDParams

type GetDomesticStandingOrdersDomesticStandingOrderIDParams struct {

	/* Authorization.

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

	/* DomesticStandingOrderID.

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

GetDomesticStandingOrdersDomesticStandingOrderIDParams contains all the parameters to send to the API endpoint

for the get domestic standing orders domestic standing order Id operation.

Typically these are written to a http.Request.

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParams

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParams() *GetDomesticStandingOrdersDomesticStandingOrderIDParams

NewGetDomesticStandingOrdersDomesticStandingOrderIDParams creates a new GetDomesticStandingOrdersDomesticStandingOrderIDParams 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 NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithContext

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithContext(ctx context.Context) *GetDomesticStandingOrdersDomesticStandingOrderIDParams

NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithContext creates a new GetDomesticStandingOrdersDomesticStandingOrderIDParams object with the ability to set a context for a request.

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithHTTPClient

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithHTTPClient(client *http.Client) *GetDomesticStandingOrdersDomesticStandingOrderIDParams

NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithHTTPClient creates a new GetDomesticStandingOrdersDomesticStandingOrderIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithTimeout

func NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithTimeout(timeout time.Duration) *GetDomesticStandingOrdersDomesticStandingOrderIDParams

NewGetDomesticStandingOrdersDomesticStandingOrderIDParamsWithTimeout creates a new GetDomesticStandingOrdersDomesticStandingOrderIDParams object with the ability to set a timeout on a request.

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetAuthorization

func (o *GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetContext

SetContext adds the context to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetDefaults

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

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

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetDomesticStandingOrderID

func (o *GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetDomesticStandingOrderID(domesticStandingOrderID string)

SetDomesticStandingOrderID adds the domesticStandingOrderId to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetTimeout

SetTimeout adds the timeout to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithAuthorization

WithAuthorization adds the authorization to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithContext

WithContext adds the context to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithDefaults

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

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

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithDomesticStandingOrderID

WithDomesticStandingOrderID adds the domesticStandingOrderID to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithTimeout

WithTimeout adds the timeout to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithXCustomerUserAgent

WithXCustomerUserAgent adds the xCustomerUserAgent to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithXFapiCustomerIPAddress

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WithXFapiInteractionID

WithXFapiInteractionID adds the xFapiInteractionID to the get domestic standing orders domestic standing order Id params

func (*GetDomesticStandingOrdersDomesticStandingOrderIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticStandingOrdersDomesticStandingOrderIDReader

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

GetDomesticStandingOrdersDomesticStandingOrderIDReader is a Reader for the GetDomesticStandingOrdersDomesticStandingOrderID structure.

func (*GetDomesticStandingOrdersDomesticStandingOrderIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests

type GetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests

func NewGetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests() *GetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests

NewGetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests creates a GetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDTooManyRequests) Error

type GetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized

type GetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized struct {

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

Unauthorized

func NewGetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized

func NewGetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized() *GetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized

NewGetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized creates a GetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized with default headers values

func (*GetDomesticStandingOrdersDomesticStandingOrderIDUnauthorized) Error

Jump to

Keyboard shortcuts

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