domestic_scheduled_payments

package
v0.0.0-...-3f933f0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for domestic scheduled payments API

func (*Client) CreateDomesticScheduledPaymentConsents

CreateDomesticScheduledPaymentConsents creates domestic scheduled payment consents

func (*Client) CreateDomesticScheduledPayments

CreateDomesticScheduledPayments creates domestic scheduled payments

func (*Client) GetDomesticScheduledPaymentConsentsConsentID

GetDomesticScheduledPaymentConsentsConsentID gets domestic scheduled payment consents

func (*Client) GetDomesticScheduledPaymentsDomesticScheduledPaymentID

GetDomesticScheduledPaymentsDomesticScheduledPaymentID gets domestic scheduled payments

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDomesticScheduledPaymentConsents(params *CreateDomesticScheduledPaymentConsentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDomesticScheduledPaymentConsentsCreated, error)

	CreateDomesticScheduledPayments(params *CreateDomesticScheduledPaymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDomesticScheduledPaymentsCreated, error)

	GetDomesticScheduledPaymentConsentsConsentID(params *GetDomesticScheduledPaymentConsentsConsentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticScheduledPaymentConsentsConsentIDOK, error)

	GetDomesticScheduledPaymentsDomesticScheduledPaymentID(params *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new domestic scheduled payments API client.

type CreateDomesticScheduledPaymentConsentsBadRequest

type CreateDomesticScheduledPaymentConsentsBadRequest struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}
CreateDomesticScheduledPaymentConsentsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateDomesticScheduledPaymentConsentsBadRequest

func NewCreateDomesticScheduledPaymentConsentsBadRequest() *CreateDomesticScheduledPaymentConsentsBadRequest

NewCreateDomesticScheduledPaymentConsentsBadRequest creates a CreateDomesticScheduledPaymentConsentsBadRequest with default headers values

func (*CreateDomesticScheduledPaymentConsentsBadRequest) Error

func (*CreateDomesticScheduledPaymentConsentsBadRequest) GetPayload

type CreateDomesticScheduledPaymentConsentsCreated

type CreateDomesticScheduledPaymentConsentsCreated struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBWriteDomesticScheduledConsentResponse5
}
CreateDomesticScheduledPaymentConsentsCreated describes a response with status code 201, with default header values.

Domestic Scheduled Payment Consents Created

func NewCreateDomesticScheduledPaymentConsentsCreated

func NewCreateDomesticScheduledPaymentConsentsCreated() *CreateDomesticScheduledPaymentConsentsCreated

NewCreateDomesticScheduledPaymentConsentsCreated creates a CreateDomesticScheduledPaymentConsentsCreated with default headers values

func (*CreateDomesticScheduledPaymentConsentsCreated) Error

func (*CreateDomesticScheduledPaymentConsentsCreated) GetPayload

type CreateDomesticScheduledPaymentConsentsForbidden

type CreateDomesticScheduledPaymentConsentsForbidden struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}
CreateDomesticScheduledPaymentConsentsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateDomesticScheduledPaymentConsentsForbidden

func NewCreateDomesticScheduledPaymentConsentsForbidden() *CreateDomesticScheduledPaymentConsentsForbidden

NewCreateDomesticScheduledPaymentConsentsForbidden creates a CreateDomesticScheduledPaymentConsentsForbidden with default headers values

func (*CreateDomesticScheduledPaymentConsentsForbidden) Error

func (*CreateDomesticScheduledPaymentConsentsForbidden) GetPayload

type CreateDomesticScheduledPaymentConsentsInternalServerError

type CreateDomesticScheduledPaymentConsentsInternalServerError struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}
CreateDomesticScheduledPaymentConsentsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCreateDomesticScheduledPaymentConsentsInternalServerError

func NewCreateDomesticScheduledPaymentConsentsInternalServerError() *CreateDomesticScheduledPaymentConsentsInternalServerError

NewCreateDomesticScheduledPaymentConsentsInternalServerError creates a CreateDomesticScheduledPaymentConsentsInternalServerError with default headers values

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) Error

func (*CreateDomesticScheduledPaymentConsentsInternalServerError) GetPayload

type CreateDomesticScheduledPaymentConsentsMethodNotAllowed

