payments

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2020 License: Apache-2.0 Imports: 14 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 {
	Defaults client.Defaults
	// contains filtered or unexported fields
}

Client for payments API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, defaults client.Defaults) *Client

New creates a new payments API client.

func (*Client) CreatePayment

func (c *Client) CreatePayment() *CreatePaymentRequest

Client.CreatePayment creates a new CreatePaymentRequest object with the default values initialized.

func (*Client) CreatePaymentAdvice

func (c *Client) CreatePaymentAdvice() *CreatePaymentAdviceRequest

Client.CreatePaymentAdvice creates a new CreatePaymentAdviceRequest object with the default values initialized.

func (*Client) CreatePaymentAdviceSubmission

func (c *Client) CreatePaymentAdviceSubmission() *CreatePaymentAdviceSubmissionRequest

Client.CreatePaymentAdviceSubmission creates a new CreatePaymentAdviceSubmissionRequest object with the default values initialized.

func (*Client) CreatePaymentRecall

func (c *Client) CreatePaymentRecall() *CreatePaymentRecallRequest

Client.CreatePaymentRecall creates a new CreatePaymentRecallRequest object with the default values initialized.

func (*Client) CreatePaymentRecallDecision

func (c *Client) CreatePaymentRecallDecision() *CreatePaymentRecallDecisionRequest

Client.CreatePaymentRecallDecision creates a new CreatePaymentRecallDecisionRequest object with the default values initialized.

func (*Client) CreatePaymentRecallDecisionSubmission

func (c *Client) CreatePaymentRecallDecisionSubmission() *CreatePaymentRecallDecisionSubmissionRequest

Client.CreatePaymentRecallDecisionSubmission creates a new CreatePaymentRecallDecisionSubmissionRequest object with the default values initialized.

func (*Client) CreatePaymentRecallSubmission

func (c *Client) CreatePaymentRecallSubmission() *CreatePaymentRecallSubmissionRequest

Client.CreatePaymentRecallSubmission creates a new CreatePaymentRecallSubmissionRequest object with the default values initialized.

func (*Client) CreatePaymentReturn

func (c *Client) CreatePaymentReturn() *CreatePaymentReturnRequest

Client.CreatePaymentReturn creates a new CreatePaymentReturnRequest object with the default values initialized.

func (*Client) CreatePaymentReturnReversal

func (c *Client) CreatePaymentReturnReversal() *CreatePaymentReturnReversalRequest

Client.CreatePaymentReturnReversal creates a new CreatePaymentReturnReversalRequest object with the default values initialized.

func (*Client) CreatePaymentReturnSubmission

func (c *Client) CreatePaymentReturnSubmission() *CreatePaymentReturnSubmissionRequest

Client.CreatePaymentReturnSubmission creates a new CreatePaymentReturnSubmissionRequest object with the default values initialized.

func (*Client) CreatePaymentReversal

func (c *Client) CreatePaymentReversal() *CreatePaymentReversalRequest

Client.CreatePaymentReversal creates a new CreatePaymentReversalRequest object with the default values initialized.

func (*Client) CreatePaymentReversalSubmission

func (c *Client) CreatePaymentReversalSubmission() *CreatePaymentReversalSubmissionRequest

Client.CreatePaymentReversalSubmission creates a new CreatePaymentReversalSubmissionRequest object with the default values initialized.

func (*Client) CreatePaymentSubmission

func (c *Client) CreatePaymentSubmission() *CreatePaymentSubmissionRequest

Client.CreatePaymentSubmission creates a new CreatePaymentSubmissionRequest object with the default values initialized.

func (*Client) GetPayment

func (c *Client) GetPayment() *GetPaymentRequest

Client.GetPayment creates a new GetPaymentRequest object with the default values initialized.

func (*Client) GetPaymentAdmissions

func (c *Client) GetPaymentAdmissions() *GetPaymentAdmissionsRequest

Client.GetPaymentAdmissions creates a new GetPaymentAdmissionsRequest object with the default values initialized.

func (*Client) GetPaymentAdviceSubmission

func (c *Client) GetPaymentAdviceSubmission() *GetPaymentAdviceSubmissionRequest

Client.GetPaymentAdviceSubmission creates a new GetPaymentAdviceSubmissionRequest object with the default values initialized.

func (*Client) GetPaymentRecall

func (c *Client) GetPaymentRecall() *GetPaymentRecallRequest

Client.GetPaymentRecall creates a new GetPaymentRecallRequest object with the default values initialized.

func (*Client) GetPaymentRecallAdmission

func (c *Client) GetPaymentRecallAdmission() *GetPaymentRecallAdmissionRequest

Client.GetPaymentRecallAdmission creates a new GetPaymentRecallAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentRecallDecision

func (c *Client) GetPaymentRecallDecision() *GetPaymentRecallDecisionRequest

Client.GetPaymentRecallDecision creates a new GetPaymentRecallDecisionRequest object with the default values initialized.

func (*Client) GetPaymentRecallDecisionAdmission

func (c *Client) GetPaymentRecallDecisionAdmission() *GetPaymentRecallDecisionAdmissionRequest

Client.GetPaymentRecallDecisionAdmission creates a new GetPaymentRecallDecisionAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentRecallDecisionSubmission

func (c *Client) GetPaymentRecallDecisionSubmission() *GetPaymentRecallDecisionSubmissionRequest

Client.GetPaymentRecallDecisionSubmission creates a new GetPaymentRecallDecisionSubmissionRequest object with the default values initialized.

func (*Client) GetPaymentRecallReversal

func (c *Client) GetPaymentRecallReversal() *GetPaymentRecallReversalRequest

Client.GetPaymentRecallReversal creates a new GetPaymentRecallReversalRequest object with the default values initialized.

func (*Client) GetPaymentRecallReversalAdmission

func (c *Client) GetPaymentRecallReversalAdmission() *GetPaymentRecallReversalAdmissionRequest

Client.GetPaymentRecallReversalAdmission creates a new GetPaymentRecallReversalAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentRecallSubmission

func (c *Client) GetPaymentRecallSubmission() *GetPaymentRecallSubmissionRequest

Client.GetPaymentRecallSubmission creates a new GetPaymentRecallSubmissionRequest object with the default values initialized.

func (*Client) GetPaymentReturn

func (c *Client) GetPaymentReturn() *GetPaymentReturnRequest

Client.GetPaymentReturn creates a new GetPaymentReturnRequest object with the default values initialized.

func (*Client) GetPaymentReturnAdmission

func (c *Client) GetPaymentReturnAdmission() *GetPaymentReturnAdmissionRequest

Client.GetPaymentReturnAdmission creates a new GetPaymentReturnAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentReturnReversal

func (c *Client) GetPaymentReturnReversal() *GetPaymentReturnReversalRequest

Client.GetPaymentReturnReversal creates a new GetPaymentReturnReversalRequest object with the default values initialized.

func (*Client) GetPaymentReturnReversalAdmission

func (c *Client) GetPaymentReturnReversalAdmission() *GetPaymentReturnReversalAdmissionRequest

Client.GetPaymentReturnReversalAdmission creates a new GetPaymentReturnReversalAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentReturnSubmission

func (c *Client) GetPaymentReturnSubmission() *GetPaymentReturnSubmissionRequest

Client.GetPaymentReturnSubmission creates a new GetPaymentReturnSubmissionRequest object with the default values initialized.

func (*Client) GetPaymentReversal

func (c *Client) GetPaymentReversal() *GetPaymentReversalRequest

Client.GetPaymentReversal creates a new GetPaymentReversalRequest object with the default values initialized.

func (*Client) GetPaymentReversalAdmission

func (c *Client) GetPaymentReversalAdmission() *GetPaymentReversalAdmissionRequest

Client.GetPaymentReversalAdmission creates a new GetPaymentReversalAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentReversalSubmission

func (c *Client) GetPaymentReversalSubmission() *GetPaymentReversalSubmissionRequest

Client.GetPaymentReversalSubmission creates a new GetPaymentReversalSubmissionRequest object with the default values initialized.

func (*Client) GetPaymentSubmission

func (c *Client) GetPaymentSubmission() *GetPaymentSubmissionRequest

Client.GetPaymentSubmission creates a new GetPaymentSubmissionRequest object with the default values initialized.

func (*Client) GetPaymentsHealth

func (c *Client) GetPaymentsHealth() *GetPaymentsHealthRequest

Client.GetPaymentsHealth creates a new GetPaymentsHealthRequest object with the default values initialized.

func (*Client) GetPositions

func (c *Client) GetPositions() *GetPositionsRequest

Client.GetPositions creates a new GetPositionsRequest object with the default values initialized.

func (*Client) ListPaymentAdvices

func (c *Client) ListPaymentAdvices() *ListPaymentAdvicesRequest

Client.ListPaymentAdvices creates a new ListPaymentAdvicesRequest object with the default values initialized.

func (*Client) ListPayments

func (c *Client) ListPayments() *ListPaymentsRequest

Client.ListPayments creates a new ListPaymentsRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreatePaymentAdviceBadRequest

type CreatePaymentAdviceBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentAdviceBadRequest handles this case with default header values.

Advice creation error

func NewCreatePaymentAdviceBadRequest

func NewCreatePaymentAdviceBadRequest() *CreatePaymentAdviceBadRequest

NewCreatePaymentAdviceBadRequest creates a CreatePaymentAdviceBadRequest with default headers values

func (*CreatePaymentAdviceBadRequest) Error

type CreatePaymentAdviceCreated

type CreatePaymentAdviceCreated struct {

	// isStream: false
	*models.AdviceCreationResponse
}

CreatePaymentAdviceCreated handles this case with default header values.

Advice creation response

func NewCreatePaymentAdviceCreated

func NewCreatePaymentAdviceCreated() *CreatePaymentAdviceCreated

NewCreatePaymentAdviceCreated creates a CreatePaymentAdviceCreated with default headers values

