payment_writes

package
v7.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 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 writes API

func New

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

New creates a new payment writes API client.

func (*Client) CreatePayment

func (c *Client) CreatePayment() *CreatePaymentRequest

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

func (*Client) CreatePaymentAdvice

func (c *Client) CreatePaymentAdvice() *CreatePaymentAdviceRequest

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

func (*Client) CreatePaymentAdviceSubmission

func (c *Client) CreatePaymentAdviceSubmission() *CreatePaymentAdviceSubmissionRequest

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

func (*Client) CreatePaymentRecall

func (c *Client) CreatePaymentRecall() *CreatePaymentRecallRequest

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

func (*Client) CreatePaymentRecallDecision

func (c *Client) CreatePaymentRecallDecision() *CreatePaymentRecallDecisionRequest

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

func (*Client) CreatePaymentRecallDecisionSubmission

func (c *Client) CreatePaymentRecallDecisionSubmission() *CreatePaymentRecallDecisionSubmissionRequest

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

func (*Client) CreatePaymentRecallSubmission

func (c *Client) CreatePaymentRecallSubmission() *CreatePaymentRecallSubmissionRequest

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

func (*Client) CreatePaymentReturn

func (c *Client) CreatePaymentReturn() *CreatePaymentReturnRequest

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

func (*Client) CreatePaymentReturnReversal

func (c *Client) CreatePaymentReturnReversal() *CreatePaymentReturnReversalRequest

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

func (*Client) CreatePaymentReturnSubmission

func (c *Client) CreatePaymentReturnSubmission() *CreatePaymentReturnSubmissionRequest

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

func (*Client) CreatePaymentReversal

func (c *Client) CreatePaymentReversal() *CreatePaymentReversalRequest

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

func (*Client) CreatePaymentReversalSubmission

func (c *Client) CreatePaymentReversalSubmission() *CreatePaymentReversalSubmissionRequest

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

func (*Client) CreatePaymentSubmission

func (c *Client) CreatePaymentSubmission() *CreatePaymentSubmissionRequest

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

func (*Client) PatchPaymentAdmissionTask

func (c *Client) PatchPaymentAdmissionTask() *PatchPaymentAdmissionTaskRequest

Client.PatchPaymentAdmissionTask creates a new PatchPaymentAdmissionTaskRequest object with the default values initialized.

func (*Client) PatchReversalAdmissionTask

func (c *Client) PatchReversalAdmissionTask() *PatchReversalAdmissionTaskRequest

Client.PatchReversalAdmissionTask creates a new PatchReversalAdmissionTaskRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreatePaymentAdviceBadRequest

type CreatePaymentAdviceBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentAdviceBadRequest handles this case with default header values.

Advice creation error

func NewCreatePaymentAdviceBadRequest

func NewCreatePaymentAdviceBadRequest() *CreatePaymentAdviceBadRequest

NewCreatePaymentAdviceBadRequest creates a CreatePaymentAdviceBadRequest with default headers values

func (*CreatePaymentAdviceBadRequest) Code

Code gets the status code for the create payment advice bad request response

func (*CreatePaymentAdviceBadRequest) Error

func (*CreatePaymentAdviceBadRequest) IsClientError

func (o *CreatePaymentAdviceBadRequest) IsClientError() bool

IsClientError returns true when this create payment advice bad request response has a 4xx status code

func (*CreatePaymentAdviceBadRequest) IsCode

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

IsCode returns true when this create payment advice bad request response a status code equal to that given

func (*CreatePaymentAdviceBadRequest) IsRedirect