type CreateDomesticScheduledPaymentConsentsMethodNotAllowed struct {

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

Method Not Allowed

func NewCreateDomesticScheduledPaymentConsentsMethodNotAllowed

func NewCreateDomesticScheduledPaymentConsentsMethodNotAllowed() *CreateDomesticScheduledPaymentConsentsMethodNotAllowed

NewCreateDomesticScheduledPaymentConsentsMethodNotAllowed creates a CreateDomesticScheduledPaymentConsentsMethodNotAllowed with default headers values

func (*CreateDomesticScheduledPaymentConsentsMethodNotAllowed) Error

type CreateDomesticScheduledPaymentConsentsNotAcceptable

type CreateDomesticScheduledPaymentConsentsNotAcceptable struct {

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

Not Acceptable

func NewCreateDomesticScheduledPaymentConsentsNotAcceptable

func NewCreateDomesticScheduledPaymentConsentsNotAcceptable() *CreateDomesticScheduledPaymentConsentsNotAcceptable

NewCreateDomesticScheduledPaymentConsentsNotAcceptable creates a CreateDomesticScheduledPaymentConsentsNotAcceptable with default headers values

func (*CreateDomesticScheduledPaymentConsentsNotAcceptable) Error

type CreateDomesticScheduledPaymentConsentsNotFound

type CreateDomesticScheduledPaymentConsentsNotFound struct {

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

Not found

func NewCreateDomesticScheduledPaymentConsentsNotFound

func NewCreateDomesticScheduledPaymentConsentsNotFound() *CreateDomesticScheduledPaymentConsentsNotFound

NewCreateDomesticScheduledPaymentConsentsNotFound creates a CreateDomesticScheduledPaymentConsentsNotFound with default headers values

func (*CreateDomesticScheduledPaymentConsentsNotFound) Error

type CreateDomesticScheduledPaymentConsentsParams

type CreateDomesticScheduledPaymentConsentsParams struct {

	/* Authorization.

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

	/* OBWriteDomesticScheduledConsent4Param.

	   Default
	*/
	OBWriteDomesticScheduledConsent4Param *models.OBWriteDomesticScheduledConsent4

	/* XCustomerUserAgent.

	   Indicates the user-agent that the PSU is using.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.
	All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
	Sun, 10 Sep 2017 19:43:31 UTC
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

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

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.  The
	Idempotency Key will be valid for 24 hours.

	*/
	XIdempotencyKey string

	/* XJwsSignature.

	   A detached JWS signature of the body of the payload.
	*/
	XJwsSignature string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateDomesticScheduledPaymentConsentsParams contains all the parameters to send to the API endpoint

for the create domestic scheduled payment consents operation.

Typically these are written to a http.Request.

func NewCreateDomesticScheduledPaymentConsentsParams

func NewCreateDomesticScheduledPaymentConsentsParams() *CreateDomesticScheduledPaymentConsentsParams

NewCreateDomesticScheduledPaymentConsentsParams creates a new CreateDomesticScheduledPaymentConsentsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateDomesticScheduledPaymentConsentsParamsWithContext

func NewCreateDomesticScheduledPaymentConsentsParamsWithContext(ctx context.Context) *CreateDomesticScheduledPaymentConsentsParams

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

func NewCreateDomesticScheduledPaymentConsentsParamsWithHTTPClient

func NewCreateDomesticScheduledPaymentConsentsParamsWithHTTPClient(client *http.Client) *CreateDomesticScheduledPaymentConsentsParams

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

func NewCreateDomesticScheduledPaymentConsentsParamsWithTimeout

func NewCreateDomesticScheduledPaymentConsentsParamsWithTimeout(timeout time.Duration) *CreateDomesticScheduledPaymentConsentsParams

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetAuthorization

func (o *CreateDomesticScheduledPaymentConsentsParams) SetAuthorization(authorization string)

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetContext

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetDefaults

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetHTTPClient

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetOBWriteDomesticScheduledConsent4Param

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetTimeout

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetXCustomerUserAgent

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetXFapiAuthDate

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetXFapiCustomerIPAddress

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetXFapiInteractionID

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetXIdempotencyKey

func (o *CreateDomesticScheduledPaymentConsentsParams) SetXIdempotencyKey(xIdempotencyKey string)

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

func (*CreateDomesticScheduledPaymentConsentsParams) SetXJwsSignature

func (o *CreateDomesticScheduledPaymentConsentsParams) SetXJwsSignature(xJwsSignature string)

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithAuthorization

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithContext

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithDefaults

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithHTTPClient

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithOBWriteDomesticScheduledConsent4Param

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithTimeout

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithXCustomerUserAgent

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithXFapiAuthDate

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithXFapiCustomerIPAddress

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

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithXFapiInteractionID

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithXIdempotencyKey

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

func (*CreateDomesticScheduledPaymentConsentsParams) WithXJwsSignature

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

func (*CreateDomesticScheduledPaymentConsentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDomesticScheduledPaymentConsentsReader

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

CreateDomesticScheduledPaymentConsentsReader is a Reader for the CreateDomesticScheduledPaymentConsents structure.

func (*CreateDomesticScheduledPaymentConsentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDomesticScheduledPaymentConsentsTooManyRequests

type CreateDomesticScheduledPaymentConsentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewCreateDomesticScheduledPaymentConsentsTooManyRequests

func NewCreateDomesticScheduledPaymentConsentsTooManyRequests() *CreateDomesticScheduledPaymentConsentsTooManyRequests

NewCreateDomesticScheduledPaymentConsentsTooManyRequests creates a CreateDomesticScheduledPaymentConsentsTooManyRequests with default headers values

func (*CreateDomesticScheduledPaymentConsentsTooManyRequests) Error

type CreateDomesticScheduledPaymentConsentsUnauthorized

type CreateDomesticScheduledPaymentConsentsUnauthorized struct {

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

Unauthorized

func NewCreateDomesticScheduledPaymentConsentsUnauthorized

func NewCreateDomesticScheduledPaymentConsentsUnauthorized() *CreateDomesticScheduledPaymentConsentsUnauthorized

NewCreateDomesticScheduledPaymentConsentsUnauthorized creates a CreateDomesticScheduledPaymentConsentsUnauthorized with default headers values

func (*CreateDomesticScheduledPaymentConsentsUnauthorized) Error

type CreateDomesticScheduledPaymentConsentsUnsupportedMediaType

type CreateDomesticScheduledPaymentConsentsUnsupportedMediaType struct {

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

Unsupported Media Type

func NewCreateDomesticScheduledPaymentConsentsUnsupportedMediaType

func NewCreateDomesticScheduledPaymentConsentsUnsupportedMediaType() *CreateDomesticScheduledPaymentConsentsUnsupportedMediaType

NewCreateDomesticScheduledPaymentConsentsUnsupportedMediaType creates a CreateDomesticScheduledPaymentConsentsUnsupportedMediaType with default headers values

func (*CreateDomesticScheduledPaymentConsentsUnsupportedMediaType) Error

type CreateDomesticScheduledPaymentsBadRequest

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

Bad request

func NewCreateDomesticScheduledPaymentsBadRequest

func NewCreateDomesticScheduledPaymentsBadRequest() *CreateDomesticScheduledPaymentsBadRequest

NewCreateDomesticScheduledPaymentsBadRequest creates a CreateDomesticScheduledPaymentsBadRequest with default headers values

func (*CreateDomesticScheduledPaymentsBadRequest) Error

func (*CreateDomesticScheduledPaymentsBadRequest) GetPayload

type CreateDomesticScheduledPaymentsCreated

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

Domestic Scheduled Payments Created

func NewCreateDomesticScheduledPaymentsCreated

func NewCreateDomesticScheduledPaymentsCreated() *CreateDomesticScheduledPaymentsCreated

NewCreateDomesticScheduledPaymentsCreated creates a CreateDomesticScheduledPaymentsCreated with default headers values

func (*CreateDomesticScheduledPaymentsCreated) Error

func (*CreateDomesticScheduledPaymentsCreated) GetPayload

type CreateDomesticScheduledPaymentsForbidden

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

Forbidden

func NewCreateDomesticScheduledPaymentsForbidden

func NewCreateDomesticScheduledPaymentsForbidden() *CreateDomesticScheduledPaymentsForbidden

NewCreateDomesticScheduledPaymentsForbidden creates a CreateDomesticScheduledPaymentsForbidden with default headers values

func (*CreateDomesticScheduledPaymentsForbidden) Error

func (*CreateDomesticScheduledPaymentsForbidden) GetPayload

type CreateDomesticScheduledPaymentsInternalServerError

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

Internal Server Error

func NewCreateDomesticScheduledPaymentsInternalServerError

func NewCreateDomesticScheduledPaymentsInternalServerError() *CreateDomesticScheduledPaymentsInternalServerError

NewCreateDomesticScheduledPaymentsInternalServerError creates a CreateDomesticScheduledPaymentsInternalServerError with default headers values

func (*CreateDomesticScheduledPaymentsInternalServerError) Error

func (*CreateDomesticScheduledPaymentsInternalServerError) GetPayload

type CreateDomesticScheduledPaymentsMethodNotAllowed

type CreateDomesticScheduledPaymentsMethodNotAllowed struct {

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

Method Not Allowed

func NewCreateDomesticScheduledPaymentsMethodNotAllowed

func NewCreateDomesticScheduledPaymentsMethodNotAllowed() *CreateDomesticScheduledPaymentsMethodNotAllowed

NewCreateDomesticScheduledPaymentsMethodNotAllowed creates a CreateDomesticScheduledPaymentsMethodNotAllowed with default headers values

func (*CreateDomesticScheduledPaymentsMethodNotAllowed) Error

type CreateDomesticScheduledPaymentsNotAcceptable

type CreateDomesticScheduledPaymentsNotAcceptable struct {

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

Not Acceptable

func NewCreateDomesticScheduledPaymentsNotAcceptable

func NewCreateDomesticScheduledPaymentsNotAcceptable() *CreateDomesticScheduledPaymentsNotAcceptable

NewCreateDomesticScheduledPaymentsNotAcceptable creates a CreateDomesticScheduledPaymentsNotAcceptable with default headers values

func (*CreateDomesticScheduledPaymentsNotAcceptable) Error

type CreateDomesticScheduledPaymentsNotFound

type CreateDomesticScheduledPaymentsNotFound struct {

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

Not found

func NewCreateDomesticScheduledPaymentsNotFound

func NewCreateDomesticScheduledPaymentsNotFound() *CreateDomesticScheduledPaymentsNotFound

NewCreateDomesticScheduledPaymentsNotFound creates a CreateDomesticScheduledPaymentsNotFound with default headers values

func (*CreateDomesticScheduledPaymentsNotFound) Error

type CreateDomesticScheduledPaymentsParams

type CreateDomesticScheduledPaymentsParams struct {

	/* Authorization.

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

	/* OBWriteDomesticScheduled2Param.

	   Default
	*/
	OBWriteDomesticScheduled2Param *models.OBWriteDomesticScheduled2

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

CreateDomesticScheduledPaymentsParams contains all the parameters to send to the API endpoint

for the create domestic scheduled payments operation.

Typically these are written to a http.Request.

func NewCreateDomesticScheduledPaymentsParams

func NewCreateDomesticScheduledPaymentsParams() *CreateDomesticScheduledPaymentsParams

NewCreateDomesticScheduledPaymentsParams creates a new CreateDomesticScheduledPaymentsParams 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 NewCreateDomesticScheduledPaymentsParamsWithContext

func NewCreateDomesticScheduledPaymentsParamsWithContext(ctx context.Context) *CreateDomesticScheduledPaymentsParams

NewCreateDomesticScheduledPaymentsParamsWithContext creates a new CreateDomesticScheduledPaymentsParams object with the ability to set a context for a request.

func NewCreateDomesticScheduledPaymentsParamsWithHTTPClient

func NewCreateDomesticScheduledPaymentsParamsWithHTTPClient(client *http.Client) *CreateDomesticScheduledPaymentsParams

NewCreateDomesticScheduledPaymentsParamsWithHTTPClient creates a new CreateDomesticScheduledPaymentsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDomesticScheduledPaymentsParamsWithTimeout

func NewCreateDomesticScheduledPaymentsParamsWithTimeout(timeout time.Duration) *CreateDomesticScheduledPaymentsParams

NewCreateDomesticScheduledPaymentsParamsWithTimeout creates a new CreateDomesticScheduledPaymentsParams object with the ability to set a timeout on a request.

func (*CreateDomesticScheduledPaymentsParams) SetAuthorization

func (o *CreateDomesticScheduledPaymentsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetContext

SetContext adds the context to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetDefaults

func (o *CreateDomesticScheduledPaymentsParams) SetDefaults()

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

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

func (*CreateDomesticScheduledPaymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetOBWriteDomesticScheduled2Param

func (o *CreateDomesticScheduledPaymentsParams) SetOBWriteDomesticScheduled2Param(oBWriteDomesticScheduled2Param *models.OBWriteDomesticScheduled2)

SetOBWriteDomesticScheduled2Param adds the oBWriteDomesticScheduled2Param to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetTimeout

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

SetTimeout adds the timeout to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetXIdempotencyKey

func (o *CreateDomesticScheduledPaymentsParams) SetXIdempotencyKey(xIdempotencyKey string)

SetXIdempotencyKey adds the xIdempotencyKey to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) SetXJwsSignature

func (o *CreateDomesticScheduledPaymentsParams) SetXJwsSignature(xJwsSignature string)

SetXJwsSignature adds the xJwsSignature to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithAuthorization

WithAuthorization adds the authorization to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithContext

WithContext adds the context to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithDefaults

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

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

func (*CreateDomesticScheduledPaymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithOBWriteDomesticScheduled2Param

func (o *CreateDomesticScheduledPaymentsParams) WithOBWriteDomesticScheduled2Param(oBWriteDomesticScheduled2Param *models.OBWriteDomesticScheduled2) *CreateDomesticScheduledPaymentsParams

WithOBWriteDomesticScheduled2Param adds the oBWriteDomesticScheduled2Param to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithTimeout

WithTimeout adds the timeout to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create domestic scheduled payments params

func (*CreateDomesticScheduledPaymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDomesticScheduledPaymentsReader

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

CreateDomesticScheduledPaymentsReader is a Reader for the CreateDomesticScheduledPayments structure.

func (*CreateDomesticScheduledPaymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDomesticScheduledPaymentsTooManyRequests

type CreateDomesticScheduledPaymentsTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewCreateDomesticScheduledPaymentsTooManyRequests

func NewCreateDomesticScheduledPaymentsTooManyRequests() *CreateDomesticScheduledPaymentsTooManyRequests

NewCreateDomesticScheduledPaymentsTooManyRequests creates a CreateDomesticScheduledPaymentsTooManyRequests with default headers values

func (*CreateDomesticScheduledPaymentsTooManyRequests) Error

type CreateDomesticScheduledPaymentsUnauthorized

type CreateDomesticScheduledPaymentsUnauthorized struct {

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

Unauthorized

func NewCreateDomesticScheduledPaymentsUnauthorized

func NewCreateDomesticScheduledPaymentsUnauthorized() *CreateDomesticScheduledPaymentsUnauthorized

NewCreateDomesticScheduledPaymentsUnauthorized creates a CreateDomesticScheduledPaymentsUnauthorized with default headers values

func (*CreateDomesticScheduledPaymentsUnauthorized) Error

type CreateDomesticScheduledPaymentsUnsupportedMediaType

type CreateDomesticScheduledPaymentsUnsupportedMediaType struct {

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

Unsupported Media Type

func NewCreateDomesticScheduledPaymentsUnsupportedMediaType

func NewCreateDomesticScheduledPaymentsUnsupportedMediaType() *CreateDomesticScheduledPaymentsUnsupportedMediaType

NewCreateDomesticScheduledPaymentsUnsupportedMediaType creates a CreateDomesticScheduledPaymentsUnsupportedMediaType with default headers values

func (*CreateDomesticScheduledPaymentsUnsupportedMediaType) Error

type GetDomesticScheduledPaymentConsentsConsentIDBadRequest

type GetDomesticScheduledPaymentConsentsConsentIDBadRequest struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}
GetDomesticScheduledPaymentConsentsConsentIDBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetDomesticScheduledPaymentConsentsConsentIDBadRequest

func NewGetDomesticScheduledPaymentConsentsConsentIDBadRequest() *GetDomesticScheduledPaymentConsentsConsentIDBadRequest

NewGetDomesticScheduledPaymentConsentsConsentIDBadRequest creates a GetDomesticScheduledPaymentConsentsConsentIDBadRequest with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDBadRequest) GetPayload

type GetDomesticScheduledPaymentConsentsConsentIDForbidden

type GetDomesticScheduledPaymentConsentsConsentIDForbidden struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}
GetDomesticScheduledPaymentConsentsConsentIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDomesticScheduledPaymentConsentsConsentIDForbidden

func NewGetDomesticScheduledPaymentConsentsConsentIDForbidden() *GetDomesticScheduledPaymentConsentsConsentIDForbidden

NewGetDomesticScheduledPaymentConsentsConsentIDForbidden creates a GetDomesticScheduledPaymentConsentsConsentIDForbidden with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDForbidden) GetPayload

type GetDomesticScheduledPaymentConsentsConsentIDInternalServerError

type GetDomesticScheduledPaymentConsentsConsentIDInternalServerError struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBErrorResponse1
}
GetDomesticScheduledPaymentConsentsConsentIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetDomesticScheduledPaymentConsentsConsentIDInternalServerError

func NewGetDomesticScheduledPaymentConsentsConsentIDInternalServerError() *GetDomesticScheduledPaymentConsentsConsentIDInternalServerError

NewGetDomesticScheduledPaymentConsentsConsentIDInternalServerError creates a GetDomesticScheduledPaymentConsentsConsentIDInternalServerError with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDInternalServerError) GetPayload

type GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed

type GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed struct {

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

Method Not Allowed

func NewGetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed

func NewGetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed() *GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed

NewGetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed creates a GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDMethodNotAllowed) Error

type GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable

type GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable struct {

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

Not Acceptable

func NewGetDomesticScheduledPaymentConsentsConsentIDNotAcceptable

func NewGetDomesticScheduledPaymentConsentsConsentIDNotAcceptable() *GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable

NewGetDomesticScheduledPaymentConsentsConsentIDNotAcceptable creates a GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDNotAcceptable) Error

type GetDomesticScheduledPaymentConsentsConsentIDNotFound

type GetDomesticScheduledPaymentConsentsConsentIDNotFound struct {

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

Not found

func NewGetDomesticScheduledPaymentConsentsConsentIDNotFound

func NewGetDomesticScheduledPaymentConsentsConsentIDNotFound() *GetDomesticScheduledPaymentConsentsConsentIDNotFound

NewGetDomesticScheduledPaymentConsentsConsentIDNotFound creates a GetDomesticScheduledPaymentConsentsConsentIDNotFound with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDNotFound) Error

type GetDomesticScheduledPaymentConsentsConsentIDOK

type GetDomesticScheduledPaymentConsentsConsentIDOK struct {

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

	/* Header containing a detached JWS signature of the body of the payload.

	 */
	XJwsSignature string

	Payload *models.OBWriteDomesticScheduledConsentResponse5
}
GetDomesticScheduledPaymentConsentsConsentIDOK describes a response with status code 200, with default header values.

Domestic Scheduled Payment Consents Read

func NewGetDomesticScheduledPaymentConsentsConsentIDOK

func NewGetDomesticScheduledPaymentConsentsConsentIDOK() *GetDomesticScheduledPaymentConsentsConsentIDOK

NewGetDomesticScheduledPaymentConsentsConsentIDOK creates a GetDomesticScheduledPaymentConsentsConsentIDOK with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) Error

func (*GetDomesticScheduledPaymentConsentsConsentIDOK) GetPayload

type GetDomesticScheduledPaymentConsentsConsentIDParams

type GetDomesticScheduledPaymentConsentsConsentIDParams struct {

	/* Authorization.

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

	/* ConsentID.

	   ConsentId
	*/
	ConsentID string

	/* XCustomerUserAgent.

	   Indicates the user-agent that the PSU is using.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.
	All dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below:
	Sun, 10 Sep 2017 19:43:31 UTC
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

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

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDomesticScheduledPaymentConsentsConsentIDParams contains all the parameters to send to the API endpoint

for the get domestic scheduled payment consents consent Id operation.

Typically these are written to a http.Request.

func NewGetDomesticScheduledPaymentConsentsConsentIDParams

func NewGetDomesticScheduledPaymentConsentsConsentIDParams() *GetDomesticScheduledPaymentConsentsConsentIDParams

NewGetDomesticScheduledPaymentConsentsConsentIDParams creates a new GetDomesticScheduledPaymentConsentsConsentIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithContext

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithContext(ctx context.Context) *GetDomesticScheduledPaymentConsentsConsentIDParams

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

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithHTTPClient

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithHTTPClient(client *http.Client) *GetDomesticScheduledPaymentConsentsConsentIDParams

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

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithTimeout

func NewGetDomesticScheduledPaymentConsentsConsentIDParamsWithTimeout(timeout time.Duration) *GetDomesticScheduledPaymentConsentsConsentIDParams

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetAuthorization

func (o *GetDomesticScheduledPaymentConsentsConsentIDParams) SetAuthorization(authorization string)

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetConsentID

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetContext

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetDefaults

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetHTTPClient

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetTimeout

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXCustomerUserAgent

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXFapiAuthDate

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXFapiCustomerIPAddress

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) SetXFapiInteractionID

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithAuthorization

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithConsentID

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithContext

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithDefaults

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

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithHTTPClient

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithTimeout

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXCustomerUserAgent

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXFapiAuthDate

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXFapiCustomerIPAddress

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WithXFapiInteractionID

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

func (*GetDomesticScheduledPaymentConsentsConsentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticScheduledPaymentConsentsConsentIDReader

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

GetDomesticScheduledPaymentConsentsConsentIDReader is a Reader for the GetDomesticScheduledPaymentConsentsConsentID structure.

func (*GetDomesticScheduledPaymentConsentsConsentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests

type GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetDomesticScheduledPaymentConsentsConsentIDTooManyRequests

func NewGetDomesticScheduledPaymentConsentsConsentIDTooManyRequests() *GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests

NewGetDomesticScheduledPaymentConsentsConsentIDTooManyRequests creates a GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDTooManyRequests) Error

type GetDomesticScheduledPaymentConsentsConsentIDUnauthorized

type GetDomesticScheduledPaymentConsentsConsentIDUnauthorized struct {

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

Unauthorized

func NewGetDomesticScheduledPaymentConsentsConsentIDUnauthorized

func NewGetDomesticScheduledPaymentConsentsConsentIDUnauthorized() *GetDomesticScheduledPaymentConsentsConsentIDUnauthorized

NewGetDomesticScheduledPaymentConsentsConsentIDUnauthorized creates a GetDomesticScheduledPaymentConsentsConsentIDUnauthorized with default headers values

func (*GetDomesticScheduledPaymentConsentsConsentIDUnauthorized) Error

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest

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

Bad request

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest) Error

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDBadRequest) GetPayload

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden

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

Forbidden

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden) Error

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDForbidden) GetPayload

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError

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

Internal Server Error

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError) Error

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDInternalServerError) GetPayload

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed struct {

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

Method Not Allowed

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDMethodNotAllowed) Error

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable struct {

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

Not Acceptable

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotAcceptable) Error

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound struct {

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

Not found

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDNotFound) Error

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK

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

Domestic Scheduled Payments Read

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK) Error

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDOK) GetPayload

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams struct {

	/* Authorization.

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

	/* DomesticScheduledPaymentID.

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

GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams contains all the parameters to send to the API endpoint

for the get domestic scheduled payments domestic scheduled payment Id operation.

Typically these are written to a http.Request.

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams creates a new GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams 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 NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithContext

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithContext(ctx context.Context) *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithContext creates a new GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams object with the ability to set a context for a request.

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithHTTPClient

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithHTTPClient(client *http.Client) *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithHTTPClient creates a new GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithTimeout

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithTimeout(timeout time.Duration) *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDParamsWithTimeout creates a new GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams object with the ability to set a timeout on a request.

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetAuthorization

func (o *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetContext

SetContext adds the context to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetDefaults

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

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

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetDomesticScheduledPaymentID

func (o *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetDomesticScheduledPaymentID(domesticScheduledPaymentID string)

SetDomesticScheduledPaymentID adds the domesticScheduledPaymentId to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetTimeout

SetTimeout adds the timeout to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithAuthorization

WithAuthorization adds the authorization to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithContext

WithContext adds the context to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithDefaults

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

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

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithDomesticScheduledPaymentID

WithDomesticScheduledPaymentID adds the domesticScheduledPaymentID to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithTimeout

WithTimeout adds the timeout to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithXCustomerUserAgent

WithXCustomerUserAgent adds the xCustomerUserAgent to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithXFapiCustomerIPAddress

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WithXFapiInteractionID

WithXFapiInteractionID adds the xFapiInteractionID to the get domestic scheduled payments domestic scheduled payment Id params

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDReader

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

GetDomesticScheduledPaymentsDomesticScheduledPaymentIDReader is a Reader for the GetDomesticScheduledPaymentsDomesticScheduledPaymentID structure.

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDTooManyRequests) Error

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized

type GetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized struct {

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

Unauthorized

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized

func NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized() *GetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized

NewGetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized creates a GetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized with default headers values

func (*GetDomesticScheduledPaymentsDomesticScheduledPaymentIDUnauthorized) Error

Jump to

Keyboard shortcuts

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