payment_defaults

package
v0.44.37 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for payment defaults API

func (*Client) DeletePaymentdefaultsID

func (a *Client) DeletePaymentdefaultsID(params *DeletePaymentdefaultsIDParams) (*DeletePaymentdefaultsIDNoContent, error)

DeletePaymentdefaultsID deletes payment defaults

func (*Client) GetPaymentdefaults

func (a *Client) GetPaymentdefaults(params *GetPaymentdefaultsParams) (*GetPaymentdefaultsOK, error)

GetPaymentdefaults lists default settings for payments

func (*Client) GetPaymentdefaultsID

func (a *Client) GetPaymentdefaultsID(params *GetPaymentdefaultsIDParams) (*GetPaymentdefaultsIDOK, error)

GetPaymentdefaultsID fetches payment defaults

func (*Client) PatchPaymentdefaultsID

func (a *Client) PatchPaymentdefaultsID(params *PatchPaymentdefaultsIDParams) (*PatchPaymentdefaultsIDOK, error)

PatchPaymentdefaultsID updates payment defaults

func (*Client) PostPaymentdefaults

func (a *Client) PostPaymentdefaults(params *PostPaymentdefaultsParams) (*PostPaymentdefaultsCreated, error)

PostPaymentdefaults creates the default settings for a payment

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService added in v0.43.0

