beneficiaries

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 beneficiaries API

func (*Client) GetAccountsAccountIDBeneficiaries

func (a *Client) GetAccountsAccountIDBeneficiaries(params *GetAccountsAccountIDBeneficiariesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountsAccountIDBeneficiariesOK, error)

GetAccountsAccountIDBeneficiaries gets beneficiaries

func (*Client) GetBeneficiaries

func (a *Client) GetBeneficiaries(params *GetBeneficiariesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBeneficiariesOK, error)

GetBeneficiaries gets beneficiaries

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 {
	GetAccountsAccountIDBeneficiaries(params *GetAccountsAccountIDBeneficiariesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAccountsAccountIDBeneficiariesOK, error)

	GetBeneficiaries(params *GetBeneficiariesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetBeneficiariesOK, 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 beneficiaries API client.

type GetAccountsAccountIDBeneficiariesBadRequest

type GetAccountsAccountIDBeneficiariesBadRequest struct {

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

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

Bad request

func NewGetAccountsAccountIDBeneficiariesBadRequest

func NewGetAccountsAccountIDBeneficiariesBadRequest() *GetAccountsAccountIDBeneficiariesBadRequest

NewGetAccountsAccountIDBeneficiariesBadRequest creates a GetAccountsAccountIDBeneficiariesBadRequest with default headers values

func (*GetAccountsAccountIDBeneficiariesBadRequest) Error

func (*GetAccountsAccountIDBeneficiariesBadRequest) GetPayload

type GetAccountsAccountIDBeneficiariesForbidden

type GetAccountsAccountIDBeneficiariesForbidden struct {

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

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

Forbidden

func NewGetAccountsAccountIDBeneficiariesForbidden

func NewGetAccountsAccountIDBeneficiariesForbidden() *GetAccountsAccountIDBeneficiariesForbidden

NewGetAccountsAccountIDBeneficiariesForbidden creates a GetAccountsAccountIDBeneficiariesForbidden with default headers values

func (*GetAccountsAccountIDBeneficiariesForbidden) Error

func (*GetAccountsAccountIDBeneficiariesForbidden) GetPayload

type GetAccountsAccountIDBeneficiariesInternalServerError

type GetAccountsAccountIDBeneficiariesInternalServerError struct {

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

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

Internal Server Error

func NewGetAccountsAccountIDBeneficiariesInternalServerError

func NewGetAccountsAccountIDBeneficiariesInternalServerError() *GetAccountsAccountIDBeneficiariesInternalServerError

NewGetAccountsAccountIDBeneficiariesInternalServerError creates a GetAccountsAccountIDBeneficiariesInternalServerError with default headers values

func (*GetAccountsAccountIDBeneficiariesInternalServerError) Error

func (*GetAccountsAccountIDBeneficiariesInternalServerError) GetPayload

type GetAccountsAccountIDBeneficiariesMethodNotAllowed

type GetAccountsAccountIDBeneficiariesMethodNotAllowed struct {

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

Method Not Allowed

func NewGetAccountsAccountIDBeneficiariesMethodNotAllowed

func NewGetAccountsAccountIDBeneficiariesMethodNotAllowed() *GetAccountsAccountIDBeneficiariesMethodNotAllowed

NewGetAccountsAccountIDBeneficiariesMethodNotAllowed creates a GetAccountsAccountIDBeneficiariesMethodNotAllowed with default headers values

func (*GetAccountsAccountIDBeneficiariesMethodNotAllowed) Error

type GetAccountsAccountIDBeneficiariesNotAcceptable

type GetAccountsAccountIDBeneficiariesNotAcceptable struct {

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

Not Acceptable

func NewGetAccountsAccountIDBeneficiariesNotAcceptable

func NewGetAccountsAccountIDBeneficiariesNotAcceptable() *GetAccountsAccountIDBeneficiariesNotAcceptable

NewGetAccountsAccountIDBeneficiariesNotAcceptable creates a GetAccountsAccountIDBeneficiariesNotAcceptable with default headers values

func (*GetAccountsAccountIDBeneficiariesNotAcceptable) Error

type GetAccountsAccountIDBeneficiariesNotFound

type GetAccountsAccountIDBeneficiariesNotFound struct {

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

Not found

func NewGetAccountsAccountIDBeneficiariesNotFound

func NewGetAccountsAccountIDBeneficiariesNotFound() *GetAccountsAccountIDBeneficiariesNotFound

NewGetAccountsAccountIDBeneficiariesNotFound creates a GetAccountsAccountIDBeneficiariesNotFound with default headers values

func (*GetAccountsAccountIDBeneficiariesNotFound) Error

type GetAccountsAccountIDBeneficiariesOK

type GetAccountsAccountIDBeneficiariesOK struct {

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

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

Beneficiaries Read

func NewGetAccountsAccountIDBeneficiariesOK

func NewGetAccountsAccountIDBeneficiariesOK() *GetAccountsAccountIDBeneficiariesOK

NewGetAccountsAccountIDBeneficiariesOK creates a GetAccountsAccountIDBeneficiariesOK with default headers values

func (*GetAccountsAccountIDBeneficiariesOK) Error

func (*GetAccountsAccountIDBeneficiariesOK) GetPayload

type GetAccountsAccountIDBeneficiariesParams

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

GetAccountsAccountIDBeneficiariesParams contains all the parameters to send to the API endpoint

for the get accounts account Id beneficiaries operation.

Typically these are written to a http.Request.

func NewGetAccountsAccountIDBeneficiariesParams

func NewGetAccountsAccountIDBeneficiariesParams() *GetAccountsAccountIDBeneficiariesParams

NewGetAccountsAccountIDBeneficiariesParams creates a new GetAccountsAccountIDBeneficiariesParams 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 NewGetAccountsAccountIDBeneficiariesParamsWithContext

func NewGetAccountsAccountIDBeneficiariesParamsWithContext(ctx context.Context) *GetAccountsAccountIDBeneficiariesParams

NewGetAccountsAccountIDBeneficiariesParamsWithContext creates a new GetAccountsAccountIDBeneficiariesParams object with the ability to set a context for a request.

func NewGetAccountsAccountIDBeneficiariesParamsWithHTTPClient

func NewGetAccountsAccountIDBeneficiariesParamsWithHTTPClient(client *http.Client) *GetAccountsAccountIDBeneficiariesParams

NewGetAccountsAccountIDBeneficiariesParamsWithHTTPClient creates a new GetAccountsAccountIDBeneficiariesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountsAccountIDBeneficiariesParamsWithTimeout

func NewGetAccountsAccountIDBeneficiariesParamsWithTimeout(timeout time.Duration) *GetAccountsAccountIDBeneficiariesParams

NewGetAccountsAccountIDBeneficiariesParamsWithTimeout creates a new GetAccountsAccountIDBeneficiariesParams object with the ability to set a timeout on a request.

func (*GetAccountsAccountIDBeneficiariesParams) SetAccountID

func (o *GetAccountsAccountIDBeneficiariesParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetAuthorization

func (o *GetAccountsAccountIDBeneficiariesParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetContext

SetContext adds the context to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetDefaults

func (o *GetAccountsAccountIDBeneficiariesParams) SetDefaults()

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

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

func (*GetAccountsAccountIDBeneficiariesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetTimeout

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

SetTimeout adds the timeout to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithAccountID

WithAccountID adds the accountID to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithAuthorization

WithAuthorization adds the authorization to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithContext

WithContext adds the context to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithDefaults

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

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

func (*GetAccountsAccountIDBeneficiariesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithTimeout

WithTimeout adds the timeout to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the get accounts account Id beneficiaries params

func (*GetAccountsAccountIDBeneficiariesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountsAccountIDBeneficiariesReader

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

GetAccountsAccountIDBeneficiariesReader is a Reader for the GetAccountsAccountIDBeneficiaries structure.

func (*GetAccountsAccountIDBeneficiariesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountsAccountIDBeneficiariesTooManyRequests

type GetAccountsAccountIDBeneficiariesTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetAccountsAccountIDBeneficiariesTooManyRequests

func NewGetAccountsAccountIDBeneficiariesTooManyRequests() *GetAccountsAccountIDBeneficiariesTooManyRequests

NewGetAccountsAccountIDBeneficiariesTooManyRequests creates a GetAccountsAccountIDBeneficiariesTooManyRequests with default headers values

func (*GetAccountsAccountIDBeneficiariesTooManyRequests) Error

type GetAccountsAccountIDBeneficiariesUnauthorized

type GetAccountsAccountIDBeneficiariesUnauthorized struct {

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

Unauthorized

func NewGetAccountsAccountIDBeneficiariesUnauthorized

func NewGetAccountsAccountIDBeneficiariesUnauthorized() *GetAccountsAccountIDBeneficiariesUnauthorized

NewGetAccountsAccountIDBeneficiariesUnauthorized creates a GetAccountsAccountIDBeneficiariesUnauthorized with default headers values

func (*GetAccountsAccountIDBeneficiariesUnauthorized) Error

type GetBeneficiariesBadRequest

type GetBeneficiariesBadRequest struct {

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

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

Bad request

func NewGetBeneficiariesBadRequest

func NewGetBeneficiariesBadRequest() *GetBeneficiariesBadRequest

NewGetBeneficiariesBadRequest creates a GetBeneficiariesBadRequest with default headers values

func (*GetBeneficiariesBadRequest) Error

func (*GetBeneficiariesBadRequest) GetPayload

type GetBeneficiariesForbidden

type GetBeneficiariesForbidden struct {

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

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

Forbidden

func NewGetBeneficiariesForbidden

func NewGetBeneficiariesForbidden() *GetBeneficiariesForbidden

NewGetBeneficiariesForbidden creates a GetBeneficiariesForbidden with default headers values

func (*GetBeneficiariesForbidden) Error

func (o *GetBeneficiariesForbidden) Error() string

func (*GetBeneficiariesForbidden) GetPayload

type GetBeneficiariesInternalServerError

type GetBeneficiariesInternalServerError struct {

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

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

Internal Server Error

func NewGetBeneficiariesInternalServerError

func NewGetBeneficiariesInternalServerError() *GetBeneficiariesInternalServerError

NewGetBeneficiariesInternalServerError creates a GetBeneficiariesInternalServerError with default headers values

func (*GetBeneficiariesInternalServerError) Error

func (*GetBeneficiariesInternalServerError) GetPayload

type GetBeneficiariesMethodNotAllowed

type GetBeneficiariesMethodNotAllowed struct {

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

Method Not Allowed

func NewGetBeneficiariesMethodNotAllowed

func NewGetBeneficiariesMethodNotAllowed() *GetBeneficiariesMethodNotAllowed

NewGetBeneficiariesMethodNotAllowed creates a GetBeneficiariesMethodNotAllowed with default headers values

func (*GetBeneficiariesMethodNotAllowed) Error

type GetBeneficiariesNotAcceptable

type GetBeneficiariesNotAcceptable struct {

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

Not Acceptable

func NewGetBeneficiariesNotAcceptable

func NewGetBeneficiariesNotAcceptable() *GetBeneficiariesNotAcceptable

NewGetBeneficiariesNotAcceptable creates a GetBeneficiariesNotAcceptable with default headers values

func (*GetBeneficiariesNotAcceptable) Error

type GetBeneficiariesNotFound

type GetBeneficiariesNotFound struct {

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

Not found

func NewGetBeneficiariesNotFound

func NewGetBeneficiariesNotFound() *GetBeneficiariesNotFound

NewGetBeneficiariesNotFound creates a GetBeneficiariesNotFound with default headers values

func (*GetBeneficiariesNotFound) Error

func (o *GetBeneficiariesNotFound) Error() string

type GetBeneficiariesOK

type GetBeneficiariesOK struct {

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

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

Beneficiaries Read

func NewGetBeneficiariesOK

func NewGetBeneficiariesOK() *GetBeneficiariesOK

NewGetBeneficiariesOK creates a GetBeneficiariesOK with default headers values

func (*GetBeneficiariesOK) Error

func (o *GetBeneficiariesOK) Error() string

func (*GetBeneficiariesOK) GetPayload

func (o *GetBeneficiariesOK) GetPayload() *models.OBReadBeneficiary5

type GetBeneficiariesParams

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

GetBeneficiariesParams contains all the parameters to send to the API endpoint

for the get beneficiaries operation.

Typically these are written to a http.Request.

func NewGetBeneficiariesParams

func NewGetBeneficiariesParams() *GetBeneficiariesParams

NewGetBeneficiariesParams creates a new GetBeneficiariesParams 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 NewGetBeneficiariesParamsWithContext

func NewGetBeneficiariesParamsWithContext(ctx context.Context) *GetBeneficiariesParams

NewGetBeneficiariesParamsWithContext creates a new GetBeneficiariesParams object with the ability to set a context for a request.

func NewGetBeneficiariesParamsWithHTTPClient

func NewGetBeneficiariesParamsWithHTTPClient(client *http.Client) *GetBeneficiariesParams

NewGetBeneficiariesParamsWithHTTPClient creates a new GetBeneficiariesParams object with the ability to set a custom HTTPClient for a request.

func NewGetBeneficiariesParamsWithTimeout

func NewGetBeneficiariesParamsWithTimeout(timeout time.Duration) *GetBeneficiariesParams

NewGetBeneficiariesParamsWithTimeout creates a new GetBeneficiariesParams object with the ability to set a timeout on a request.

func (*GetBeneficiariesParams) SetAuthorization

func (o *GetBeneficiariesParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get beneficiaries params

func (*GetBeneficiariesParams) SetContext

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

SetContext adds the context to the get beneficiaries params

func (*GetBeneficiariesParams) SetDefaults

func (o *GetBeneficiariesParams) SetDefaults()

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

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

func (*GetBeneficiariesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get beneficiaries params

func (*GetBeneficiariesParams) SetTimeout

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

SetTimeout adds the timeout to the get beneficiaries params

func (*GetBeneficiariesParams) SetXCustomerUserAgent

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

SetXCustomerUserAgent adds the xCustomerUserAgent to the get beneficiaries params

func (*GetBeneficiariesParams) SetXFapiAuthDate

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

SetXFapiAuthDate adds the xFapiAuthDate to the get beneficiaries params

func (*GetBeneficiariesParams) SetXFapiCustomerIPAddress

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

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get beneficiaries params

func (*GetBeneficiariesParams) SetXFapiInteractionID

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

SetXFapiInteractionID adds the xFapiInteractionId to the get beneficiaries params

func (*GetBeneficiariesParams) WithAuthorization

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

WithAuthorization adds the authorization to the get beneficiaries params

func (*GetBeneficiariesParams) WithContext

WithContext adds the context to the get beneficiaries params

func (*GetBeneficiariesParams) WithDefaults

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

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

func (*GetBeneficiariesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get beneficiaries params

func (*GetBeneficiariesParams) WithTimeout

WithTimeout adds the timeout to the get beneficiaries params

func (*GetBeneficiariesParams) WithXCustomerUserAgent

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

WithXCustomerUserAgent adds the xCustomerUserAgent to the get beneficiaries params

func (*GetBeneficiariesParams) WithXFapiAuthDate

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

WithXFapiAuthDate adds the xFapiAuthDate to the get beneficiaries params

func (*GetBeneficiariesParams) WithXFapiCustomerIPAddress

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

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get beneficiaries params

func (*GetBeneficiariesParams) WithXFapiInteractionID

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

WithXFapiInteractionID adds the xFapiInteractionID to the get beneficiaries params

func (*GetBeneficiariesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBeneficiariesReader

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

GetBeneficiariesReader is a Reader for the GetBeneficiaries structure.

func (*GetBeneficiariesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBeneficiariesTooManyRequests

type GetBeneficiariesTooManyRequests struct {

	/* Number in seconds to wait
	 */
	RetryAfter int64

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

Too Many Requests

func NewGetBeneficiariesTooManyRequests

func NewGetBeneficiariesTooManyRequests() *GetBeneficiariesTooManyRequests

NewGetBeneficiariesTooManyRequests creates a GetBeneficiariesTooManyRequests with default headers values

func (*GetBeneficiariesTooManyRequests) Error

type GetBeneficiariesUnauthorized

type GetBeneficiariesUnauthorized struct {

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

Unauthorized

func NewGetBeneficiariesUnauthorized

func NewGetBeneficiariesUnauthorized() *GetBeneficiariesUnauthorized

NewGetBeneficiariesUnauthorized creates a GetBeneficiariesUnauthorized with default headers values

func (*GetBeneficiariesUnauthorized) Error

Jump to

Keyboard shortcuts

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