standing_orders

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

func (*Client) GetAccountsAccountIDStandingOrders

func (a *Client) GetAccountsAccountIDStandingOrders(params *GetAccountsAccountIDStandingOrdersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountsAccountIDStandingOrdersOK, error)

GetAccountsAccountIDStandingOrders gets standing orders

func (*Client) GetStandingOrders

func (a *Client) GetStandingOrders(params *GetStandingOrdersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStandingOrdersOK, error)

GetStandingOrders gets standing orders

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 {
	GetAccountsAccountIDStandingOrders(params *GetAccountsAccountIDStandingOrdersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountsAccountIDStandingOrdersOK, error)

	GetStandingOrders(params *GetStandingOrdersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStandingOrdersOK, 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 standing orders API client.

type GetAccountsAccountIDStandingOrdersBadRequest

type GetAccountsAccountIDStandingOrdersBadRequest struct {

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

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

Bad request

func NewGetAccountsAccountIDStandingOrdersBadRequest

func NewGetAccountsAccountIDStandingOrdersBadRequest() *GetAccountsAccountIDStandingOrdersBadRequest

NewGetAccountsAccountIDStandingOrdersBadRequest creates a GetAccountsAccountIDStandingOrdersBadRequest with default headers values

func (*GetAccountsAccountIDStandingOrdersBadRequest) Error

func (*GetAccountsAccountIDStandingOrdersBadRequest) GetPayload

type GetAccountsAccountIDStandingOrdersForbidden

type GetAccountsAccountIDStandingOrdersForbidden struct {

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

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

Forbidden

func NewGetAccountsAccountIDStandingOrdersForbidden

func NewGetAccountsAccountIDStandingOrdersForbidden() *GetAccountsAccountIDStandingOrdersForbidden

NewGetAccountsAccountIDStandingOrdersForbidden creates a GetAccountsAccountIDStandingOrdersForbidden with default headers values

func (*GetAccountsAccountIDStandingOrdersForbidden) Error

func (*GetAccountsAccountIDStandingOrdersForbidden) GetPayload

type GetAccountsAccountIDStandingOrdersInternalServerError

type GetAccountsAccountIDStandingOrdersInternalServerError struct {

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

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

Internal Server Error

func NewGetAccountsAccountIDStandingOrdersInternalServerError

func NewGetAccountsAccountIDStandingOrdersInternalServerError() *GetAccountsAccountIDStandingOrdersInternalServerError

NewGetAccountsAccountIDStandingOrdersInternalServerError creates a GetAccountsAccountIDStandingOrdersInternalServerError with default headers values

func (*GetAccountsAccountIDStandingOrdersInternalServerError) Error

func (*GetAccountsAccountIDStandingOrdersInternalServerError) GetPayload

type GetAccountsAccountIDStandingOrdersMethodNotAllowed

type GetAccountsAccountIDStandingOrdersMethodNotAllowed struct {

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

Method Not Allowed

func NewGetAccountsAccountIDStandingOrdersMethodNotAllowed

func NewGetAccountsAccountIDStandingOrdersMethodNotAllowed() *GetAccountsAccountIDStandingOrdersMethodNotAllowed

NewGetAccountsAccountIDStandingOrdersMethodNotAllowed creates a GetAccountsAccountIDStandingOrdersMethodNotAllowed with default headers values

func (*GetAccountsAccountIDStandingOrdersMethodNotAllowed) Error

type GetAccountsAccountIDStandingOrdersNotAcceptable

type GetAccountsAccountIDStandingOrdersNotAcceptable struct {

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

Not Acceptable

func NewGetAccountsAccountIDStandingOrdersNotAcceptable

func NewGetAccountsAccountIDStandingOrdersNotAcceptable() *GetAccountsAccountIDStandingOrdersNotAcceptable

NewGetAccountsAccountIDStandingOrdersNotAcceptable creates a GetAccountsAccountIDStandingOrdersNotAcceptable with default headers values

func (*GetAccountsAccountIDStandingOrdersNotAcceptable) Error

type GetAccountsAccountIDStandingOrdersNotFound

type GetAccountsAccountIDStandingOrdersNotFound struct {

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

Not found

func NewGetAccountsAccountIDStandingOrdersNotFound

func NewGetAccountsAccountIDStandingOrdersNotFound() *GetAccountsAccountIDStandingOrdersNotFound

NewGetAccountsAccountIDStandingOrdersNotFound creates a GetAccountsAccountIDStandingOrdersNotFound with default headers values

func (*GetAccountsAccountIDStandingOrdersNotFound) Error

type GetAccountsAccountIDStandingOrdersOK

type GetAccountsAccountIDStandingOrdersOK struct {

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

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

Standing Orders Read

func NewGetAccountsAccountIDStandingOrdersOK

func NewGetAccountsAccountIDStandingOrdersOK() *GetAccountsAccountIDStandingOrdersOK

NewGetAccountsAccountIDStandingOrdersOK creates a GetAccountsAccountIDStandingOrdersOK with default headers values

func (*GetAccountsAccountIDStandingOrdersOK) Error

func (*GetAccountsAccountIDStandingOrdersOK) GetPayload

type GetAccountsAccountIDStandingOrdersParams

type GetAccountsAccountIDStandingOrdersParams struct {

	/* AccountID.

	   AccountId
	*/
	AccountID string

	/* Authorization.

	   An Authorisation Token as per https://tools.ietf.org/html/rfc6750
	*/
	Authorization 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
}

GetAccountsAccountIDStandingOrdersParams contains all the parameters to send to the API endpoint

for the get accounts account Id standing orders operation.

Typically these are written to a http.Request.

func NewGetAccountsAccountIDStandingOrdersParams

func NewGetAccountsAccountIDStandingOrdersParams() *GetAccountsAccountIDStandingOrdersParams

NewGetAccountsAccountIDStandingOrdersParams creates a new GetAccountsAccountIDStandingOrdersParams 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 NewGetAccountsAccountIDStandingOrdersParamsWithContext

func NewGetAccountsAccountIDStandingOrdersParamsWithContext(ctx context.Context) *GetAccountsAccountIDStandingOrdersParams

NewGetAccountsAccountIDStandingOrdersParamsWithContext creates a new GetAccountsAccountIDStandingOrdersParams object with the ability to set a context for a request.

func NewGetAccountsAccountIDStandingOrdersParamsWithHTTPClient

func NewGetAccountsAccountIDStandingOrdersParamsWithHTTPClient(client *http.Client) *GetAccountsAccountIDStandingOrdersParams

NewGetAccountsAccountIDStandingOrdersParamsWithHTTPClient creates a new GetAccountsAccountIDStandingOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountsAccountIDStandingOrdersParamsWithTimeout

func NewGetAccountsAccountIDStandingOrdersParamsWithTimeout(timeout time.Duration) *GetAccountsAccountIDStandingOrdersParams

NewGetAccountsAccountIDStandingOrdersParamsWithTimeout creates a new GetAccountsAccountIDStandingOrdersParams object with the ability to set a timeout on a request.

func (*GetAccountsAccountIDStandingOrdersParams) SetAccountID

func (o *GetAccountsAccountIDStandingOrdersParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetAuthorization

func (o *GetAccountsAccountIDStandingOrdersParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetContext

SetContext adds the context to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetDefaults

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

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

func (*GetAccountsAccountIDStandingOrdersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetTimeout

SetTimeout adds the timeout to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithAccountID

WithAccountID adds the accountID to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithAuthorization

WithAuthorization adds the authorization to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithContext

WithContext adds the context to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithDefaults

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

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

func (*GetAccountsAccountIDStandingOrdersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithTimeout

WithTimeout adds the timeout to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the get accounts account Id standing orders params

func (*GetAccountsAccountIDStandingOrdersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountsAccountIDStandingOrdersReader

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

GetAccountsAccountIDStandingOrdersReader is a Reader for the GetAccountsAccountIDStandingOrders structure.

func (*GetAccountsAccountIDStandingOrdersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountsAccountIDStandingOrdersTooManyRequests

type GetAccountsAccountIDStandingOrdersTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetAccountsAccountIDStandingOrdersTooManyRequests

func NewGetAccountsAccountIDStandingOrdersTooManyRequests() *GetAccountsAccountIDStandingOrdersTooManyRequests

NewGetAccountsAccountIDStandingOrdersTooManyRequests creates a GetAccountsAccountIDStandingOrdersTooManyRequests with default headers values

func (*GetAccountsAccountIDStandingOrdersTooManyRequests) Error

type GetAccountsAccountIDStandingOrdersUnauthorized

type GetAccountsAccountIDStandingOrdersUnauthorized struct {

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

Unauthorized

func NewGetAccountsAccountIDStandingOrdersUnauthorized

func NewGetAccountsAccountIDStandingOrdersUnauthorized() *GetAccountsAccountIDStandingOrdersUnauthorized

NewGetAccountsAccountIDStandingOrdersUnauthorized creates a GetAccountsAccountIDStandingOrdersUnauthorized with default headers values

func (*GetAccountsAccountIDStandingOrdersUnauthorized) Error

type GetStandingOrdersBadRequest

type GetStandingOrdersBadRequest struct {

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

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

Bad request

func NewGetStandingOrdersBadRequest

func NewGetStandingOrdersBadRequest() *GetStandingOrdersBadRequest

NewGetStandingOrdersBadRequest creates a GetStandingOrdersBadRequest with default headers values

func (*GetStandingOrdersBadRequest) Error

func (*GetStandingOrdersBadRequest) GetPayload

type GetStandingOrdersForbidden

type GetStandingOrdersForbidden struct {

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

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

Forbidden

func NewGetStandingOrdersForbidden

func NewGetStandingOrdersForbidden() *GetStandingOrdersForbidden

NewGetStandingOrdersForbidden creates a GetStandingOrdersForbidden with default headers values

func (*GetStandingOrdersForbidden) Error

func (*GetStandingOrdersForbidden) GetPayload

type GetStandingOrdersInternalServerError

type GetStandingOrdersInternalServerError struct {

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

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

Internal Server Error

func NewGetStandingOrdersInternalServerError

func NewGetStandingOrdersInternalServerError() *GetStandingOrdersInternalServerError

NewGetStandingOrdersInternalServerError creates a GetStandingOrdersInternalServerError with default headers values

func (*GetStandingOrdersInternalServerError) Error

func (*GetStandingOrdersInternalServerError) GetPayload

type GetStandingOrdersMethodNotAllowed

type GetStandingOrdersMethodNotAllowed struct {

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

Method Not Allowed

func NewGetStandingOrdersMethodNotAllowed

func NewGetStandingOrdersMethodNotAllowed() *GetStandingOrdersMethodNotAllowed

NewGetStandingOrdersMethodNotAllowed creates a GetStandingOrdersMethodNotAllowed with default headers values

func (*GetStandingOrdersMethodNotAllowed) Error

type GetStandingOrdersNotAcceptable

type GetStandingOrdersNotAcceptable struct {

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

Not Acceptable

func NewGetStandingOrdersNotAcceptable

func NewGetStandingOrdersNotAcceptable() *GetStandingOrdersNotAcceptable

NewGetStandingOrdersNotAcceptable creates a GetStandingOrdersNotAcceptable with default headers values

func (*GetStandingOrdersNotAcceptable) Error

type GetStandingOrdersNotFound

type GetStandingOrdersNotFound struct {

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

Not found

func NewGetStandingOrdersNotFound

func NewGetStandingOrdersNotFound() *GetStandingOrdersNotFound

NewGetStandingOrdersNotFound creates a GetStandingOrdersNotFound with default headers values

func (*GetStandingOrdersNotFound) Error

func (o *GetStandingOrdersNotFound) Error() string

type GetStandingOrdersOK

type GetStandingOrdersOK struct {

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

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

Standing Orders Read

func NewGetStandingOrdersOK

func NewGetStandingOrdersOK() *GetStandingOrdersOK

NewGetStandingOrdersOK creates a GetStandingOrdersOK with default headers values

func (*GetStandingOrdersOK) Error

func (o *GetStandingOrdersOK) Error() string

func (*GetStandingOrdersOK) GetPayload

type GetStandingOrdersParams

type GetStandingOrdersParams struct {

	/* Authorization.

	   An Authorisation Token as per https://tools.ietf.org/html/rfc6750
	*/
	Authorization 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
}

GetStandingOrdersParams contains all the parameters to send to the API endpoint

for the get standing orders operation.

Typically these are written to a http.Request.

func NewGetStandingOrdersParams

func NewGetStandingOrdersParams() *GetStandingOrdersParams

NewGetStandingOrdersParams creates a new GetStandingOrdersParams 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 NewGetStandingOrdersParamsWithContext

func NewGetStandingOrdersParamsWithContext(ctx context.Context) *GetStandingOrdersParams

NewGetStandingOrdersParamsWithContext creates a new GetStandingOrdersParams object with the ability to set a context for a request.

func NewGetStandingOrdersParamsWithHTTPClient

func NewGetStandingOrdersParamsWithHTTPClient(client *http.Client) *GetStandingOrdersParams

NewGetStandingOrdersParamsWithHTTPClient creates a new GetStandingOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewGetStandingOrdersParamsWithTimeout

func NewGetStandingOrdersParamsWithTimeout(timeout time.Duration) *GetStandingOrdersParams

NewGetStandingOrdersParamsWithTimeout creates a new GetStandingOrdersParams object with the ability to set a timeout on a request.

func (*GetStandingOrdersParams) SetAuthorization

func (o *GetStandingOrdersParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get standing orders params

func (*GetStandingOrdersParams) SetContext

func (o *GetStandingOrdersParams) SetContext(ctx context.Context)

SetContext adds the context to the get standing orders params

func (*GetStandingOrdersParams) SetDefaults

func (o *GetStandingOrdersParams) SetDefaults()

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

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

func (*GetStandingOrdersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get standing orders params

func (*GetStandingOrdersParams) SetTimeout

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

SetTimeout adds the timeout to the get standing orders params

func (*GetStandingOrdersParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get standing orders params

func (*GetStandingOrdersParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get standing orders params

func (*GetStandingOrdersParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get standing orders params

func (*GetStandingOrdersParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get standing orders params

func (*GetStandingOrdersParams) WithAuthorization

func (o *GetStandingOrdersParams) WithAuthorization(authorization string) *GetStandingOrdersParams

WithAuthorization adds the authorization to the get standing orders params

func (*GetStandingOrdersParams) WithContext

WithContext adds the context to the get standing orders params

func (*GetStandingOrdersParams) WithDefaults

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

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

func (*GetStandingOrdersParams) WithHTTPClient

func (o *GetStandingOrdersParams) WithHTTPClient(client *http.Client) *GetStandingOrdersParams

WithHTTPClient adds the HTTPClient to the get standing orders params

func (*GetStandingOrdersParams) WithTimeout

WithTimeout adds the timeout to the get standing orders params

func (*GetStandingOrdersParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the get standing orders params

func (*GetStandingOrdersParams) WithXFapiAuthDate

func (o *GetStandingOrdersParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetStandingOrdersParams

WithXFapiAuthDate adds the xFapiAuthDate to the get standing orders params

func (*GetStandingOrdersParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get standing orders params

func (*GetStandingOrdersParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the get standing orders params

func (*GetStandingOrdersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStandingOrdersReader

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

GetStandingOrdersReader is a Reader for the GetStandingOrders structure.

func (*GetStandingOrdersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStandingOrdersTooManyRequests

type GetStandingOrdersTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetStandingOrdersTooManyRequests

func NewGetStandingOrdersTooManyRequests() *GetStandingOrdersTooManyRequests

NewGetStandingOrdersTooManyRequests creates a GetStandingOrdersTooManyRequests with default headers values

func (*GetStandingOrdersTooManyRequests) Error

type GetStandingOrdersUnauthorized

type GetStandingOrdersUnauthorized struct {

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

Unauthorized

func NewGetStandingOrdersUnauthorized

func NewGetStandingOrdersUnauthorized() *GetStandingOrdersUnauthorized

NewGetStandingOrdersUnauthorized creates a GetStandingOrdersUnauthorized with default headers values

func (*GetStandingOrdersUnauthorized) Error

Jump to

Keyboard shortcuts

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