func (o *CreatePaymentAdviceBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment advice bad request response has a 3xx status code

func (*CreatePaymentAdviceBadRequest) IsServerError

func (o *CreatePaymentAdviceBadRequest) IsServerError() bool

IsServerError returns true when this create payment advice bad request response has a 5xx status code

func (*CreatePaymentAdviceBadRequest) IsSuccess

func (o *CreatePaymentAdviceBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment advice bad request response has a 2xx status code

type CreatePaymentAdviceCreated

type CreatePaymentAdviceCreated struct {

	// isStream: false
	*models.AdviceCreationResponse
}

CreatePaymentAdviceCreated handles this case with default header values.

Advice creation response

func NewCreatePaymentAdviceCreated

func NewCreatePaymentAdviceCreated() *CreatePaymentAdviceCreated

NewCreatePaymentAdviceCreated creates a CreatePaymentAdviceCreated with default headers values

func (*CreatePaymentAdviceCreated) Code

func (o *CreatePaymentAdviceCreated) Code() int

Code gets the status code for the create payment advice created response

func (*CreatePaymentAdviceCreated) Error

func (*CreatePaymentAdviceCreated) IsClientError

func (o *CreatePaymentAdviceCreated) IsClientError() bool

IsClientError returns true when this create payment advice created response has a 4xx status code

func (*CreatePaymentAdviceCreated) IsCode

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

IsCode returns true when this create payment advice created response a status code equal to that given

func (*CreatePaymentAdviceCreated) IsRedirect

func (o *CreatePaymentAdviceCreated) IsRedirect() bool

IsRedirect returns true when this create payment advice created response has a 3xx status code

func (*CreatePaymentAdviceCreated) IsServerError

func (o *CreatePaymentAdviceCreated) IsServerError() bool

IsServerError returns true when this create payment advice created response has a 5xx status code

func (*CreatePaymentAdviceCreated) IsSuccess

func (o *CreatePaymentAdviceCreated) IsSuccess() bool

IsSuccess returns true when this create payment advice created response has a 2xx status code

type CreatePaymentAdviceReader

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

CreatePaymentAdviceReader is a Reader for the CreatePaymentAdvice structure.

func (*CreatePaymentAdviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentAdviceRequest

type CreatePaymentAdviceRequest struct {
	*models.AdviceCreation

	ID strfmt.UUID

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

func (*CreatePaymentAdviceRequest) Do

create payment advice API

func (*CreatePaymentAdviceRequest) FromJson

func (*CreatePaymentAdviceRequest) MustDo

func (*CreatePaymentAdviceRequest) WithAdviceCreationRequest

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

func (*CreatePaymentAdviceRequest) WithContext

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

func (*CreatePaymentAdviceRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment advice Request

func (*CreatePaymentAdviceRequest) WithID

func (*CreatePaymentAdviceRequest) WithoutAdviceCreationRequest

func (o *CreatePaymentAdviceRequest) WithoutAdviceCreationRequest() *CreatePaymentAdviceRequest

func (*CreatePaymentAdviceRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentAdviceSubmissionBadRequest

type CreatePaymentAdviceSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentAdviceSubmissionBadRequest handles this case with default header values.

Advice submission creation error

func NewCreatePaymentAdviceSubmissionBadRequest

func NewCreatePaymentAdviceSubmissionBadRequest() *CreatePaymentAdviceSubmissionBadRequest

NewCreatePaymentAdviceSubmissionBadRequest creates a CreatePaymentAdviceSubmissionBadRequest with default headers values

func (*CreatePaymentAdviceSubmissionBadRequest) Code

Code gets the status code for the create payment advice submission bad request response

func (*CreatePaymentAdviceSubmissionBadRequest) Error

func (*CreatePaymentAdviceSubmissionBadRequest) IsClientError

func (o *CreatePaymentAdviceSubmissionBadRequest) IsClientError() bool

IsClientError returns true when this create payment advice submission bad request response has a 4xx status code

func (*CreatePaymentAdviceSubmissionBadRequest) IsCode

IsCode returns true when this create payment advice submission bad request response a status code equal to that given

func (*CreatePaymentAdviceSubmissionBadRequest) IsRedirect

IsRedirect returns true when this create payment advice submission bad request response has a 3xx status code

func (*CreatePaymentAdviceSubmissionBadRequest) IsServerError

func (o *CreatePaymentAdviceSubmissionBadRequest) IsServerError() bool

IsServerError returns true when this create payment advice submission bad request response has a 5xx status code

func (*CreatePaymentAdviceSubmissionBadRequest) IsSuccess

IsSuccess returns true when this create payment advice submission bad request response has a 2xx status code

type CreatePaymentAdviceSubmissionCreated

type CreatePaymentAdviceSubmissionCreated struct {

	// isStream: false
	*models.AdviceSubmissionCreationResponse
}

CreatePaymentAdviceSubmissionCreated handles this case with default header values.

Advice submission creation response

func NewCreatePaymentAdviceSubmissionCreated

func NewCreatePaymentAdviceSubmissionCreated() *CreatePaymentAdviceSubmissionCreated

NewCreatePaymentAdviceSubmissionCreated creates a CreatePaymentAdviceSubmissionCreated with default headers values

func (*CreatePaymentAdviceSubmissionCreated) Code

Code gets the status code for the create payment advice submission created response

func (*CreatePaymentAdviceSubmissionCreated) Error

func (*CreatePaymentAdviceSubmissionCreated) IsClientError

func (o *CreatePaymentAdviceSubmissionCreated) IsClientError() bool

IsClientError returns true when this create payment advice submission created response has a 4xx status code

func (*CreatePaymentAdviceSubmissionCreated) IsCode

IsCode returns true when this create payment advice submission created response a status code equal to that given

func (*CreatePaymentAdviceSubmissionCreated) IsRedirect

IsRedirect returns true when this create payment advice submission created response has a 3xx status code

func (*CreatePaymentAdviceSubmissionCreated) IsServerError

func (o *CreatePaymentAdviceSubmissionCreated) IsServerError() bool

IsServerError returns true when this create payment advice submission created response has a 5xx status code

func (*CreatePaymentAdviceSubmissionCreated) IsSuccess

IsSuccess returns true when this create payment advice submission created response has a 2xx status code

type CreatePaymentAdviceSubmissionReader

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

CreatePaymentAdviceSubmissionReader is a Reader for the CreatePaymentAdviceSubmission structure.

func (*CreatePaymentAdviceSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentAdviceSubmissionRequest

type CreatePaymentAdviceSubmissionRequest struct {
	*models.AdviceSubmissionCreation

	AdviceID strfmt.UUID

	ID strfmt.UUID

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

func (*CreatePaymentAdviceSubmissionRequest) Do

create payment advice submission API

func (*CreatePaymentAdviceSubmissionRequest) FromJson

func (*CreatePaymentAdviceSubmissionRequest) MustDo

func (*CreatePaymentAdviceSubmissionRequest) WithAdviceID

func (*CreatePaymentAdviceSubmissionRequest) WithAdviceSubmissionCreationRequest

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

func (*CreatePaymentAdviceSubmissionRequest) WithContext

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

func (*CreatePaymentAdviceSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment advice submission Request

func (*CreatePaymentAdviceSubmissionRequest) WithID

func (*CreatePaymentAdviceSubmissionRequest) WithoutAdviceSubmissionCreationRequest

func (o *CreatePaymentAdviceSubmissionRequest) WithoutAdviceSubmissionCreationRequest() *CreatePaymentAdviceSubmissionRequest

func (*CreatePaymentAdviceSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentBadRequest

type CreatePaymentBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentBadRequest handles this case with default header values.

Payment creation error

func NewCreatePaymentBadRequest

func NewCreatePaymentBadRequest() *CreatePaymentBadRequest

NewCreatePaymentBadRequest creates a CreatePaymentBadRequest with default headers values

func (*CreatePaymentBadRequest) Code

func (o *CreatePaymentBadRequest) Code() int

Code gets the status code for the create payment bad request response

func (*CreatePaymentBadRequest) Error

func (o *CreatePaymentBadRequest) Error() string

func (*CreatePaymentBadRequest) IsClientError

func (o *CreatePaymentBadRequest) IsClientError() bool

IsClientError returns true when this create payment bad request response has a 4xx status code

func (*CreatePaymentBadRequest) IsCode

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

IsCode returns true when this create payment bad request response a status code equal to that given

func (*CreatePaymentBadRequest) IsRedirect

func (o *CreatePaymentBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment bad request response has a 3xx status code

func (*CreatePaymentBadRequest) IsServerError

func (o *CreatePaymentBadRequest) IsServerError() bool

IsServerError returns true when this create payment bad request response has a 5xx status code

func (*CreatePaymentBadRequest) IsSuccess

func (o *CreatePaymentBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment bad request response has a 2xx status code

type CreatePaymentCreated

type CreatePaymentCreated struct {

	// isStream: false
	*models.PaymentCreationResponse
}

CreatePaymentCreated handles this case with default header values.

Payment creation response

func NewCreatePaymentCreated

func NewCreatePaymentCreated() *CreatePaymentCreated

NewCreatePaymentCreated creates a CreatePaymentCreated with default headers values

func (*CreatePaymentCreated) Code

func (o *CreatePaymentCreated) Code() int

Code gets the status code for the create payment created response

func (*CreatePaymentCreated) Error

func (o *CreatePaymentCreated) Error() string

func (*CreatePaymentCreated) IsClientError

func (o *CreatePaymentCreated) IsClientError() bool

IsClientError returns true when this create payment created response has a 4xx status code

func (*CreatePaymentCreated) IsCode

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

IsCode returns true when this create payment created response a status code equal to that given

func (*CreatePaymentCreated) IsRedirect

func (o *CreatePaymentCreated) IsRedirect() bool

IsRedirect returns true when this create payment created response has a 3xx status code

func (*CreatePaymentCreated) IsServerError

func (o *CreatePaymentCreated) IsServerError() bool

IsServerError returns true when this create payment created response has a 5xx status code

func (*CreatePaymentCreated) IsSuccess

func (o *CreatePaymentCreated) IsSuccess() bool

IsSuccess returns true when this create payment created response has a 2xx status code

type CreatePaymentReader

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

CreatePaymentReader is a Reader for the CreatePayment structure.

func (*CreatePaymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallBadRequest

type CreatePaymentRecallBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallBadRequest handles this case with default header values.

Recall creation error

func NewCreatePaymentRecallBadRequest

func NewCreatePaymentRecallBadRequest() *CreatePaymentRecallBadRequest

NewCreatePaymentRecallBadRequest creates a CreatePaymentRecallBadRequest with default headers values

func (*CreatePaymentRecallBadRequest) Code

Code gets the status code for the create payment recall bad request response

func (*CreatePaymentRecallBadRequest) Error

func (*CreatePaymentRecallBadRequest) IsClientError

func (o *CreatePaymentRecallBadRequest) IsClientError() bool

IsClientError returns true when this create payment recall bad request response has a 4xx status code

func (*CreatePaymentRecallBadRequest) IsCode

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

IsCode returns true when this create payment recall bad request response a status code equal to that given

func (*CreatePaymentRecallBadRequest) IsRedirect

func (o *CreatePaymentRecallBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment recall bad request response has a 3xx status code

func (*CreatePaymentRecallBadRequest) IsServerError

func (o *CreatePaymentRecallBadRequest) IsServerError() bool

IsServerError returns true when this create payment recall bad request response has a 5xx status code

func (*CreatePaymentRecallBadRequest) IsSuccess

func (o *CreatePaymentRecallBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment recall bad request response has a 2xx status code

type CreatePaymentRecallCreated

type CreatePaymentRecallCreated struct {

	// isStream: false
	*models.RecallCreationResponse
}

CreatePaymentRecallCreated handles this case with default header values.

Recall creation response

func NewCreatePaymentRecallCreated

func NewCreatePaymentRecallCreated() *CreatePaymentRecallCreated

NewCreatePaymentRecallCreated creates a CreatePaymentRecallCreated with default headers values

func (*CreatePaymentRecallCreated) Code

func (o *CreatePaymentRecallCreated) Code() int

Code gets the status code for the create payment recall created response

func (*CreatePaymentRecallCreated) Error

func (*CreatePaymentRecallCreated) IsClientError

func (o *CreatePaymentRecallCreated) IsClientError() bool

IsClientError returns true when this create payment recall created response has a 4xx status code

func (*CreatePaymentRecallCreated) IsCode

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

IsCode returns true when this create payment recall created response a status code equal to that given

func (*CreatePaymentRecallCreated) IsRedirect

func (o *CreatePaymentRecallCreated) IsRedirect() bool

IsRedirect returns true when this create payment recall created response has a 3xx status code

func (*CreatePaymentRecallCreated) IsServerError

func (o *CreatePaymentRecallCreated) IsServerError() bool

IsServerError returns true when this create payment recall created response has a 5xx status code

func (*CreatePaymentRecallCreated) IsSuccess

func (o *CreatePaymentRecallCreated) IsSuccess() bool

IsSuccess returns true when this create payment recall created response has a 2xx status code

type CreatePaymentRecallDecisionBadRequest

type CreatePaymentRecallDecisionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallDecisionBadRequest handles this case with default header values.

Recall decision creation error

func NewCreatePaymentRecallDecisionBadRequest

func NewCreatePaymentRecallDecisionBadRequest() *CreatePaymentRecallDecisionBadRequest

NewCreatePaymentRecallDecisionBadRequest creates a CreatePaymentRecallDecisionBadRequest with default headers values

func (*CreatePaymentRecallDecisionBadRequest) Code

Code gets the status code for the create payment recall decision bad request response

func (*CreatePaymentRecallDecisionBadRequest) Error

func (*CreatePaymentRecallDecisionBadRequest) IsClientError

func (o *CreatePaymentRecallDecisionBadRequest) IsClientError() bool

IsClientError returns true when this create payment recall decision bad request response has a 4xx status code

func (*CreatePaymentRecallDecisionBadRequest) IsCode

IsCode returns true when this create payment recall decision bad request response a status code equal to that given

func (*CreatePaymentRecallDecisionBadRequest) IsRedirect

IsRedirect returns true when this create payment recall decision bad request response has a 3xx status code

func (*CreatePaymentRecallDecisionBadRequest) IsServerError

func (o *CreatePaymentRecallDecisionBadRequest) IsServerError() bool

IsServerError returns true when this create payment recall decision bad request response has a 5xx status code

func (*CreatePaymentRecallDecisionBadRequest) IsSuccess

IsSuccess returns true when this create payment recall decision bad request response has a 2xx status code

type CreatePaymentRecallDecisionCreated

type CreatePaymentRecallDecisionCreated struct {

	// isStream: false
	*models.RecallDecisionCreationResponse
}

CreatePaymentRecallDecisionCreated handles this case with default header values.

Recall decision creation response

func NewCreatePaymentRecallDecisionCreated

func NewCreatePaymentRecallDecisionCreated() *CreatePaymentRecallDecisionCreated

NewCreatePaymentRecallDecisionCreated creates a CreatePaymentRecallDecisionCreated with default headers values

func (*CreatePaymentRecallDecisionCreated) Code

Code gets the status code for the create payment recall decision created response

func (*CreatePaymentRecallDecisionCreated) Error

func (*CreatePaymentRecallDecisionCreated) IsClientError

func (o *CreatePaymentRecallDecisionCreated) IsClientError() bool

IsClientError returns true when this create payment recall decision created response has a 4xx status code

func (*CreatePaymentRecallDecisionCreated) IsCode

IsCode returns true when this create payment recall decision created response a status code equal to that given

func (*CreatePaymentRecallDecisionCreated) IsRedirect

func (o *CreatePaymentRecallDecisionCreated) IsRedirect() bool

IsRedirect returns true when this create payment recall decision created response has a 3xx status code

func (*CreatePaymentRecallDecisionCreated) IsServerError

func (o *CreatePaymentRecallDecisionCreated) IsServerError() bool

IsServerError returns true when this create payment recall decision created response has a 5xx status code

func (*CreatePaymentRecallDecisionCreated) IsSuccess

IsSuccess returns true when this create payment recall decision created response has a 2xx status code

type CreatePaymentRecallDecisionReader

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

CreatePaymentRecallDecisionReader is a Reader for the CreatePaymentRecallDecision structure.

func (*CreatePaymentRecallDecisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallDecisionRequest

type CreatePaymentRecallDecisionRequest struct {
	*models.RecallDecisionCreation

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*CreatePaymentRecallDecisionRequest) Do

create payment recall decision API

func (*CreatePaymentRecallDecisionRequest) FromJson

func (*CreatePaymentRecallDecisionRequest) MustDo

func (*CreatePaymentRecallDecisionRequest) WithContext

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

func (*CreatePaymentRecallDecisionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall decision Request

func (*CreatePaymentRecallDecisionRequest) WithID

func (*CreatePaymentRecallDecisionRequest) WithRecallDecisionCreationRequest

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

func (*CreatePaymentRecallDecisionRequest) WithRecallID

func (*CreatePaymentRecallDecisionRequest) WithoutRecallDecisionCreationRequest

func (o *CreatePaymentRecallDecisionRequest) WithoutRecallDecisionCreationRequest() *CreatePaymentRecallDecisionRequest

func (*CreatePaymentRecallDecisionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRecallDecisionSubmissionBadRequest

type CreatePaymentRecallDecisionSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallDecisionSubmissionBadRequest handles this case with default header values.

Recall decision submission creation error

func NewCreatePaymentRecallDecisionSubmissionBadRequest

func NewCreatePaymentRecallDecisionSubmissionBadRequest() *CreatePaymentRecallDecisionSubmissionBadRequest

NewCreatePaymentRecallDecisionSubmissionBadRequest creates a CreatePaymentRecallDecisionSubmissionBadRequest with default headers values

func (*CreatePaymentRecallDecisionSubmissionBadRequest) Code

Code gets the status code for the create payment recall decision submission bad request response

func (*CreatePaymentRecallDecisionSubmissionBadRequest) Error

func (*CreatePaymentRecallDecisionSubmissionBadRequest) IsClientError

IsClientError returns true when this create payment recall decision submission bad request response has a 4xx status code

func (*CreatePaymentRecallDecisionSubmissionBadRequest) IsCode

IsCode returns true when this create payment recall decision submission bad request response a status code equal to that given

func (*CreatePaymentRecallDecisionSubmissionBadRequest) IsRedirect

IsRedirect returns true when this create payment recall decision submission bad request response has a 3xx status code

func (*CreatePaymentRecallDecisionSubmissionBadRequest) IsServerError

IsServerError returns true when this create payment recall decision submission bad request response has a 5xx status code

func (*CreatePaymentRecallDecisionSubmissionBadRequest) IsSuccess

IsSuccess returns true when this create payment recall decision submission bad request response has a 2xx status code

type CreatePaymentRecallDecisionSubmissionCreated

type CreatePaymentRecallDecisionSubmissionCreated struct {

	// isStream: false
	*models.RecallDecisionSubmissionCreationResponse
}

CreatePaymentRecallDecisionSubmissionCreated handles this case with default header values.

Recall decision submission creation response

func NewCreatePaymentRecallDecisionSubmissionCreated

func NewCreatePaymentRecallDecisionSubmissionCreated() *CreatePaymentRecallDecisionSubmissionCreated

NewCreatePaymentRecallDecisionSubmissionCreated creates a CreatePaymentRecallDecisionSubmissionCreated with default headers values

func (*CreatePaymentRecallDecisionSubmissionCreated) Code

Code gets the status code for the create payment recall decision submission created response

func (*CreatePaymentRecallDecisionSubmissionCreated) Error

func (*CreatePaymentRecallDecisionSubmissionCreated) IsClientError

IsClientError returns true when this create payment recall decision submission created response has a 4xx status code

func (*CreatePaymentRecallDecisionSubmissionCreated) IsCode

IsCode returns true when this create payment recall decision submission created response a status code equal to that given

func (*CreatePaymentRecallDecisionSubmissionCreated) IsRedirect

IsRedirect returns true when this create payment recall decision submission created response has a 3xx status code

func (*CreatePaymentRecallDecisionSubmissionCreated) IsServerError

IsServerError returns true when this create payment recall decision submission created response has a 5xx status code

func (*CreatePaymentRecallDecisionSubmissionCreated) IsSuccess

IsSuccess returns true when this create payment recall decision submission created response has a 2xx status code

type CreatePaymentRecallDecisionSubmissionReader

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

CreatePaymentRecallDecisionSubmissionReader is a Reader for the CreatePaymentRecallDecisionSubmission structure.

func (*CreatePaymentRecallDecisionSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallDecisionSubmissionRequest

type CreatePaymentRecallDecisionSubmissionRequest struct {
	*models.RecallDecisionSubmissionCreation

	DecisionID strfmt.UUID

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*CreatePaymentRecallDecisionSubmissionRequest) Do

create payment recall decision submission API

func (*CreatePaymentRecallDecisionSubmissionRequest) FromJson

func (*CreatePaymentRecallDecisionSubmissionRequest) MustDo

func (*CreatePaymentRecallDecisionSubmissionRequest) WithContext

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

func (*CreatePaymentRecallDecisionSubmissionRequest) WithDecisionID

func (*CreatePaymentRecallDecisionSubmissionRequest) WithHTTPClient

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

func (*CreatePaymentRecallDecisionSubmissionRequest) WithID

func (*CreatePaymentRecallDecisionSubmissionRequest) WithRecallDecisionSubmissionCreationRequest

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

func (*CreatePaymentRecallDecisionSubmissionRequest) WithRecallID

func (*CreatePaymentRecallDecisionSubmissionRequest) WithoutRecallDecisionSubmissionCreationRequest

func (o *CreatePaymentRecallDecisionSubmissionRequest) WithoutRecallDecisionSubmissionCreationRequest() *CreatePaymentRecallDecisionSubmissionRequest

func (*CreatePaymentRecallDecisionSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRecallReader

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

CreatePaymentRecallReader is a Reader for the CreatePaymentRecall structure.

func (*CreatePaymentRecallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallRequest

type CreatePaymentRecallRequest struct {
	*models.RecallCreation

	ID strfmt.UUID

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

func (*CreatePaymentRecallRequest) Do

create payment recall API

func (*CreatePaymentRecallRequest) FromJson

func (*CreatePaymentRecallRequest) MustDo

func (*CreatePaymentRecallRequest) WithContext

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

func (*CreatePaymentRecallRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall Request

func (*CreatePaymentRecallRequest) WithID

func (*CreatePaymentRecallRequest) WithRecallCreationRequest

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

func (*CreatePaymentRecallRequest) WithoutRecallCreationRequest

func (o *CreatePaymentRecallRequest) WithoutRecallCreationRequest() *CreatePaymentRecallRequest

func (*CreatePaymentRecallRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRecallSubmissionBadRequest

type CreatePaymentRecallSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentRecallSubmissionBadRequest handles this case with default header values.

Recall submission creation error

func NewCreatePaymentRecallSubmissionBadRequest

func NewCreatePaymentRecallSubmissionBadRequest() *CreatePaymentRecallSubmissionBadRequest

NewCreatePaymentRecallSubmissionBadRequest creates a CreatePaymentRecallSubmissionBadRequest with default headers values

func (*CreatePaymentRecallSubmissionBadRequest) Code

Code gets the status code for the create payment recall submission bad request response

func (*CreatePaymentRecallSubmissionBadRequest) Error

func (*CreatePaymentRecallSubmissionBadRequest) IsClientError

func (o *CreatePaymentRecallSubmissionBadRequest) IsClientError() bool

IsClientError returns true when this create payment recall submission bad request response has a 4xx status code

func (*CreatePaymentRecallSubmissionBadRequest) IsCode

IsCode returns true when this create payment recall submission bad request response a status code equal to that given

func (*CreatePaymentRecallSubmissionBadRequest) IsRedirect

IsRedirect returns true when this create payment recall submission bad request response has a 3xx status code

func (*CreatePaymentRecallSubmissionBadRequest) IsServerError

func (o *CreatePaymentRecallSubmissionBadRequest) IsServerError() bool

IsServerError returns true when this create payment recall submission bad request response has a 5xx status code

func (*CreatePaymentRecallSubmissionBadRequest) IsSuccess

IsSuccess returns true when this create payment recall submission bad request response has a 2xx status code

type CreatePaymentRecallSubmissionCreated

type CreatePaymentRecallSubmissionCreated struct {

	// isStream: false
	*models.RecallSubmissionCreationResponse
}

CreatePaymentRecallSubmissionCreated handles this case with default header values.

Recall submission creation response

func NewCreatePaymentRecallSubmissionCreated

func NewCreatePaymentRecallSubmissionCreated() *CreatePaymentRecallSubmissionCreated

NewCreatePaymentRecallSubmissionCreated creates a CreatePaymentRecallSubmissionCreated with default headers values

func (*CreatePaymentRecallSubmissionCreated) Code

Code gets the status code for the create payment recall submission created response

func (*CreatePaymentRecallSubmissionCreated) Error

func (*CreatePaymentRecallSubmissionCreated) IsClientError

func (o *CreatePaymentRecallSubmissionCreated) IsClientError() bool

IsClientError returns true when this create payment recall submission created response has a 4xx status code

func (*CreatePaymentRecallSubmissionCreated) IsCode

IsCode returns true when this create payment recall submission created response a status code equal to that given

func (*CreatePaymentRecallSubmissionCreated) IsRedirect

IsRedirect returns true when this create payment recall submission created response has a 3xx status code

func (*CreatePaymentRecallSubmissionCreated) IsServerError

func (o *CreatePaymentRecallSubmissionCreated) IsServerError() bool

IsServerError returns true when this create payment recall submission created response has a 5xx status code

func (*CreatePaymentRecallSubmissionCreated) IsSuccess

IsSuccess returns true when this create payment recall submission created response has a 2xx status code

type CreatePaymentRecallSubmissionReader

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

CreatePaymentRecallSubmissionReader is a Reader for the CreatePaymentRecallSubmission structure.

func (*CreatePaymentRecallSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentRecallSubmissionRequest

type CreatePaymentRecallSubmissionRequest struct {
	*models.RecallSubmissionCreation

	ID strfmt.UUID

	RecallID strfmt.UUID

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

func (*CreatePaymentRecallSubmissionRequest) Do

create payment recall submission API

func (*CreatePaymentRecallSubmissionRequest) FromJson

func (*CreatePaymentRecallSubmissionRequest) MustDo

func (*CreatePaymentRecallSubmissionRequest) WithContext

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

func (*CreatePaymentRecallSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment recall submission Request

func (*CreatePaymentRecallSubmissionRequest) WithID

func (*CreatePaymentRecallSubmissionRequest) WithRecallID

func (*CreatePaymentRecallSubmissionRequest) WithRecallSubmissionCreationRequest

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

func (*CreatePaymentRecallSubmissionRequest) WithoutRecallSubmissionCreationRequest

func (o *CreatePaymentRecallSubmissionRequest) WithoutRecallSubmissionCreationRequest() *CreatePaymentRecallSubmissionRequest

func (*CreatePaymentRecallSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentRequest

type CreatePaymentRequest struct {
	*models.PaymentCreation

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

func (*CreatePaymentRequest) Do

create payment API

func (*CreatePaymentRequest) FromJson

func (*CreatePaymentRequest) MustDo

func (*CreatePaymentRequest) WithContext

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

func (*CreatePaymentRequest) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create payment Request

func (*CreatePaymentRequest) WithPaymentCreationRequest

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

func (*CreatePaymentRequest) WithoutPaymentCreationRequest

func (o *CreatePaymentRequest) WithoutPaymentCreationRequest() *CreatePaymentRequest

func (*CreatePaymentRequest) WriteToRequest

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

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnBadRequest

type CreatePaymentReturnBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnBadRequest handles this case with default header values.

Return creation error

func NewCreatePaymentReturnBadRequest

func NewCreatePaymentReturnBadRequest() *CreatePaymentReturnBadRequest

NewCreatePaymentReturnBadRequest creates a CreatePaymentReturnBadRequest with default headers values

func (*CreatePaymentReturnBadRequest) Code

Code gets the status code for the create payment return bad request response

func (*CreatePaymentReturnBadRequest) Error

func (*CreatePaymentReturnBadRequest) IsClientError

func (o *CreatePaymentReturnBadRequest) IsClientError() bool

IsClientError returns true when this create payment return bad request response has a 4xx status code

func (*CreatePaymentReturnBadRequest) IsCode

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

IsCode returns true when this create payment return bad request response a status code equal to that given

func (*CreatePaymentReturnBadRequest) IsRedirect

func (o *CreatePaymentReturnBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment return bad request response has a 3xx status code

func (*CreatePaymentReturnBadRequest) IsServerError

func (o *CreatePaymentReturnBadRequest) IsServerError() bool

IsServerError returns true when this create payment return bad request response has a 5xx status code

func (*CreatePaymentReturnBadRequest) IsSuccess

func (o *CreatePaymentReturnBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment return bad request response has a 2xx status code

type CreatePaymentReturnConflict

type CreatePaymentReturnConflict struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnConflict handles this case with default header values.

Return creation error

func NewCreatePaymentReturnConflict

func NewCreatePaymentReturnConflict() *CreatePaymentReturnConflict

NewCreatePaymentReturnConflict creates a CreatePaymentReturnConflict with default headers values

func (*CreatePaymentReturnConflict) Code

func (o *CreatePaymentReturnConflict) Code() int

Code gets the status code for the create payment return conflict response

func (*CreatePaymentReturnConflict) Error

func (*CreatePaymentReturnConflict) IsClientError

func (o *CreatePaymentReturnConflict) IsClientError() bool

IsClientError returns true when this create payment return conflict response has a 4xx status code

func (*CreatePaymentReturnConflict) IsCode

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

IsCode returns true when this create payment return conflict response a status code equal to that given

func (*CreatePaymentReturnConflict) IsRedirect

func (o *CreatePaymentReturnConflict) IsRedirect() bool

IsRedirect returns true when this create payment return conflict response has a 3xx status code

func (*CreatePaymentReturnConflict) IsServerError

func (o *CreatePaymentReturnConflict) IsServerError() bool

IsServerError returns true when this create payment return conflict response has a 5xx status code

func (*CreatePaymentReturnConflict) IsSuccess

func (o *CreatePaymentReturnConflict) IsSuccess() bool

IsSuccess returns true when this create payment return conflict response has a 2xx status code

type CreatePaymentReturnCreated

type CreatePaymentReturnCreated struct {

	// isStream: false
	*models.ReturnCreationResponse
}

CreatePaymentReturnCreated handles this case with default header values.

Return creation response

func NewCreatePaymentReturnCreated

func NewCreatePaymentReturnCreated() *CreatePaymentReturnCreated

NewCreatePaymentReturnCreated creates a CreatePaymentReturnCreated with default headers values

func (*CreatePaymentReturnCreated) Code

func (o *CreatePaymentReturnCreated) Code() int

Code gets the status code for the create payment return created response

func (*CreatePaymentReturnCreated) Error

func (*CreatePaymentReturnCreated) IsClientError

func (o *CreatePaymentReturnCreated) IsClientError() bool

IsClientError returns true when this create payment return created response has a 4xx status code

func (*CreatePaymentReturnCreated) IsCode

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

IsCode returns true when this create payment return created response a status code equal to that given

func (*CreatePaymentReturnCreated) IsRedirect

func (o *CreatePaymentReturnCreated) IsRedirect() bool

IsRedirect returns true when this create payment return created response has a 3xx status code

func (*CreatePaymentReturnCreated) IsServerError

func (o *CreatePaymentReturnCreated) IsServerError() bool

IsServerError returns true when this create payment return created response has a 5xx status code

func (*CreatePaymentReturnCreated) IsSuccess

func (o *CreatePaymentReturnCreated) IsSuccess() bool

IsSuccess returns true when this create payment return created response has a 2xx status code

type CreatePaymentReturnForbidden

type CreatePaymentReturnForbidden struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnForbidden handles this case with default header values.

Return creation error

func NewCreatePaymentReturnForbidden

func NewCreatePaymentReturnForbidden() *CreatePaymentReturnForbidden

NewCreatePaymentReturnForbidden creates a CreatePaymentReturnForbidden with default headers values

func (*CreatePaymentReturnForbidden) Code

Code gets the status code for the create payment return forbidden response

func (*CreatePaymentReturnForbidden) Error

func (*CreatePaymentReturnForbidden) IsClientError

func (o *CreatePaymentReturnForbidden) IsClientError() bool

IsClientError returns true when this create payment return forbidden response has a 4xx status code

func (*CreatePaymentReturnForbidden) IsCode

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

IsCode returns true when this create payment return forbidden response a status code equal to that given

func (*CreatePaymentReturnForbidden) IsRedirect

func (o *CreatePaymentReturnForbidden) IsRedirect() bool

IsRedirect returns true when this create payment return forbidden response has a 3xx status code

func (*CreatePaymentReturnForbidden) IsServerError

func (o *CreatePaymentReturnForbidden) IsServerError() bool

IsServerError returns true when this create payment return forbidden response has a 5xx status code

func (*CreatePaymentReturnForbidden) IsSuccess

func (o *CreatePaymentReturnForbidden) IsSuccess() bool

IsSuccess returns true when this create payment return forbidden response has a 2xx status code

type CreatePaymentReturnInternalServerError

type CreatePaymentReturnInternalServerError struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnInternalServerError handles this case with default header values.

Return creation error

func NewCreatePaymentReturnInternalServerError

func NewCreatePaymentReturnInternalServerError() *CreatePaymentReturnInternalServerError

NewCreatePaymentReturnInternalServerError creates a CreatePaymentReturnInternalServerError with default headers values

func (*CreatePaymentReturnInternalServerError) Code

Code gets the status code for the create payment return internal server error response

func (*CreatePaymentReturnInternalServerError) Error

func (*CreatePaymentReturnInternalServerError) IsClientError

func (o *CreatePaymentReturnInternalServerError) IsClientError() bool

IsClientError returns true when this create payment return internal server error response has a 4xx status code

func (*CreatePaymentReturnInternalServerError) IsCode

IsCode returns true when this create payment return internal server error response a status code equal to that given

func (*CreatePaymentReturnInternalServerError) IsRedirect

IsRedirect returns true when this create payment return internal server error response has a 3xx status code

func (*CreatePaymentReturnInternalServerError) IsServerError

func (o *CreatePaymentReturnInternalServerError) IsServerError() bool

IsServerError returns true when this create payment return internal server error response has a 5xx status code

func (*CreatePaymentReturnInternalServerError) IsSuccess

IsSuccess returns true when this create payment return internal server error response has a 2xx status code

type CreatePaymentReturnNotFound

type CreatePaymentReturnNotFound struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnNotFound handles this case with default header values.

Return creation error

func NewCreatePaymentReturnNotFound

func NewCreatePaymentReturnNotFound() *CreatePaymentReturnNotFound

NewCreatePaymentReturnNotFound creates a CreatePaymentReturnNotFound with default headers values

func (*CreatePaymentReturnNotFound) Code

func (o *CreatePaymentReturnNotFound) Code() int

Code gets the status code for the create payment return not found response

func (*CreatePaymentReturnNotFound) Error

func (*CreatePaymentReturnNotFound) IsClientError

func (o *CreatePaymentReturnNotFound) IsClientError() bool

IsClientError returns true when this create payment return not found response has a 4xx status code

func (*CreatePaymentReturnNotFound) IsCode

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

IsCode returns true when this create payment return not found response a status code equal to that given

func (*CreatePaymentReturnNotFound) IsRedirect

func (o *CreatePaymentReturnNotFound) IsRedirect() bool

IsRedirect returns true when this create payment return not found response has a 3xx status code

func (*CreatePaymentReturnNotFound) IsServerError

func (o *CreatePaymentReturnNotFound) IsServerError() bool

IsServerError returns true when this create payment return not found response has a 5xx status code

func (*CreatePaymentReturnNotFound) IsSuccess

func (o *CreatePaymentReturnNotFound) IsSuccess() bool

IsSuccess returns true when this create payment return not found response has a 2xx status code

type CreatePaymentReturnReader

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

CreatePaymentReturnReader is a Reader for the CreatePaymentReturn structure.

func (*CreatePaymentReturnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReturnRequest

type CreatePaymentReturnRequest struct {
	*models.ReturnCreation

	ID strfmt.UUID

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

func (*CreatePaymentReturnRequest) Do

create payment return API

func (*CreatePaymentReturnRequest) FromJson

func (*CreatePaymentReturnRequest) MustDo

func (*CreatePaymentReturnRequest) WithContext

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

func (*CreatePaymentReturnRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment return Request

func (*CreatePaymentReturnRequest) WithID

func (*CreatePaymentReturnRequest) WithReturnCreationRequest

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

func (*CreatePaymentReturnRequest) WithoutReturnCreationRequest

func (o *CreatePaymentReturnRequest) WithoutReturnCreationRequest() *CreatePaymentReturnRequest

func (*CreatePaymentReturnRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnReversalBadRequest

type CreatePaymentReturnReversalBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalBadRequest handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalBadRequest

func NewCreatePaymentReturnReversalBadRequest() *CreatePaymentReturnReversalBadRequest

NewCreatePaymentReturnReversalBadRequest creates a CreatePaymentReturnReversalBadRequest with default headers values

func (*CreatePaymentReturnReversalBadRequest) Code

Code gets the status code for the create payment return reversal bad request response

func (*CreatePaymentReturnReversalBadRequest) Error

func (*CreatePaymentReturnReversalBadRequest) IsClientError

func (o *CreatePaymentReturnReversalBadRequest) IsClientError() bool

IsClientError returns true when this create payment return reversal bad request response has a 4xx status code

func (*CreatePaymentReturnReversalBadRequest) IsCode

IsCode returns true when this create payment return reversal bad request response a status code equal to that given

func (*CreatePaymentReturnReversalBadRequest) IsRedirect

IsRedirect returns true when this create payment return reversal bad request response has a 3xx status code

func (*CreatePaymentReturnReversalBadRequest) IsServerError

func (o *CreatePaymentReturnReversalBadRequest) IsServerError() bool

IsServerError returns true when this create payment return reversal bad request response has a 5xx status code

func (*CreatePaymentReturnReversalBadRequest) IsSuccess

IsSuccess returns true when this create payment return reversal bad request response has a 2xx status code

type CreatePaymentReturnReversalConflict

type CreatePaymentReturnReversalConflict struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalConflict handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalConflict

func NewCreatePaymentReturnReversalConflict() *CreatePaymentReturnReversalConflict

NewCreatePaymentReturnReversalConflict creates a CreatePaymentReturnReversalConflict with default headers values

func (*CreatePaymentReturnReversalConflict) Code

Code gets the status code for the create payment return reversal conflict response

func (*CreatePaymentReturnReversalConflict) Error

func (*CreatePaymentReturnReversalConflict) IsClientError

func (o *CreatePaymentReturnReversalConflict) IsClientError() bool

IsClientError returns true when this create payment return reversal conflict response has a 4xx status code

func (*CreatePaymentReturnReversalConflict) IsCode

IsCode returns true when this create payment return reversal conflict response a status code equal to that given

func (*CreatePaymentReturnReversalConflict) IsRedirect

func (o *CreatePaymentReturnReversalConflict) IsRedirect() bool

IsRedirect returns true when this create payment return reversal conflict response has a 3xx status code

func (*CreatePaymentReturnReversalConflict) IsServerError

func (o *CreatePaymentReturnReversalConflict) IsServerError() bool

IsServerError returns true when this create payment return reversal conflict response has a 5xx status code

func (*CreatePaymentReturnReversalConflict) IsSuccess

IsSuccess returns true when this create payment return reversal conflict response has a 2xx status code

type CreatePaymentReturnReversalCreated

type CreatePaymentReturnReversalCreated struct {

	// isStream: false
	*models.ReturnReversalCreationResponse
}

CreatePaymentReturnReversalCreated handles this case with default header values.

Reversal creation response

func NewCreatePaymentReturnReversalCreated

func NewCreatePaymentReturnReversalCreated() *CreatePaymentReturnReversalCreated

NewCreatePaymentReturnReversalCreated creates a CreatePaymentReturnReversalCreated with default headers values

func (*CreatePaymentReturnReversalCreated) Code

Code gets the status code for the create payment return reversal created response

func (*CreatePaymentReturnReversalCreated) Error

func (*CreatePaymentReturnReversalCreated) IsClientError

func (o *CreatePaymentReturnReversalCreated) IsClientError() bool

IsClientError returns true when this create payment return reversal created response has a 4xx status code

func (*CreatePaymentReturnReversalCreated) IsCode

IsCode returns true when this create payment return reversal created response a status code equal to that given

func (*CreatePaymentReturnReversalCreated) IsRedirect

func (o *CreatePaymentReturnReversalCreated) IsRedirect() bool

IsRedirect returns true when this create payment return reversal created response has a 3xx status code

func (*CreatePaymentReturnReversalCreated) IsServerError

func (o *CreatePaymentReturnReversalCreated) IsServerError() bool

IsServerError returns true when this create payment return reversal created response has a 5xx status code

func (*CreatePaymentReturnReversalCreated) IsSuccess

IsSuccess returns true when this create payment return reversal created response has a 2xx status code

type CreatePaymentReturnReversalForbidden

type CreatePaymentReturnReversalForbidden struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalForbidden handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalForbidden

func NewCreatePaymentReturnReversalForbidden() *CreatePaymentReturnReversalForbidden

NewCreatePaymentReturnReversalForbidden creates a CreatePaymentReturnReversalForbidden with default headers values

func (*CreatePaymentReturnReversalForbidden) Code

Code gets the status code for the create payment return reversal forbidden response

func (*CreatePaymentReturnReversalForbidden) Error

func (*CreatePaymentReturnReversalForbidden) IsClientError

func (o *CreatePaymentReturnReversalForbidden) IsClientError() bool

IsClientError returns true when this create payment return reversal forbidden response has a 4xx status code

func (*CreatePaymentReturnReversalForbidden) IsCode

IsCode returns true when this create payment return reversal forbidden response a status code equal to that given

func (*CreatePaymentReturnReversalForbidden) IsRedirect

IsRedirect returns true when this create payment return reversal forbidden response has a 3xx status code

func (*CreatePaymentReturnReversalForbidden) IsServerError

func (o *CreatePaymentReturnReversalForbidden) IsServerError() bool

IsServerError returns true when this create payment return reversal forbidden response has a 5xx status code

func (*CreatePaymentReturnReversalForbidden) IsSuccess

IsSuccess returns true when this create payment return reversal forbidden response has a 2xx status code

type CreatePaymentReturnReversalInternalServerError

type CreatePaymentReturnReversalInternalServerError struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalInternalServerError handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalInternalServerError

func NewCreatePaymentReturnReversalInternalServerError() *CreatePaymentReturnReversalInternalServerError

NewCreatePaymentReturnReversalInternalServerError creates a CreatePaymentReturnReversalInternalServerError with default headers values

func (*CreatePaymentReturnReversalInternalServerError) Code

Code gets the status code for the create payment return reversal internal server error response

func (*CreatePaymentReturnReversalInternalServerError) Error

func (*CreatePaymentReturnReversalInternalServerError) IsClientError

IsClientError returns true when this create payment return reversal internal server error response has a 4xx status code

func (*CreatePaymentReturnReversalInternalServerError) IsCode

IsCode returns true when this create payment return reversal internal server error response a status code equal to that given

func (*CreatePaymentReturnReversalInternalServerError) IsRedirect

IsRedirect returns true when this create payment return reversal internal server error response has a 3xx status code

func (*CreatePaymentReturnReversalInternalServerError) IsServerError

IsServerError returns true when this create payment return reversal internal server error response has a 5xx status code

func (*CreatePaymentReturnReversalInternalServerError) IsSuccess

IsSuccess returns true when this create payment return reversal internal server error response has a 2xx status code

type CreatePaymentReturnReversalNotFound

type CreatePaymentReturnReversalNotFound struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalNotFound handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalNotFound

func NewCreatePaymentReturnReversalNotFound() *CreatePaymentReturnReversalNotFound

NewCreatePaymentReturnReversalNotFound creates a CreatePaymentReturnReversalNotFound with default headers values

func (*CreatePaymentReturnReversalNotFound) Code

Code gets the status code for the create payment return reversal not found response

func (*CreatePaymentReturnReversalNotFound) Error

func (*CreatePaymentReturnReversalNotFound) IsClientError

func (o *CreatePaymentReturnReversalNotFound) IsClientError() bool

IsClientError returns true when this create payment return reversal not found response has a 4xx status code

func (*CreatePaymentReturnReversalNotFound) IsCode

IsCode returns true when this create payment return reversal not found response a status code equal to that given

func (*CreatePaymentReturnReversalNotFound) IsRedirect

func (o *CreatePaymentReturnReversalNotFound) IsRedirect() bool

IsRedirect returns true when this create payment return reversal not found response has a 3xx status code

func (*CreatePaymentReturnReversalNotFound) IsServerError

func (o *CreatePaymentReturnReversalNotFound) IsServerError() bool

IsServerError returns true when this create payment return reversal not found response has a 5xx status code

func (*CreatePaymentReturnReversalNotFound) IsSuccess

IsSuccess returns true when this create payment return reversal not found response has a 2xx status code

type CreatePaymentReturnReversalReader

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

CreatePaymentReturnReversalReader is a Reader for the CreatePaymentReturnReversal structure.

func (*CreatePaymentReturnReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReturnReversalRequest

type CreatePaymentReturnReversalRequest struct {
	*models.ReturnReversalCreation

	ID strfmt.UUID

	ReturnID strfmt.UUID

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

func (*CreatePaymentReturnReversalRequest) Do

create payment return reversal API

func (*CreatePaymentReturnReversalRequest) FromJson

func (*CreatePaymentReturnReversalRequest) MustDo

func (*CreatePaymentReturnReversalRequest) WithContext

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

func (*CreatePaymentReturnReversalRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment return reversal Request

func (*CreatePaymentReturnReversalRequest) WithID

func (*CreatePaymentReturnReversalRequest) WithReturnID

func (*CreatePaymentReturnReversalRequest) WithReturnReversalCreationRequest

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

func (*CreatePaymentReturnReversalRequest) WithoutReturnReversalCreationRequest

func (o *CreatePaymentReturnReversalRequest) WithoutReturnReversalCreationRequest() *CreatePaymentReturnReversalRequest

func (*CreatePaymentReturnReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnReversalUnauthorized

type CreatePaymentReturnReversalUnauthorized struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnReversalUnauthorized handles this case with default header values.

Reversal creation error

func NewCreatePaymentReturnReversalUnauthorized

func NewCreatePaymentReturnReversalUnauthorized() *CreatePaymentReturnReversalUnauthorized

NewCreatePaymentReturnReversalUnauthorized creates a CreatePaymentReturnReversalUnauthorized with default headers values

func (*CreatePaymentReturnReversalUnauthorized) Code

Code gets the status code for the create payment return reversal unauthorized response

func (*CreatePaymentReturnReversalUnauthorized) Error

func (*CreatePaymentReturnReversalUnauthorized) IsClientError

func (o *CreatePaymentReturnReversalUnauthorized) IsClientError() bool

IsClientError returns true when this create payment return reversal unauthorized response has a 4xx status code

func (*CreatePaymentReturnReversalUnauthorized) IsCode

IsCode returns true when this create payment return reversal unauthorized response a status code equal to that given

func (*CreatePaymentReturnReversalUnauthorized) IsRedirect

IsRedirect returns true when this create payment return reversal unauthorized response has a 3xx status code

func (*CreatePaymentReturnReversalUnauthorized) IsServerError

func (o *CreatePaymentReturnReversalUnauthorized) IsServerError() bool

IsServerError returns true when this create payment return reversal unauthorized response has a 5xx status code

func (*CreatePaymentReturnReversalUnauthorized) IsSuccess

IsSuccess returns true when this create payment return reversal unauthorized response has a 2xx status code

type CreatePaymentReturnSubmissionBadRequest

type CreatePaymentReturnSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionBadRequest handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionBadRequest

func NewCreatePaymentReturnSubmissionBadRequest() *CreatePaymentReturnSubmissionBadRequest

NewCreatePaymentReturnSubmissionBadRequest creates a CreatePaymentReturnSubmissionBadRequest with default headers values

func (*CreatePaymentReturnSubmissionBadRequest) Code

Code gets the status code for the create payment return submission bad request response

func (*CreatePaymentReturnSubmissionBadRequest) Error

func (*CreatePaymentReturnSubmissionBadRequest) IsClientError

func (o *CreatePaymentReturnSubmissionBadRequest) IsClientError() bool

IsClientError returns true when this create payment return submission bad request response has a 4xx status code

func (*CreatePaymentReturnSubmissionBadRequest) IsCode

IsCode returns true when this create payment return submission bad request response a status code equal to that given

func (*CreatePaymentReturnSubmissionBadRequest) IsRedirect

IsRedirect returns true when this create payment return submission bad request response has a 3xx status code

func (*CreatePaymentReturnSubmissionBadRequest) IsServerError

func (o *CreatePaymentReturnSubmissionBadRequest) IsServerError() bool

IsServerError returns true when this create payment return submission bad request response has a 5xx status code

func (*CreatePaymentReturnSubmissionBadRequest) IsSuccess

IsSuccess returns true when this create payment return submission bad request response has a 2xx status code

type CreatePaymentReturnSubmissionConflict

type CreatePaymentReturnSubmissionConflict struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionConflict handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionConflict

func NewCreatePaymentReturnSubmissionConflict() *CreatePaymentReturnSubmissionConflict

NewCreatePaymentReturnSubmissionConflict creates a CreatePaymentReturnSubmissionConflict with default headers values

func (*CreatePaymentReturnSubmissionConflict) Code

Code gets the status code for the create payment return submission conflict response

func (*CreatePaymentReturnSubmissionConflict) Error

func (*CreatePaymentReturnSubmissionConflict) IsClientError

func (o *CreatePaymentReturnSubmissionConflict) IsClientError() bool

IsClientError returns true when this create payment return submission conflict response has a 4xx status code

func (*CreatePaymentReturnSubmissionConflict) IsCode

IsCode returns true when this create payment return submission conflict response a status code equal to that given

func (*CreatePaymentReturnSubmissionConflict) IsRedirect

IsRedirect returns true when this create payment return submission conflict response has a 3xx status code

func (*CreatePaymentReturnSubmissionConflict) IsServerError

func (o *CreatePaymentReturnSubmissionConflict) IsServerError() bool

IsServerError returns true when this create payment return submission conflict response has a 5xx status code

func (*CreatePaymentReturnSubmissionConflict) IsSuccess

IsSuccess returns true when this create payment return submission conflict response has a 2xx status code

type CreatePaymentReturnSubmissionCreated

type CreatePaymentReturnSubmissionCreated struct {

	// isStream: false
	*models.ReturnSubmissionCreationResponse
}

CreatePaymentReturnSubmissionCreated handles this case with default header values.

Return submission creation response

func NewCreatePaymentReturnSubmissionCreated

func NewCreatePaymentReturnSubmissionCreated() *CreatePaymentReturnSubmissionCreated

NewCreatePaymentReturnSubmissionCreated creates a CreatePaymentReturnSubmissionCreated with default headers values

func (*CreatePaymentReturnSubmissionCreated) Code

Code gets the status code for the create payment return submission created response

func (*CreatePaymentReturnSubmissionCreated) Error

func (*CreatePaymentReturnSubmissionCreated) IsClientError

func (o *CreatePaymentReturnSubmissionCreated) IsClientError() bool

IsClientError returns true when this create payment return submission created response has a 4xx status code

func (*CreatePaymentReturnSubmissionCreated) IsCode

IsCode returns true when this create payment return submission created response a status code equal to that given

func (*CreatePaymentReturnSubmissionCreated) IsRedirect

IsRedirect returns true when this create payment return submission created response has a 3xx status code

func (*CreatePaymentReturnSubmissionCreated) IsServerError

func (o *CreatePaymentReturnSubmissionCreated) IsServerError() bool

IsServerError returns true when this create payment return submission created response has a 5xx status code

func (*CreatePaymentReturnSubmissionCreated) IsSuccess

IsSuccess returns true when this create payment return submission created response has a 2xx status code

type CreatePaymentReturnSubmissionForbidden

type CreatePaymentReturnSubmissionForbidden struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionForbidden handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionForbidden

func NewCreatePaymentReturnSubmissionForbidden() *CreatePaymentReturnSubmissionForbidden

NewCreatePaymentReturnSubmissionForbidden creates a CreatePaymentReturnSubmissionForbidden with default headers values

func (*CreatePaymentReturnSubmissionForbidden) Code

Code gets the status code for the create payment return submission forbidden response

func (*CreatePaymentReturnSubmissionForbidden) Error

func (*CreatePaymentReturnSubmissionForbidden) IsClientError

func (o *CreatePaymentReturnSubmissionForbidden) IsClientError() bool

IsClientError returns true when this create payment return submission forbidden response has a 4xx status code

func (*CreatePaymentReturnSubmissionForbidden) IsCode

IsCode returns true when this create payment return submission forbidden response a status code equal to that given

func (*CreatePaymentReturnSubmissionForbidden) IsRedirect

IsRedirect returns true when this create payment return submission forbidden response has a 3xx status code

func (*CreatePaymentReturnSubmissionForbidden) IsServerError

func (o *CreatePaymentReturnSubmissionForbidden) IsServerError() bool

IsServerError returns true when this create payment return submission forbidden response has a 5xx status code

func (*CreatePaymentReturnSubmissionForbidden) IsSuccess

IsSuccess returns true when this create payment return submission forbidden response has a 2xx status code

type CreatePaymentReturnSubmissionInternalServerError

type CreatePaymentReturnSubmissionInternalServerError struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionInternalServerError handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionInternalServerError

func NewCreatePaymentReturnSubmissionInternalServerError() *CreatePaymentReturnSubmissionInternalServerError

NewCreatePaymentReturnSubmissionInternalServerError creates a CreatePaymentReturnSubmissionInternalServerError with default headers values

func (*CreatePaymentReturnSubmissionInternalServerError) Code

Code gets the status code for the create payment return submission internal server error response

func (*CreatePaymentReturnSubmissionInternalServerError) Error

func (*CreatePaymentReturnSubmissionInternalServerError) IsClientError

IsClientError returns true when this create payment return submission internal server error response has a 4xx status code

func (*CreatePaymentReturnSubmissionInternalServerError) IsCode

IsCode returns true when this create payment return submission internal server error response a status code equal to that given

func (*CreatePaymentReturnSubmissionInternalServerError) IsRedirect

IsRedirect returns true when this create payment return submission internal server error response has a 3xx status code

func (*CreatePaymentReturnSubmissionInternalServerError) IsServerError

IsServerError returns true when this create payment return submission internal server error response has a 5xx status code

func (*CreatePaymentReturnSubmissionInternalServerError) IsSuccess

IsSuccess returns true when this create payment return submission internal server error response has a 2xx status code

type CreatePaymentReturnSubmissionNotFound

type CreatePaymentReturnSubmissionNotFound struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionNotFound handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionNotFound

func NewCreatePaymentReturnSubmissionNotFound() *CreatePaymentReturnSubmissionNotFound

NewCreatePaymentReturnSubmissionNotFound creates a CreatePaymentReturnSubmissionNotFound with default headers values

func (*CreatePaymentReturnSubmissionNotFound) Code

Code gets the status code for the create payment return submission not found response

func (*CreatePaymentReturnSubmissionNotFound) Error

func (*CreatePaymentReturnSubmissionNotFound) IsClientError

func (o *CreatePaymentReturnSubmissionNotFound) IsClientError() bool

IsClientError returns true when this create payment return submission not found response has a 4xx status code

func (*CreatePaymentReturnSubmissionNotFound) IsCode

IsCode returns true when this create payment return submission not found response a status code equal to that given

func (*CreatePaymentReturnSubmissionNotFound) IsRedirect

IsRedirect returns true when this create payment return submission not found response has a 3xx status code

func (*CreatePaymentReturnSubmissionNotFound) IsServerError

func (o *CreatePaymentReturnSubmissionNotFound) IsServerError() bool

IsServerError returns true when this create payment return submission not found response has a 5xx status code

func (*CreatePaymentReturnSubmissionNotFound) IsSuccess

IsSuccess returns true when this create payment return submission not found response has a 2xx status code

type CreatePaymentReturnSubmissionReader

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

CreatePaymentReturnSubmissionReader is a Reader for the CreatePaymentReturnSubmission structure.

func (*CreatePaymentReturnSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReturnSubmissionRequest

type CreatePaymentReturnSubmissionRequest struct {
	*models.ReturnSubmissionCreation

	ID strfmt.UUID

	ReturnID strfmt.UUID

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

func (*CreatePaymentReturnSubmissionRequest) Do

create payment return submission API

func (*CreatePaymentReturnSubmissionRequest) FromJson

func (*CreatePaymentReturnSubmissionRequest) MustDo

func (*CreatePaymentReturnSubmissionRequest) WithContext

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

func (*CreatePaymentReturnSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment return submission Request

func (*CreatePaymentReturnSubmissionRequest) WithID

func (*CreatePaymentReturnSubmissionRequest) WithReturnID

func (*CreatePaymentReturnSubmissionRequest) WithReturnSubmissionCreationRequest

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

func (*CreatePaymentReturnSubmissionRequest) WithoutReturnSubmissionCreationRequest

func (o *CreatePaymentReturnSubmissionRequest) WithoutReturnSubmissionCreationRequest() *CreatePaymentReturnSubmissionRequest

func (*CreatePaymentReturnSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReturnSubmissionUnauthorized

type CreatePaymentReturnSubmissionUnauthorized struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnSubmissionUnauthorized handles this case with default header values.

Return submission creation error

func NewCreatePaymentReturnSubmissionUnauthorized

func NewCreatePaymentReturnSubmissionUnauthorized() *CreatePaymentReturnSubmissionUnauthorized

NewCreatePaymentReturnSubmissionUnauthorized creates a CreatePaymentReturnSubmissionUnauthorized with default headers values

func (*CreatePaymentReturnSubmissionUnauthorized) Code

Code gets the status code for the create payment return submission unauthorized response

func (*CreatePaymentReturnSubmissionUnauthorized) Error

func (*CreatePaymentReturnSubmissionUnauthorized) IsClientError

IsClientError returns true when this create payment return submission unauthorized response has a 4xx status code

func (*CreatePaymentReturnSubmissionUnauthorized) IsCode

IsCode returns true when this create payment return submission unauthorized response a status code equal to that given

func (*CreatePaymentReturnSubmissionUnauthorized) IsRedirect

IsRedirect returns true when this create payment return submission unauthorized response has a 3xx status code

func (*CreatePaymentReturnSubmissionUnauthorized) IsServerError

IsServerError returns true when this create payment return submission unauthorized response has a 5xx status code

func (*CreatePaymentReturnSubmissionUnauthorized) IsSuccess

IsSuccess returns true when this create payment return submission unauthorized response has a 2xx status code

type CreatePaymentReturnUnauthorized

type CreatePaymentReturnUnauthorized struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReturnUnauthorized handles this case with default header values.

Return creation error

func NewCreatePaymentReturnUnauthorized

func NewCreatePaymentReturnUnauthorized() *CreatePaymentReturnUnauthorized

NewCreatePaymentReturnUnauthorized creates a CreatePaymentReturnUnauthorized with default headers values

func (*CreatePaymentReturnUnauthorized) Code

Code gets the status code for the create payment return unauthorized response

func (*CreatePaymentReturnUnauthorized) Error

func (*CreatePaymentReturnUnauthorized) IsClientError

func (o *CreatePaymentReturnUnauthorized) IsClientError() bool

IsClientError returns true when this create payment return unauthorized response has a 4xx status code

func (*CreatePaymentReturnUnauthorized) IsCode

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

IsCode returns true when this create payment return unauthorized response a status code equal to that given

func (*CreatePaymentReturnUnauthorized) IsRedirect

func (o *CreatePaymentReturnUnauthorized) IsRedirect() bool

IsRedirect returns true when this create payment return unauthorized response has a 3xx status code

func (*CreatePaymentReturnUnauthorized) IsServerError

func (o *CreatePaymentReturnUnauthorized) IsServerError() bool

IsServerError returns true when this create payment return unauthorized response has a 5xx status code

func (*CreatePaymentReturnUnauthorized) IsSuccess

func (o *CreatePaymentReturnUnauthorized) IsSuccess() bool

IsSuccess returns true when this create payment return unauthorized response has a 2xx status code

type CreatePaymentReversalBadRequest

type CreatePaymentReversalBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReversalBadRequest handles this case with default header values.

Reversal creation error

func NewCreatePaymentReversalBadRequest

func NewCreatePaymentReversalBadRequest() *CreatePaymentReversalBadRequest

NewCreatePaymentReversalBadRequest creates a CreatePaymentReversalBadRequest with default headers values

func (*CreatePaymentReversalBadRequest) Code

Code gets the status code for the create payment reversal bad request response

func (*CreatePaymentReversalBadRequest) Error

func (*CreatePaymentReversalBadRequest) IsClientError

func (o *CreatePaymentReversalBadRequest) IsClientError() bool

IsClientError returns true when this create payment reversal bad request response has a 4xx status code

func (*CreatePaymentReversalBadRequest) IsCode

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

IsCode returns true when this create payment reversal bad request response a status code equal to that given

func (*CreatePaymentReversalBadRequest) IsRedirect

func (o *CreatePaymentReversalBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment reversal bad request response has a 3xx status code

func (*CreatePaymentReversalBadRequest) IsServerError

func (o *CreatePaymentReversalBadRequest) IsServerError() bool

IsServerError returns true when this create payment reversal bad request response has a 5xx status code

func (*CreatePaymentReversalBadRequest) IsSuccess

func (o *CreatePaymentReversalBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment reversal bad request response has a 2xx status code

type CreatePaymentReversalCreated

type CreatePaymentReversalCreated struct {

	// isStream: false
	*models.ReversalCreationResponse
}

CreatePaymentReversalCreated handles this case with default header values.

Reversal creation response

func NewCreatePaymentReversalCreated

func NewCreatePaymentReversalCreated() *CreatePaymentReversalCreated

NewCreatePaymentReversalCreated creates a CreatePaymentReversalCreated with default headers values

func (*CreatePaymentReversalCreated) Code

Code gets the status code for the create payment reversal created response

func (*CreatePaymentReversalCreated) Error

func (*CreatePaymentReversalCreated) IsClientError

func (o *CreatePaymentReversalCreated) IsClientError() bool

IsClientError returns true when this create payment reversal created response has a 4xx status code

func (*CreatePaymentReversalCreated) IsCode

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

IsCode returns true when this create payment reversal created response a status code equal to that given

func (*CreatePaymentReversalCreated) IsRedirect

func (o *CreatePaymentReversalCreated) IsRedirect() bool

IsRedirect returns true when this create payment reversal created response has a 3xx status code

func (*CreatePaymentReversalCreated) IsServerError

func (o *CreatePaymentReversalCreated) IsServerError() bool

IsServerError returns true when this create payment reversal created response has a 5xx status code

func (*CreatePaymentReversalCreated) IsSuccess

func (o *CreatePaymentReversalCreated) IsSuccess() bool

IsSuccess returns true when this create payment reversal created response has a 2xx status code

type CreatePaymentReversalReader

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

CreatePaymentReversalReader is a Reader for the CreatePaymentReversal structure.

func (*CreatePaymentReversalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReversalRequest

type CreatePaymentReversalRequest struct {
	*models.ReversalCreation

	ID strfmt.UUID

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

func (*CreatePaymentReversalRequest) Do

create payment reversal API

func (*CreatePaymentReversalRequest) FromJson

func (*CreatePaymentReversalRequest) MustDo

func (*CreatePaymentReversalRequest) WithContext

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

func (*CreatePaymentReversalRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment reversal Request

func (*CreatePaymentReversalRequest) WithID

func (*CreatePaymentReversalRequest) WithReversalCreationRequest

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

func (*CreatePaymentReversalRequest) WithoutReversalCreationRequest

func (o *CreatePaymentReversalRequest) WithoutReversalCreationRequest() *CreatePaymentReversalRequest

func (*CreatePaymentReversalRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentReversalSubmissionBadRequest

type CreatePaymentReversalSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentReversalSubmissionBadRequest handles this case with default header values.

Reversal submission creation error

func NewCreatePaymentReversalSubmissionBadRequest

func NewCreatePaymentReversalSubmissionBadRequest() *CreatePaymentReversalSubmissionBadRequest

NewCreatePaymentReversalSubmissionBadRequest creates a CreatePaymentReversalSubmissionBadRequest with default headers values

func (*CreatePaymentReversalSubmissionBadRequest) Code

Code gets the status code for the create payment reversal submission bad request response

func (*CreatePaymentReversalSubmissionBadRequest) Error

func (*CreatePaymentReversalSubmissionBadRequest) IsClientError

IsClientError returns true when this create payment reversal submission bad request response has a 4xx status code

func (*CreatePaymentReversalSubmissionBadRequest) IsCode

IsCode returns true when this create payment reversal submission bad request response a status code equal to that given

func (*CreatePaymentReversalSubmissionBadRequest) IsRedirect

IsRedirect returns true when this create payment reversal submission bad request response has a 3xx status code

func (*CreatePaymentReversalSubmissionBadRequest) IsServerError

IsServerError returns true when this create payment reversal submission bad request response has a 5xx status code

func (*CreatePaymentReversalSubmissionBadRequest) IsSuccess

IsSuccess returns true when this create payment reversal submission bad request response has a 2xx status code

type CreatePaymentReversalSubmissionCreated

type CreatePaymentReversalSubmissionCreated struct {

	// isStream: false
	*models.ReversalSubmissionCreationResponse
}

CreatePaymentReversalSubmissionCreated handles this case with default header values.

Reversal submission creation response

func NewCreatePaymentReversalSubmissionCreated

func NewCreatePaymentReversalSubmissionCreated() *CreatePaymentReversalSubmissionCreated

NewCreatePaymentReversalSubmissionCreated creates a CreatePaymentReversalSubmissionCreated with default headers values

func (*CreatePaymentReversalSubmissionCreated) Code

Code gets the status code for the create payment reversal submission created response

func (*CreatePaymentReversalSubmissionCreated) Error

func (*CreatePaymentReversalSubmissionCreated) IsClientError

func (o *CreatePaymentReversalSubmissionCreated) IsClientError() bool

IsClientError returns true when this create payment reversal submission created response has a 4xx status code

func (*CreatePaymentReversalSubmissionCreated) IsCode

IsCode returns true when this create payment reversal submission created response a status code equal to that given

func (*CreatePaymentReversalSubmissionCreated) IsRedirect

IsRedirect returns true when this create payment reversal submission created response has a 3xx status code

func (*CreatePaymentReversalSubmissionCreated) IsServerError

func (o *CreatePaymentReversalSubmissionCreated) IsServerError() bool

IsServerError returns true when this create payment reversal submission created response has a 5xx status code

func (*CreatePaymentReversalSubmissionCreated) IsSuccess

IsSuccess returns true when this create payment reversal submission created response has a 2xx status code

type CreatePaymentReversalSubmissionReader

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

CreatePaymentReversalSubmissionReader is a Reader for the CreatePaymentReversalSubmission structure.

func (*CreatePaymentReversalSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentReversalSubmissionRequest

type CreatePaymentReversalSubmissionRequest struct {
	*models.ReversalSubmissionCreation

	ID strfmt.UUID

	ReversalID strfmt.UUID

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

func (*CreatePaymentReversalSubmissionRequest) Do

create payment reversal submission API

func (*CreatePaymentReversalSubmissionRequest) FromJson

func (*CreatePaymentReversalSubmissionRequest) MustDo

func (*CreatePaymentReversalSubmissionRequest) WithContext

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

func (*CreatePaymentReversalSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment reversal submission Request

func (*CreatePaymentReversalSubmissionRequest) WithID

func (*CreatePaymentReversalSubmissionRequest) WithReversalID

func (*CreatePaymentReversalSubmissionRequest) WithReversalSubmissionCreationRequest

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

func (*CreatePaymentReversalSubmissionRequest) WithoutReversalSubmissionCreationRequest

func (o *CreatePaymentReversalSubmissionRequest) WithoutReversalSubmissionCreationRequest() *CreatePaymentReversalSubmissionRequest

func (*CreatePaymentReversalSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreatePaymentSubmissionBadRequest

type CreatePaymentSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreatePaymentSubmissionBadRequest handles this case with default header values.

Submission creation error

func NewCreatePaymentSubmissionBadRequest

func NewCreatePaymentSubmissionBadRequest() *CreatePaymentSubmissionBadRequest

NewCreatePaymentSubmissionBadRequest creates a CreatePaymentSubmissionBadRequest with default headers values

func (*CreatePaymentSubmissionBadRequest) Code

Code gets the status code for the create payment submission bad request response

func (*CreatePaymentSubmissionBadRequest) Error

func (*CreatePaymentSubmissionBadRequest) IsClientError

func (o *CreatePaymentSubmissionBadRequest) IsClientError() bool

IsClientError returns true when this create payment submission bad request response has a 4xx status code

func (*CreatePaymentSubmissionBadRequest) IsCode

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

IsCode returns true when this create payment submission bad request response a status code equal to that given

func (*CreatePaymentSubmissionBadRequest) IsRedirect

func (o *CreatePaymentSubmissionBadRequest) IsRedirect() bool

IsRedirect returns true when this create payment submission bad request response has a 3xx status code

func (*CreatePaymentSubmissionBadRequest) IsServerError

func (o *CreatePaymentSubmissionBadRequest) IsServerError() bool

IsServerError returns true when this create payment submission bad request response has a 5xx status code

func (*CreatePaymentSubmissionBadRequest) IsSuccess

func (o *CreatePaymentSubmissionBadRequest) IsSuccess() bool

IsSuccess returns true when this create payment submission bad request response has a 2xx status code

type CreatePaymentSubmissionCreated

type CreatePaymentSubmissionCreated struct {

	// isStream: false
	*models.PaymentSubmissionCreationResponse
}

CreatePaymentSubmissionCreated handles this case with default header values.

Submission creation response

func NewCreatePaymentSubmissionCreated

func NewCreatePaymentSubmissionCreated() *CreatePaymentSubmissionCreated

NewCreatePaymentSubmissionCreated creates a CreatePaymentSubmissionCreated with default headers values

func (*CreatePaymentSubmissionCreated) Code

Code gets the status code for the create payment submission created response

func (*CreatePaymentSubmissionCreated) Error

func (*CreatePaymentSubmissionCreated) IsClientError

func (o *CreatePaymentSubmissionCreated) IsClientError() bool

IsClientError returns true when this create payment submission created response has a 4xx status code

func (*CreatePaymentSubmissionCreated) IsCode

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

IsCode returns true when this create payment submission created response a status code equal to that given

func (*CreatePaymentSubmissionCreated) IsRedirect

func (o *CreatePaymentSubmissionCreated) IsRedirect() bool

IsRedirect returns true when this create payment submission created response has a 3xx status code

func (*CreatePaymentSubmissionCreated) IsServerError

func (o *CreatePaymentSubmissionCreated) IsServerError() bool

IsServerError returns true when this create payment submission created response has a 5xx status code

func (*CreatePaymentSubmissionCreated) IsSuccess

func (o *CreatePaymentSubmissionCreated) IsSuccess() bool

IsSuccess returns true when this create payment submission created response has a 2xx status code

type CreatePaymentSubmissionReader

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

CreatePaymentSubmissionReader is a Reader for the CreatePaymentSubmission structure.

func (*CreatePaymentSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePaymentSubmissionRequest

type CreatePaymentSubmissionRequest struct {
	*models.PaymentSubmissionCreation

	ID strfmt.UUID

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

func (*CreatePaymentSubmissionRequest) Do

create payment submission API

func (*CreatePaymentSubmissionRequest) FromJson

func (*CreatePaymentSubmissionRequest) MustDo

func (*CreatePaymentSubmissionRequest) WithContext

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

func (*CreatePaymentSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create payment submission Request

func (*CreatePaymentSubmissionRequest) WithID

func (*CreatePaymentSubmissionRequest) WithSubmissionCreationRequest

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

func (*CreatePaymentSubmissionRequest) WithoutSubmissionCreationRequest

func (o *CreatePaymentSubmissionRequest) WithoutSubmissionCreationRequest() *CreatePaymentSubmissionRequest

func (*CreatePaymentSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PatchPaymentAdmissionTaskBadRequest

type PatchPaymentAdmissionTaskBadRequest struct {

	// isStream: false
	*models.APIError
}

PatchPaymentAdmissionTaskBadRequest handles this case with default header values.

Error

func NewPatchPaymentAdmissionTaskBadRequest

func NewPatchPaymentAdmissionTaskBadRequest() *PatchPaymentAdmissionTaskBadRequest

NewPatchPaymentAdmissionTaskBadRequest creates a PatchPaymentAdmissionTaskBadRequest with default headers values

func (*PatchPaymentAdmissionTaskBadRequest) Code

Code gets the status code for the patch payment admission task bad request response

func (*PatchPaymentAdmissionTaskBadRequest) Error

func (*PatchPaymentAdmissionTaskBadRequest) IsClientError

func (o *PatchPaymentAdmissionTaskBadRequest) IsClientError() bool

IsClientError returns true when this patch payment admission task bad request response has a 4xx status code

func (*PatchPaymentAdmissionTaskBadRequest) IsCode

IsCode returns true when this patch payment admission task bad request response a status code equal to that given

func (*PatchPaymentAdmissionTaskBadRequest) IsRedirect

func (o *PatchPaymentAdmissionTaskBadRequest) IsRedirect() bool

IsRedirect returns true when this patch payment admission task bad request response has a 3xx status code

func (*PatchPaymentAdmissionTaskBadRequest) IsServerError

func (o *PatchPaymentAdmissionTaskBadRequest) IsServerError() bool

IsServerError returns true when this patch payment admission task bad request response has a 5xx status code

func (*PatchPaymentAdmissionTaskBadRequest) IsSuccess

IsSuccess returns true when this patch payment admission task bad request response has a 2xx status code

type PatchPaymentAdmissionTaskConflict

type PatchPaymentAdmissionTaskConflict struct {

	// isStream: false
	*models.APIErrorWithActualResource
}

PatchPaymentAdmissionTaskConflict handles this case with default header values.

Conflict

func NewPatchPaymentAdmissionTaskConflict

func NewPatchPaymentAdmissionTaskConflict() *PatchPaymentAdmissionTaskConflict

NewPatchPaymentAdmissionTaskConflict creates a PatchPaymentAdmissionTaskConflict with default headers values

func (*PatchPaymentAdmissionTaskConflict) Code

Code gets the status code for the patch payment admission task conflict response

func (*PatchPaymentAdmissionTaskConflict) Error

func (*PatchPaymentAdmissionTaskConflict) IsClientError

func (o *PatchPaymentAdmissionTaskConflict) IsClientError() bool

IsClientError returns true when this patch payment admission task conflict response has a 4xx status code

func (*PatchPaymentAdmissionTaskConflict) IsCode

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

IsCode returns true when this patch payment admission task conflict response a status code equal to that given

func (*PatchPaymentAdmissionTaskConflict) IsRedirect

func (o *PatchPaymentAdmissionTaskConflict) IsRedirect() bool

IsRedirect returns true when this patch payment admission task conflict response has a 3xx status code

func (*PatchPaymentAdmissionTaskConflict) IsServerError

func (o *PatchPaymentAdmissionTaskConflict) IsServerError() bool

IsServerError returns true when this patch payment admission task conflict response has a 5xx status code

func (*PatchPaymentAdmissionTaskConflict) IsSuccess

func (o *PatchPaymentAdmissionTaskConflict) IsSuccess() bool

IsSuccess returns true when this patch payment admission task conflict response has a 2xx status code

type PatchPaymentAdmissionTaskOK

type PatchPaymentAdmissionTaskOK struct {

	// isStream: false
	*models.PaymentAdmissionTaskDetailsResponse
}

PatchPaymentAdmissionTaskOK handles this case with default header values.

Payment Admission Task update response

func NewPatchPaymentAdmissionTaskOK

func NewPatchPaymentAdmissionTaskOK() *PatchPaymentAdmissionTaskOK

NewPatchPaymentAdmissionTaskOK creates a PatchPaymentAdmissionTaskOK with default headers values

func (*PatchPaymentAdmissionTaskOK) Code

func (o *PatchPaymentAdmissionTaskOK) Code() int

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

func (*PatchPaymentAdmissionTaskOK) Error

func (*PatchPaymentAdmissionTaskOK) IsClientError

func (o *PatchPaymentAdmissionTaskOK) IsClientError() bool

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

func (*PatchPaymentAdmissionTaskOK) IsCode

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

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

func (*PatchPaymentAdmissionTaskOK) IsRedirect

func (o *PatchPaymentAdmissionTaskOK) IsRedirect() bool

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

func (*PatchPaymentAdmissionTaskOK) IsServerError

func (o *PatchPaymentAdmissionTaskOK) IsServerError() bool

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

func (*PatchPaymentAdmissionTaskOK) IsSuccess

func (o *PatchPaymentAdmissionTaskOK) IsSuccess() bool

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

type PatchPaymentAdmissionTaskReader

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

PatchPaymentAdmissionTaskReader is a Reader for the PatchPaymentAdmissionTask structure.

func (*PatchPaymentAdmissionTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchPaymentAdmissionTaskRequest

type PatchPaymentAdmissionTaskRequest struct {
	*models.PaymentAdmissionTaskAmendment

	AdmissionID strfmt.UUID

	ID strfmt.UUID

	TaskID strfmt.UUID

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

func (*PatchPaymentAdmissionTaskRequest) Do

patch payment admission task API

func (*PatchPaymentAdmissionTaskRequest) FromJson

func (*PatchPaymentAdmissionTaskRequest) MustDo

func (*PatchPaymentAdmissionTaskRequest) WithAdmissionID

func (*PatchPaymentAdmissionTaskRequest) WithContext

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

func (*PatchPaymentAdmissionTaskRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch payment admission task Request

func (*PatchPaymentAdmissionTaskRequest) WithID

func (*PatchPaymentAdmissionTaskRequest) WithPaymentAdmissionTaskPatchRequest

func (o *PatchPaymentAdmissionTaskRequest) WithPaymentAdmissionTaskPatchRequest(paymentAdmissionTaskPatchRequest models.PaymentAdmissionTaskAmendment) *PatchPaymentAdmissionTaskRequest

func (*PatchPaymentAdmissionTaskRequest) WithTaskID

func (*PatchPaymentAdmissionTaskRequest) WithoutPaymentAdmissionTaskPatchRequest

func (o *PatchPaymentAdmissionTaskRequest) WithoutPaymentAdmissionTaskPatchRequest() *PatchPaymentAdmissionTaskRequest

func (*PatchPaymentAdmissionTaskRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PatchReversalAdmissionTaskBadRequest

type PatchReversalAdmissionTaskBadRequest struct {

	// isStream: false
	*models.APIError
}

PatchReversalAdmissionTaskBadRequest handles this case with default header values.

Error

func NewPatchReversalAdmissionTaskBadRequest

func NewPatchReversalAdmissionTaskBadRequest() *PatchReversalAdmissionTaskBadRequest

NewPatchReversalAdmissionTaskBadRequest creates a PatchReversalAdmissionTaskBadRequest with default headers values

func (*PatchReversalAdmissionTaskBadRequest) Code

Code gets the status code for the patch reversal admission task bad request response

func (*PatchReversalAdmissionTaskBadRequest) Error

func (*PatchReversalAdmissionTaskBadRequest) IsClientError

func (o *PatchReversalAdmissionTaskBadRequest) IsClientError() bool

IsClientError returns true when this patch reversal admission task bad request response has a 4xx status code

func (*PatchReversalAdmissionTaskBadRequest) IsCode

IsCode returns true when this patch reversal admission task bad request response a status code equal to that given

func (*PatchReversalAdmissionTaskBadRequest) IsRedirect

IsRedirect returns true when this patch reversal admission task bad request response has a 3xx status code

func (*PatchReversalAdmissionTaskBadRequest) IsServerError

func (o *PatchReversalAdmissionTaskBadRequest) IsServerError() bool

IsServerError returns true when this patch reversal admission task bad request response has a 5xx status code

func (*PatchReversalAdmissionTaskBadRequest) IsSuccess

IsSuccess returns true when this patch reversal admission task bad request response has a 2xx status code

type PatchReversalAdmissionTaskConflict

type PatchReversalAdmissionTaskConflict struct {

	// isStream: false
	*models.APIError
}

PatchReversalAdmissionTaskConflict handles this case with default header values.

Conflict

func NewPatchReversalAdmissionTaskConflict

func NewPatchReversalAdmissionTaskConflict() *PatchReversalAdmissionTaskConflict

NewPatchReversalAdmissionTaskConflict creates a PatchReversalAdmissionTaskConflict with default headers values

func (*PatchReversalAdmissionTaskConflict) Code

Code gets the status code for the patch reversal admission task conflict response

func (*PatchReversalAdmissionTaskConflict) Error

func (*PatchReversalAdmissionTaskConflict) IsClientError

func (o *PatchReversalAdmissionTaskConflict) IsClientError() bool

IsClientError returns true when this patch reversal admission task conflict response has a 4xx status code

func (*PatchReversalAdmissionTaskConflict) IsCode

IsCode returns true when this patch reversal admission task conflict response a status code equal to that given

func (*PatchReversalAdmissionTaskConflict) IsRedirect

func (o *PatchReversalAdmissionTaskConflict) IsRedirect() bool

IsRedirect returns true when this patch reversal admission task conflict response has a 3xx status code

func (*PatchReversalAdmissionTaskConflict) IsServerError

func (o *PatchReversalAdmissionTaskConflict) IsServerError() bool

IsServerError returns true when this patch reversal admission task conflict response has a 5xx status code

func (*PatchReversalAdmissionTaskConflict) IsSuccess

IsSuccess returns true when this patch reversal admission task conflict response has a 2xx status code

type PatchReversalAdmissionTaskOK

type PatchReversalAdmissionTaskOK struct {

	// isStream: false
	*models.ReversalAdmissionTaskDetailsResponse
}

PatchReversalAdmissionTaskOK handles this case with default header values.

Reversal Admission Task update response

func NewPatchReversalAdmissionTaskOK

func NewPatchReversalAdmissionTaskOK() *PatchReversalAdmissionTaskOK

NewPatchReversalAdmissionTaskOK creates a PatchReversalAdmissionTaskOK with default headers values

func (*PatchReversalAdmissionTaskOK) Code

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

func (*PatchReversalAdmissionTaskOK) Error

func (*PatchReversalAdmissionTaskOK) IsClientError

func (o *PatchReversalAdmissionTaskOK) IsClientError() bool

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

func (*PatchReversalAdmissionTaskOK) IsCode

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

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

func (*PatchReversalAdmissionTaskOK) IsRedirect

func (o *PatchReversalAdmissionTaskOK) IsRedirect() bool

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

func (*PatchReversalAdmissionTaskOK) IsServerError

func (o *PatchReversalAdmissionTaskOK) IsServerError() bool

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

func (*PatchReversalAdmissionTaskOK) IsSuccess

func (o *PatchReversalAdmissionTaskOK) IsSuccess() bool

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

type PatchReversalAdmissionTaskReader

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

PatchReversalAdmissionTaskReader is a Reader for the PatchReversalAdmissionTask structure.

func (*PatchReversalAdmissionTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchReversalAdmissionTaskRequest

type PatchReversalAdmissionTaskRequest struct {
	*models.ReversalAdmissionTaskAmendment

	AdmissionID strfmt.UUID

	ID strfmt.UUID

	ReversalID strfmt.UUID

	TaskID strfmt.UUID

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

func (*PatchReversalAdmissionTaskRequest) Do

patch reversal admission task API

func (*PatchReversalAdmissionTaskRequest) FromJson

func (*PatchReversalAdmissionTaskRequest) MustDo

func (*PatchReversalAdmissionTaskRequest) WithAdmissionID

func (*PatchReversalAdmissionTaskRequest) WithContext

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

func (*PatchReversalAdmissionTaskRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch reversal admission task Request

func (*PatchReversalAdmissionTaskRequest) WithID

func (*PatchReversalAdmissionTaskRequest) WithReversalAdmissionTaskPatchRequest

func (o *PatchReversalAdmissionTaskRequest) WithReversalAdmissionTaskPatchRequest(reversalAdmissionTaskPatchRequest models.ReversalAdmissionTaskAmendment) *PatchReversalAdmissionTaskRequest

func (*PatchReversalAdmissionTaskRequest) WithReversalID

func (*PatchReversalAdmissionTaskRequest) WithTaskID

func (*PatchReversalAdmissionTaskRequest) WithoutReversalAdmissionTaskPatchRequest

func (o *PatchReversalAdmissionTaskRequest) WithoutReversalAdmissionTaskPatchRequest() *PatchReversalAdmissionTaskRequest

func (*PatchReversalAdmissionTaskRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

Jump to

Keyboard shortcuts

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