type ClientService interface {
	DeletePaymentdefaultsID(params *DeletePaymentdefaultsIDParams) (*DeletePaymentdefaultsIDNoContent, error)

	GetPaymentdefaults(params *GetPaymentdefaultsParams) (*GetPaymentdefaultsOK, error)

	GetPaymentdefaultsID(params *GetPaymentdefaultsIDParams) (*GetPaymentdefaultsIDOK, error)

	PatchPaymentdefaultsID(params *PatchPaymentdefaultsIDParams) (*PatchPaymentdefaultsIDOK, error)

	PostPaymentdefaults(params *PostPaymentdefaultsParams) (*PostPaymentdefaultsCreated, 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 payment defaults API client.

type DeletePaymentdefaultsIDBadRequest added in v0.43.0

type DeletePaymentdefaultsIDBadRequest struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDBadRequest handles this case with default header values.

Bad Request

func NewDeletePaymentdefaultsIDBadRequest added in v0.43.0

func NewDeletePaymentdefaultsIDBadRequest() *DeletePaymentdefaultsIDBadRequest

NewDeletePaymentdefaultsIDBadRequest creates a DeletePaymentdefaultsIDBadRequest with default headers values

func (*DeletePaymentdefaultsIDBadRequest) Error added in v0.43.0

func (*DeletePaymentdefaultsIDBadRequest) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDConflict added in v0.43.0

type DeletePaymentdefaultsIDConflict struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDConflict handles this case with default header values.

Conflict

func NewDeletePaymentdefaultsIDConflict added in v0.43.0

func NewDeletePaymentdefaultsIDConflict() *DeletePaymentdefaultsIDConflict

NewDeletePaymentdefaultsIDConflict creates a DeletePaymentdefaultsIDConflict with default headers values

func (*DeletePaymentdefaultsIDConflict) Error added in v0.43.0

func (*DeletePaymentdefaultsIDConflict) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDForbidden added in v0.43.0

type DeletePaymentdefaultsIDForbidden struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDForbidden handles this case with default header values.

Forbidden

func NewDeletePaymentdefaultsIDForbidden added in v0.43.0

func NewDeletePaymentdefaultsIDForbidden() *DeletePaymentdefaultsIDForbidden

NewDeletePaymentdefaultsIDForbidden creates a DeletePaymentdefaultsIDForbidden with default headers values

func (*DeletePaymentdefaultsIDForbidden) Error added in v0.43.0

func (*DeletePaymentdefaultsIDForbidden) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDInternalServerError added in v0.43.0

type DeletePaymentdefaultsIDInternalServerError struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeletePaymentdefaultsIDInternalServerError added in v0.43.0

func NewDeletePaymentdefaultsIDInternalServerError() *DeletePaymentdefaultsIDInternalServerError

NewDeletePaymentdefaultsIDInternalServerError creates a DeletePaymentdefaultsIDInternalServerError with default headers values

func (*DeletePaymentdefaultsIDInternalServerError) Error added in v0.43.0

func (*DeletePaymentdefaultsIDInternalServerError) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDNoContent

type DeletePaymentdefaultsIDNoContent struct {
}

DeletePaymentdefaultsIDNoContent handles this case with default header values.

Payment defaults deleted

func NewDeletePaymentdefaultsIDNoContent

func NewDeletePaymentdefaultsIDNoContent() *DeletePaymentdefaultsIDNoContent

NewDeletePaymentdefaultsIDNoContent creates a DeletePaymentdefaultsIDNoContent with default headers values

func (*DeletePaymentdefaultsIDNoContent) Error

type DeletePaymentdefaultsIDNotFound added in v0.43.0

type DeletePaymentdefaultsIDNotFound struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDNotFound handles this case with default header values.

Record not found

func NewDeletePaymentdefaultsIDNotFound added in v0.43.0

func NewDeletePaymentdefaultsIDNotFound() *DeletePaymentdefaultsIDNotFound

NewDeletePaymentdefaultsIDNotFound creates a DeletePaymentdefaultsIDNotFound with default headers values

func (*DeletePaymentdefaultsIDNotFound) Error added in v0.43.0

func (*DeletePaymentdefaultsIDNotFound) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDParams

type DeletePaymentdefaultsIDParams struct {

	/*ID
	  Limit Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeletePaymentdefaultsIDParams contains all the parameters to send to the API endpoint for the delete paymentdefaults ID operation typically these are written to a http.Request

func NewDeletePaymentdefaultsIDParams

func NewDeletePaymentdefaultsIDParams() *DeletePaymentdefaultsIDParams

NewDeletePaymentdefaultsIDParams creates a new DeletePaymentdefaultsIDParams object with the default values initialized.

func NewDeletePaymentdefaultsIDParamsWithContext

func NewDeletePaymentdefaultsIDParamsWithContext(ctx context.Context) *DeletePaymentdefaultsIDParams

NewDeletePaymentdefaultsIDParamsWithContext creates a new DeletePaymentdefaultsIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeletePaymentdefaultsIDParamsWithHTTPClient

func NewDeletePaymentdefaultsIDParamsWithHTTPClient(client *http.Client) *DeletePaymentdefaultsIDParams

NewDeletePaymentdefaultsIDParamsWithHTTPClient creates a new DeletePaymentdefaultsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeletePaymentdefaultsIDParamsWithTimeout

func NewDeletePaymentdefaultsIDParamsWithTimeout(timeout time.Duration) *DeletePaymentdefaultsIDParams

NewDeletePaymentdefaultsIDParamsWithTimeout creates a new DeletePaymentdefaultsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeletePaymentdefaultsIDParams) SetContext

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

SetContext adds the context to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) SetID

SetID adds the id to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) SetVersion

func (o *DeletePaymentdefaultsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) WithContext

WithContext adds the context to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) WithID

WithID adds the id to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) WithTimeout

WithTimeout adds the timeout to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) WithVersion

WithVersion adds the version to the delete paymentdefaults ID params

func (*DeletePaymentdefaultsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePaymentdefaultsIDReader

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

DeletePaymentdefaultsIDReader is a Reader for the DeletePaymentdefaultsID structure.

func (*DeletePaymentdefaultsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePaymentdefaultsIDServiceUnavailable added in v0.43.0

type DeletePaymentdefaultsIDServiceUnavailable struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeletePaymentdefaultsIDServiceUnavailable added in v0.43.0

func NewDeletePaymentdefaultsIDServiceUnavailable() *DeletePaymentdefaultsIDServiceUnavailable

NewDeletePaymentdefaultsIDServiceUnavailable creates a DeletePaymentdefaultsIDServiceUnavailable with default headers values

func (*DeletePaymentdefaultsIDServiceUnavailable) Error added in v0.43.0

func (*DeletePaymentdefaultsIDServiceUnavailable) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDTooManyRequests added in v0.43.0

type DeletePaymentdefaultsIDTooManyRequests struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeletePaymentdefaultsIDTooManyRequests added in v0.43.0

func NewDeletePaymentdefaultsIDTooManyRequests() *DeletePaymentdefaultsIDTooManyRequests

NewDeletePaymentdefaultsIDTooManyRequests creates a DeletePaymentdefaultsIDTooManyRequests with default headers values

func (*DeletePaymentdefaultsIDTooManyRequests) Error added in v0.43.0

func (*DeletePaymentdefaultsIDTooManyRequests) GetPayload added in v0.43.0

type DeletePaymentdefaultsIDUnauthorized added in v0.43.0

type DeletePaymentdefaultsIDUnauthorized struct {
	Payload *models.APIError
}

DeletePaymentdefaultsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeletePaymentdefaultsIDUnauthorized added in v0.43.0

func NewDeletePaymentdefaultsIDUnauthorized() *DeletePaymentdefaultsIDUnauthorized

NewDeletePaymentdefaultsIDUnauthorized creates a DeletePaymentdefaultsIDUnauthorized with default headers values

func (*DeletePaymentdefaultsIDUnauthorized) Error added in v0.43.0

func (*DeletePaymentdefaultsIDUnauthorized) GetPayload added in v0.43.0

type GetPaymentdefaultsBadRequest added in v0.43.0

type GetPaymentdefaultsBadRequest struct {
	Payload *models.APIError
}

GetPaymentdefaultsBadRequest handles this case with default header values.

Bad Request

func NewGetPaymentdefaultsBadRequest added in v0.43.0

func NewGetPaymentdefaultsBadRequest() *GetPaymentdefaultsBadRequest

NewGetPaymentdefaultsBadRequest creates a GetPaymentdefaultsBadRequest with default headers values

func (*GetPaymentdefaultsBadRequest) Error added in v0.43.0

func (*GetPaymentdefaultsBadRequest) GetPayload added in v0.43.0

func (o *GetPaymentdefaultsBadRequest) GetPayload() *models.APIError

type GetPaymentdefaultsConflict added in v0.43.0

type GetPaymentdefaultsConflict struct {
	Payload *models.APIError
}

GetPaymentdefaultsConflict handles this case with default header values.

Conflict

func NewGetPaymentdefaultsConflict added in v0.43.0

func NewGetPaymentdefaultsConflict() *GetPaymentdefaultsConflict

NewGetPaymentdefaultsConflict creates a GetPaymentdefaultsConflict with default headers values

func (*GetPaymentdefaultsConflict) Error added in v0.43.0

func (*GetPaymentdefaultsConflict) GetPayload added in v0.43.0

func (o *GetPaymentdefaultsConflict) GetPayload() *models.APIError

type GetPaymentdefaultsForbidden added in v0.43.0

type GetPaymentdefaultsForbidden struct {
	Payload *models.APIError
}

GetPaymentdefaultsForbidden handles this case with default header values.

Forbidden

func NewGetPaymentdefaultsForbidden added in v0.43.0

func NewGetPaymentdefaultsForbidden() *GetPaymentdefaultsForbidden

NewGetPaymentdefaultsForbidden creates a GetPaymentdefaultsForbidden with default headers values

func (*GetPaymentdefaultsForbidden) Error added in v0.43.0

func (*GetPaymentdefaultsForbidden) GetPayload added in v0.43.0

func (o *GetPaymentdefaultsForbidden) GetPayload() *models.APIError

type GetPaymentdefaultsIDBadRequest added in v0.43.0

type GetPaymentdefaultsIDBadRequest struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDBadRequest handles this case with default header values.

Bad Request

func NewGetPaymentdefaultsIDBadRequest added in v0.43.0

func NewGetPaymentdefaultsIDBadRequest() *GetPaymentdefaultsIDBadRequest

NewGetPaymentdefaultsIDBadRequest creates a GetPaymentdefaultsIDBadRequest with default headers values

func (*GetPaymentdefaultsIDBadRequest) Error added in v0.43.0

func (*GetPaymentdefaultsIDBadRequest) GetPayload added in v0.43.0

type GetPaymentdefaultsIDConflict added in v0.43.0

type GetPaymentdefaultsIDConflict struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDConflict handles this case with default header values.

Conflict

func NewGetPaymentdefaultsIDConflict added in v0.43.0

func NewGetPaymentdefaultsIDConflict() *GetPaymentdefaultsIDConflict

NewGetPaymentdefaultsIDConflict creates a GetPaymentdefaultsIDConflict with default headers values

func (*GetPaymentdefaultsIDConflict) Error added in v0.43.0

func (*GetPaymentdefaultsIDConflict) GetPayload added in v0.43.0

func (o *GetPaymentdefaultsIDConflict) GetPayload() *models.APIError

type GetPaymentdefaultsIDForbidden added in v0.43.0

type GetPaymentdefaultsIDForbidden struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDForbidden handles this case with default header values.

Forbidden

func NewGetPaymentdefaultsIDForbidden added in v0.43.0

func NewGetPaymentdefaultsIDForbidden() *GetPaymentdefaultsIDForbidden

NewGetPaymentdefaultsIDForbidden creates a GetPaymentdefaultsIDForbidden with default headers values

func (*GetPaymentdefaultsIDForbidden) Error added in v0.43.0

func (*GetPaymentdefaultsIDForbidden) GetPayload added in v0.43.0

type GetPaymentdefaultsIDInternalServerError added in v0.43.0

type GetPaymentdefaultsIDInternalServerError struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPaymentdefaultsIDInternalServerError added in v0.43.0

func NewGetPaymentdefaultsIDInternalServerError() *GetPaymentdefaultsIDInternalServerError

NewGetPaymentdefaultsIDInternalServerError creates a GetPaymentdefaultsIDInternalServerError with default headers values

func (*GetPaymentdefaultsIDInternalServerError) Error added in v0.43.0

func (*GetPaymentdefaultsIDInternalServerError) GetPayload added in v0.43.0

type GetPaymentdefaultsIDNotFound added in v0.43.0

type GetPaymentdefaultsIDNotFound struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDNotFound handles this case with default header values.

Record not found

func NewGetPaymentdefaultsIDNotFound added in v0.43.0

func NewGetPaymentdefaultsIDNotFound() *GetPaymentdefaultsIDNotFound

NewGetPaymentdefaultsIDNotFound creates a GetPaymentdefaultsIDNotFound with default headers values

func (*GetPaymentdefaultsIDNotFound) Error added in v0.43.0

func (*GetPaymentdefaultsIDNotFound) GetPayload added in v0.43.0

func (o *GetPaymentdefaultsIDNotFound) GetPayload() *models.APIError

type GetPaymentdefaultsIDOK

type GetPaymentdefaultsIDOK struct {
	Payload *models.PaymentDefaultsResponse
}

GetPaymentdefaultsIDOK handles this case with default header values.

Payment default details

func NewGetPaymentdefaultsIDOK

func NewGetPaymentdefaultsIDOK() *GetPaymentdefaultsIDOK

NewGetPaymentdefaultsIDOK creates a GetPaymentdefaultsIDOK with default headers values

func (*GetPaymentdefaultsIDOK) Error

func (o *GetPaymentdefaultsIDOK) Error() string

func (*GetPaymentdefaultsIDOK) GetPayload added in v0.43.0

type GetPaymentdefaultsIDParams

type GetPaymentdefaultsIDParams struct {

	/*ID
	  Payment defaults Id

	*/
	ID strfmt.UUID

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

GetPaymentdefaultsIDParams contains all the parameters to send to the API endpoint for the get paymentdefaults ID operation typically these are written to a http.Request

func NewGetPaymentdefaultsIDParams

func NewGetPaymentdefaultsIDParams() *GetPaymentdefaultsIDParams

NewGetPaymentdefaultsIDParams creates a new GetPaymentdefaultsIDParams object with the default values initialized.

func NewGetPaymentdefaultsIDParamsWithContext

func NewGetPaymentdefaultsIDParamsWithContext(ctx context.Context) *GetPaymentdefaultsIDParams

NewGetPaymentdefaultsIDParamsWithContext creates a new GetPaymentdefaultsIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetPaymentdefaultsIDParamsWithHTTPClient

func NewGetPaymentdefaultsIDParamsWithHTTPClient(client *http.Client) *GetPaymentdefaultsIDParams

NewGetPaymentdefaultsIDParamsWithHTTPClient creates a new GetPaymentdefaultsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPaymentdefaultsIDParamsWithTimeout

func NewGetPaymentdefaultsIDParamsWithTimeout(timeout time.Duration) *GetPaymentdefaultsIDParams

NewGetPaymentdefaultsIDParamsWithTimeout creates a new GetPaymentdefaultsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPaymentdefaultsIDParams) SetContext

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

SetContext adds the context to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) SetID

func (o *GetPaymentdefaultsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) WithContext

WithContext adds the context to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) WithID

