domestic_standing_orders

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for domestic standing orders API

func (*Client) CreateDomesticStandingOrderConsents

CreateDomesticStandingOrderConsents creates domestic standing order consents

func (*Client) GetDomesticStandingOrderConsentsConsentID

GetDomesticStandingOrderConsentsConsentID gets domestic standing order consents

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDomesticStandingOrderConsents(params *CreateDomesticStandingOrderConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDomesticStandingOrderConsentsCreated, error)

	GetDomesticStandingOrderConsentsConsentID(params *GetDomesticStandingOrderConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticStandingOrderConsentsConsentIDOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new domestic 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) Code

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

func (*CreateDomesticStandingOrderConsentsBadRequest) Error

func (*CreateDomesticStandingOrderConsentsBadRequest) GetPayload

func (*CreateDomesticStandingOrderConsentsBadRequest) IsClientError

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

func (*CreateDomesticStandingOrderConsentsBadRequest) IsCode

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

func (*CreateDomesticStandingOrderConsentsBadRequest) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsBadRequest) IsServerError

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

func (*CreateDomesticStandingOrderConsentsBadRequest) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsBadRequest) String

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

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

func (*CreateDomesticStandingOrderConsentsCreated) Error

func (*CreateDomesticStandingOrderConsentsCreated) GetPayload

func (*CreateDomesticStandingOrderConsentsCreated) IsClientError

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

func (*CreateDomesticStandingOrderConsentsCreated) IsCode

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

func (*CreateDomesticStandingOrderConsentsCreated) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsCreated) IsServerError

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

func (*CreateDomesticStandingOrderConsentsCreated) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsCreated) String

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

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

func (*CreateDomesticStandingOrderConsentsForbidden) Error

func (*CreateDomesticStandingOrderConsentsForbidden) GetPayload

func (*CreateDomesticStandingOrderConsentsForbidden) IsClientError

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

func (*CreateDomesticStandingOrderConsentsForbidden) IsCode

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

func (*CreateDomesticStandingOrderConsentsForbidden) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsForbidden) IsServerError

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

func (*CreateDomesticStandingOrderConsentsForbidden) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsForbidden) String

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

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

func (*CreateDomesticStandingOrderConsentsInternalServerError) Error

func (*CreateDomesticStandingOrderConsentsInternalServerError) GetPayload

func (*CreateDomesticStandingOrderConsentsInternalServerError) IsClientError

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

func (*CreateDomesticStandingOrderConsentsInternalServerError) IsCode

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

func (*CreateDomesticStandingOrderConsentsInternalServerError) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsInternalServerError) IsServerError

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

func (*CreateDomesticStandingOrderConsentsInternalServerError) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsInternalServerError) String

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

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

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) Error

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) IsClientError

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

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) IsCode

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

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) IsServerError

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

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsMethodNotAllowed) String

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

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

func (*CreateDomesticStandingOrderConsentsNotAcceptable) Error

func (*CreateDomesticStandingOrderConsentsNotAcceptable) IsClientError

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

func (*CreateDomesticStandingOrderConsentsNotAcceptable) IsCode

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

func (*CreateDomesticStandingOrderConsentsNotAcceptable) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsNotAcceptable) IsServerError

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

func (*CreateDomesticStandingOrderConsentsNotAcceptable) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsNotAcceptable) String

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

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

func (*CreateDomesticStandingOrderConsentsNotFound) Error

func (*CreateDomesticStandingOrderConsentsNotFound) IsClientError

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

func (*CreateDomesticStandingOrderConsentsNotFound) IsCode

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

func (*CreateDomesticStandingOrderConsentsNotFound) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsNotFound) IsServerError

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

func (*CreateDomesticStandingOrderConsentsNotFound) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsNotFound) String

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

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

func (*CreateDomesticStandingOrderConsentsTooManyRequests) Error

func (*CreateDomesticStandingOrderConsentsTooManyRequests) IsClientError

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

func (*CreateDomesticStandingOrderConsentsTooManyRequests) IsCode

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

func (*CreateDomesticStandingOrderConsentsTooManyRequests) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsTooManyRequests) IsServerError

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

func (*CreateDomesticStandingOrderConsentsTooManyRequests) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsTooManyRequests) String

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

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

func (*CreateDomesticStandingOrderConsentsUnauthorized) Error

func (*CreateDomesticStandingOrderConsentsUnauthorized) IsClientError

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

func (*CreateDomesticStandingOrderConsentsUnauthorized) IsCode

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

func (*CreateDomesticStandingOrderConsentsUnauthorized) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsUnauthorized) IsServerError

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

func (*CreateDomesticStandingOrderConsentsUnauthorized) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsUnauthorized) String

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

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

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) Error

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) IsClientError

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

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) IsCode

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

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) IsRedirect

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

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) IsServerError

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

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) IsSuccess

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

func (*CreateDomesticStandingOrderConsentsUnsupportedMediaType) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) Error

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) GetPayload

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDBadRequest) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) Error

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) GetPayload

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDForbidden) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) Error

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) GetPayload

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDInternalServerError) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) Error

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDMethodNotAllowed) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) Error

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDNotAcceptable) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) Error

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDNotFound) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDOK) Error

func (*GetDomesticStandingOrderConsentsConsentIDOK) GetPayload

func (*GetDomesticStandingOrderConsentsConsentIDOK) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDOK) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDOK) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDOK) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDOK) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDOK) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) Error

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDTooManyRequests) String

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

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

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) Error

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) IsClientError

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

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) IsCode

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

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) IsRedirect

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

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) IsServerError

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

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) IsSuccess

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

func (*GetDomesticStandingOrderConsentsConsentIDUnauthorized) String

Jump to

Keyboard shortcuts

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