func (*CreatePaymentAdviceCreated) Error

type CreatePaymentAdviceReader

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

CreatePaymentAdviceReader is a Reader for the CreatePaymentAdvice structure.

func (*CreatePaymentAdviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentAdviceRequest

type CreatePaymentAdviceRequest struct {
	*models.AdviceCreation

	ID strfmt.UUID

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

func (*CreatePaymentAdviceRequest) Do

create payment advice API

func (*CreatePaymentAdviceRequest) FromJson

func (*CreatePaymentAdviceRequest) MustDo

func (*CreatePaymentAdviceRequest) WithAdviceCreationRequest

func (o *CreatePaymentAdviceRequest) WithAdviceCreationRequest(adviceCreationRequest models.AdviceCreation) *CreatePaymentAdviceRequest

func (*CreatePaymentAdviceRequest) WithContext

//////////////// WithContext adds the context to the create payment advice Request

func (*CreatePaymentAdviceRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment advice Request

func (*CreatePaymentAdviceRequest) WithID

func (*CreatePaymentAdviceRequest) WithoutAdviceCreationRequest

func (o *CreatePaymentAdviceRequest) WithoutAdviceCreationRequest() *CreatePaymentAdviceRequest

func (*CreatePaymentAdviceRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentAdviceSubmissionBadRequest

type CreatePaymentAdviceSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentAdviceSubmissionBadRequest handles this case with default header values.

Advice submission creation error

func NewCreatePaymentAdviceSubmissionBadRequest

func NewCreatePaymentAdviceSubmissionBadRequest() *CreatePaymentAdviceSubmissionBadRequest

NewCreatePaymentAdviceSubmissionBadRequest creates a CreatePaymentAdviceSubmissionBadRequest with default headers values

func (*CreatePaymentAdviceSubmissionBadRequest) Error

type CreatePaymentAdviceSubmissionCreated

type CreatePaymentAdviceSubmissionCreated struct {

	// isStream: false
	*models.AdviceSubmissionCreationResponse
}

CreatePaymentAdviceSubmissionCreated handles this case with default header values.

Advice submission creation response

func NewCreatePaymentAdviceSubmissionCreated

func NewCreatePaymentAdviceSubmissionCreated() *CreatePaymentAdviceSubmissionCreated

NewCreatePaymentAdviceSubmissionCreated creates a CreatePaymentAdviceSubmissionCreated with default headers values

func (*CreatePaymentAdviceSubmissionCreated) Error

type CreatePaymentAdviceSubmissionReader

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

CreatePaymentAdviceSubmissionReader is a Reader for the CreatePaymentAdviceSubmission structure.

func (*CreatePaymentAdviceSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentAdviceSubmissionRequest

type CreatePaymentAdviceSubmissionRequest struct {
	*models.AdviceSubmissionCreation

	AdviceID strfmt.UUID

	ID strfmt.UUID

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

func (*CreatePaymentAdviceSubmissionRequest) Do

create payment advice submission API

func (*CreatePaymentAdviceSubmissionRequest) FromJson

func (*CreatePaymentAdviceSubmissionRequest) MustDo

func (*CreatePaymentAdviceSubmissionRequest) WithAdviceID

func (*CreatePaymentAdviceSubmissionRequest) WithAdviceSubmissionCreationRequest

func (o *CreatePaymentAdviceSubmissionRequest) WithAdviceSubmissionCreationRequest(adviceSubmissionCreationRequest models.AdviceSubmissionCreation) *CreatePaymentAdviceSubmissionRequest

func (*CreatePaymentAdviceSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create payment advice submission Request

func (*CreatePaymentAdviceSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment advice submission Request

func (*CreatePaymentAdviceSubmissionRequest) WithID

func (*CreatePaymentAdviceSubmissionRequest) WithoutAdviceSubmissionCreationRequest

func (o *CreatePaymentAdviceSubmissionRequest) WithoutAdviceSubmissionCreationRequest() *CreatePaymentAdviceSubmissionRequest

func (*CreatePaymentAdviceSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentBadRequest

type CreatePaymentBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentBadRequest handles this case with default header values.

Payment creation error

func NewCreatePaymentBadRequest

func NewCreatePaymentBadRequest() *CreatePaymentBadRequest

NewCreatePaymentBadRequest creates a CreatePaymentBadRequest with default headers values

func (*CreatePaymentBadRequest) Error

func (o *CreatePaymentBadRequest) Error() string

type CreatePaymentCreated

type CreatePaymentCreated struct {

	// isStream: false
	*models.PaymentCreationResponse
}

CreatePaymentCreated handles this case with default header values.

Payment creation response

func NewCreatePaymentCreated

func NewCreatePaymentCreated() *CreatePaymentCreated

NewCreatePaymentCreated creates a CreatePaymentCreated with default headers values

func (*CreatePaymentCreated) Error

func (o *CreatePaymentCreated) Error() string

type CreatePaymentReader

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

CreatePaymentReader is a Reader for the CreatePayment structure.

func (*CreatePaymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallBadRequest

type CreatePaymentRecallBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallBadRequest handles this case with default header values.

Recall creation error

func NewCreatePaymentRecallBadRequest

func NewCreatePaymentRecallBadRequest() *CreatePaymentRecallBadRequest

NewCreatePaymentRecallBadRequest creates a CreatePaymentRecallBadRequest with default headers values

func (*CreatePaymentRecallBadRequest) Error

type CreatePaymentRecallCreated

type CreatePaymentRecallCreated struct {

	// isStream: false
	*models.RecallCreationResponse
}

CreatePaymentRecallCreated handles this case with default header values.

Recall creation response

func NewCreatePaymentRecallCreated

func NewCreatePaymentRecallCreated() *CreatePaymentRecallCreated

NewCreatePaymentRecallCreated creates a CreatePaymentRecallCreated with default headers values

func (*CreatePaymentRecallCreated) Error

type CreatePaymentRecallDecisionBadRequest

type CreatePaymentRecallDecisionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallDecisionBadRequest handles this case with default header values.

Recall decision creation error

func NewCreatePaymentRecallDecisionBadRequest

func NewCreatePaymentRecallDecisionBadRequest() *CreatePaymentRecallDecisionBadRequest

NewCreatePaymentRecallDecisionBadRequest creates a CreatePaymentRecallDecisionBadRequest with default headers values

func (*CreatePaymentRecallDecisionBadRequest) Error

type CreatePaymentRecallDecisionCreated

type CreatePaymentRecallDecisionCreated struct {

	// isStream: false
	*models.RecallDecisionCreationResponse
}

CreatePaymentRecallDecisionCreated handles this case with default header values.

Recall decision creation response

func NewCreatePaymentRecallDecisionCreated

func NewCreatePaymentRecallDecisionCreated() *CreatePaymentRecallDecisionCreated

NewCreatePaymentRecallDecisionCreated creates a CreatePaymentRecallDecisionCreated with default headers values

func (*CreatePaymentRecallDecisionCreated) Error

type CreatePaymentRecallDecisionReader

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

CreatePaymentRecallDecisionReader is a Reader for the CreatePaymentRecallDecision structure.

func (*CreatePaymentRecallDecisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallDecisionRequest

type CreatePaymentRecallDecisionRequest struct {
	*models.RecallDecisionCreation

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*CreatePaymentRecallDecisionRequest) Do

create payment recall decision API

func (*CreatePaymentRecallDecisionRequest) FromJson

func (*CreatePaymentRecallDecisionRequest) MustDo

func (*CreatePaymentRecallDecisionRequest) WithContext

//////////////// WithContext adds the context to the create payment recall decision Request

func (*CreatePaymentRecallDecisionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall decision Request

func (*CreatePaymentRecallDecisionRequest) WithID

func (*CreatePaymentRecallDecisionRequest) WithRecallDecisionCreationRequest

func (o *CreatePaymentRecallDecisionRequest) WithRecallDecisionCreationRequest(recallDecisionCreationRequest models.RecallDecisionCreation) *CreatePaymentRecallDecisionRequest

func (*CreatePaymentRecallDecisionRequest) WithRecallID

func (*CreatePaymentRecallDecisionRequest) WithoutRecallDecisionCreationRequest

func (o *CreatePaymentRecallDecisionRequest) WithoutRecallDecisionCreationRequest() *CreatePaymentRecallDecisionRequest

func (*CreatePaymentRecallDecisionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRecallDecisionSubmissionBadRequest

type CreatePaymentRecallDecisionSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallDecisionSubmissionBadRequest handles this case with default header values.

Recall decision submission creation error

func NewCreatePaymentRecallDecisionSubmissionBadRequest

func NewCreatePaymentRecallDecisionSubmissionBadRequest() *CreatePaymentRecallDecisionSubmissionBadRequest

NewCreatePaymentRecallDecisionSubmissionBadRequest creates a CreatePaymentRecallDecisionSubmissionBadRequest with default headers values

func (*CreatePaymentRecallDecisionSubmissionBadRequest) Error

type CreatePaymentRecallDecisionSubmissionCreated

type CreatePaymentRecallDecisionSubmissionCreated struct {

	// isStream: false
	*models.RecallDecisionSubmissionCreationResponse
}

CreatePaymentRecallDecisionSubmissionCreated handles this case with default header values.

Recall decision submission creation response

func NewCreatePaymentRecallDecisionSubmissionCreated

func NewCreatePaymentRecallDecisionSubmissionCreated() *CreatePaymentRecallDecisionSubmissionCreated

NewCreatePaymentRecallDecisionSubmissionCreated creates a CreatePaymentRecallDecisionSubmissionCreated with default headers values

func (*CreatePaymentRecallDecisionSubmissionCreated) Error

type CreatePaymentRecallDecisionSubmissionReader

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

CreatePaymentRecallDecisionSubmissionReader is a Reader for the CreatePaymentRecallDecisionSubmission structure.

func (*CreatePaymentRecallDecisionSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallDecisionSubmissionRequest

type CreatePaymentRecallDecisionSubmissionRequest struct {
	*models.RecallDecisionSubmissionCreation

	DecisionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*CreatePaymentRecallDecisionSubmissionRequest) Do

create payment recall decision submission API

func (*CreatePaymentRecallDecisionSubmissionRequest) FromJson

func (*CreatePaymentRecallDecisionSubmissionRequest) MustDo

func (*CreatePaymentRecallDecisionSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create payment recall decision submission Request

func (*CreatePaymentRecallDecisionSubmissionRequest) WithDecisionID

func (*CreatePaymentRecallDecisionSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall decision submission Request

func (*CreatePaymentRecallDecisionSubmissionRequest) WithID

func (*CreatePaymentRecallDecisionSubmissionRequest) WithRecallDecisionSubmissionCreationRequest

func (o *CreatePaymentRecallDecisionSubmissionRequest) WithRecallDecisionSubmissionCreationRequest(recallDecisionSubmissionCreationRequest models.RecallDecisionSubmissionCreation) *CreatePaymentRecallDecisionSubmissionRequest

func (*CreatePaymentRecallDecisionSubmissionRequest) WithRecallID

func (*CreatePaymentRecallDecisionSubmissionRequest) WithoutRecallDecisionSubmissionCreationRequest

func (o *CreatePaymentRecallDecisionSubmissionRequest) WithoutRecallDecisionSubmissionCreationRequest() *CreatePaymentRecallDecisionSubmissionRequest

func (*CreatePaymentRecallDecisionSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRecallReader

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

CreatePaymentRecallReader is a Reader for the CreatePaymentRecall structure.

func (*CreatePaymentRecallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallRequest

type CreatePaymentRecallRequest struct {
	*models.RecallCreation

	ID strfmt.UUID

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

func (*CreatePaymentRecallRequest) Do

create payment recall API

func (*CreatePaymentRecallRequest) FromJson

func (*CreatePaymentRecallRequest) MustDo

func (*CreatePaymentRecallRequest) WithContext

//////////////// WithContext adds the context to the create payment recall Request

func (*CreatePaymentRecallRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall Request

func (*CreatePaymentRecallRequest) WithID

func (*CreatePaymentRecallRequest) WithRecallCreationRequest

func (o *CreatePaymentRecallRequest) WithRecallCreationRequest(recallCreationRequest models.RecallCreation) *CreatePaymentRecallRequest

func (*CreatePaymentRecallRequest) WithoutRecallCreationRequest

func (o *CreatePaymentRecallRequest) WithoutRecallCreationRequest() *CreatePaymentRecallRequest

func (*CreatePaymentRecallRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRecallSubmissionBadRequest

type CreatePaymentRecallSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallSubmissionBadRequest handles this case with default header values.

Recall submission creation error

func NewCreatePaymentRecallSubmissionBadRequest

func NewCreatePaymentRecallSubmissionBadRequest() *CreatePaymentRecallSubmissionBadRequest

NewCreatePaymentRecallSubmissionBadRequest creates a CreatePaymentRecallSubmissionBadRequest with default headers values

func (*CreatePaymentRecallSubmissionBadRequest) Error

type CreatePaymentRecallSubmissionCreated

type CreatePaymentRecallSubmissionCreated struct {

	// isStream: false
	*models.RecallSubmissionCreationResponse
}

CreatePaymentRecallSubmissionCreated handles this case with default header values.

Recall submission creation response

func NewCreatePaymentRecallSubmissionCreated

func NewCreatePaymentRecallSubmissionCreated() *CreatePaymentRecallSubmissionCreated

NewCreatePaymentRecallSubmissionCreated creates a CreatePaymentRecallSubmissionCreated with default headers values

func (*CreatePaymentRecallSubmissionCreated) Error

type CreatePaymentRecallSubmissionReader

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

CreatePaymentRecallSubmissionReader is a Reader for the CreatePaymentRecallSubmission structure.

func (*CreatePaymentRecallSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallSubmissionRequest

type CreatePaymentRecallSubmissionRequest struct {
	*models.RecallSubmissionCreation

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*CreatePaymentRecallSubmissionRequest) Do

create payment recall submission API

func (*CreatePaymentRecallSubmissionRequest) FromJson

func (*CreatePaymentRecallSubmissionRequest) MustDo

func (*CreatePaymentRecallSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create payment recall submission Request

func (*CreatePaymentRecallSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall submission Request

func (*CreatePaymentRecallSubmissionRequest) WithID

func (*CreatePaymentRecallSubmissionRequest) WithRecallID

func (*CreatePaymentRecallSubmissionRequest) WithRecallSubmissionCreationRequest

func (o *CreatePaymentRecallSubmissionRequest) WithRecallSubmissionCreationRequest(recallSubmissionCreationRequest models.RecallSubmissionCreation) *CreatePaymentRecallSubmissionRequest

func (*CreatePaymentRecallSubmissionRequest) WithoutRecallSubmissionCreationRequest

func (o *CreatePaymentRecallSubmissionRequest) WithoutRecallSubmissionCreationRequest() *CreatePaymentRecallSubmissionRequest

func (*CreatePaymentRecallSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRequest

type CreatePaymentRequest struct {
	*models.PaymentCreation

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

func (*CreatePaymentRequest) Do

create payment API

func (*CreatePaymentRequest) FromJson

func (*CreatePaymentRequest) MustDo

func (*CreatePaymentRequest) WithContext

//////////////// WithContext adds the context to the create payment Request

func (*CreatePaymentRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create payment Request

func (*CreatePaymentRequest) WithPaymentCreationRequest

func (o *CreatePaymentRequest) WithPaymentCreationRequest(paymentCreationRequest models.PaymentCreation) *CreatePaymentRequest

func (*CreatePaymentRequest) WithoutPaymentCreationRequest

func (o *CreatePaymentRequest) WithoutPaymentCreationRequest() *CreatePaymentRequest

func (*CreatePaymentRequest) WriteToRequest

func (o *CreatePaymentRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnBadRequest

type CreatePaymentReturnBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnBadRequest handles this case with default header values.

Return creation error

func NewCreatePaymentReturnBadRequest

func NewCreatePaymentReturnBadRequest() *CreatePaymentReturnBadRequest

NewCreatePaymentReturnBadRequest creates a CreatePaymentReturnBadRequest with default headers values

func (*CreatePaymentReturnBadRequest) Error

type CreatePaymentReturnCreated

type CreatePaymentReturnCreated struct {

	// isStream: false
	*models.ReturnCreationResponse
}

CreatePaymentReturnCreated handles this case with default header values.

Return creation response

func NewCreatePaymentReturnCreated

func NewCreatePaymentReturnCreated() *CreatePaymentReturnCreated

NewCreatePaymentReturnCreated creates a CreatePaymentReturnCreated with default headers values

func (*CreatePaymentReturnCreated) Error

type CreatePaymentReturnReader

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

CreatePaymentReturnReader is a Reader for the CreatePaymentReturn structure.

func (*CreatePaymentReturnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReturnRequest

type CreatePaymentReturnRequest struct {
	*models.ReturnCreation

	ID strfmt.UUID

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

func (*CreatePaymentReturnRequest) Do

create payment return API

func (*CreatePaymentReturnRequest) FromJson

func (*CreatePaymentReturnRequest) MustDo

func (*CreatePaymentReturnRequest) WithContext

//////////////// WithContext adds the context to the create payment return Request

func (*CreatePaymentReturnRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment return Request

func (*CreatePaymentReturnRequest) WithID

func (*CreatePaymentReturnRequest) WithReturnCreationRequest

func (o *CreatePaymentReturnRequest) WithReturnCreationRequest(returnCreationRequest models.ReturnCreation) *CreatePaymentReturnRequest

func (*CreatePaymentReturnRequest) WithoutReturnCreationRequest

func (o *CreatePaymentReturnRequest) WithoutReturnCreationRequest() *CreatePaymentReturnRequest

func (*CreatePaymentReturnRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnReversalBadRequest

type CreatePaymentReturnReversalBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalBadRequest handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalBadRequest

func NewCreatePaymentReturnReversalBadRequest() *CreatePaymentReturnReversalBadRequest

NewCreatePaymentReturnReversalBadRequest creates a CreatePaymentReturnReversalBadRequest with default headers values

func (*CreatePaymentReturnReversalBadRequest) Error

type CreatePaymentReturnReversalCreated

type CreatePaymentReturnReversalCreated struct {

	// isStream: false
	*models.ReturnReversalCreationResponse
}

CreatePaymentReturnReversalCreated handles this case with default header values.

Reversal creation response

func NewCreatePaymentReturnReversalCreated

func NewCreatePaymentReturnReversalCreated() *CreatePaymentReturnReversalCreated

NewCreatePaymentReturnReversalCreated creates a CreatePaymentReturnReversalCreated with default headers values

func (*CreatePaymentReturnReversalCreated) Error

type CreatePaymentReturnReversalReader

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

CreatePaymentReturnReversalReader is a Reader for the CreatePaymentReturnReversal structure.

func (*CreatePaymentReturnReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReturnReversalRequest

type CreatePaymentReturnReversalRequest struct {
	*models.ReturnReversalCreation

	ID strfmt.UUID

	ReturnID strfmt.UUID

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

func (*CreatePaymentReturnReversalRequest) Do

create payment return reversal API

func (*CreatePaymentReturnReversalRequest) FromJson

func (*CreatePaymentReturnReversalRequest) MustDo

func (*CreatePaymentReturnReversalRequest) WithContext

//////////////// WithContext adds the context to the create payment return reversal Request

func (*CreatePaymentReturnReversalRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment return reversal Request

func (*CreatePaymentReturnReversalRequest) WithID

func (*CreatePaymentReturnReversalRequest) WithReturnID

func (*CreatePaymentReturnReversalRequest) WithReturnReversalCreationRequest

func (o *CreatePaymentReturnReversalRequest) WithReturnReversalCreationRequest(returnReversalCreationRequest models.ReturnReversalCreation) *CreatePaymentReturnReversalRequest

func (*CreatePaymentReturnReversalRequest) WithoutReturnReversalCreationRequest

func (o *CreatePaymentReturnReversalRequest) WithoutReturnReversalCreationRequest() *CreatePaymentReturnReversalRequest

func (*CreatePaymentReturnReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnSubmissionBadRequest

type CreatePaymentReturnSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionBadRequest handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionBadRequest

func NewCreatePaymentReturnSubmissionBadRequest() *CreatePaymentReturnSubmissionBadRequest

NewCreatePaymentReturnSubmissionBadRequest creates a CreatePaymentReturnSubmissionBadRequest with default headers values

func (*CreatePaymentReturnSubmissionBadRequest) Error

type CreatePaymentReturnSubmissionCreated

type CreatePaymentReturnSubmissionCreated struct {

	// isStream: false
	*models.ReturnSubmissionCreationResponse
}

CreatePaymentReturnSubmissionCreated handles this case with default header values.

Return submission creation response

func NewCreatePaymentReturnSubmissionCreated

func NewCreatePaymentReturnSubmissionCreated() *CreatePaymentReturnSubmissionCreated

NewCreatePaymentReturnSubmissionCreated creates a CreatePaymentReturnSubmissionCreated with default headers values

func (*CreatePaymentReturnSubmissionCreated) Error

type CreatePaymentReturnSubmissionReader

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

CreatePaymentReturnSubmissionReader is a Reader for the CreatePaymentReturnSubmission structure.

func (*CreatePaymentReturnSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReturnSubmissionRequest

type CreatePaymentReturnSubmissionRequest struct {
	*models.ReturnSubmissionCreation

	ID strfmt.UUID

	ReturnID strfmt.UUID

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

func (*CreatePaymentReturnSubmissionRequest) Do

create payment return submission API

func (*CreatePaymentReturnSubmissionRequest) FromJson

func (*CreatePaymentReturnSubmissionRequest) MustDo

func (*CreatePaymentReturnSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create payment return submission Request

func (*CreatePaymentReturnSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment return submission Request

func (*CreatePaymentReturnSubmissionRequest) WithID

func (*CreatePaymentReturnSubmissionRequest) WithReturnID

func (*CreatePaymentReturnSubmissionRequest) WithReturnSubmissionCreationRequest

func (o *CreatePaymentReturnSubmissionRequest) WithReturnSubmissionCreationRequest(returnSubmissionCreationRequest models.ReturnSubmissionCreation) *CreatePaymentReturnSubmissionRequest

func (*CreatePaymentReturnSubmissionRequest) WithoutReturnSubmissionCreationRequest

func (o *CreatePaymentReturnSubmissionRequest) WithoutReturnSubmissionCreationRequest() *CreatePaymentReturnSubmissionRequest

func (*CreatePaymentReturnSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReversalBadRequest

type CreatePaymentReversalBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReversalBadRequest handles this case with default header values.

Reversal creation error

func NewCreatePaymentReversalBadRequest

func NewCreatePaymentReversalBadRequest() *CreatePaymentReversalBadRequest

NewCreatePaymentReversalBadRequest creates a CreatePaymentReversalBadRequest with default headers values

func (*CreatePaymentReversalBadRequest) Error

type CreatePaymentReversalCreated

type CreatePaymentReversalCreated struct {

	// isStream: false
	*models.ReversalCreationResponse
}

CreatePaymentReversalCreated handles this case with default header values.

Reversal creation response

func NewCreatePaymentReversalCreated

func NewCreatePaymentReversalCreated() *CreatePaymentReversalCreated

NewCreatePaymentReversalCreated creates a CreatePaymentReversalCreated with default headers values

func (*CreatePaymentReversalCreated) Error

type CreatePaymentReversalReader

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

CreatePaymentReversalReader is a Reader for the CreatePaymentReversal structure.

func (*CreatePaymentReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReversalRequest

type CreatePaymentReversalRequest struct {
	*models.ReversalCreation

	ID strfmt.UUID

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

func (*CreatePaymentReversalRequest) Do

create payment reversal API

func (*CreatePaymentReversalRequest) FromJson

func (*CreatePaymentReversalRequest) MustDo

func (*CreatePaymentReversalRequest) WithContext

//////////////// WithContext adds the context to the create payment reversal Request

func (*CreatePaymentReversalRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment reversal Request

func (*CreatePaymentReversalRequest) WithID

func (*CreatePaymentReversalRequest) WithReversalCreationRequest

func (o *CreatePaymentReversalRequest) WithReversalCreationRequest(reversalCreationRequest models.ReversalCreation) *CreatePaymentReversalRequest

func (*CreatePaymentReversalRequest) WithoutReversalCreationRequest

func (o *CreatePaymentReversalRequest) WithoutReversalCreationRequest() *CreatePaymentReversalRequest

func (*CreatePaymentReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReversalSubmissionBadRequest

type CreatePaymentReversalSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReversalSubmissionBadRequest handles this case with default header values.

Reversal submission creation error

func NewCreatePaymentReversalSubmissionBadRequest

func NewCreatePaymentReversalSubmissionBadRequest() *CreatePaymentReversalSubmissionBadRequest

NewCreatePaymentReversalSubmissionBadRequest creates a CreatePaymentReversalSubmissionBadRequest with default headers values

func (*CreatePaymentReversalSubmissionBadRequest) Error

type CreatePaymentReversalSubmissionCreated

type CreatePaymentReversalSubmissionCreated struct {

	// isStream: false
	*models.ReversalSubmissionCreationResponse
}

CreatePaymentReversalSubmissionCreated handles this case with default header values.

Reversal submission creation response

func NewCreatePaymentReversalSubmissionCreated

func NewCreatePaymentReversalSubmissionCreated() *CreatePaymentReversalSubmissionCreated

NewCreatePaymentReversalSubmissionCreated creates a CreatePaymentReversalSubmissionCreated with default headers values

func (*CreatePaymentReversalSubmissionCreated) Error

type CreatePaymentReversalSubmissionReader

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

CreatePaymentReversalSubmissionReader is a Reader for the CreatePaymentReversalSubmission structure.

func (*CreatePaymentReversalSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReversalSubmissionRequest

type CreatePaymentReversalSubmissionRequest struct {
	*models.ReversalSubmissionCreation

	ID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*CreatePaymentReversalSubmissionRequest) Do

create payment reversal submission API

func (*CreatePaymentReversalSubmissionRequest) FromJson

func (*CreatePaymentReversalSubmissionRequest) MustDo

func (*CreatePaymentReversalSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create payment reversal submission Request

func (*CreatePaymentReversalSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment reversal submission Request

func (*CreatePaymentReversalSubmissionRequest) WithID

func (*CreatePaymentReversalSubmissionRequest) WithReversalID

func (*CreatePaymentReversalSubmissionRequest) WithReversalSubmissionCreationRequest

func (o *CreatePaymentReversalSubmissionRequest) WithReversalSubmissionCreationRequest(reversalSubmissionCreationRequest models.ReversalSubmissionCreation) *CreatePaymentReversalSubmissionRequest

func (*CreatePaymentReversalSubmissionRequest) WithoutReversalSubmissionCreationRequest

func (o *CreatePaymentReversalSubmissionRequest) WithoutReversalSubmissionCreationRequest() *CreatePaymentReversalSubmissionRequest

func (*CreatePaymentReversalSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentSubmissionBadRequest

type CreatePaymentSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentSubmissionBadRequest handles this case with default header values.

Submission creation error

func NewCreatePaymentSubmissionBadRequest

func NewCreatePaymentSubmissionBadRequest() *CreatePaymentSubmissionBadRequest

NewCreatePaymentSubmissionBadRequest creates a CreatePaymentSubmissionBadRequest with default headers values

func (*CreatePaymentSubmissionBadRequest) Error

type CreatePaymentSubmissionCreated

type CreatePaymentSubmissionCreated struct {

	// isStream: false
	*models.PaymentSubmissionCreationResponse
}

CreatePaymentSubmissionCreated handles this case with default header values.

Submission creation response

func NewCreatePaymentSubmissionCreated

func NewCreatePaymentSubmissionCreated() *CreatePaymentSubmissionCreated

NewCreatePaymentSubmissionCreated creates a CreatePaymentSubmissionCreated with default headers values

func (*CreatePaymentSubmissionCreated) Error

type CreatePaymentSubmissionReader

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

CreatePaymentSubmissionReader is a Reader for the CreatePaymentSubmission structure.

func (*CreatePaymentSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentSubmissionRequest

type CreatePaymentSubmissionRequest struct {
	*models.PaymentSubmissionCreation

	ID strfmt.UUID

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

func (*CreatePaymentSubmissionRequest) Do

create payment submission API

func (*CreatePaymentSubmissionRequest) FromJson

func (*CreatePaymentSubmissionRequest) MustDo

func (*CreatePaymentSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create payment submission Request

func (*CreatePaymentSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment submission Request

func (*CreatePaymentSubmissionRequest) WithID

func (*CreatePaymentSubmissionRequest) WithSubmissionCreationRequest

func (o *CreatePaymentSubmissionRequest) WithSubmissionCreationRequest(submissionCreationRequest models.PaymentSubmissionCreation) *CreatePaymentSubmissionRequest

func (*CreatePaymentSubmissionRequest) WithoutSubmissionCreationRequest

func (o *CreatePaymentSubmissionRequest) WithoutSubmissionCreationRequest() *CreatePaymentSubmissionRequest

func (*CreatePaymentSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentAdmissionsOK

type GetPaymentAdmissionsOK struct {

	// isStream: false
	*models.PaymentAdmissionDetailsResponse
}

GetPaymentAdmissionsOK handles this case with default header values.

Admission details

func NewGetPaymentAdmissionsOK

func NewGetPaymentAdmissionsOK() *GetPaymentAdmissionsOK

NewGetPaymentAdmissionsOK creates a GetPaymentAdmissionsOK with default headers values

func (*GetPaymentAdmissionsOK) Error

func (o *GetPaymentAdmissionsOK) Error() string

type GetPaymentAdmissionsReader

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

GetPaymentAdmissionsReader is a Reader for the GetPaymentAdmissions structure.

func (*GetPaymentAdmissionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentAdmissionsRequest

type GetPaymentAdmissionsRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

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

func (*GetPaymentAdmissionsRequest) Do

get payment admissions API

func (*GetPaymentAdmissionsRequest) FromJson

func (*GetPaymentAdmissionsRequest) MustDo

func (*GetPaymentAdmissionsRequest) WithAdmissionID

func (o *GetPaymentAdmissionsRequest) WithAdmissionID(admissionID strfmt.UUID) *GetPaymentAdmissionsRequest

func (*GetPaymentAdmissionsRequest) WithContext

//////////////// WithContext adds the context to the get payment admissions Request

func (*GetPaymentAdmissionsRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment admissions Request

func (*GetPaymentAdmissionsRequest) WithID

func (*GetPaymentAdmissionsRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentAdviceSubmissionOK

type GetPaymentAdviceSubmissionOK struct {

	// isStream: false
	*models.AdviceSubmissionDetailsResponse
}

GetPaymentAdviceSubmissionOK handles this case with default header values.

Advice submission details

func NewGetPaymentAdviceSubmissionOK

func NewGetPaymentAdviceSubmissionOK() *GetPaymentAdviceSubmissionOK

NewGetPaymentAdviceSubmissionOK creates a GetPaymentAdviceSubmissionOK with default headers values

func (*GetPaymentAdviceSubmissionOK) Error

type GetPaymentAdviceSubmissionReader

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

GetPaymentAdviceSubmissionReader is a Reader for the GetPaymentAdviceSubmission structure.

func (*GetPaymentAdviceSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentAdviceSubmissionRequest

type GetPaymentAdviceSubmissionRequest struct {
	AdviceID strfmt.UUID

	ID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetPaymentAdviceSubmissionRequest) Do

get payment advice submission API

func (*GetPaymentAdviceSubmissionRequest) FromJson

func (*GetPaymentAdviceSubmissionRequest) MustDo

func (*GetPaymentAdviceSubmissionRequest) WithAdviceID

func (*GetPaymentAdviceSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment advice submission Request

func (*GetPaymentAdviceSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment advice submission Request

func (*GetPaymentAdviceSubmissionRequest) WithID

func (*GetPaymentAdviceSubmissionRequest) WithSubmissionID

func (*GetPaymentAdviceSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentOK

type GetPaymentOK struct {

	// isStream: false
	*models.PaymentDetailsResponse
}

GetPaymentOK handles this case with default header values.

Payment details

func NewGetPaymentOK

func NewGetPaymentOK() *GetPaymentOK

NewGetPaymentOK creates a GetPaymentOK with default headers values

func (*GetPaymentOK) Error

func (o *GetPaymentOK) Error() string

type GetPaymentReader

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

GetPaymentReader is a Reader for the GetPayment structure.

func (*GetPaymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallAdmissionOK

type GetPaymentRecallAdmissionOK struct {

	// isStream: false
	*models.RecallAdmissionDetailsResponse
}

GetPaymentRecallAdmissionOK handles this case with default header values.

Recall admission details

func NewGetPaymentRecallAdmissionOK

func NewGetPaymentRecallAdmissionOK() *GetPaymentRecallAdmissionOK

NewGetPaymentRecallAdmissionOK creates a GetPaymentRecallAdmissionOK with default headers values

func (*GetPaymentRecallAdmissionOK) Error

type GetPaymentRecallAdmissionReader

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

GetPaymentRecallAdmissionReader is a Reader for the GetPaymentRecallAdmission structure.

func (*GetPaymentRecallAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallAdmissionRequest

type GetPaymentRecallAdmissionRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*GetPaymentRecallAdmissionRequest) Do

get payment recall admission API

func (*GetPaymentRecallAdmissionRequest) FromJson

func (*GetPaymentRecallAdmissionRequest) MustDo

func (*GetPaymentRecallAdmissionRequest) WithAdmissionID

func (*GetPaymentRecallAdmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment recall admission Request

func (*GetPaymentRecallAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall admission Request

func (*GetPaymentRecallAdmissionRequest) WithID

func (*GetPaymentRecallAdmissionRequest) WithRecallID

func (*GetPaymentRecallAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallDecisionAdmissionOK

type GetPaymentRecallDecisionAdmissionOK struct {

	// isStream: false
	*models.RecallDecisionAdmissionDetailsResponse
}

GetPaymentRecallDecisionAdmissionOK handles this case with default header values.

Recall decision admission details

func NewGetPaymentRecallDecisionAdmissionOK

func NewGetPaymentRecallDecisionAdmissionOK() *GetPaymentRecallDecisionAdmissionOK

NewGetPaymentRecallDecisionAdmissionOK creates a GetPaymentRecallDecisionAdmissionOK with default headers values

func (*GetPaymentRecallDecisionAdmissionOK) Error

type GetPaymentRecallDecisionAdmissionReader

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

GetPaymentRecallDecisionAdmissionReader is a Reader for the GetPaymentRecallDecisionAdmission structure.

func (*GetPaymentRecallDecisionAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallDecisionAdmissionRequest

type GetPaymentRecallDecisionAdmissionRequest struct {
	AdmissionID strfmt.UUID

	DecisionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*GetPaymentRecallDecisionAdmissionRequest) Do

get payment recall decision admission API

func (*GetPaymentRecallDecisionAdmissionRequest) FromJson

func (*GetPaymentRecallDecisionAdmissionRequest) MustDo

func (*GetPaymentRecallDecisionAdmissionRequest) WithAdmissionID

func (*GetPaymentRecallDecisionAdmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment recall decision admission Request

func (*GetPaymentRecallDecisionAdmissionRequest) WithDecisionID

func (*GetPaymentRecallDecisionAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall decision admission Request

func (*GetPaymentRecallDecisionAdmissionRequest) WithID

func (*GetPaymentRecallDecisionAdmissionRequest) WithRecallID

func (*GetPaymentRecallDecisionAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallDecisionOK

type GetPaymentRecallDecisionOK struct {

	// isStream: false
	*models.RecallDecisionDetailsResponse
}

GetPaymentRecallDecisionOK handles this case with default header values.

Recall decision details

func NewGetPaymentRecallDecisionOK

func NewGetPaymentRecallDecisionOK() *GetPaymentRecallDecisionOK

NewGetPaymentRecallDecisionOK creates a GetPaymentRecallDecisionOK with default headers values

func (*GetPaymentRecallDecisionOK) Error

type GetPaymentRecallDecisionReader

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

GetPaymentRecallDecisionReader is a Reader for the GetPaymentRecallDecision structure.

func (*GetPaymentRecallDecisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallDecisionRequest

type GetPaymentRecallDecisionRequest struct {
	DecisionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*GetPaymentRecallDecisionRequest) Do

get payment recall decision API

func (*GetPaymentRecallDecisionRequest) FromJson

func (*GetPaymentRecallDecisionRequest) MustDo

func (*GetPaymentRecallDecisionRequest) WithContext

//////////////// WithContext adds the context to the get payment recall decision Request

func (*GetPaymentRecallDecisionRequest) WithDecisionID

func (*GetPaymentRecallDecisionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall decision Request

func (*GetPaymentRecallDecisionRequest) WithID

func (*GetPaymentRecallDecisionRequest) WithRecallID

func (*GetPaymentRecallDecisionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallDecisionSubmissionOK

type GetPaymentRecallDecisionSubmissionOK struct {

	// isStream: false
	*models.RecallDecisionSubmissionDetailsResponse
}

GetPaymentRecallDecisionSubmissionOK handles this case with default header values.

Recall decision submission details

func NewGetPaymentRecallDecisionSubmissionOK

func NewGetPaymentRecallDecisionSubmissionOK() *GetPaymentRecallDecisionSubmissionOK

NewGetPaymentRecallDecisionSubmissionOK creates a GetPaymentRecallDecisionSubmissionOK with default headers values

func (*GetPaymentRecallDecisionSubmissionOK) Error

type GetPaymentRecallDecisionSubmissionReader

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

GetPaymentRecallDecisionSubmissionReader is a Reader for the GetPaymentRecallDecisionSubmission structure.

func (*GetPaymentRecallDecisionSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallDecisionSubmissionRequest

type GetPaymentRecallDecisionSubmissionRequest struct {
	DecisionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetPaymentRecallDecisionSubmissionRequest) Do

get payment recall decision submission API

func (*GetPaymentRecallDecisionSubmissionRequest) FromJson

func (*GetPaymentRecallDecisionSubmissionRequest) MustDo

func (*GetPaymentRecallDecisionSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment recall decision submission Request

func (*GetPaymentRecallDecisionSubmissionRequest) WithDecisionID

func (*GetPaymentRecallDecisionSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall decision submission Request

func (*GetPaymentRecallDecisionSubmissionRequest) WithID

func (*GetPaymentRecallDecisionSubmissionRequest) WithRecallID

func (*GetPaymentRecallDecisionSubmissionRequest) WithSubmissionID

func (*GetPaymentRecallDecisionSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallOK

type GetPaymentRecallOK struct {

	// isStream: false
	*models.RecallDetailsResponse
}

GetPaymentRecallOK handles this case with default header values.

Recall details

func NewGetPaymentRecallOK

func NewGetPaymentRecallOK() *GetPaymentRecallOK

NewGetPaymentRecallOK creates a GetPaymentRecallOK with default headers values

func (*GetPaymentRecallOK) Error

func (o *GetPaymentRecallOK) Error() string

type GetPaymentRecallReader

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

GetPaymentRecallReader is a Reader for the GetPaymentRecall structure.

func (*GetPaymentRecallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallRequest

type GetPaymentRecallRequest struct {
	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*GetPaymentRecallRequest) Do

get payment recall API

func (*GetPaymentRecallRequest) FromJson

func (*GetPaymentRecallRequest) MustDo

func (*GetPaymentRecallRequest) WithContext

//////////////// WithContext adds the context to the get payment recall Request

func (*GetPaymentRecallRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment recall Request

func (*GetPaymentRecallRequest) WithID

func (*GetPaymentRecallRequest) WithRecallID

func (o *GetPaymentRecallRequest) WithRecallID(recallID strfmt.UUID) *GetPaymentRecallRequest

func (*GetPaymentRecallRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallReversalAdmissionOK

type GetPaymentRecallReversalAdmissionOK struct {

	// isStream: false
	*models.RecallReversalAdmissionDetailsResponse
}

GetPaymentRecallReversalAdmissionOK handles this case with default header values.

Reversal admission details

func NewGetPaymentRecallReversalAdmissionOK

func NewGetPaymentRecallReversalAdmissionOK() *GetPaymentRecallReversalAdmissionOK

NewGetPaymentRecallReversalAdmissionOK creates a GetPaymentRecallReversalAdmissionOK with default headers values

func (*GetPaymentRecallReversalAdmissionOK) Error

type GetPaymentRecallReversalAdmissionReader

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

GetPaymentRecallReversalAdmissionReader is a Reader for the GetPaymentRecallReversalAdmission structure.

func (*GetPaymentRecallReversalAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallReversalAdmissionRequest

type GetPaymentRecallReversalAdmissionRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*GetPaymentRecallReversalAdmissionRequest) Do

get payment recall reversal admission API

func (*GetPaymentRecallReversalAdmissionRequest) FromJson

func (*GetPaymentRecallReversalAdmissionRequest) MustDo

func (*GetPaymentRecallReversalAdmissionRequest) WithAdmissionID

func (*GetPaymentRecallReversalAdmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment recall reversal admission Request

func (*GetPaymentRecallReversalAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall reversal admission Request

func (*GetPaymentRecallReversalAdmissionRequest) WithID

func (*GetPaymentRecallReversalAdmissionRequest) WithRecallID

func (*GetPaymentRecallReversalAdmissionRequest) WithReversalID

func (*GetPaymentRecallReversalAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallReversalOK

type GetPaymentRecallReversalOK struct {

	// isStream: false
	*models.RecallReversalDetailsResponse
}

GetPaymentRecallReversalOK handles this case with default header values.

Recall Reversal details

func NewGetPaymentRecallReversalOK

func NewGetPaymentRecallReversalOK() *GetPaymentRecallReversalOK

NewGetPaymentRecallReversalOK creates a GetPaymentRecallReversalOK with default headers values

func (*GetPaymentRecallReversalOK) Error

type GetPaymentRecallReversalReader

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

GetPaymentRecallReversalReader is a Reader for the GetPaymentRecallReversal structure.

func (*GetPaymentRecallReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallReversalRequest

type GetPaymentRecallReversalRequest struct {
	ID strfmt.UUID

	RecallID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*GetPaymentRecallReversalRequest) Do

get payment recall reversal API

func (*GetPaymentRecallReversalRequest) FromJson

func (*GetPaymentRecallReversalRequest) MustDo

func (*GetPaymentRecallReversalRequest) WithContext

//////////////// WithContext adds the context to the get payment recall reversal Request

func (*GetPaymentRecallReversalRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall reversal Request

func (*GetPaymentRecallReversalRequest) WithID

func (*GetPaymentRecallReversalRequest) WithRecallID

func (*GetPaymentRecallReversalRequest) WithReversalID

func (*GetPaymentRecallReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRecallSubmissionOK

type GetPaymentRecallSubmissionOK struct {

	// isStream: false
	*models.RecallSubmissionDetailsResponse
}

GetPaymentRecallSubmissionOK handles this case with default header values.

Recall submission details

func NewGetPaymentRecallSubmissionOK

func NewGetPaymentRecallSubmissionOK() *GetPaymentRecallSubmissionOK

NewGetPaymentRecallSubmissionOK creates a GetPaymentRecallSubmissionOK with default headers values

func (*GetPaymentRecallSubmissionOK) Error

type GetPaymentRecallSubmissionReader

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

GetPaymentRecallSubmissionReader is a Reader for the GetPaymentRecallSubmission structure.

func (*GetPaymentRecallSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentRecallSubmissionRequest

type GetPaymentRecallSubmissionRequest struct {
	ID strfmt.UUID

	RecallID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetPaymentRecallSubmissionRequest) Do

get payment recall submission API

func (*GetPaymentRecallSubmissionRequest) FromJson

func (*GetPaymentRecallSubmissionRequest) MustDo

func (*GetPaymentRecallSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment recall submission Request

func (*GetPaymentRecallSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment recall submission Request

func (*GetPaymentRecallSubmissionRequest) WithID

func (*GetPaymentRecallSubmissionRequest) WithRecallID

func (*GetPaymentRecallSubmissionRequest) WithSubmissionID

func (*GetPaymentRecallSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentRequest

type GetPaymentRequest struct {
	ID strfmt.UUID

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

func (*GetPaymentRequest) Do

func (a *GetPaymentRequest) Do() (*GetPaymentOK, error)

get payment API

func (*GetPaymentRequest) FromJson

func (o *GetPaymentRequest) FromJson(j string) *GetPaymentRequest

func (*GetPaymentRequest) MustDo

func (a *GetPaymentRequest) MustDo() *GetPaymentOK

func (*GetPaymentRequest) WithContext

func (o *GetPaymentRequest) WithContext(ctx context.Context) *GetPaymentRequest

//////////////// WithContext adds the context to the get payment Request

func (*GetPaymentRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment Request

func (*GetPaymentRequest) WithID

func (*GetPaymentRequest) WriteToRequest

func (o *GetPaymentRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these Request to a swagger request

type GetPaymentReturnAdmissionOK

type GetPaymentReturnAdmissionOK struct {

	// isStream: false
	*models.ReturnAdmissionDetailsResponse
}

GetPaymentReturnAdmissionOK handles this case with default header values.

Return admission details

func NewGetPaymentReturnAdmissionOK

func NewGetPaymentReturnAdmissionOK() *GetPaymentReturnAdmissionOK

NewGetPaymentReturnAdmissionOK creates a GetPaymentReturnAdmissionOK with default headers values

func (*GetPaymentReturnAdmissionOK) Error

type GetPaymentReturnAdmissionReader

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

GetPaymentReturnAdmissionReader is a Reader for the GetPaymentReturnAdmission structure.

func (*GetPaymentReturnAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReturnAdmissionRequest

type GetPaymentReturnAdmissionRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	ReturnID strfmt.UUID

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

func (*GetPaymentReturnAdmissionRequest) Do

get payment return admission API

func (*GetPaymentReturnAdmissionRequest) FromJson

func (*GetPaymentReturnAdmissionRequest) MustDo

func (*GetPaymentReturnAdmissionRequest) WithAdmissionID

func (*GetPaymentReturnAdmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment return admission Request

func (*GetPaymentReturnAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment return admission Request

func (*GetPaymentReturnAdmissionRequest) WithID

func (*GetPaymentReturnAdmissionRequest) WithReturnID

func (*GetPaymentReturnAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReturnOK

type GetPaymentReturnOK struct {

	// isStream: false
	*models.ReturnDetailsResponse
}

GetPaymentReturnOK handles this case with default header values.

Return details

func NewGetPaymentReturnOK

func NewGetPaymentReturnOK() *GetPaymentReturnOK

NewGetPaymentReturnOK creates a GetPaymentReturnOK with default headers values

func (*GetPaymentReturnOK) Error

func (o *GetPaymentReturnOK) Error() string

type GetPaymentReturnReader

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

GetPaymentReturnReader is a Reader for the GetPaymentReturn structure.

func (*GetPaymentReturnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReturnRequest

type GetPaymentReturnRequest struct {
	ID strfmt.UUID

	ReturnID strfmt.UUID

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

func (*GetPaymentReturnRequest) Do

get payment return API

func (*GetPaymentReturnRequest) FromJson

func (*GetPaymentReturnRequest) MustDo

func (*GetPaymentReturnRequest) WithContext

//////////////// WithContext adds the context to the get payment return Request

func (*GetPaymentReturnRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment return Request

func (*GetPaymentReturnRequest) WithID

func (*GetPaymentReturnRequest) WithReturnID

func (o *GetPaymentReturnRequest) WithReturnID(returnID strfmt.UUID) *GetPaymentReturnRequest

func (*GetPaymentReturnRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReturnReversalAdmissionOK

type GetPaymentReturnReversalAdmissionOK struct {

	// isStream: false
	*models.ReturnReversalAdmissionDetailsResponse
}

GetPaymentReturnReversalAdmissionOK handles this case with default header values.

Return reversal admission details

func NewGetPaymentReturnReversalAdmissionOK

func NewGetPaymentReturnReversalAdmissionOK() *GetPaymentReturnReversalAdmissionOK

NewGetPaymentReturnReversalAdmissionOK creates a GetPaymentReturnReversalAdmissionOK with default headers values

func (*GetPaymentReturnReversalAdmissionOK) Error

type GetPaymentReturnReversalAdmissionReader

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

GetPaymentReturnReversalAdmissionReader is a Reader for the GetPaymentReturnReversalAdmission structure.

func (*GetPaymentReturnReversalAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReturnReversalAdmissionRequest

type GetPaymentReturnReversalAdmissionRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	ReturnID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*GetPaymentReturnReversalAdmissionRequest) Do

get payment return reversal admission API

func (*GetPaymentReturnReversalAdmissionRequest) FromJson

func (*GetPaymentReturnReversalAdmissionRequest) MustDo

func (*GetPaymentReturnReversalAdmissionRequest) WithAdmissionID

func (*GetPaymentReturnReversalAdmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment return reversal admission Request

func (*GetPaymentReturnReversalAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment return reversal admission Request

func (*GetPaymentReturnReversalAdmissionRequest) WithID

func (*GetPaymentReturnReversalAdmissionRequest) WithReturnID

func (*GetPaymentReturnReversalAdmissionRequest) WithReversalID

func (*GetPaymentReturnReversalAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReturnReversalOK

type GetPaymentReturnReversalOK struct {

	// isStream: false
	*models.ReturnReversalDetailsResponse
}

GetPaymentReturnReversalOK handles this case with default header values.

Return reversal details

func NewGetPaymentReturnReversalOK

func NewGetPaymentReturnReversalOK() *GetPaymentReturnReversalOK

NewGetPaymentReturnReversalOK creates a GetPaymentReturnReversalOK with default headers values

func (*GetPaymentReturnReversalOK) Error

type GetPaymentReturnReversalReader

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

GetPaymentReturnReversalReader is a Reader for the GetPaymentReturnReversal structure.

func (*GetPaymentReturnReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReturnReversalRequest

type GetPaymentReturnReversalRequest struct {
	ID strfmt.UUID

	ReturnID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*GetPaymentReturnReversalRequest) Do

get payment return reversal API

func (*GetPaymentReturnReversalRequest) FromJson

func (*GetPaymentReturnReversalRequest) MustDo

func (*GetPaymentReturnReversalRequest) WithContext

//////////////// WithContext adds the context to the get payment return reversal Request

func (*GetPaymentReturnReversalRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment return reversal Request

func (*GetPaymentReturnReversalRequest) WithID

func (*GetPaymentReturnReversalRequest) WithReturnID

func (*GetPaymentReturnReversalRequest) WithReversalID

func (*GetPaymentReturnReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReturnSubmissionOK

type GetPaymentReturnSubmissionOK struct {

	// isStream: false
	*models.ReturnSubmissionDetailsResponse
}

GetPaymentReturnSubmissionOK handles this case with default header values.

Return submission details

func NewGetPaymentReturnSubmissionOK

func NewGetPaymentReturnSubmissionOK() *GetPaymentReturnSubmissionOK

NewGetPaymentReturnSubmissionOK creates a GetPaymentReturnSubmissionOK with default headers values

func (*GetPaymentReturnSubmissionOK) Error

type GetPaymentReturnSubmissionReader

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

GetPaymentReturnSubmissionReader is a Reader for the GetPaymentReturnSubmission structure.

func (*GetPaymentReturnSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReturnSubmissionRequest

type GetPaymentReturnSubmissionRequest struct {
	ID strfmt.UUID

	ReturnID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetPaymentReturnSubmissionRequest) Do

get payment return submission API

func (*GetPaymentReturnSubmissionRequest) FromJson

func (*GetPaymentReturnSubmissionRequest) MustDo

func (*GetPaymentReturnSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment return submission Request

func (*GetPaymentReturnSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment return submission Request

func (*GetPaymentReturnSubmissionRequest) WithID

func (*GetPaymentReturnSubmissionRequest) WithReturnID

func (*GetPaymentReturnSubmissionRequest) WithSubmissionID

func (*GetPaymentReturnSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReversalAdmissionOK

type GetPaymentReversalAdmissionOK struct {

	// isStream: false
	*models.ReversalAdmissionDetailsResponse
}

GetPaymentReversalAdmissionOK handles this case with default header values.

Reversal admission details

func NewGetPaymentReversalAdmissionOK

func NewGetPaymentReversalAdmissionOK() *GetPaymentReversalAdmissionOK

NewGetPaymentReversalAdmissionOK creates a GetPaymentReversalAdmissionOK with default headers values

func (*GetPaymentReversalAdmissionOK) Error

type GetPaymentReversalAdmissionReader

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

GetPaymentReversalAdmissionReader is a Reader for the GetPaymentReversalAdmission structure.

func (*GetPaymentReversalAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReversalAdmissionRequest

type GetPaymentReversalAdmissionRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*GetPaymentReversalAdmissionRequest) Do

get payment reversal admission API

func (*GetPaymentReversalAdmissionRequest) FromJson

func (*GetPaymentReversalAdmissionRequest) MustDo

func (*GetPaymentReversalAdmissionRequest) WithAdmissionID

func (*GetPaymentReversalAdmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment reversal admission Request

func (*GetPaymentReversalAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment reversal admission Request

func (*GetPaymentReversalAdmissionRequest) WithID

func (*GetPaymentReversalAdmissionRequest) WithReversalID

func (*GetPaymentReversalAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReversalOK

type GetPaymentReversalOK struct {

	// isStream: false
	*models.ReversalDetailsResponse
}

GetPaymentReversalOK handles this case with default header values.

Reversal details

func NewGetPaymentReversalOK

func NewGetPaymentReversalOK() *GetPaymentReversalOK

NewGetPaymentReversalOK creates a GetPaymentReversalOK with default headers values

func (*GetPaymentReversalOK) Error

func (o *GetPaymentReversalOK) Error() string

type GetPaymentReversalReader

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

GetPaymentReversalReader is a Reader for the GetPaymentReversal structure.

func (*GetPaymentReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReversalRequest

type GetPaymentReversalRequest struct {
	ID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*GetPaymentReversalRequest) Do

get payment reversal API

func (*GetPaymentReversalRequest) FromJson

func (*GetPaymentReversalRequest) MustDo

func (*GetPaymentReversalRequest) WithContext

//////////////// WithContext adds the context to the get payment reversal Request

func (*GetPaymentReversalRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment reversal Request

func (*GetPaymentReversalRequest) WithID

func (*GetPaymentReversalRequest) WithReversalID

func (o *GetPaymentReversalRequest) WithReversalID(reversalID strfmt.UUID) *GetPaymentReversalRequest

func (*GetPaymentReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentReversalSubmissionOK

type GetPaymentReversalSubmissionOK struct {

	// isStream: false
	*models.ReversalSubmissionDetailsResponse
}

GetPaymentReversalSubmissionOK handles this case with default header values.

Reversal submission details

func NewGetPaymentReversalSubmissionOK

func NewGetPaymentReversalSubmissionOK() *GetPaymentReversalSubmissionOK

NewGetPaymentReversalSubmissionOK creates a GetPaymentReversalSubmissionOK with default headers values

func (*GetPaymentReversalSubmissionOK) Error

type GetPaymentReversalSubmissionReader

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

GetPaymentReversalSubmissionReader is a Reader for the GetPaymentReversalSubmission structure.

func (*GetPaymentReversalSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentReversalSubmissionRequest

type GetPaymentReversalSubmissionRequest struct {
	ID strfmt.UUID

	ReversalID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetPaymentReversalSubmissionRequest) Do

get payment reversal submission API

func (*GetPaymentReversalSubmissionRequest) FromJson

func (*GetPaymentReversalSubmissionRequest) MustDo

func (*GetPaymentReversalSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment reversal submission Request

func (*GetPaymentReversalSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment reversal submission Request

func (*GetPaymentReversalSubmissionRequest) WithID

func (*GetPaymentReversalSubmissionRequest) WithReversalID

func (*GetPaymentReversalSubmissionRequest) WithSubmissionID

func (*GetPaymentReversalSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentSubmissionOK

type GetPaymentSubmissionOK struct {

	// isStream: false
	*models.PaymentSubmissionDetailsResponse
}

GetPaymentSubmissionOK handles this case with default header values.

Submission details

func NewGetPaymentSubmissionOK

func NewGetPaymentSubmissionOK() *GetPaymentSubmissionOK

NewGetPaymentSubmissionOK creates a GetPaymentSubmissionOK with default headers values

func (*GetPaymentSubmissionOK) Error

func (o *GetPaymentSubmissionOK) Error() string

type GetPaymentSubmissionReader

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

GetPaymentSubmissionReader is a Reader for the GetPaymentSubmission structure.

func (*GetPaymentSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentSubmissionRequest

type GetPaymentSubmissionRequest struct {
	ID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetPaymentSubmissionRequest) Do

get payment submission API

func (*GetPaymentSubmissionRequest) FromJson

func (*GetPaymentSubmissionRequest) MustDo

func (*GetPaymentSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get payment submission Request

func (*GetPaymentSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment submission Request

func (*GetPaymentSubmissionRequest) WithID

func (*GetPaymentSubmissionRequest) WithSubmissionID

func (o *GetPaymentSubmissionRequest) WithSubmissionID(submissionID strfmt.UUID) *GetPaymentSubmissionRequest

func (*GetPaymentSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentsHealthOK

type GetPaymentsHealthOK struct {

	// isStream: false
	*models.Health
}

GetPaymentsHealthOK handles this case with default header values.

Payment service health

func NewGetPaymentsHealthOK

func NewGetPaymentsHealthOK() *GetPaymentsHealthOK

NewGetPaymentsHealthOK creates a GetPaymentsHealthOK with default headers values

func (*GetPaymentsHealthOK) Error

func (o *GetPaymentsHealthOK) Error() string

type GetPaymentsHealthReader

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

GetPaymentsHealthReader is a Reader for the GetPaymentsHealth structure.

func (*GetPaymentsHealthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentsHealthRequest

type GetPaymentsHealthRequest struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*GetPaymentsHealthRequest) Do

get payments health API

func (*GetPaymentsHealthRequest) FromJson

func (*GetPaymentsHealthRequest) MustDo

func (*GetPaymentsHealthRequest) WithContext

//////////////// WithContext adds the context to the get payments health Request

func (*GetPaymentsHealthRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payments health Request

func (*GetPaymentsHealthRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPositionsOK

type GetPositionsOK struct {

	// isStream: false
	*models.PositionDetailsListResponse
}

GetPositionsOK handles this case with default header values.

List of position details

func NewGetPositionsOK

func NewGetPositionsOK() *GetPositionsOK

NewGetPositionsOK creates a GetPositionsOK with default headers values

func (*GetPositionsOK) Error

func (o *GetPositionsOK) Error() string

type GetPositionsReader

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

GetPositionsReader is a Reader for the GetPositions structure.

func (*GetPositionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPositionsRequest

type GetPositionsRequest struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

func (*GetPositionsRequest) Do

get positions API

func (*GetPositionsRequest) FromJson

func (*GetPositionsRequest) MustDo

func (a *GetPositionsRequest) MustDo() *GetPositionsOK

func (*GetPositionsRequest) WithContext

//////////////// WithContext adds the context to the get positions Request

func (*GetPositionsRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get positions Request

func (*GetPositionsRequest) WriteToRequest

func (o *GetPositionsRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these Request to a swagger request

type ListPaymentAdvicesOK

type ListPaymentAdvicesOK struct {

	// isStream: false
	*models.AdviceDetailsResponse
}

ListPaymentAdvicesOK handles this case with default header values.

Advice details

func NewListPaymentAdvicesOK

func NewListPaymentAdvicesOK() *ListPaymentAdvicesOK

NewListPaymentAdvicesOK creates a ListPaymentAdvicesOK with default headers values

func (*ListPaymentAdvicesOK) Error

func (o *ListPaymentAdvicesOK) Error() string

type ListPaymentAdvicesReader

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

ListPaymentAdvicesReader is a Reader for the ListPaymentAdvices structure.

func (*ListPaymentAdvicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPaymentAdvicesRequest

type ListPaymentAdvicesRequest struct {
	AdviceID strfmt.UUID

	ID strfmt.UUID

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

func (*ListPaymentAdvicesRequest) Do

list payment advices API

func (*ListPaymentAdvicesRequest) FromJson

func (*ListPaymentAdvicesRequest) MustDo

func (*ListPaymentAdvicesRequest) WithAdviceID

func (*ListPaymentAdvicesRequest) WithContext

//////////////// WithContext adds the context to the list payment advices Request

func (*ListPaymentAdvicesRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list payment advices Request

func (*ListPaymentAdvicesRequest) WithID

func (*ListPaymentAdvicesRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type ListPaymentsOK

type ListPaymentsOK struct {

	// isStream: false
	*models.PaymentDetailsListResponse
}

ListPaymentsOK handles this case with default header values.

List of payment details

func NewListPaymentsOK

func NewListPaymentsOK() *ListPaymentsOK

NewListPaymentsOK creates a ListPaymentsOK with default headers values

func (*ListPaymentsOK) Error

func (o *ListPaymentsOK) Error() string

type ListPaymentsReader

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

ListPaymentsReader is a Reader for the ListPayments structure.

func (*ListPaymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPaymentsRequest

type ListPaymentsRequest struct {
	FilterAdmissionAdmissionDateFrom *strfmt.DateTime

	FilterAdmissionAdmissionDateTo *strfmt.DateTime

	FilterAdmissionSchemeStatusCode *string

	FilterAdmissionStatus *string

	FilterAmount *string

	FilterBeneficiaryPartyAccountNumber *string

	FilterBeneficiaryPartyBankID *string

	FilterCurrency *string

	FilterDebtorPartyAccountNumber *string

	FilterDebtorPartyBankID *string

	FilterOrganisationID []strfmt.UUID

	FilterPaymentScheme *string

	FilterPaymentType *string

	FilterProcessingDateFrom *strfmt.Date

	FilterProcessingDateTo *strfmt.Date

	FilterReference *string

	FilterSchemeTransactionID *string

	FilterSubmissionSchemeStatusCode *string

	FilterSubmissionStatus *string

	FilterSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterSubmissionSubmissionDateTo *strfmt.DateTime

	FilterUniqueSchemeID *string

	PageNumber *string

	PageSize *int64

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

func (*ListPaymentsRequest) Do

list payments API

func (*ListPaymentsRequest) FromJson

func (*ListPaymentsRequest) MustDo

func (a *ListPaymentsRequest) MustDo() *ListPaymentsOK

func (*ListPaymentsRequest) WithContext

//////////////// WithContext adds the context to the list payments Request

func (*ListPaymentsRequest) WithFilterAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithFilterAdmissionAdmissionDateFrom(filterAdmissionAdmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithFilterAdmissionAdmissionDateTo(filterAdmissionAdmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAdmissionSchemeStatusCode

func (o *ListPaymentsRequest) WithFilterAdmissionSchemeStatusCode(filterAdmissionSchemeStatusCode string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAdmissionStatus

func (o *ListPaymentsRequest) WithFilterAdmissionStatus(filterAdmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAmount

func (o *ListPaymentsRequest) WithFilterAmount(filterAmount string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterBeneficiaryPartyAccountNumber

func (o *ListPaymentsRequest) WithFilterBeneficiaryPartyAccountNumber(filterBeneficiaryPartyAccountNumber string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterBeneficiaryPartyBankID

func (o *ListPaymentsRequest) WithFilterBeneficiaryPartyBankID(filterBeneficiaryPartyBankID string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterCurrency

func (o *ListPaymentsRequest) WithFilterCurrency(filterCurrency string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterDebtorPartyAccountNumber

func (o *ListPaymentsRequest) WithFilterDebtorPartyAccountNumber(filterDebtorPartyAccountNumber string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterDebtorPartyBankID

func (o *ListPaymentsRequest) WithFilterDebtorPartyBankID(filterDebtorPartyBankID string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterOrganisationID

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

func (*ListPaymentsRequest) WithFilterPaymentScheme

func (o *ListPaymentsRequest) WithFilterPaymentScheme(filterPaymentScheme string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterPaymentType

func (o *ListPaymentsRequest) WithFilterPaymentType(filterPaymentType string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterProcessingDateFrom

func (o *ListPaymentsRequest) WithFilterProcessingDateFrom(filterProcessingDateFrom strfmt.Date) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterProcessingDateTo

func (o *ListPaymentsRequest) WithFilterProcessingDateTo(filterProcessingDateTo strfmt.Date) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReference

func (o *ListPaymentsRequest) WithFilterReference(filterReference string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSchemeTransactionID

func (o *ListPaymentsRequest) WithFilterSchemeTransactionID(filterSchemeTransactionID string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSubmissionSchemeStatusCode

func (o *ListPaymentsRequest) WithFilterSubmissionSchemeStatusCode(filterSubmissionSchemeStatusCode string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSubmissionStatus

func (o *ListPaymentsRequest) WithFilterSubmissionStatus(filterSubmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithFilterSubmissionSubmissionDateFrom(filterSubmissionSubmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithFilterSubmissionSubmissionDateTo(filterSubmissionSubmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterUniqueSchemeID

func (o *ListPaymentsRequest) WithFilterUniqueSchemeID(filterUniqueSchemeID string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list payments Request

func (*ListPaymentsRequest) WithPageNumber

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

func (*ListPaymentsRequest) WithPageSize

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

func (*ListPaymentsRequest) WithoutFilterAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterAdmissionAdmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterAdmissionAdmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionSchemeStatusCode

func (o *ListPaymentsRequest) WithoutFilterAdmissionSchemeStatusCode() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionStatus

func (o *ListPaymentsRequest) WithoutFilterAdmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAmount

func (o *ListPaymentsRequest) WithoutFilterAmount() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterBeneficiaryPartyAccountNumber

func (o *ListPaymentsRequest) WithoutFilterBeneficiaryPartyAccountNumber() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterBeneficiaryPartyBankID

func (o *ListPaymentsRequest) WithoutFilterBeneficiaryPartyBankID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterCurrency

func (o *ListPaymentsRequest) WithoutFilterCurrency() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterDebtorPartyAccountNumber

func (o *ListPaymentsRequest) WithoutFilterDebtorPartyAccountNumber() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterDebtorPartyBankID

func (o *ListPaymentsRequest) WithoutFilterDebtorPartyBankID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterOrganisationID

func (o *ListPaymentsRequest) WithoutFilterOrganisationID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterPaymentScheme

func (o *ListPaymentsRequest) WithoutFilterPaymentScheme() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterPaymentType

func (o *ListPaymentsRequest) WithoutFilterPaymentType() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterProcessingDateFrom

func (o *ListPaymentsRequest) WithoutFilterProcessingDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterProcessingDateTo

func (o *ListPaymentsRequest) WithoutFilterProcessingDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReference

func (o *ListPaymentsRequest) WithoutFilterReference() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSchemeTransactionID

func (o *ListPaymentsRequest) WithoutFilterSchemeTransactionID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionSchemeStatusCode

func (o *ListPaymentsRequest) WithoutFilterSubmissionSchemeStatusCode() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionStatus

func (o *ListPaymentsRequest) WithoutFilterSubmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterSubmissionSubmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterSubmissionSubmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterUniqueSchemeID

func (o *ListPaymentsRequest) WithoutFilterUniqueSchemeID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutPageNumber

func (o *ListPaymentsRequest) WithoutPageNumber() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutPageSize

func (o *ListPaymentsRequest) WithoutPageSize() *ListPaymentsRequest

func (*ListPaymentsRequest) WriteToRequest

func (o *ListPaymentsRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these Request to a swagger request

Source Files

Jump to

Keyboard shortcuts

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