WithID adds the id to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) WithTimeout

WithTimeout adds the timeout to the get paymentdefaults ID params

func (*GetPaymentdefaultsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPaymentdefaultsIDReader

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

GetPaymentdefaultsIDReader is a Reader for the GetPaymentdefaultsID structure.

func (*GetPaymentdefaultsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentdefaultsIDServiceUnavailable added in v0.43.0

type GetPaymentdefaultsIDServiceUnavailable struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetPaymentdefaultsIDServiceUnavailable added in v0.43.0

func NewGetPaymentdefaultsIDServiceUnavailable() *GetPaymentdefaultsIDServiceUnavailable

NewGetPaymentdefaultsIDServiceUnavailable creates a GetPaymentdefaultsIDServiceUnavailable with default headers values

func (*GetPaymentdefaultsIDServiceUnavailable) Error added in v0.43.0

func (*GetPaymentdefaultsIDServiceUnavailable) GetPayload added in v0.43.0

type GetPaymentdefaultsIDTooManyRequests added in v0.43.0

type GetPaymentdefaultsIDTooManyRequests struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetPaymentdefaultsIDTooManyRequests added in v0.43.0

func NewGetPaymentdefaultsIDTooManyRequests() *GetPaymentdefaultsIDTooManyRequests

NewGetPaymentdefaultsIDTooManyRequests creates a GetPaymentdefaultsIDTooManyRequests with default headers values

func (*GetPaymentdefaultsIDTooManyRequests) Error added in v0.43.0

func (*GetPaymentdefaultsIDTooManyRequests) GetPayload added in v0.43.0

type GetPaymentdefaultsIDUnauthorized added in v0.43.0

type GetPaymentdefaultsIDUnauthorized struct {
	Payload *models.APIError
}

GetPaymentdefaultsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetPaymentdefaultsIDUnauthorized added in v0.43.0

func NewGetPaymentdefaultsIDUnauthorized() *GetPaymentdefaultsIDUnauthorized

NewGetPaymentdefaultsIDUnauthorized creates a GetPaymentdefaultsIDUnauthorized with default headers values

func (*GetPaymentdefaultsIDUnauthorized) Error added in v0.43.0

func (*GetPaymentdefaultsIDUnauthorized) GetPayload added in v0.43.0

type GetPaymentdefaultsInternalServerError added in v0.43.0

type GetPaymentdefaultsInternalServerError struct {
	Payload *models.APIError
}

GetPaymentdefaultsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPaymentdefaultsInternalServerError added in v0.43.0

func NewGetPaymentdefaultsInternalServerError() *GetPaymentdefaultsInternalServerError

NewGetPaymentdefaultsInternalServerError creates a GetPaymentdefaultsInternalServerError with default headers values

func (*GetPaymentdefaultsInternalServerError) Error added in v0.43.0

func (*GetPaymentdefaultsInternalServerError) GetPayload added in v0.43.0

type GetPaymentdefaultsNotFound added in v0.43.0

type GetPaymentdefaultsNotFound struct {
	Payload *models.APIError
}

GetPaymentdefaultsNotFound handles this case with default header values.

Record not found

func NewGetPaymentdefaultsNotFound added in v0.43.0

func NewGetPaymentdefaultsNotFound() *GetPaymentdefaultsNotFound

NewGetPaymentdefaultsNotFound creates a GetPaymentdefaultsNotFound with default headers values

func (*GetPaymentdefaultsNotFound) Error added in v0.43.0

func (*GetPaymentdefaultsNotFound) GetPayload added in v0.43.0

func (o *GetPaymentdefaultsNotFound) GetPayload() *models.APIError

type GetPaymentdefaultsOK

type GetPaymentdefaultsOK struct {
	Payload *models.PaymentDefaultsListResponse
}

GetPaymentdefaultsOK handles this case with default header values.

List of payment defaults

func NewGetPaymentdefaultsOK

func NewGetPaymentdefaultsOK() *GetPaymentdefaultsOK

NewGetPaymentdefaultsOK creates a GetPaymentdefaultsOK with default headers values

func (*GetPaymentdefaultsOK) Error

func (o *GetPaymentdefaultsOK) Error() string

func (*GetPaymentdefaultsOK) GetPayload added in v0.43.0

type GetPaymentdefaultsParams

type GetPaymentdefaultsParams struct {

	/*FilterOrganisationID
	  Filter by organisation id

	*/
	FilterOrganisationID []strfmt.UUID
	/*PageNumber
	  Which page to select

	*/
	PageNumber *string
	/*PageSize
	  Number of items to select

	*/
	PageSize *int64

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

GetPaymentdefaultsParams contains all the parameters to send to the API endpoint for the get paymentdefaults operation typically these are written to a http.Request

func NewGetPaymentdefaultsParams

func NewGetPaymentdefaultsParams() *GetPaymentdefaultsParams

NewGetPaymentdefaultsParams creates a new GetPaymentdefaultsParams object with the default values initialized.

func NewGetPaymentdefaultsParamsWithContext

func NewGetPaymentdefaultsParamsWithContext(ctx context.Context) *GetPaymentdefaultsParams

NewGetPaymentdefaultsParamsWithContext creates a new GetPaymentdefaultsParams object with the default values initialized, and the ability to set a context for a request

func NewGetPaymentdefaultsParamsWithHTTPClient

func NewGetPaymentdefaultsParamsWithHTTPClient(client *http.Client) *GetPaymentdefaultsParams

NewGetPaymentdefaultsParamsWithHTTPClient creates a new GetPaymentdefaultsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPaymentdefaultsParamsWithTimeout

func NewGetPaymentdefaultsParamsWithTimeout(timeout time.Duration) *GetPaymentdefaultsParams

NewGetPaymentdefaultsParamsWithTimeout creates a new GetPaymentdefaultsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPaymentdefaultsParams) SetContext

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

SetContext adds the context to the get paymentdefaults params

func (*GetPaymentdefaultsParams) SetFilterOrganisationID

func (o *GetPaymentdefaultsParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get paymentdefaults params

func (*GetPaymentdefaultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get paymentdefaults params

func (*GetPaymentdefaultsParams) SetPageNumber

func (o *GetPaymentdefaultsParams) SetPageNumber(pageNumber *string)

SetPageNumber adds the pageNumber to the get paymentdefaults params

func (*GetPaymentdefaultsParams) SetPageSize

func (o *GetPaymentdefaultsParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get paymentdefaults params

func (*GetPaymentdefaultsParams) SetTimeout

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

SetTimeout adds the timeout to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WithContext

WithContext adds the context to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WithFilterOrganisationID

func (o *GetPaymentdefaultsParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetPaymentdefaultsParams

WithFilterOrganisationID adds the filterOrganisationID to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WithPageNumber

func (o *GetPaymentdefaultsParams) WithPageNumber(pageNumber *string) *GetPaymentdefaultsParams

WithPageNumber adds the pageNumber to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WithPageSize

func (o *GetPaymentdefaultsParams) WithPageSize(pageSize *int64) *GetPaymentdefaultsParams

WithPageSize adds the pageSize to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WithTimeout

WithTimeout adds the timeout to the get paymentdefaults params

func (*GetPaymentdefaultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPaymentdefaultsReader

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

GetPaymentdefaultsReader is a Reader for the GetPaymentdefaults structure.

func (*GetPaymentdefaultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentdefaultsServiceUnavailable added in v0.43.0

type GetPaymentdefaultsServiceUnavailable struct {
	Payload *models.APIError
}

GetPaymentdefaultsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetPaymentdefaultsServiceUnavailable added in v0.43.0

func NewGetPaymentdefaultsServiceUnavailable() *GetPaymentdefaultsServiceUnavailable

NewGetPaymentdefaultsServiceUnavailable creates a GetPaymentdefaultsServiceUnavailable with default headers values

func (*GetPaymentdefaultsServiceUnavailable) Error added in v0.43.0

func (*GetPaymentdefaultsServiceUnavailable) GetPayload added in v0.43.0

type GetPaymentdefaultsTooManyRequests added in v0.43.0

type GetPaymentdefaultsTooManyRequests struct {
	Payload *models.APIError
}

GetPaymentdefaultsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetPaymentdefaultsTooManyRequests added in v0.43.0

func NewGetPaymentdefaultsTooManyRequests() *GetPaymentdefaultsTooManyRequests

NewGetPaymentdefaultsTooManyRequests creates a GetPaymentdefaultsTooManyRequests with default headers values

func (*GetPaymentdefaultsTooManyRequests) Error added in v0.43.0

func (*GetPaymentdefaultsTooManyRequests) GetPayload added in v0.43.0

type GetPaymentdefaultsUnauthorized added in v0.43.0

type GetPaymentdefaultsUnauthorized struct {
	Payload *models.APIError
}

GetPaymentdefaultsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetPaymentdefaultsUnauthorized added in v0.43.0

func NewGetPaymentdefaultsUnauthorized() *GetPaymentdefaultsUnauthorized

NewGetPaymentdefaultsUnauthorized creates a GetPaymentdefaultsUnauthorized with default headers values

func (*GetPaymentdefaultsUnauthorized) Error added in v0.43.0

func (*GetPaymentdefaultsUnauthorized) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDBadRequest

type PatchPaymentdefaultsIDBadRequest struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDBadRequest handles this case with default header values.

Bad Request

func NewPatchPaymentdefaultsIDBadRequest

func NewPatchPaymentdefaultsIDBadRequest() *PatchPaymentdefaultsIDBadRequest

NewPatchPaymentdefaultsIDBadRequest creates a PatchPaymentdefaultsIDBadRequest with default headers values

func (*PatchPaymentdefaultsIDBadRequest) Error

func (*PatchPaymentdefaultsIDBadRequest) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDConflict added in v0.43.0

type PatchPaymentdefaultsIDConflict struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDConflict handles this case with default header values.

Conflict

func NewPatchPaymentdefaultsIDConflict added in v0.43.0

func NewPatchPaymentdefaultsIDConflict() *PatchPaymentdefaultsIDConflict

NewPatchPaymentdefaultsIDConflict creates a PatchPaymentdefaultsIDConflict with default headers values

func (*PatchPaymentdefaultsIDConflict) Error added in v0.43.0

func (*PatchPaymentdefaultsIDConflict) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDForbidden added in v0.43.0

type PatchPaymentdefaultsIDForbidden struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDForbidden handles this case with default header values.

Forbidden

func NewPatchPaymentdefaultsIDForbidden added in v0.43.0

func NewPatchPaymentdefaultsIDForbidden() *PatchPaymentdefaultsIDForbidden

NewPatchPaymentdefaultsIDForbidden creates a PatchPaymentdefaultsIDForbidden with default headers values

func (*PatchPaymentdefaultsIDForbidden) Error added in v0.43.0

func (*PatchPaymentdefaultsIDForbidden) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDInternalServerError added in v0.43.0

type PatchPaymentdefaultsIDInternalServerError struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDInternalServerError handles this case with default header values.

Internal Server Error

func NewPatchPaymentdefaultsIDInternalServerError added in v0.43.0

func NewPatchPaymentdefaultsIDInternalServerError() *PatchPaymentdefaultsIDInternalServerError

NewPatchPaymentdefaultsIDInternalServerError creates a PatchPaymentdefaultsIDInternalServerError with default headers values

func (*PatchPaymentdefaultsIDInternalServerError) Error added in v0.43.0

func (*PatchPaymentdefaultsIDInternalServerError) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDNotFound added in v0.43.0

type PatchPaymentdefaultsIDNotFound struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDNotFound handles this case with default header values.

Record not found

func NewPatchPaymentdefaultsIDNotFound added in v0.43.0

func NewPatchPaymentdefaultsIDNotFound() *PatchPaymentdefaultsIDNotFound

NewPatchPaymentdefaultsIDNotFound creates a PatchPaymentdefaultsIDNotFound with default headers values

func (*PatchPaymentdefaultsIDNotFound) Error added in v0.43.0

func (*PatchPaymentdefaultsIDNotFound) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDOK

type PatchPaymentdefaultsIDOK struct {
	Payload *models.PaymentDefaultsResponse
}

PatchPaymentdefaultsIDOK handles this case with default header values.

Defaults update response

func NewPatchPaymentdefaultsIDOK

func NewPatchPaymentdefaultsIDOK() *PatchPaymentdefaultsIDOK

NewPatchPaymentdefaultsIDOK creates a PatchPaymentdefaultsIDOK with default headers values

func (*PatchPaymentdefaultsIDOK) Error

func (o *PatchPaymentdefaultsIDOK) Error() string

func (*PatchPaymentdefaultsIDOK) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDParams

type PatchPaymentdefaultsIDParams struct {

	/*DefaultsUpdateRequest*/
	DefaultsUpdateRequest *models.PaymentDefaultsAmendment
	/*ID
	  Payment defaults Id

	*/
	ID strfmt.UUID

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

PatchPaymentdefaultsIDParams contains all the parameters to send to the API endpoint for the patch paymentdefaults ID operation typically these are written to a http.Request

func NewPatchPaymentdefaultsIDParams

func NewPatchPaymentdefaultsIDParams() *PatchPaymentdefaultsIDParams

NewPatchPaymentdefaultsIDParams creates a new PatchPaymentdefaultsIDParams object with the default values initialized.

func NewPatchPaymentdefaultsIDParamsWithContext

func NewPatchPaymentdefaultsIDParamsWithContext(ctx context.Context) *PatchPaymentdefaultsIDParams

NewPatchPaymentdefaultsIDParamsWithContext creates a new PatchPaymentdefaultsIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchPaymentdefaultsIDParamsWithHTTPClient

func NewPatchPaymentdefaultsIDParamsWithHTTPClient(client *http.Client) *PatchPaymentdefaultsIDParams

NewPatchPaymentdefaultsIDParamsWithHTTPClient creates a new PatchPaymentdefaultsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchPaymentdefaultsIDParamsWithTimeout

func NewPatchPaymentdefaultsIDParamsWithTimeout(timeout time.Duration) *PatchPaymentdefaultsIDParams

NewPatchPaymentdefaultsIDParamsWithTimeout creates a new PatchPaymentdefaultsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchPaymentdefaultsIDParams) SetContext

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

SetContext adds the context to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) SetDefaultsUpdateRequest

func (o *PatchPaymentdefaultsIDParams) SetDefaultsUpdateRequest(defaultsUpdateRequest *models.PaymentDefaultsAmendment)

SetDefaultsUpdateRequest adds the defaultsUpdateRequest to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) SetID

SetID adds the id to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) WithContext

WithContext adds the context to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) WithDefaultsUpdateRequest

func (o *PatchPaymentdefaultsIDParams) WithDefaultsUpdateRequest(defaultsUpdateRequest *models.PaymentDefaultsAmendment) *PatchPaymentdefaultsIDParams

WithDefaultsUpdateRequest adds the defaultsUpdateRequest to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) WithID

WithID adds the id to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) WithTimeout

WithTimeout adds the timeout to the patch paymentdefaults ID params

func (*PatchPaymentdefaultsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchPaymentdefaultsIDReader

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

PatchPaymentdefaultsIDReader is a Reader for the PatchPaymentdefaultsID structure.

func (*PatchPaymentdefaultsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchPaymentdefaultsIDServiceUnavailable added in v0.43.0

type PatchPaymentdefaultsIDServiceUnavailable struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPatchPaymentdefaultsIDServiceUnavailable added in v0.43.0

func NewPatchPaymentdefaultsIDServiceUnavailable() *PatchPaymentdefaultsIDServiceUnavailable

NewPatchPaymentdefaultsIDServiceUnavailable creates a PatchPaymentdefaultsIDServiceUnavailable with default headers values

func (*PatchPaymentdefaultsIDServiceUnavailable) Error added in v0.43.0

func (*PatchPaymentdefaultsIDServiceUnavailable) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDTooManyRequests added in v0.43.0

type PatchPaymentdefaultsIDTooManyRequests struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPatchPaymentdefaultsIDTooManyRequests added in v0.43.0

func NewPatchPaymentdefaultsIDTooManyRequests() *PatchPaymentdefaultsIDTooManyRequests

NewPatchPaymentdefaultsIDTooManyRequests creates a PatchPaymentdefaultsIDTooManyRequests with default headers values

func (*PatchPaymentdefaultsIDTooManyRequests) Error added in v0.43.0

func (*PatchPaymentdefaultsIDTooManyRequests) GetPayload added in v0.43.0

type PatchPaymentdefaultsIDUnauthorized added in v0.43.0

type PatchPaymentdefaultsIDUnauthorized struct {
	Payload *models.APIError
}

PatchPaymentdefaultsIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPatchPaymentdefaultsIDUnauthorized added in v0.43.0

func NewPatchPaymentdefaultsIDUnauthorized() *PatchPaymentdefaultsIDUnauthorized

NewPatchPaymentdefaultsIDUnauthorized creates a PatchPaymentdefaultsIDUnauthorized with default headers values

func (*PatchPaymentdefaultsIDUnauthorized) Error added in v0.43.0

func (*PatchPaymentdefaultsIDUnauthorized) GetPayload added in v0.43.0

type PostPaymentdefaultsBadRequest

type PostPaymentdefaultsBadRequest struct {
	Payload *models.APIError
}

PostPaymentdefaultsBadRequest handles this case with default header values.

Bad Request

func NewPostPaymentdefaultsBadRequest

func NewPostPaymentdefaultsBadRequest() *PostPaymentdefaultsBadRequest

NewPostPaymentdefaultsBadRequest creates a PostPaymentdefaultsBadRequest with default headers values

func (*PostPaymentdefaultsBadRequest) Error

func (*PostPaymentdefaultsBadRequest) GetPayload added in v0.43.0

type PostPaymentdefaultsConflict added in v0.43.0

type PostPaymentdefaultsConflict struct {
	Payload *models.APIError
}

PostPaymentdefaultsConflict handles this case with default header values.

Conflict

func NewPostPaymentdefaultsConflict added in v0.43.0

func NewPostPaymentdefaultsConflict() *PostPaymentdefaultsConflict

NewPostPaymentdefaultsConflict creates a PostPaymentdefaultsConflict with default headers values

func (*PostPaymentdefaultsConflict) Error added in v0.43.0

func (*PostPaymentdefaultsConflict) GetPayload added in v0.43.0

func (o *PostPaymentdefaultsConflict) GetPayload() *models.APIError

type PostPaymentdefaultsCreated

type PostPaymentdefaultsCreated struct {
	Payload *models.PaymentDefaultsCreateResponse
}

PostPaymentdefaultsCreated handles this case with default header values.

Default settings created

func NewPostPaymentdefaultsCreated

func NewPostPaymentdefaultsCreated() *PostPaymentdefaultsCreated

NewPostPaymentdefaultsCreated creates a PostPaymentdefaultsCreated with default headers values

func (*PostPaymentdefaultsCreated) Error

func (*PostPaymentdefaultsCreated) GetPayload added in v0.43.0

type PostPaymentdefaultsForbidden added in v0.43.0

type PostPaymentdefaultsForbidden struct {
	Payload *models.APIError
}

PostPaymentdefaultsForbidden handles this case with default header values.

Forbidden

func NewPostPaymentdefaultsForbidden added in v0.43.0

func NewPostPaymentdefaultsForbidden() *PostPaymentdefaultsForbidden

NewPostPaymentdefaultsForbidden creates a PostPaymentdefaultsForbidden with default headers values

func (*PostPaymentdefaultsForbidden) Error added in v0.43.0

func (*PostPaymentdefaultsForbidden) GetPayload added in v0.43.0

func (o *PostPaymentdefaultsForbidden) GetPayload() *models.APIError

type PostPaymentdefaultsInternalServerError added in v0.43.0

type PostPaymentdefaultsInternalServerError struct {
	Payload *models.APIError
}

PostPaymentdefaultsInternalServerError handles this case with default header values.

Internal Server Error

func NewPostPaymentdefaultsInternalServerError added in v0.43.0

func NewPostPaymentdefaultsInternalServerError() *PostPaymentdefaultsInternalServerError

NewPostPaymentdefaultsInternalServerError creates a PostPaymentdefaultsInternalServerError with default headers values

func (*PostPaymentdefaultsInternalServerError) Error added in v0.43.0

func (*PostPaymentdefaultsInternalServerError) GetPayload added in v0.43.0

type PostPaymentdefaultsNotFound added in v0.43.0

type PostPaymentdefaultsNotFound struct {
	Payload *models.APIError
}

PostPaymentdefaultsNotFound handles this case with default header values.

Record not found

func NewPostPaymentdefaultsNotFound added in v0.43.0

func NewPostPaymentdefaultsNotFound() *PostPaymentdefaultsNotFound

NewPostPaymentdefaultsNotFound creates a PostPaymentdefaultsNotFound with default headers values

func (*PostPaymentdefaultsNotFound) Error added in v0.43.0

func (*PostPaymentdefaultsNotFound) GetPayload added in v0.43.0

func (o *PostPaymentdefaultsNotFound) GetPayload() *models.APIError

type PostPaymentdefaultsParams

type PostPaymentdefaultsParams struct {

	/*DefaultConfiguration*/
	DefaultConfiguration *models.PaymentDefaultsCreate

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

PostPaymentdefaultsParams contains all the parameters to send to the API endpoint for the post paymentdefaults operation typically these are written to a http.Request

func NewPostPaymentdefaultsParams

func NewPostPaymentdefaultsParams() *PostPaymentdefaultsParams

NewPostPaymentdefaultsParams creates a new PostPaymentdefaultsParams object with the default values initialized.

func NewPostPaymentdefaultsParamsWithContext

func NewPostPaymentdefaultsParamsWithContext(ctx context.Context) *PostPaymentdefaultsParams

NewPostPaymentdefaultsParamsWithContext creates a new PostPaymentdefaultsParams object with the default values initialized, and the ability to set a context for a request

func NewPostPaymentdefaultsParamsWithHTTPClient

func NewPostPaymentdefaultsParamsWithHTTPClient(client *http.Client) *PostPaymentdefaultsParams

NewPostPaymentdefaultsParamsWithHTTPClient creates a new PostPaymentdefaultsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostPaymentdefaultsParamsWithTimeout

func NewPostPaymentdefaultsParamsWithTimeout(timeout time.Duration) *PostPaymentdefaultsParams

NewPostPaymentdefaultsParamsWithTimeout creates a new PostPaymentdefaultsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostPaymentdefaultsParams) SetContext

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

SetContext adds the context to the post paymentdefaults params

func (*PostPaymentdefaultsParams) SetDefaultConfiguration

func (o *PostPaymentdefaultsParams) SetDefaultConfiguration(defaultConfiguration *models.PaymentDefaultsCreate)

SetDefaultConfiguration adds the defaultConfiguration to the post paymentdefaults params

func (*PostPaymentdefaultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post paymentdefaults params

func (*PostPaymentdefaultsParams) SetTimeout

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

SetTimeout adds the timeout to the post paymentdefaults params

func (*PostPaymentdefaultsParams) WithContext

WithContext adds the context to the post paymentdefaults params

func (*PostPaymentdefaultsParams) WithDefaultConfiguration

func (o *PostPaymentdefaultsParams) WithDefaultConfiguration(defaultConfiguration *models.PaymentDefaultsCreate) *PostPaymentdefaultsParams

WithDefaultConfiguration adds the defaultConfiguration to the post paymentdefaults params

func (*PostPaymentdefaultsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post paymentdefaults params

func (*PostPaymentdefaultsParams) WithTimeout

WithTimeout adds the timeout to the post paymentdefaults params

func (*PostPaymentdefaultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPaymentdefaultsReader

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

PostPaymentdefaultsReader is a Reader for the PostPaymentdefaults structure.

func (*PostPaymentdefaultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPaymentdefaultsServiceUnavailable added in v0.43.0

type PostPaymentdefaultsServiceUnavailable struct {
	Payload *models.APIError
}

PostPaymentdefaultsServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostPaymentdefaultsServiceUnavailable added in v0.43.0

func NewPostPaymentdefaultsServiceUnavailable() *PostPaymentdefaultsServiceUnavailable

NewPostPaymentdefaultsServiceUnavailable creates a PostPaymentdefaultsServiceUnavailable with default headers values

func (*PostPaymentdefaultsServiceUnavailable) Error added in v0.43.0

func (*PostPaymentdefaultsServiceUnavailable) GetPayload added in v0.43.0

type PostPaymentdefaultsTooManyRequests added in v0.43.0

type PostPaymentdefaultsTooManyRequests struct {
	Payload *models.APIError
}

PostPaymentdefaultsTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostPaymentdefaultsTooManyRequests added in v0.43.0

func NewPostPaymentdefaultsTooManyRequests() *PostPaymentdefaultsTooManyRequests

NewPostPaymentdefaultsTooManyRequests creates a PostPaymentdefaultsTooManyRequests with default headers values

func (*PostPaymentdefaultsTooManyRequests) Error added in v0.43.0

func (*PostPaymentdefaultsTooManyRequests) GetPayload added in v0.43.0

type PostPaymentdefaultsUnauthorized added in v0.43.0

type PostPaymentdefaultsUnauthorized struct {
	Payload *models.APIError
}

PostPaymentdefaultsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostPaymentdefaultsUnauthorized added in v0.43.0

func NewPostPaymentdefaultsUnauthorized() *PostPaymentdefaultsUnauthorized

NewPostPaymentdefaultsUnauthorized creates a PostPaymentdefaultsUnauthorized with default headers values

func (*PostPaymentdefaultsUnauthorized) Error added in v0.43.0

func (*PostPaymentdefaultsUnauthorized) GetPayload added in v0.43.0

Jump to

Keyboard shortcuts

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