payment_reads

package
v7.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 12 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 payment reads API

func New

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

New creates a new payment reads API client.

func (*Client) GetPayment

func (c *Client) GetPayment() *GetPaymentRequest

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

func (*Client) GetPaymentAdmission

func (c *Client) GetPaymentAdmission() *GetPaymentAdmissionRequest

Client.GetPaymentAdmission creates a new GetPaymentAdmissionRequest object with the default values initialized.

func (*Client) GetPaymentAdmissionTask

func (c *Client) GetPaymentAdmissionTask() *GetPaymentAdmissionTaskRequest

Client.GetPaymentAdmissionTask creates a new GetPaymentAdmissionTaskRequest object with the default values initialized.

func (*Client) GetPaymentAdvice

func (c *Client) GetPaymentAdvice() *GetPaymentAdviceRequest

Client.GetPaymentAdvice creates a new GetPaymentAdviceRequest 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) GetPaymentSubmissionTask

func (c *Client) GetPaymentSubmissionTask() *GetPaymentSubmissionTaskRequest

Client.GetPaymentSubmissionTask creates a new GetPaymentSubmissionTaskRequest 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) GetReturnSubmissionTask

func (c *Client) GetReturnSubmissionTask() *GetReturnSubmissionTaskRequest

Client.GetReturnSubmissionTask creates a new GetReturnSubmissionTaskRequest object with the default values initialized.

func (*Client) GetReversalAdmissionTask

func (c *Client) GetReversalAdmissionTask() *GetReversalAdmissionTaskRequest

Client.GetReversalAdmissionTask creates a new GetReversalAdmissionTaskRequest object with the default values initialized.

func (*Client) ListPaymentAdmissionTasks

func (c *Client) ListPaymentAdmissionTasks() *ListPaymentAdmissionTasksRequest

Client.ListPaymentAdmissionTasks creates a new ListPaymentAdmissionTasksRequest 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) ListReturnSubmissionTasks

func (c *Client) ListReturnSubmissionTasks() *ListReturnSubmissionTasksRequest

Client.ListReturnSubmissionTasks creates a new ListReturnSubmissionTasksRequest object with the default values initialized.

func (*Client) ListReversalAdmissionTasks

func (c *Client) ListReversalAdmissionTasks() *ListReversalAdmissionTasksRequest

Client.ListReversalAdmissionTasks creates a new ListReversalAdmissionTasksRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetPaymentAdmissionOK

type GetPaymentAdmissionOK struct {

	// isStream: false
	*models.PaymentAdmissionFetchResponse
}

GetPaymentAdmissionOK handles this case with default header values.

Admission details

func NewGetPaymentAdmissionOK

func NewGetPaymentAdmissionOK() *GetPaymentAdmissionOK

NewGetPaymentAdmissionOK creates a GetPaymentAdmissionOK with default headers values

func (*GetPaymentAdmissionOK) Code

func (o *GetPaymentAdmissionOK) Code() int

Code gets the status code for the get payment admission o k response

func (*GetPaymentAdmissionOK) Error

func (o *GetPaymentAdmissionOK) Error() string

func (*GetPaymentAdmissionOK) IsClientError

func (o *GetPaymentAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment admission o k response has a 4xx status code

func (*GetPaymentAdmissionOK) IsCode

func (o *GetPaymentAdmissionOK) IsCode(code int) bool

IsCode returns true when this get payment admission o k response a status code equal to that given

func (*GetPaymentAdmissionOK) IsRedirect

func (o *GetPaymentAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment admission o k response has a 3xx status code

func (*GetPaymentAdmissionOK) IsServerError

func (o *GetPaymentAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment admission o k response has a 5xx status code

func (*GetPaymentAdmissionOK) IsSuccess

func (o *GetPaymentAdmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment admission o k response has a 2xx status code

type GetPaymentAdmissionReader

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

GetPaymentAdmissionReader is a Reader for the GetPaymentAdmission structure.

func (*GetPaymentAdmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentAdmissionRequest

type GetPaymentAdmissionRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

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

func (*GetPaymentAdmissionRequest) Do

get payment admission API

func (*GetPaymentAdmissionRequest) FromJson

func (*GetPaymentAdmissionRequest) MustDo

func (*GetPaymentAdmissionRequest) WithAdmissionID

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

func (*GetPaymentAdmissionRequest) WithContext

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

func (*GetPaymentAdmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment admission Request

func (*GetPaymentAdmissionRequest) WithID

func (*GetPaymentAdmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentAdmissionTaskOK

type GetPaymentAdmissionTaskOK struct {

	// isStream: false
	*models.PaymentAdmissionTaskDetailsResponse
}

GetPaymentAdmissionTaskOK handles this case with default header values.

Payment Admission Task Details details

func NewGetPaymentAdmissionTaskOK

func NewGetPaymentAdmissionTaskOK() *GetPaymentAdmissionTaskOK

NewGetPaymentAdmissionTaskOK creates a GetPaymentAdmissionTaskOK with default headers values

func (*GetPaymentAdmissionTaskOK) Code

func (o *GetPaymentAdmissionTaskOK) Code() int

Code gets the status code for the get payment admission task o k response

func (*GetPaymentAdmissionTaskOK) Error

func (o *GetPaymentAdmissionTaskOK) Error() string

func (*GetPaymentAdmissionTaskOK) IsClientError

func (o *GetPaymentAdmissionTaskOK) IsClientError() bool

IsClientError returns true when this get payment admission task o k response has a 4xx status code

func (*GetPaymentAdmissionTaskOK) IsCode

func (o *GetPaymentAdmissionTaskOK) IsCode(code int) bool

IsCode returns true when this get payment admission task o k response a status code equal to that given

func (*GetPaymentAdmissionTaskOK) IsRedirect

func (o *GetPaymentAdmissionTaskOK) IsRedirect() bool

IsRedirect returns true when this get payment admission task o k response has a 3xx status code

func (*GetPaymentAdmissionTaskOK) IsServerError

func (o *GetPaymentAdmissionTaskOK) IsServerError() bool

IsServerError returns true when this get payment admission task o k response has a 5xx status code

func (*GetPaymentAdmissionTaskOK) IsSuccess

func (o *GetPaymentAdmissionTaskOK) IsSuccess() bool

IsSuccess returns true when this get payment admission task o k response has a 2xx status code

type GetPaymentAdmissionTaskReader

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

GetPaymentAdmissionTaskReader is a Reader for the GetPaymentAdmissionTask structure.

func (*GetPaymentAdmissionTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentAdmissionTaskRequest

type GetPaymentAdmissionTaskRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	TaskID strfmt.UUID

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

func (*GetPaymentAdmissionTaskRequest) Do

get payment admission task API

func (*GetPaymentAdmissionTaskRequest) FromJson

func (*GetPaymentAdmissionTaskRequest) MustDo

func (*GetPaymentAdmissionTaskRequest) WithAdmissionID

func (*GetPaymentAdmissionTaskRequest) WithContext

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

func (*GetPaymentAdmissionTaskRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment admission task Request

func (*GetPaymentAdmissionTaskRequest) WithID

func (*GetPaymentAdmissionTaskRequest) WithTaskID

func (*GetPaymentAdmissionTaskRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentAdviceOK

type GetPaymentAdviceOK struct {

	// isStream: false
	*models.AdviceDetailsResponse
}

GetPaymentAdviceOK handles this case with default header values.

Advice details

func NewGetPaymentAdviceOK

func NewGetPaymentAdviceOK() *GetPaymentAdviceOK

NewGetPaymentAdviceOK creates a GetPaymentAdviceOK with default headers values

func (*GetPaymentAdviceOK) Code

func (o *GetPaymentAdviceOK) Code() int

Code gets the status code for the get payment advice o k response

func (*GetPaymentAdviceOK) Error

func (o *GetPaymentAdviceOK) Error() string

func (*GetPaymentAdviceOK) IsClientError

func (o *GetPaymentAdviceOK) IsClientError() bool

IsClientError returns true when this get payment advice o k response has a 4xx status code

func (*GetPaymentAdviceOK) IsCode

func (o *GetPaymentAdviceOK) IsCode(code int) bool

IsCode returns true when this get payment advice o k response a status code equal to that given

func (*GetPaymentAdviceOK) IsRedirect

func (o *GetPaymentAdviceOK) IsRedirect() bool

IsRedirect returns true when this get payment advice o k response has a 3xx status code

func (*GetPaymentAdviceOK) IsServerError

func (o *GetPaymentAdviceOK) IsServerError() bool

IsServerError returns true when this get payment advice o k response has a 5xx status code

func (*GetPaymentAdviceOK) IsSuccess

func (o *GetPaymentAdviceOK) IsSuccess() bool

IsSuccess returns true when this get payment advice o k response has a 2xx status code

type GetPaymentAdviceReader

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

GetPaymentAdviceReader is a Reader for the GetPaymentAdvice structure.

func (*GetPaymentAdviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentAdviceRequest

type GetPaymentAdviceRequest struct {
	AdviceID strfmt.UUID

	ID strfmt.UUID

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

func (*GetPaymentAdviceRequest) Do

get payment advice API

func (*GetPaymentAdviceRequest) FromJson

func (*GetPaymentAdviceRequest) MustDo

func (*GetPaymentAdviceRequest) WithAdviceID

func (o *GetPaymentAdviceRequest) WithAdviceID(adviceID strfmt.UUID) *GetPaymentAdviceRequest

func (*GetPaymentAdviceRequest) WithContext

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

func (*GetPaymentAdviceRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get payment advice Request

func (*GetPaymentAdviceRequest) WithID

func (*GetPaymentAdviceRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetPaymentAdviceSubmissionOK

type GetPaymentAdviceSubmissionOK struct {

	// isStream: false
	*models.AdviceSubmissionFetchResponse
}

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) Code

Code gets the status code for the get payment advice submission o k response

func (*GetPaymentAdviceSubmissionOK) Error

func (*GetPaymentAdviceSubmissionOK) IsClientError

func (o *GetPaymentAdviceSubmissionOK) IsClientError() bool

IsClientError returns true when this get payment advice submission o k response has a 4xx status code

func (*GetPaymentAdviceSubmissionOK) IsCode

func (o *GetPaymentAdviceSubmissionOK) IsCode(code int) bool

IsCode returns true when this get payment advice submission o k response a status code equal to that given

func (*GetPaymentAdviceSubmissionOK) IsRedirect

func (o *GetPaymentAdviceSubmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment advice submission o k response has a 3xx status code

func (*GetPaymentAdviceSubmissionOK) IsServerError

func (o *GetPaymentAdviceSubmissionOK) IsServerError() bool

IsServerError returns true when this get payment advice submission o k response has a 5xx status code

func (*GetPaymentAdviceSubmissionOK) IsSuccess

func (o *GetPaymentAdviceSubmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment advice submission o k response has a 2xx status code

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) Code

func (o *GetPaymentOK) Code() int

Code gets the status code for the get payment o k response

func (*GetPaymentOK) Error

func (o *GetPaymentOK) Error() string

func (*GetPaymentOK) IsClientError

func (o *GetPaymentOK) IsClientError() bool

IsClientError returns true when this get payment o k response has a 4xx status code

func (*GetPaymentOK) IsCode

func (o *GetPaymentOK) IsCode(code int) bool

IsCode returns true when this get payment o k response a status code equal to that given

func (*GetPaymentOK) IsRedirect

func (o *GetPaymentOK) IsRedirect() bool

IsRedirect returns true when this get payment o k response has a 3xx status code

func (*GetPaymentOK) IsServerError

func (o *GetPaymentOK) IsServerError() bool

IsServerError returns true when this get payment o k response has a 5xx status code

func (*GetPaymentOK) IsSuccess

func (o *GetPaymentOK) IsSuccess() bool

IsSuccess returns true when this get payment o k response has a 2xx status code

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.RecallAdmissionFetchResponse
}

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) Code

func (o *GetPaymentRecallAdmissionOK) Code() int

Code gets the status code for the get payment recall admission o k response

func (*GetPaymentRecallAdmissionOK) Error

func (*GetPaymentRecallAdmissionOK) IsClientError

func (o *GetPaymentRecallAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment recall admission o k response has a 4xx status code

func (*GetPaymentRecallAdmissionOK) IsCode

func (o *GetPaymentRecallAdmissionOK) IsCode(code int) bool

IsCode returns true when this get payment recall admission o k response a status code equal to that given

func (*GetPaymentRecallAdmissionOK) IsRedirect

func (o *GetPaymentRecallAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment recall admission o k response has a 3xx status code

func (*GetPaymentRecallAdmissionOK) IsServerError

func (o *GetPaymentRecallAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment recall admission o k response has a 5xx status code

func (*GetPaymentRecallAdmissionOK) IsSuccess

func (o *GetPaymentRecallAdmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment recall admission o k response has a 2xx status code

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.RecallDecisionAdmissionFetchResponse
}

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) Code

Code gets the status code for the get payment recall decision admission o k response

func (*GetPaymentRecallDecisionAdmissionOK) Error

func (*GetPaymentRecallDecisionAdmissionOK) IsClientError

func (o *GetPaymentRecallDecisionAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment recall decision admission o k response has a 4xx status code

func (*GetPaymentRecallDecisionAdmissionOK) IsCode

IsCode returns true when this get payment recall decision admission o k response a status code equal to that given

func (*GetPaymentRecallDecisionAdmissionOK) IsRedirect

func (o *GetPaymentRecallDecisionAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment recall decision admission o k response has a 3xx status code

func (*GetPaymentRecallDecisionAdmissionOK) IsServerError

func (o *GetPaymentRecallDecisionAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment recall decision admission o k response has a 5xx status code

func (*GetPaymentRecallDecisionAdmissionOK) IsSuccess

IsSuccess returns true when this get payment recall decision admission o k response has a 2xx status code

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.RecallDecisionFetchResponse
}

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) Code

func (o *GetPaymentRecallDecisionOK) Code() int

Code gets the status code for the get payment recall decision o k response

func (*GetPaymentRecallDecisionOK) Error

func (*GetPaymentRecallDecisionOK) IsClientError

func (o *GetPaymentRecallDecisionOK) IsClientError() bool

IsClientError returns true when this get payment recall decision o k response has a 4xx status code

func (*GetPaymentRecallDecisionOK) IsCode

func (o *GetPaymentRecallDecisionOK) IsCode(code int) bool

IsCode returns true when this get payment recall decision o k response a status code equal to that given

func (*GetPaymentRecallDecisionOK) IsRedirect

func (o *GetPaymentRecallDecisionOK) IsRedirect() bool

IsRedirect returns true when this get payment recall decision o k response has a 3xx status code

func (*GetPaymentRecallDecisionOK) IsServerError

func (o *GetPaymentRecallDecisionOK) IsServerError() bool

IsServerError returns true when this get payment recall decision o k response has a 5xx status code

func (*GetPaymentRecallDecisionOK) IsSuccess

func (o *GetPaymentRecallDecisionOK) IsSuccess() bool

IsSuccess returns true when this get payment recall decision o k response has a 2xx status code

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.RecallDecisionSubmissionFetchResponse
}

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) Code

Code gets the status code for the get payment recall decision submission o k response

func (*GetPaymentRecallDecisionSubmissionOK) Error

func (*GetPaymentRecallDecisionSubmissionOK) IsClientError

func (o *GetPaymentRecallDecisionSubmissionOK) IsClientError() bool

IsClientError returns true when this get payment recall decision submission o k response has a 4xx status code

func (*GetPaymentRecallDecisionSubmissionOK) IsCode

IsCode returns true when this get payment recall decision submission o k response a status code equal to that given

func (*GetPaymentRecallDecisionSubmissionOK) IsRedirect

IsRedirect returns true when this get payment recall decision submission o k response has a 3xx status code

func (*GetPaymentRecallDecisionSubmissionOK) IsServerError

func (o *GetPaymentRecallDecisionSubmissionOK) IsServerError() bool

IsServerError returns true when this get payment recall decision submission o k response has a 5xx status code

func (*GetPaymentRecallDecisionSubmissionOK) IsSuccess

IsSuccess returns true when this get payment recall decision submission o k response has a 2xx status code

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) Code

func (o *GetPaymentRecallOK) Code() int

Code gets the status code for the get payment recall o k response

func (*GetPaymentRecallOK) Error

func (o *GetPaymentRecallOK) Error() string

func (*GetPaymentRecallOK) IsClientError

func (o *GetPaymentRecallOK) IsClientError() bool

IsClientError returns true when this get payment recall o k response has a 4xx status code

func (*GetPaymentRecallOK) IsCode

func (o *GetPaymentRecallOK) IsCode(code int) bool

IsCode returns true when this get payment recall o k response a status code equal to that given

func (*GetPaymentRecallOK) IsRedirect

func (o *GetPaymentRecallOK) IsRedirect() bool

IsRedirect returns true when this get payment recall o k response has a 3xx status code

func (*GetPaymentRecallOK) IsServerError

func (o *GetPaymentRecallOK) IsServerError() bool

IsServerError returns true when this get payment recall o k response has a 5xx status code

func (*GetPaymentRecallOK) IsSuccess

func (o *GetPaymentRecallOK) IsSuccess() bool

IsSuccess returns true when this get payment recall o k response has a 2xx status code

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.RecallReversalAdmissionFetchResponse
}

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) Code

Code gets the status code for the get payment recall reversal admission o k response

func (*GetPaymentRecallReversalAdmissionOK) Error

func (*GetPaymentRecallReversalAdmissionOK) IsClientError

func (o *GetPaymentRecallReversalAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment recall reversal admission o k response has a 4xx status code

func (*GetPaymentRecallReversalAdmissionOK) IsCode

IsCode returns true when this get payment recall reversal admission o k response a status code equal to that given

func (*GetPaymentRecallReversalAdmissionOK) IsRedirect

func (o *GetPaymentRecallReversalAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment recall reversal admission o k response has a 3xx status code

func (*GetPaymentRecallReversalAdmissionOK) IsServerError

func (o *GetPaymentRecallReversalAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment recall reversal admission o k response has a 5xx status code

func (*GetPaymentRecallReversalAdmissionOK) IsSuccess

IsSuccess returns true when this get payment recall reversal admission o k response has a 2xx status code

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) Code

func (o *GetPaymentRecallReversalOK) Code() int

Code gets the status code for the get payment recall reversal o k response

func (*GetPaymentRecallReversalOK) Error

func (*GetPaymentRecallReversalOK) IsClientError

func (o *GetPaymentRecallReversalOK) IsClientError() bool

IsClientError returns true when this get payment recall reversal o k response has a 4xx status code

func (*GetPaymentRecallReversalOK) IsCode

func (o *GetPaymentRecallReversalOK) IsCode(code int) bool

IsCode returns true when this get payment recall reversal o k response a status code equal to that given

func (*GetPaymentRecallReversalOK) IsRedirect

func (o *GetPaymentRecallReversalOK) IsRedirect() bool

IsRedirect returns true when this get payment recall reversal o k response has a 3xx status code

func (*GetPaymentRecallReversalOK) IsServerError

func (o *GetPaymentRecallReversalOK) IsServerError() bool

IsServerError returns true when this get payment recall reversal o k response has a 5xx status code

func (*GetPaymentRecallReversalOK) IsSuccess

func (o *GetPaymentRecallReversalOK) IsSuccess() bool

IsSuccess returns true when this get payment recall reversal o k response has a 2xx status code

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.RecallSubmissionFetchResponse
}

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) Code

Code gets the status code for the get payment recall submission o k response

func (*GetPaymentRecallSubmissionOK) Error

func (*GetPaymentRecallSubmissionOK) IsClientError

func (o *GetPaymentRecallSubmissionOK) IsClientError() bool

IsClientError returns true when this get payment recall submission o k response has a 4xx status code

func (*GetPaymentRecallSubmissionOK) IsCode

func (o *GetPaymentRecallSubmissionOK) IsCode(code int) bool

IsCode returns true when this get payment recall submission o k response a status code equal to that given

func (*GetPaymentRecallSubmissionOK) IsRedirect

func (o *GetPaymentRecallSubmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment recall submission o k response has a 3xx status code

func (*GetPaymentRecallSubmissionOK) IsServerError

func (o *GetPaymentRecallSubmissionOK) IsServerError() bool

IsServerError returns true when this get payment recall submission o k response has a 5xx status code

func (*GetPaymentRecallSubmissionOK) IsSuccess

func (o *GetPaymentRecallSubmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment recall submission o k response has a 2xx status code

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, error)

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.ReturnAdmissionFetchResponse
}

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) Code

func (o *GetPaymentReturnAdmissionOK) Code() int

Code gets the status code for the get payment return admission o k response

func (*GetPaymentReturnAdmissionOK) Error

func (*GetPaymentReturnAdmissionOK) IsClientError

func (o *GetPaymentReturnAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment return admission o k response has a 4xx status code

func (*GetPaymentReturnAdmissionOK) IsCode

func (o *GetPaymentReturnAdmissionOK) IsCode(code int) bool

IsCode returns true when this get payment return admission o k response a status code equal to that given

func (*GetPaymentReturnAdmissionOK) IsRedirect

func (o *GetPaymentReturnAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment return admission o k response has a 3xx status code

func (*GetPaymentReturnAdmissionOK) IsServerError

func (o *GetPaymentReturnAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment return admission o k response has a 5xx status code

func (*GetPaymentReturnAdmissionOK) IsSuccess

func (o *GetPaymentReturnAdmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment return admission o k response has a 2xx status code

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.ReturnFetchResponse
}

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) Code

func (o *GetPaymentReturnOK) Code() int

Code gets the status code for the get payment return o k response

func (*GetPaymentReturnOK) Error

func (o *GetPaymentReturnOK) Error() string

func (*GetPaymentReturnOK) IsClientError

func (o *GetPaymentReturnOK) IsClientError() bool

IsClientError returns true when this get payment return o k response has a 4xx status code

func (*GetPaymentReturnOK) IsCode

func (o *GetPaymentReturnOK) IsCode(code int) bool

IsCode returns true when this get payment return o k response a status code equal to that given

func (*GetPaymentReturnOK) IsRedirect

func (o *GetPaymentReturnOK) IsRedirect() bool

IsRedirect returns true when this get payment return o k response has a 3xx status code

func (*GetPaymentReturnOK) IsServerError

func (o *GetPaymentReturnOK) IsServerError() bool

IsServerError returns true when this get payment return o k response has a 5xx status code

func (*GetPaymentReturnOK) IsSuccess

func (o *GetPaymentReturnOK) IsSuccess() bool

IsSuccess returns true when this get payment return o k response has a 2xx status code

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.ReturnReversalAdmissionFetchResponse
}

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) Code

Code gets the status code for the get payment return reversal admission o k response

func (*GetPaymentReturnReversalAdmissionOK) Error

func (*GetPaymentReturnReversalAdmissionOK) IsClientError

func (o *GetPaymentReturnReversalAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment return reversal admission o k response has a 4xx status code

func (*GetPaymentReturnReversalAdmissionOK) IsCode

IsCode returns true when this get payment return reversal admission o k response a status code equal to that given

func (*GetPaymentReturnReversalAdmissionOK) IsRedirect

func (o *GetPaymentReturnReversalAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment return reversal admission o k response has a 3xx status code

func (*GetPaymentReturnReversalAdmissionOK) IsServerError

func (o *GetPaymentReturnReversalAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment return reversal admission o k response has a 5xx status code

func (*GetPaymentReturnReversalAdmissionOK) IsSuccess

IsSuccess returns true when this get payment return reversal admission o k response has a 2xx status code

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) Code

func (o *GetPaymentReturnReversalOK) Code() int

Code gets the status code for the get payment return reversal o k response

func (*GetPaymentReturnReversalOK) Error

func (*GetPaymentReturnReversalOK) IsClientError

func (o *GetPaymentReturnReversalOK) IsClientError() bool

IsClientError returns true when this get payment return reversal o k response has a 4xx status code

func (*GetPaymentReturnReversalOK) IsCode

func (o *GetPaymentReturnReversalOK) IsCode(code int) bool

IsCode returns true when this get payment return reversal o k response a status code equal to that given

func (*GetPaymentReturnReversalOK) IsRedirect

func (o *GetPaymentReturnReversalOK) IsRedirect() bool

IsRedirect returns true when this get payment return reversal o k response has a 3xx status code

func (*GetPaymentReturnReversalOK) IsServerError

func (o *GetPaymentReturnReversalOK) IsServerError() bool

IsServerError returns true when this get payment return reversal o k response has a 5xx status code

func (*GetPaymentReturnReversalOK) IsSuccess

func (o *GetPaymentReturnReversalOK) IsSuccess() bool

IsSuccess returns true when this get payment return reversal o k response has a 2xx status code

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.ReturnSubmissionFetchResponse
}

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) Code

Code gets the status code for the get payment return submission o k response

func (*GetPaymentReturnSubmissionOK) Error

func (*GetPaymentReturnSubmissionOK) IsClientError

func (o *GetPaymentReturnSubmissionOK) IsClientError() bool

IsClientError returns true when this get payment return submission o k response has a 4xx status code

func (*GetPaymentReturnSubmissionOK) IsCode

func (o *GetPaymentReturnSubmissionOK) IsCode(code int) bool

IsCode returns true when this get payment return submission o k response a status code equal to that given

func (*GetPaymentReturnSubmissionOK) IsRedirect

func (o *GetPaymentReturnSubmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment return submission o k response has a 3xx status code

func (*GetPaymentReturnSubmissionOK) IsServerError

func (o *GetPaymentReturnSubmissionOK) IsServerError() bool

IsServerError returns true when this get payment return submission o k response has a 5xx status code

func (*GetPaymentReturnSubmissionOK) IsSuccess

func (o *GetPaymentReturnSubmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment return submission o k response has a 2xx status code

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.ReversalAdmissionFetchResponse
}

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) Code

Code gets the status code for the get payment reversal admission o k response

func (*GetPaymentReversalAdmissionOK) Error

func (*GetPaymentReversalAdmissionOK) IsClientError

func (o *GetPaymentReversalAdmissionOK) IsClientError() bool

IsClientError returns true when this get payment reversal admission o k response has a 4xx status code

func (*GetPaymentReversalAdmissionOK) IsCode

func (o *GetPaymentReversalAdmissionOK) IsCode(code int) bool

IsCode returns true when this get payment reversal admission o k response a status code equal to that given

func (*GetPaymentReversalAdmissionOK) IsRedirect

func (o *GetPaymentReversalAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment reversal admission o k response has a 3xx status code

func (*GetPaymentReversalAdmissionOK) IsServerError

func (o *GetPaymentReversalAdmissionOK) IsServerError() bool

IsServerError returns true when this get payment reversal admission o k response has a 5xx status code

func (*GetPaymentReversalAdmissionOK) IsSuccess

func (o *GetPaymentReversalAdmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment reversal admission o k response has a 2xx status code

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) Code

func (o *GetPaymentReversalOK) Code() int

Code gets the status code for the get payment reversal o k response

func (*GetPaymentReversalOK) Error

func (o *GetPaymentReversalOK) Error() string

func (*GetPaymentReversalOK) IsClientError

func (o *GetPaymentReversalOK) IsClientError() bool

IsClientError returns true when this get payment reversal o k response has a 4xx status code

func (*GetPaymentReversalOK) IsCode

func (o *GetPaymentReversalOK) IsCode(code int) bool

IsCode returns true when this get payment reversal o k response a status code equal to that given

func (*GetPaymentReversalOK) IsRedirect

func (o *GetPaymentReversalOK) IsRedirect() bool

IsRedirect returns true when this get payment reversal o k response has a 3xx status code

func (*GetPaymentReversalOK) IsServerError

func (o *GetPaymentReversalOK) IsServerError() bool

IsServerError returns true when this get payment reversal o k response has a 5xx status code

func (*GetPaymentReversalOK) IsSuccess

func (o *GetPaymentReversalOK) IsSuccess() bool

IsSuccess returns true when this get payment reversal o k response has a 2xx status code

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.ReversalSubmissionFetchResponse
}

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) Code

Code gets the status code for the get payment reversal submission o k response

func (*GetPaymentReversalSubmissionOK) Error

func (*GetPaymentReversalSubmissionOK) IsClientError

func (o *GetPaymentReversalSubmissionOK) IsClientError() bool

IsClientError returns true when this get payment reversal submission o k response has a 4xx status code

func (*GetPaymentReversalSubmissionOK) IsCode

func (o *GetPaymentReversalSubmissionOK) IsCode(code int) bool

IsCode returns true when this get payment reversal submission o k response a status code equal to that given

func (*GetPaymentReversalSubmissionOK) IsRedirect

func (o *GetPaymentReversalSubmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment reversal submission o k response has a 3xx status code

func (*GetPaymentReversalSubmissionOK) IsServerError

func (o *GetPaymentReversalSubmissionOK) IsServerError() bool

IsServerError returns true when this get payment reversal submission o k response has a 5xx status code

func (*GetPaymentReversalSubmissionOK) IsSuccess

func (o *GetPaymentReversalSubmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment reversal submission o k response has a 2xx status code

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.PaymentSubmissionFetchResponse
}

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) Code

func (o *GetPaymentSubmissionOK) Code() int

Code gets the status code for the get payment submission o k response

func (*GetPaymentSubmissionOK) Error

func (o *GetPaymentSubmissionOK) Error() string

func (*GetPaymentSubmissionOK) IsClientError

func (o *GetPaymentSubmissionOK) IsClientError() bool

IsClientError returns true when this get payment submission o k response has a 4xx status code

func (*GetPaymentSubmissionOK) IsCode

func (o *GetPaymentSubmissionOK) IsCode(code int) bool

IsCode returns true when this get payment submission o k response a status code equal to that given

func (*GetPaymentSubmissionOK) IsRedirect

func (o *GetPaymentSubmissionOK) IsRedirect() bool

IsRedirect returns true when this get payment submission o k response has a 3xx status code

func (*GetPaymentSubmissionOK) IsServerError

func (o *GetPaymentSubmissionOK) IsServerError() bool

IsServerError returns true when this get payment submission o k response has a 5xx status code

func (*GetPaymentSubmissionOK) IsSuccess

func (o *GetPaymentSubmissionOK) IsSuccess() bool

IsSuccess returns true when this get payment submission o k response has a 2xx status code

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 GetPaymentSubmissionTaskOK

type GetPaymentSubmissionTaskOK struct {

	// isStream: false
	*models.PaymentSubmissionTaskDetailsResponse
}

GetPaymentSubmissionTaskOK handles this case with default header values.

Payment Submission Task Details details

func NewGetPaymentSubmissionTaskOK

func NewGetPaymentSubmissionTaskOK() *GetPaymentSubmissionTaskOK

NewGetPaymentSubmissionTaskOK creates a GetPaymentSubmissionTaskOK with default headers values

func (*GetPaymentSubmissionTaskOK) Code

func (o *GetPaymentSubmissionTaskOK) Code() int

Code gets the status code for the get payment submission task o k response

func (*GetPaymentSubmissionTaskOK) Error

func (*GetPaymentSubmissionTaskOK) IsClientError

func (o *GetPaymentSubmissionTaskOK) IsClientError() bool

IsClientError returns true when this get payment submission task o k response has a 4xx status code

func (*GetPaymentSubmissionTaskOK) IsCode

func (o *GetPaymentSubmissionTaskOK) IsCode(code int) bool

IsCode returns true when this get payment submission task o k response a status code equal to that given

func (*GetPaymentSubmissionTaskOK) IsRedirect

func (o *GetPaymentSubmissionTaskOK) IsRedirect() bool

IsRedirect returns true when this get payment submission task o k response has a 3xx status code

func (*GetPaymentSubmissionTaskOK) IsServerError

func (o *GetPaymentSubmissionTaskOK) IsServerError() bool

IsServerError returns true when this get payment submission task o k response has a 5xx status code

func (*GetPaymentSubmissionTaskOK) IsSuccess

func (o *GetPaymentSubmissionTaskOK) IsSuccess() bool

IsSuccess returns true when this get payment submission task o k response has a 2xx status code

type GetPaymentSubmissionTaskReader

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

GetPaymentSubmissionTaskReader is a Reader for the GetPaymentSubmissionTask structure.

func (*GetPaymentSubmissionTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPaymentSubmissionTaskRequest

type GetPaymentSubmissionTaskRequest struct {
	ID strfmt.UUID

	SubmissionID strfmt.UUID

	TaskID strfmt.UUID

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

func (*GetPaymentSubmissionTaskRequest) Do

get payment submission task API

func (*GetPaymentSubmissionTaskRequest) FromJson

func (*GetPaymentSubmissionTaskRequest) MustDo

func (*GetPaymentSubmissionTaskRequest) WithContext

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

func (*GetPaymentSubmissionTaskRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get payment submission task Request

func (*GetPaymentSubmissionTaskRequest) WithID

func (*GetPaymentSubmissionTaskRequest) WithSubmissionID

func (*GetPaymentSubmissionTaskRequest) WithTaskID

func (*GetPaymentSubmissionTaskRequest) 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) Code

func (o *GetPositionsOK) Code() int

Code gets the status code for the get positions o k response

func (*GetPositionsOK) Error

func (o *GetPositionsOK) Error() string

func (*GetPositionsOK) IsClientError

func (o *GetPositionsOK) IsClientError() bool

IsClientError returns true when this get positions o k response has a 4xx status code

func (*GetPositionsOK) IsCode

func (o *GetPositionsOK) IsCode(code int) bool

IsCode returns true when this get positions o k response a status code equal to that given

func (*GetPositionsOK) IsRedirect

func (o *GetPositionsOK) IsRedirect() bool

IsRedirect returns true when this get positions o k response has a 3xx status code

func (*GetPositionsOK) IsServerError

func (o *GetPositionsOK) IsServerError() bool

IsServerError returns true when this get positions o k response has a 5xx status code

func (*GetPositionsOK) IsSuccess

func (o *GetPositionsOK) IsSuccess() bool

IsSuccess returns true when this get positions o k response has a 2xx status code

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 GetReturnSubmissionTaskOK

type GetReturnSubmissionTaskOK struct {

	// isStream: false
	*models.ReturnSubmissionTaskFetchResponse
}

GetReturnSubmissionTaskOK handles this case with default header values.

Return Submission Task Details

func NewGetReturnSubmissionTaskOK

func NewGetReturnSubmissionTaskOK() *GetReturnSubmissionTaskOK

NewGetReturnSubmissionTaskOK creates a GetReturnSubmissionTaskOK with default headers values

func (*GetReturnSubmissionTaskOK) Code

func (o *GetReturnSubmissionTaskOK) Code() int

Code gets the status code for the get return submission task o k response

func (*GetReturnSubmissionTaskOK) Error

func (o *GetReturnSubmissionTaskOK) Error() string

func (*GetReturnSubmissionTaskOK) IsClientError

func (o *GetReturnSubmissionTaskOK) IsClientError() bool

IsClientError returns true when this get return submission task o k response has a 4xx status code

func (*GetReturnSubmissionTaskOK) IsCode

func (o *GetReturnSubmissionTaskOK) IsCode(code int) bool

IsCode returns true when this get return submission task o k response a status code equal to that given

func (*GetReturnSubmissionTaskOK) IsRedirect

func (o *GetReturnSubmissionTaskOK) IsRedirect() bool

IsRedirect returns true when this get return submission task o k response has a 3xx status code

func (*GetReturnSubmissionTaskOK) IsServerError

func (o *GetReturnSubmissionTaskOK) IsServerError() bool

IsServerError returns true when this get return submission task o k response has a 5xx status code

func (*GetReturnSubmissionTaskOK) IsSuccess

func (o *GetReturnSubmissionTaskOK) IsSuccess() bool

IsSuccess returns true when this get return submission task o k response has a 2xx status code

type GetReturnSubmissionTaskReader

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

GetReturnSubmissionTaskReader is a Reader for the GetReturnSubmissionTask structure.

func (*GetReturnSubmissionTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReturnSubmissionTaskRequest

type GetReturnSubmissionTaskRequest struct {
	PaymentID strfmt.UUID

	ReturnID strfmt.UUID

	ReturnSubmissionID strfmt.UUID

	TaskID strfmt.UUID

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

func (*GetReturnSubmissionTaskRequest) Do

get return submission task API

func (*GetReturnSubmissionTaskRequest) FromJson

func (*GetReturnSubmissionTaskRequest) MustDo

func (*GetReturnSubmissionTaskRequest) WithContext

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

func (*GetReturnSubmissionTaskRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get return submission task Request

func (*GetReturnSubmissionTaskRequest) WithPaymentID

func (*GetReturnSubmissionTaskRequest) WithReturnID

func (*GetReturnSubmissionTaskRequest) WithReturnSubmissionID

func (o *GetReturnSubmissionTaskRequest) WithReturnSubmissionID(returnSubmissionID strfmt.UUID) *GetReturnSubmissionTaskRequest

func (*GetReturnSubmissionTaskRequest) WithTaskID

func (*GetReturnSubmissionTaskRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetReversalAdmissionTaskOK

type GetReversalAdmissionTaskOK struct {

	// isStream: false
	*models.ReversalAdmissionTaskFetchResponse
}

GetReversalAdmissionTaskOK handles this case with default header values.

Reversal Admission Task Details

func NewGetReversalAdmissionTaskOK

func NewGetReversalAdmissionTaskOK() *GetReversalAdmissionTaskOK

NewGetReversalAdmissionTaskOK creates a GetReversalAdmissionTaskOK with default headers values

func (*GetReversalAdmissionTaskOK) Code

func (o *GetReversalAdmissionTaskOK) Code() int

Code gets the status code for the get reversal admission task o k response

func (*GetReversalAdmissionTaskOK) Error

func (*GetReversalAdmissionTaskOK) IsClientError

func (o *GetReversalAdmissionTaskOK) IsClientError() bool

IsClientError returns true when this get reversal admission task o k response has a 4xx status code

func (*GetReversalAdmissionTaskOK) IsCode

func (o *GetReversalAdmissionTaskOK) IsCode(code int) bool

IsCode returns true when this get reversal admission task o k response a status code equal to that given

func (*GetReversalAdmissionTaskOK) IsRedirect

func (o *GetReversalAdmissionTaskOK) IsRedirect() bool

IsRedirect returns true when this get reversal admission task o k response has a 3xx status code

func (*GetReversalAdmissionTaskOK) IsServerError

func (o *GetReversalAdmissionTaskOK) IsServerError() bool

IsServerError returns true when this get reversal admission task o k response has a 5xx status code

func (*GetReversalAdmissionTaskOK) IsSuccess

func (o *GetReversalAdmissionTaskOK) IsSuccess() bool

IsSuccess returns true when this get reversal admission task o k response has a 2xx status code

type GetReversalAdmissionTaskReader

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

GetReversalAdmissionTaskReader is a Reader for the GetReversalAdmissionTask structure.

func (*GetReversalAdmissionTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReversalAdmissionTaskRequest

type GetReversalAdmissionTaskRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	ReversalID strfmt.UUID

	TaskID strfmt.UUID

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

func (*GetReversalAdmissionTaskRequest) Do

get reversal admission task API

func (*GetReversalAdmissionTaskRequest) FromJson

func (*GetReversalAdmissionTaskRequest) MustDo

func (*GetReversalAdmissionTaskRequest) WithAdmissionID

func (*GetReversalAdmissionTaskRequest) WithContext

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

func (*GetReversalAdmissionTaskRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get reversal admission task Request

func (*GetReversalAdmissionTaskRequest) WithID

func (*GetReversalAdmissionTaskRequest) WithReversalID

func (*GetReversalAdmissionTaskRequest) WithTaskID

func (*GetReversalAdmissionTaskRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type ListPaymentAdmissionTasksOK

type ListPaymentAdmissionTasksOK struct {

	// isStream: false
	*models.PaymentAdmissionTaskListResponse
}

ListPaymentAdmissionTasksOK handles this case with default header values.

List of Task Details

func NewListPaymentAdmissionTasksOK

func NewListPaymentAdmissionTasksOK() *ListPaymentAdmissionTasksOK

NewListPaymentAdmissionTasksOK creates a ListPaymentAdmissionTasksOK with default headers values

func (*ListPaymentAdmissionTasksOK) Code

func (o *ListPaymentAdmissionTasksOK) Code() int

Code gets the status code for the list payment admission tasks o k response

func (*ListPaymentAdmissionTasksOK) Error

func (*ListPaymentAdmissionTasksOK) IsClientError

func (o *ListPaymentAdmissionTasksOK) IsClientError() bool

IsClientError returns true when this list payment admission tasks o k response has a 4xx status code

func (*ListPaymentAdmissionTasksOK) IsCode

func (o *ListPaymentAdmissionTasksOK) IsCode(code int) bool

IsCode returns true when this list payment admission tasks o k response a status code equal to that given

func (*ListPaymentAdmissionTasksOK) IsRedirect

func (o *ListPaymentAdmissionTasksOK) IsRedirect() bool

IsRedirect returns true when this list payment admission tasks o k response has a 3xx status code

func (*ListPaymentAdmissionTasksOK) IsServerError

func (o *ListPaymentAdmissionTasksOK) IsServerError() bool

IsServerError returns true when this list payment admission tasks o k response has a 5xx status code

func (*ListPaymentAdmissionTasksOK) IsSuccess

func (o *ListPaymentAdmissionTasksOK) IsSuccess() bool

IsSuccess returns true when this list payment admission tasks o k response has a 2xx status code

type ListPaymentAdmissionTasksReader

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

ListPaymentAdmissionTasksReader is a Reader for the ListPaymentAdmissionTasks structure.

func (*ListPaymentAdmissionTasksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPaymentAdmissionTasksRequest

type ListPaymentAdmissionTasksRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

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

func (*ListPaymentAdmissionTasksRequest) Do

list payment admission tasks API

func (*ListPaymentAdmissionTasksRequest) FromJson

func (*ListPaymentAdmissionTasksRequest) MustDo

func (*ListPaymentAdmissionTasksRequest) WithAdmissionID

func (*ListPaymentAdmissionTasksRequest) WithContext

//////////////// WithContext adds the context to the list payment admission tasks Request

func (*ListPaymentAdmissionTasksRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list payment admission tasks Request

func (*ListPaymentAdmissionTasksRequest) WithID

func (*ListPaymentAdmissionTasksRequest) 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) Code

func (o *ListPaymentsOK) Code() int

Code gets the status code for the list payments o k response

func (*ListPaymentsOK) Error

func (o *ListPaymentsOK) Error() string

func (*ListPaymentsOK) IsClientError

func (o *ListPaymentsOK) IsClientError() bool

IsClientError returns true when this list payments o k response has a 4xx status code

func (*ListPaymentsOK) IsCode

func (o *ListPaymentsOK) IsCode(code int) bool

IsCode returns true when this list payments o k response a status code equal to that given

func (*ListPaymentsOK) IsRedirect

func (o *ListPaymentsOK) IsRedirect() bool

IsRedirect returns true when this list payments o k response has a 3xx status code

func (*ListPaymentsOK) IsServerError

func (o *ListPaymentsOK) IsServerError() bool

IsServerError returns true when this list payments o k response has a 5xx status code

func (*ListPaymentsOK) IsSuccess

func (o *ListPaymentsOK) IsSuccess() bool

IsSuccess returns true when this list payments o k response has a 2xx status code

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

	FilterAdmissionID *strfmt.UUID

	FilterAdmissionSchemeStatusCode *string

	FilterAdmissionSettlementCycle *int64

	FilterAdmissionSettlementDate *strfmt.Date

	FilterAdmissionStatus *string

	FilterAmount *string

	FilterAmountFrom *float64

	FilterAmountTo *float64

	FilterBeneficiaryPartyAccountName *string

	FilterBeneficiaryPartyAccountNumber *string

	FilterBeneficiaryPartyBankID *string

	FilterCurrency *string

	FilterDebtorPartyAccountName *string

	FilterDebtorPartyAccountNumber *string

	FilterDebtorPartyBankID *string

	FilterEndToEndReference *string

	FilterNotRelationships []string

	FilterOrganisationID []strfmt.UUID

	FilterPaymentScheme *string

	FilterPaymentType *string

	FilterProcessingDateFrom *strfmt.Date

	FilterProcessingDateTo *strfmt.Date

	FilterRecallID *strfmt.UUID

	FilterRecallAdmissionAdmissionDateFrom *strfmt.DateTime

	FilterRecallAdmissionAdmissionDateTo *strfmt.DateTime

	FilterRecallAdmissionStatus *string

	FilterRecallDecisionSubmissionStatus *string

	FilterRecallDecisionSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterRecallDecisionSubmissionSubmissionDateTo *strfmt.DateTime

	FilterRecallSubmissionStatus *string

	FilterRecallSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterRecallSubmissionSubmissionDateTo *strfmt.DateTime

	FilterReference *string

	FilterRelationships []string

	FilterReturnID *strfmt.UUID

	FilterReturnUniqueSchemeID *string

	FilterReturnAdmissionAdmissionDateFrom *strfmt.DateTime

	FilterReturnAdmissionAdmissionDateTo *strfmt.DateTime

	FilterReturnAdmissionSettlementCycle *int64

	FilterReturnAdmissionSettlementDate *strfmt.Date

	FilterReturnAdmissionStatus *string

	FilterReturnSubmissionSettlementCycle *int64

	FilterReturnSubmissionSettlementDate *strfmt.Date

	FilterReturnSubmissionStatus *string

	FilterReturnSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterReturnSubmissionSubmissionDateTo *strfmt.DateTime

	FilterReversalID *strfmt.UUID

	FilterReversalAdmissionAdmissionDateFrom *strfmt.DateTime

	FilterReversalAdmissionAdmissionDateTo *strfmt.DateTime

	FilterReversalAdmissionStatus *string

	FilterReversalSubmissionStatus *string

	FilterReversalSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterReversalSubmissionSubmissionDateTo *strfmt.DateTime

	FilterRoute *string

	FilterSchemeTransactionID *string

	FilterSubmissionID *strfmt.UUID

	FilterSubmissionSchemeStatusCode *string

	FilterSubmissionSettlementCycle *int64

	FilterSubmissionSettlementDate *strfmt.Date

	FilterSubmissionStatus *string

	FilterSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterSubmissionSubmissionDateTo *strfmt.DateTime

	FilterUniqueSchemeID *string

	PageAfter *string

	PageBefore *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) WithFilterAdmissionID

func (o *ListPaymentsRequest) WithFilterAdmissionID(filterAdmissionID strfmt.UUID) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAdmissionSchemeStatusCode

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

func (*ListPaymentsRequest) WithFilterAdmissionSettlementCycle

func (o *ListPaymentsRequest) WithFilterAdmissionSettlementCycle(filterAdmissionSettlementCycle int64) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAdmissionSettlementDate

func (o *ListPaymentsRequest) WithFilterAdmissionSettlementDate(filterAdmissionSettlementDate strfmt.Date) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAdmissionStatus

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

func (*ListPaymentsRequest) WithFilterAmount

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

func (*ListPaymentsRequest) WithFilterAmountFrom

func (o *ListPaymentsRequest) WithFilterAmountFrom(filterAmountFrom float64) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterAmountTo

func (o *ListPaymentsRequest) WithFilterAmountTo(filterAmountTo float64) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterBeneficiaryPartyAccountName

func (o *ListPaymentsRequest) WithFilterBeneficiaryPartyAccountName(filterBeneficiaryPartyAccountName 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) WithFilterDebtorPartyAccountName

func (o *ListPaymentsRequest) WithFilterDebtorPartyAccountName(filterDebtorPartyAccountName string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterDebtorPartyAccountNumber

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

func (*ListPaymentsRequest) WithFilterDebtorPartyBankID

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

func (*ListPaymentsRequest) WithFilterEndToEndReference

func (o *ListPaymentsRequest) WithFilterEndToEndReference(filterEndToEndReference string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterNotRelationships

func (o *ListPaymentsRequest) WithFilterNotRelationships(filterNotRelationships []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) WithFilterRecallAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithFilterRecallAdmissionAdmissionDateFrom(filterRecallAdmissionAdmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithFilterRecallAdmissionAdmissionDateTo(filterRecallAdmissionAdmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallAdmissionStatus

func (o *ListPaymentsRequest) WithFilterRecallAdmissionStatus(filterRecallAdmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallDecisionSubmissionStatus

func (o *ListPaymentsRequest) WithFilterRecallDecisionSubmissionStatus(filterRecallDecisionSubmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallDecisionSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithFilterRecallDecisionSubmissionSubmissionDateFrom(filterRecallDecisionSubmissionSubmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallDecisionSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithFilterRecallDecisionSubmissionSubmissionDateTo(filterRecallDecisionSubmissionSubmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallID

func (o *ListPaymentsRequest) WithFilterRecallID(filterRecallID strfmt.UUID) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallSubmissionStatus

func (o *ListPaymentsRequest) WithFilterRecallSubmissionStatus(filterRecallSubmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithFilterRecallSubmissionSubmissionDateFrom(filterRecallSubmissionSubmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRecallSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithFilterRecallSubmissionSubmissionDateTo(filterRecallSubmissionSubmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReference

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

func (*ListPaymentsRequest) WithFilterRelationships

func (o *ListPaymentsRequest) WithFilterRelationships(filterRelationships []string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithFilterReturnAdmissionAdmissionDateFrom(filterReturnAdmissionAdmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithFilterReturnAdmissionAdmissionDateTo(filterReturnAdmissionAdmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnAdmissionSettlementCycle

func (o *ListPaymentsRequest) WithFilterReturnAdmissionSettlementCycle(filterReturnAdmissionSettlementCycle int64) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnAdmissionSettlementDate

func (o *ListPaymentsRequest) WithFilterReturnAdmissionSettlementDate(filterReturnAdmissionSettlementDate strfmt.Date) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnAdmissionStatus

func (o *ListPaymentsRequest) WithFilterReturnAdmissionStatus(filterReturnAdmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnID

func (o *ListPaymentsRequest) WithFilterReturnID(filterReturnID strfmt.UUID) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnSubmissionSettlementCycle

func (o *ListPaymentsRequest) WithFilterReturnSubmissionSettlementCycle(filterReturnSubmissionSettlementCycle int64) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnSubmissionSettlementDate

func (o *ListPaymentsRequest) WithFilterReturnSubmissionSettlementDate(filterReturnSubmissionSettlementDate strfmt.Date) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnSubmissionStatus

func (o *ListPaymentsRequest) WithFilterReturnSubmissionStatus(filterReturnSubmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithFilterReturnSubmissionSubmissionDateFrom(filterReturnSubmissionSubmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithFilterReturnSubmissionSubmissionDateTo(filterReturnSubmissionSubmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReturnUniqueSchemeID

func (o *ListPaymentsRequest) WithFilterReturnUniqueSchemeID(filterReturnUniqueSchemeID string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithFilterReversalAdmissionAdmissionDateFrom(filterReversalAdmissionAdmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithFilterReversalAdmissionAdmissionDateTo(filterReversalAdmissionAdmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalAdmissionStatus

func (o *ListPaymentsRequest) WithFilterReversalAdmissionStatus(filterReversalAdmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalID

func (o *ListPaymentsRequest) WithFilterReversalID(filterReversalID strfmt.UUID) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalSubmissionStatus

func (o *ListPaymentsRequest) WithFilterReversalSubmissionStatus(filterReversalSubmissionStatus string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithFilterReversalSubmissionSubmissionDateFrom(filterReversalSubmissionSubmissionDateFrom strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterReversalSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithFilterReversalSubmissionSubmissionDateTo(filterReversalSubmissionSubmissionDateTo strfmt.DateTime) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterRoute

func (o *ListPaymentsRequest) WithFilterRoute(filterRoute string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSchemeTransactionID

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

func (*ListPaymentsRequest) WithFilterSubmissionID

func (o *ListPaymentsRequest) WithFilterSubmissionID(filterSubmissionID strfmt.UUID) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSubmissionSchemeStatusCode

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

func (*ListPaymentsRequest) WithFilterSubmissionSettlementCycle

func (o *ListPaymentsRequest) WithFilterSubmissionSettlementCycle(filterSubmissionSettlementCycle int64) *ListPaymentsRequest

func (*ListPaymentsRequest) WithFilterSubmissionSettlementDate

func (o *ListPaymentsRequest) WithFilterSubmissionSettlementDate(filterSubmissionSettlementDate strfmt.Date) *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) WithPageAfter

func (o *ListPaymentsRequest) WithPageAfter(pageAfter string) *ListPaymentsRequest

func (*ListPaymentsRequest) WithPageBefore

func (o *ListPaymentsRequest) WithPageBefore(pageBefore string) *ListPaymentsRequest

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) WithoutFilterAdmissionID

func (o *ListPaymentsRequest) WithoutFilterAdmissionID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionSchemeStatusCode

func (o *ListPaymentsRequest) WithoutFilterAdmissionSchemeStatusCode() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionSettlementCycle

func (o *ListPaymentsRequest) WithoutFilterAdmissionSettlementCycle() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionSettlementDate

func (o *ListPaymentsRequest) WithoutFilterAdmissionSettlementDate() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAdmissionStatus

func (o *ListPaymentsRequest) WithoutFilterAdmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAmount

func (o *ListPaymentsRequest) WithoutFilterAmount() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAmountFrom

func (o *ListPaymentsRequest) WithoutFilterAmountFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterAmountTo

func (o *ListPaymentsRequest) WithoutFilterAmountTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterBeneficiaryPartyAccountName

func (o *ListPaymentsRequest) WithoutFilterBeneficiaryPartyAccountName() *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) WithoutFilterDebtorPartyAccountName

func (o *ListPaymentsRequest) WithoutFilterDebtorPartyAccountName() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterDebtorPartyAccountNumber

func (o *ListPaymentsRequest) WithoutFilterDebtorPartyAccountNumber() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterDebtorPartyBankID

func (o *ListPaymentsRequest) WithoutFilterDebtorPartyBankID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterEndToEndReference

func (o *ListPaymentsRequest) WithoutFilterEndToEndReference() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterNotRelationships

func (o *ListPaymentsRequest) WithoutFilterNotRelationships() *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) WithoutFilterRecallAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterRecallAdmissionAdmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterRecallAdmissionAdmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallAdmissionStatus

func (o *ListPaymentsRequest) WithoutFilterRecallAdmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallDecisionSubmissionStatus

func (o *ListPaymentsRequest) WithoutFilterRecallDecisionSubmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallDecisionSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterRecallDecisionSubmissionSubmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallDecisionSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterRecallDecisionSubmissionSubmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallID

func (o *ListPaymentsRequest) WithoutFilterRecallID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallSubmissionStatus

func (o *ListPaymentsRequest) WithoutFilterRecallSubmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterRecallSubmissionSubmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRecallSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterRecallSubmissionSubmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReference

func (o *ListPaymentsRequest) WithoutFilterReference() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRelationships

func (o *ListPaymentsRequest) WithoutFilterRelationships() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterReturnAdmissionAdmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterReturnAdmissionAdmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnAdmissionSettlementCycle

func (o *ListPaymentsRequest) WithoutFilterReturnAdmissionSettlementCycle() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnAdmissionSettlementDate

func (o *ListPaymentsRequest) WithoutFilterReturnAdmissionSettlementDate() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnAdmissionStatus

func (o *ListPaymentsRequest) WithoutFilterReturnAdmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnID

func (o *ListPaymentsRequest) WithoutFilterReturnID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnSubmissionSettlementCycle

func (o *ListPaymentsRequest) WithoutFilterReturnSubmissionSettlementCycle() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnSubmissionSettlementDate

func (o *ListPaymentsRequest) WithoutFilterReturnSubmissionSettlementDate() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnSubmissionStatus

func (o *ListPaymentsRequest) WithoutFilterReturnSubmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterReturnSubmissionSubmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterReturnSubmissionSubmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReturnUniqueSchemeID

func (o *ListPaymentsRequest) WithoutFilterReturnUniqueSchemeID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalAdmissionAdmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterReversalAdmissionAdmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalAdmissionAdmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterReversalAdmissionAdmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalAdmissionStatus

func (o *ListPaymentsRequest) WithoutFilterReversalAdmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalID

func (o *ListPaymentsRequest) WithoutFilterReversalID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalSubmissionStatus

func (o *ListPaymentsRequest) WithoutFilterReversalSubmissionStatus() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalSubmissionSubmissionDateFrom

func (o *ListPaymentsRequest) WithoutFilterReversalSubmissionSubmissionDateFrom() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterReversalSubmissionSubmissionDateTo

func (o *ListPaymentsRequest) WithoutFilterReversalSubmissionSubmissionDateTo() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterRoute

func (o *ListPaymentsRequest) WithoutFilterRoute() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSchemeTransactionID

func (o *ListPaymentsRequest) WithoutFilterSchemeTransactionID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionID

func (o *ListPaymentsRequest) WithoutFilterSubmissionID() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionSchemeStatusCode

func (o *ListPaymentsRequest) WithoutFilterSubmissionSchemeStatusCode() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionSettlementCycle

func (o *ListPaymentsRequest) WithoutFilterSubmissionSettlementCycle() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutFilterSubmissionSettlementDate

func (o *ListPaymentsRequest) WithoutFilterSubmissionSettlementDate() *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) WithoutPageAfter

func (o *ListPaymentsRequest) WithoutPageAfter() *ListPaymentsRequest

func (*ListPaymentsRequest) WithoutPageBefore

func (o *ListPaymentsRequest) WithoutPageBefore() *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

type ListReturnSubmissionTasksOK

type ListReturnSubmissionTasksOK struct {

	// isStream: false
	*models.ReturnSubmissionTaskListResponse
}

ListReturnSubmissionTasksOK handles this case with default header values.

List of Task Details

func NewListReturnSubmissionTasksOK

func NewListReturnSubmissionTasksOK() *ListReturnSubmissionTasksOK

NewListReturnSubmissionTasksOK creates a ListReturnSubmissionTasksOK with default headers values

func (*ListReturnSubmissionTasksOK) Code

func (o *ListReturnSubmissionTasksOK) Code() int

Code gets the status code for the list return submission tasks o k response

func (*ListReturnSubmissionTasksOK) Error

func (*ListReturnSubmissionTasksOK) IsClientError

func (o *ListReturnSubmissionTasksOK) IsClientError() bool

IsClientError returns true when this list return submission tasks o k response has a 4xx status code

func (*ListReturnSubmissionTasksOK) IsCode

func (o *ListReturnSubmissionTasksOK) IsCode(code int) bool

IsCode returns true when this list return submission tasks o k response a status code equal to that given

func (*ListReturnSubmissionTasksOK) IsRedirect

func (o *ListReturnSubmissionTasksOK) IsRedirect() bool

IsRedirect returns true when this list return submission tasks o k response has a 3xx status code

func (*ListReturnSubmissionTasksOK) IsServerError

func (o *ListReturnSubmissionTasksOK) IsServerError() bool

IsServerError returns true when this list return submission tasks o k response has a 5xx status code

func (*ListReturnSubmissionTasksOK) IsSuccess

func (o *ListReturnSubmissionTasksOK) IsSuccess() bool

IsSuccess returns true when this list return submission tasks o k response has a 2xx status code

type ListReturnSubmissionTasksReader

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

ListReturnSubmissionTasksReader is a Reader for the ListReturnSubmissionTasks structure.

func (*ListReturnSubmissionTasksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListReturnSubmissionTasksRequest

type ListReturnSubmissionTasksRequest struct {
	PaymentID strfmt.UUID

	ReturnID strfmt.UUID

	ReturnSubmissionID strfmt.UUID

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

func (*ListReturnSubmissionTasksRequest) Do

list return submission tasks API

func (*ListReturnSubmissionTasksRequest) FromJson

func (*ListReturnSubmissionTasksRequest) MustDo

func (*ListReturnSubmissionTasksRequest) WithContext

//////////////// WithContext adds the context to the list return submission tasks Request

func (*ListReturnSubmissionTasksRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list return submission tasks Request

func (*ListReturnSubmissionTasksRequest) WithPaymentID

func (*ListReturnSubmissionTasksRequest) WithReturnID

func (*ListReturnSubmissionTasksRequest) WithReturnSubmissionID

func (o *ListReturnSubmissionTasksRequest) WithReturnSubmissionID(returnSubmissionID strfmt.UUID) *ListReturnSubmissionTasksRequest

func (*ListReturnSubmissionTasksRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type ListReversalAdmissionTasksOK

type ListReversalAdmissionTasksOK struct {

	// isStream: false
	*models.ReversalAdmissionTaskListResponse
}

ListReversalAdmissionTasksOK handles this case with default header values.

List of Task Details

func NewListReversalAdmissionTasksOK

func NewListReversalAdmissionTasksOK() *ListReversalAdmissionTasksOK

NewListReversalAdmissionTasksOK creates a ListReversalAdmissionTasksOK with default headers values

func (*ListReversalAdmissionTasksOK) Code

Code gets the status code for the list reversal admission tasks o k response

func (*ListReversalAdmissionTasksOK) Error

func (*ListReversalAdmissionTasksOK) IsClientError

func (o *ListReversalAdmissionTasksOK) IsClientError() bool

IsClientError returns true when this list reversal admission tasks o k response has a 4xx status code

func (*ListReversalAdmissionTasksOK) IsCode

func (o *ListReversalAdmissionTasksOK) IsCode(code int) bool

IsCode returns true when this list reversal admission tasks o k response a status code equal to that given

func (*ListReversalAdmissionTasksOK) IsRedirect

func (o *ListReversalAdmissionTasksOK) IsRedirect() bool

IsRedirect returns true when this list reversal admission tasks o k response has a 3xx status code

func (*ListReversalAdmissionTasksOK) IsServerError

func (o *ListReversalAdmissionTasksOK) IsServerError() bool

IsServerError returns true when this list reversal admission tasks o k response has a 5xx status code

func (*ListReversalAdmissionTasksOK) IsSuccess

func (o *ListReversalAdmissionTasksOK) IsSuccess() bool

IsSuccess returns true when this list reversal admission tasks o k response has a 2xx status code

type ListReversalAdmissionTasksReader

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

ListReversalAdmissionTasksReader is a Reader for the ListReversalAdmissionTasks structure.

func (*ListReversalAdmissionTasksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListReversalAdmissionTasksRequest

type ListReversalAdmissionTasksRequest struct {
	AdmissionID strfmt.UUID

	ID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*ListReversalAdmissionTasksRequest) Do

list reversal admission tasks API

func (*ListReversalAdmissionTasksRequest) FromJson

func (*ListReversalAdmissionTasksRequest) MustDo

func (*ListReversalAdmissionTasksRequest) WithAdmissionID

func (*ListReversalAdmissionTasksRequest) WithContext

//////////////// WithContext adds the context to the list reversal admission tasks Request

func (*ListReversalAdmissionTasksRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list reversal admission tasks Request

func (*ListReversalAdmissionTasksRequest) WithID

func (*ListReversalAdmissionTasksRequest) WithReversalID

func (*ListReversalAdmissionTasksRequest) WriteToRequest

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