Documentation ¶
Index ¶
- type Client
- func (a *Client) GetPaymentRequestEDI(params *GetPaymentRequestEDIParams, opts ...ClientOption) (*GetPaymentRequestEDIOK, error)
- func (a *Client) ListMTOPaymentRequests(params *ListMTOPaymentRequestsParams, opts ...ClientOption) (*ListMTOPaymentRequestsOK, error)
- func (a *Client) ProcessReviewedPaymentRequests(params *ProcessReviewedPaymentRequestsParams, opts ...ClientOption) (*ProcessReviewedPaymentRequestsOK, error)
- func (a *Client) RecalculatePaymentRequest(params *RecalculatePaymentRequestParams, opts ...ClientOption) (*RecalculatePaymentRequestCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdatePaymentRequestStatus(params *UpdatePaymentRequestStatusParams, opts ...ClientOption) (*UpdatePaymentRequestStatusOK, error)
- type ClientOption
- type ClientService
- type GetPaymentRequestEDIBadRequest
- func (o *GetPaymentRequestEDIBadRequest) Code() int
- func (o *GetPaymentRequestEDIBadRequest) Error() string
- func (o *GetPaymentRequestEDIBadRequest) GetPayload() *supportmessages.ClientError
- func (o *GetPaymentRequestEDIBadRequest) IsClientError() bool
- func (o *GetPaymentRequestEDIBadRequest) IsCode(code int) bool
- func (o *GetPaymentRequestEDIBadRequest) IsRedirect() bool
- func (o *GetPaymentRequestEDIBadRequest) IsServerError() bool
- func (o *GetPaymentRequestEDIBadRequest) IsSuccess() bool
- func (o *GetPaymentRequestEDIBadRequest) String() string
- type GetPaymentRequestEDIConflict
- func (o *GetPaymentRequestEDIConflict) Code() int
- func (o *GetPaymentRequestEDIConflict) Error() string
- func (o *GetPaymentRequestEDIConflict) GetPayload() *supportmessages.ClientError
- func (o *GetPaymentRequestEDIConflict) IsClientError() bool
- func (o *GetPaymentRequestEDIConflict) IsCode(code int) bool
- func (o *GetPaymentRequestEDIConflict) IsRedirect() bool
- func (o *GetPaymentRequestEDIConflict) IsServerError() bool
- func (o *GetPaymentRequestEDIConflict) IsSuccess() bool
- func (o *GetPaymentRequestEDIConflict) String() string
- type GetPaymentRequestEDIForbidden
- func (o *GetPaymentRequestEDIForbidden) Code() int
- func (o *GetPaymentRequestEDIForbidden) Error() string
- func (o *GetPaymentRequestEDIForbidden) GetPayload() *supportmessages.ClientError
- func (o *GetPaymentRequestEDIForbidden) IsClientError() bool
- func (o *GetPaymentRequestEDIForbidden) IsCode(code int) bool
- func (o *GetPaymentRequestEDIForbidden) IsRedirect() bool
- func (o *GetPaymentRequestEDIForbidden) IsServerError() bool
- func (o *GetPaymentRequestEDIForbidden) IsSuccess() bool
- func (o *GetPaymentRequestEDIForbidden) String() string
- type GetPaymentRequestEDIInternalServerError
- func (o *GetPaymentRequestEDIInternalServerError) Code() int
- func (o *GetPaymentRequestEDIInternalServerError) Error() string
- func (o *GetPaymentRequestEDIInternalServerError) GetPayload() *supportmessages.Error
- func (o *GetPaymentRequestEDIInternalServerError) IsClientError() bool
- func (o *GetPaymentRequestEDIInternalServerError) IsCode(code int) bool
- func (o *GetPaymentRequestEDIInternalServerError) IsRedirect() bool
- func (o *GetPaymentRequestEDIInternalServerError) IsServerError() bool
- func (o *GetPaymentRequestEDIInternalServerError) IsSuccess() bool
- func (o *GetPaymentRequestEDIInternalServerError) String() string
- type GetPaymentRequestEDINotFound
- func (o *GetPaymentRequestEDINotFound) Code() int
- func (o *GetPaymentRequestEDINotFound) Error() string
- func (o *GetPaymentRequestEDINotFound) GetPayload() *supportmessages.ClientError
- func (o *GetPaymentRequestEDINotFound) IsClientError() bool
- func (o *GetPaymentRequestEDINotFound) IsCode(code int) bool
- func (o *GetPaymentRequestEDINotFound) IsRedirect() bool
- func (o *GetPaymentRequestEDINotFound) IsServerError() bool
- func (o *GetPaymentRequestEDINotFound) IsSuccess() bool
- func (o *GetPaymentRequestEDINotFound) String() string
- type GetPaymentRequestEDIOK
- func (o *GetPaymentRequestEDIOK) Code() int
- func (o *GetPaymentRequestEDIOK) Error() string
- func (o *GetPaymentRequestEDIOK) GetPayload() *supportmessages.PaymentRequestEDI
- func (o *GetPaymentRequestEDIOK) IsClientError() bool
- func (o *GetPaymentRequestEDIOK) IsCode(code int) bool
- func (o *GetPaymentRequestEDIOK) IsRedirect() bool
- func (o *GetPaymentRequestEDIOK) IsServerError() bool
- func (o *GetPaymentRequestEDIOK) IsSuccess() bool
- func (o *GetPaymentRequestEDIOK) String() string
- type GetPaymentRequestEDIParams
- func NewGetPaymentRequestEDIParams() *GetPaymentRequestEDIParams
- func NewGetPaymentRequestEDIParamsWithContext(ctx context.Context) *GetPaymentRequestEDIParams
- func NewGetPaymentRequestEDIParamsWithHTTPClient(client *http.Client) *GetPaymentRequestEDIParams
- func NewGetPaymentRequestEDIParamsWithTimeout(timeout time.Duration) *GetPaymentRequestEDIParams
- func (o *GetPaymentRequestEDIParams) SetContext(ctx context.Context)
- func (o *GetPaymentRequestEDIParams) SetDefaults()
- func (o *GetPaymentRequestEDIParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentRequestEDIParams) SetPaymentRequestID(paymentRequestID strfmt.UUID)
- func (o *GetPaymentRequestEDIParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentRequestEDIParams) WithContext(ctx context.Context) *GetPaymentRequestEDIParams
- func (o *GetPaymentRequestEDIParams) WithDefaults() *GetPaymentRequestEDIParams
- func (o *GetPaymentRequestEDIParams) WithHTTPClient(client *http.Client) *GetPaymentRequestEDIParams
- func (o *GetPaymentRequestEDIParams) WithPaymentRequestID(paymentRequestID strfmt.UUID) *GetPaymentRequestEDIParams
- func (o *GetPaymentRequestEDIParams) WithTimeout(timeout time.Duration) *GetPaymentRequestEDIParams
- func (o *GetPaymentRequestEDIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentRequestEDIReader
- type GetPaymentRequestEDIUnauthorized
- func (o *GetPaymentRequestEDIUnauthorized) Code() int
- func (o *GetPaymentRequestEDIUnauthorized) Error() string
- func (o *GetPaymentRequestEDIUnauthorized) GetPayload() *supportmessages.ClientError
- func (o *GetPaymentRequestEDIUnauthorized) IsClientError() bool
- func (o *GetPaymentRequestEDIUnauthorized) IsCode(code int) bool
- func (o *GetPaymentRequestEDIUnauthorized) IsRedirect() bool
- func (o *GetPaymentRequestEDIUnauthorized) IsServerError() bool
- func (o *GetPaymentRequestEDIUnauthorized) IsSuccess() bool
- func (o *GetPaymentRequestEDIUnauthorized) String() string
- type GetPaymentRequestEDIUnprocessableEntity
- func (o *GetPaymentRequestEDIUnprocessableEntity) Code() int
- func (o *GetPaymentRequestEDIUnprocessableEntity) Error() string
- func (o *GetPaymentRequestEDIUnprocessableEntity) GetPayload() *supportmessages.ValidationError
- func (o *GetPaymentRequestEDIUnprocessableEntity) IsClientError() bool
- func (o *GetPaymentRequestEDIUnprocessableEntity) IsCode(code int) bool
- func (o *GetPaymentRequestEDIUnprocessableEntity) IsRedirect() bool
- func (o *GetPaymentRequestEDIUnprocessableEntity) IsServerError() bool
- func (o *GetPaymentRequestEDIUnprocessableEntity) IsSuccess() bool
- func (o *GetPaymentRequestEDIUnprocessableEntity) String() string
- type ListMTOPaymentRequestsBadRequest
- func (o *ListMTOPaymentRequestsBadRequest) Code() int
- func (o *ListMTOPaymentRequestsBadRequest) Error() string
- func (o *ListMTOPaymentRequestsBadRequest) GetPayload() *supportmessages.ClientError
- func (o *ListMTOPaymentRequestsBadRequest) IsClientError() bool
- func (o *ListMTOPaymentRequestsBadRequest) IsCode(code int) bool
- func (o *ListMTOPaymentRequestsBadRequest) IsRedirect() bool
- func (o *ListMTOPaymentRequestsBadRequest) IsServerError() bool
- func (o *ListMTOPaymentRequestsBadRequest) IsSuccess() bool
- func (o *ListMTOPaymentRequestsBadRequest) String() string
- type ListMTOPaymentRequestsForbidden
- func (o *ListMTOPaymentRequestsForbidden) Code() int
- func (o *ListMTOPaymentRequestsForbidden) Error() string
- func (o *ListMTOPaymentRequestsForbidden) GetPayload() *supportmessages.ClientError
- func (o *ListMTOPaymentRequestsForbidden) IsClientError() bool
- func (o *ListMTOPaymentRequestsForbidden) IsCode(code int) bool
- func (o *ListMTOPaymentRequestsForbidden) IsRedirect() bool
- func (o *ListMTOPaymentRequestsForbidden) IsServerError() bool
- func (o *ListMTOPaymentRequestsForbidden) IsSuccess() bool
- func (o *ListMTOPaymentRequestsForbidden) String() string
- type ListMTOPaymentRequestsInternalServerError
- func (o *ListMTOPaymentRequestsInternalServerError) Code() int
- func (o *ListMTOPaymentRequestsInternalServerError) Error() string
- func (o *ListMTOPaymentRequestsInternalServerError) GetPayload() *supportmessages.Error
- func (o *ListMTOPaymentRequestsInternalServerError) IsClientError() bool
- func (o *ListMTOPaymentRequestsInternalServerError) IsCode(code int) bool
- func (o *ListMTOPaymentRequestsInternalServerError) IsRedirect() bool
- func (o *ListMTOPaymentRequestsInternalServerError) IsServerError() bool
- func (o *ListMTOPaymentRequestsInternalServerError) IsSuccess() bool
- func (o *ListMTOPaymentRequestsInternalServerError) String() string
- type ListMTOPaymentRequestsNotFound
- func (o *ListMTOPaymentRequestsNotFound) Code() int
- func (o *ListMTOPaymentRequestsNotFound) Error() string
- func (o *ListMTOPaymentRequestsNotFound) GetPayload() *supportmessages.ClientError
- func (o *ListMTOPaymentRequestsNotFound) IsClientError() bool
- func (o *ListMTOPaymentRequestsNotFound) IsCode(code int) bool
- func (o *ListMTOPaymentRequestsNotFound) IsRedirect() bool
- func (o *ListMTOPaymentRequestsNotFound) IsServerError() bool
- func (o *ListMTOPaymentRequestsNotFound) IsSuccess() bool
- func (o *ListMTOPaymentRequestsNotFound) String() string
- type ListMTOPaymentRequestsOK
- func (o *ListMTOPaymentRequestsOK) Code() int
- func (o *ListMTOPaymentRequestsOK) Error() string
- func (o *ListMTOPaymentRequestsOK) GetPayload() supportmessages.PaymentRequests
- func (o *ListMTOPaymentRequestsOK) IsClientError() bool
- func (o *ListMTOPaymentRequestsOK) IsCode(code int) bool
- func (o *ListMTOPaymentRequestsOK) IsRedirect() bool
- func (o *ListMTOPaymentRequestsOK) IsServerError() bool
- func (o *ListMTOPaymentRequestsOK) IsSuccess() bool
- func (o *ListMTOPaymentRequestsOK) String() string
- type ListMTOPaymentRequestsParams
- func NewListMTOPaymentRequestsParams() *ListMTOPaymentRequestsParams
- func NewListMTOPaymentRequestsParamsWithContext(ctx context.Context) *ListMTOPaymentRequestsParams
- func NewListMTOPaymentRequestsParamsWithHTTPClient(client *http.Client) *ListMTOPaymentRequestsParams
- func NewListMTOPaymentRequestsParamsWithTimeout(timeout time.Duration) *ListMTOPaymentRequestsParams
- func (o *ListMTOPaymentRequestsParams) SetContext(ctx context.Context)
- func (o *ListMTOPaymentRequestsParams) SetDefaults()
- func (o *ListMTOPaymentRequestsParams) SetHTTPClient(client *http.Client)
- func (o *ListMTOPaymentRequestsParams) SetMoveTaskOrderID(moveTaskOrderID strfmt.UUID)
- func (o *ListMTOPaymentRequestsParams) SetTimeout(timeout time.Duration)
- func (o *ListMTOPaymentRequestsParams) WithContext(ctx context.Context) *ListMTOPaymentRequestsParams
- func (o *ListMTOPaymentRequestsParams) WithDefaults() *ListMTOPaymentRequestsParams
- func (o *ListMTOPaymentRequestsParams) WithHTTPClient(client *http.Client) *ListMTOPaymentRequestsParams
- func (o *ListMTOPaymentRequestsParams) WithMoveTaskOrderID(moveTaskOrderID strfmt.UUID) *ListMTOPaymentRequestsParams
- func (o *ListMTOPaymentRequestsParams) WithTimeout(timeout time.Duration) *ListMTOPaymentRequestsParams
- func (o *ListMTOPaymentRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMTOPaymentRequestsReader
- type ListMTOPaymentRequestsUnauthorized
- func (o *ListMTOPaymentRequestsUnauthorized) Code() int
- func (o *ListMTOPaymentRequestsUnauthorized) Error() string
- func (o *ListMTOPaymentRequestsUnauthorized) GetPayload() *supportmessages.ClientError
- func (o *ListMTOPaymentRequestsUnauthorized) IsClientError() bool
- func (o *ListMTOPaymentRequestsUnauthorized) IsCode(code int) bool
- func (o *ListMTOPaymentRequestsUnauthorized) IsRedirect() bool
- func (o *ListMTOPaymentRequestsUnauthorized) IsServerError() bool
- func (o *ListMTOPaymentRequestsUnauthorized) IsSuccess() bool
- func (o *ListMTOPaymentRequestsUnauthorized) String() string
- type ProcessReviewedPaymentRequestsBadRequest
- func (o *ProcessReviewedPaymentRequestsBadRequest) Code() int
- func (o *ProcessReviewedPaymentRequestsBadRequest) Error() string
- func (o *ProcessReviewedPaymentRequestsBadRequest) GetPayload() *supportmessages.ClientError
- func (o *ProcessReviewedPaymentRequestsBadRequest) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsBadRequest) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsBadRequest) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsBadRequest) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsBadRequest) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsBadRequest) String() string
- type ProcessReviewedPaymentRequestsForbidden
- func (o *ProcessReviewedPaymentRequestsForbidden) Code() int
- func (o *ProcessReviewedPaymentRequestsForbidden) Error() string
- func (o *ProcessReviewedPaymentRequestsForbidden) GetPayload() *supportmessages.ClientError
- func (o *ProcessReviewedPaymentRequestsForbidden) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsForbidden) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsForbidden) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsForbidden) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsForbidden) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsForbidden) String() string
- type ProcessReviewedPaymentRequestsInternalServerError
- func (o *ProcessReviewedPaymentRequestsInternalServerError) Code() int
- func (o *ProcessReviewedPaymentRequestsInternalServerError) Error() string
- func (o *ProcessReviewedPaymentRequestsInternalServerError) GetPayload() *supportmessages.Error
- func (o *ProcessReviewedPaymentRequestsInternalServerError) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsInternalServerError) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsInternalServerError) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsInternalServerError) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsInternalServerError) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsInternalServerError) String() string
- type ProcessReviewedPaymentRequestsNotFound
- func (o *ProcessReviewedPaymentRequestsNotFound) Code() int
- func (o *ProcessReviewedPaymentRequestsNotFound) Error() string
- func (o *ProcessReviewedPaymentRequestsNotFound) GetPayload() *supportmessages.ClientError
- func (o *ProcessReviewedPaymentRequestsNotFound) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsNotFound) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsNotFound) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsNotFound) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsNotFound) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsNotFound) String() string
- type ProcessReviewedPaymentRequestsOK
- func (o *ProcessReviewedPaymentRequestsOK) Code() int
- func (o *ProcessReviewedPaymentRequestsOK) Error() string
- func (o *ProcessReviewedPaymentRequestsOK) GetPayload() supportmessages.PaymentRequests
- func (o *ProcessReviewedPaymentRequestsOK) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsOK) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsOK) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsOK) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsOK) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsOK) String() string
- type ProcessReviewedPaymentRequestsParams
- func NewProcessReviewedPaymentRequestsParams() *ProcessReviewedPaymentRequestsParams
- func NewProcessReviewedPaymentRequestsParamsWithContext(ctx context.Context) *ProcessReviewedPaymentRequestsParams
- func NewProcessReviewedPaymentRequestsParamsWithHTTPClient(client *http.Client) *ProcessReviewedPaymentRequestsParams
- func NewProcessReviewedPaymentRequestsParamsWithTimeout(timeout time.Duration) *ProcessReviewedPaymentRequestsParams
- func (o *ProcessReviewedPaymentRequestsParams) SetBody(body *supportmessages.ProcessReviewedPaymentRequests)
- func (o *ProcessReviewedPaymentRequestsParams) SetContext(ctx context.Context)
- func (o *ProcessReviewedPaymentRequestsParams) SetDefaults()
- func (o *ProcessReviewedPaymentRequestsParams) SetHTTPClient(client *http.Client)
- func (o *ProcessReviewedPaymentRequestsParams) SetTimeout(timeout time.Duration)
- func (o *ProcessReviewedPaymentRequestsParams) WithBody(body *supportmessages.ProcessReviewedPaymentRequests) *ProcessReviewedPaymentRequestsParams
- func (o *ProcessReviewedPaymentRequestsParams) WithContext(ctx context.Context) *ProcessReviewedPaymentRequestsParams
- func (o *ProcessReviewedPaymentRequestsParams) WithDefaults() *ProcessReviewedPaymentRequestsParams
- func (o *ProcessReviewedPaymentRequestsParams) WithHTTPClient(client *http.Client) *ProcessReviewedPaymentRequestsParams
- func (o *ProcessReviewedPaymentRequestsParams) WithTimeout(timeout time.Duration) *ProcessReviewedPaymentRequestsParams
- func (o *ProcessReviewedPaymentRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProcessReviewedPaymentRequestsReader
- type ProcessReviewedPaymentRequestsUnauthorized
- func (o *ProcessReviewedPaymentRequestsUnauthorized) Code() int
- func (o *ProcessReviewedPaymentRequestsUnauthorized) Error() string
- func (o *ProcessReviewedPaymentRequestsUnauthorized) GetPayload() *supportmessages.ClientError
- func (o *ProcessReviewedPaymentRequestsUnauthorized) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsUnauthorized) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsUnauthorized) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsUnauthorized) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsUnauthorized) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsUnauthorized) String() string
- type ProcessReviewedPaymentRequestsUnprocessableEntity
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) Code() int
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) Error() string
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) GetPayload() *supportmessages.ValidationError
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsClientError() bool
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsCode(code int) bool
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsRedirect() bool
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsServerError() bool
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsSuccess() bool
- func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) String() string
- type RecalculatePaymentRequestBadRequest
- func (o *RecalculatePaymentRequestBadRequest) Code() int
- func (o *RecalculatePaymentRequestBadRequest) Error() string
- func (o *RecalculatePaymentRequestBadRequest) GetPayload() *supportmessages.ClientError
- func (o *RecalculatePaymentRequestBadRequest) IsClientError() bool
- func (o *RecalculatePaymentRequestBadRequest) IsCode(code int) bool
- func (o *RecalculatePaymentRequestBadRequest) IsRedirect() bool
- func (o *RecalculatePaymentRequestBadRequest) IsServerError() bool
- func (o *RecalculatePaymentRequestBadRequest) IsSuccess() bool
- func (o *RecalculatePaymentRequestBadRequest) String() string
- type RecalculatePaymentRequestConflict
- func (o *RecalculatePaymentRequestConflict) Code() int
- func (o *RecalculatePaymentRequestConflict) Error() string
- func (o *RecalculatePaymentRequestConflict) GetPayload() *supportmessages.ClientError
- func (o *RecalculatePaymentRequestConflict) IsClientError() bool
- func (o *RecalculatePaymentRequestConflict) IsCode(code int) bool
- func (o *RecalculatePaymentRequestConflict) IsRedirect() bool
- func (o *RecalculatePaymentRequestConflict) IsServerError() bool
- func (o *RecalculatePaymentRequestConflict) IsSuccess() bool
- func (o *RecalculatePaymentRequestConflict) String() string
- type RecalculatePaymentRequestCreated
- func (o *RecalculatePaymentRequestCreated) Code() int
- func (o *RecalculatePaymentRequestCreated) Error() string
- func (o *RecalculatePaymentRequestCreated) GetPayload() *supportmessages.PaymentRequest
- func (o *RecalculatePaymentRequestCreated) IsClientError() bool
- func (o *RecalculatePaymentRequestCreated) IsCode(code int) bool
- func (o *RecalculatePaymentRequestCreated) IsRedirect() bool
- func (o *RecalculatePaymentRequestCreated) IsServerError() bool
- func (o *RecalculatePaymentRequestCreated) IsSuccess() bool
- func (o *RecalculatePaymentRequestCreated) String() string
- type RecalculatePaymentRequestForbidden
- func (o *RecalculatePaymentRequestForbidden) Code() int
- func (o *RecalculatePaymentRequestForbidden) Error() string
- func (o *RecalculatePaymentRequestForbidden) GetPayload() *supportmessages.ClientError
- func (o *RecalculatePaymentRequestForbidden) IsClientError() bool
- func (o *RecalculatePaymentRequestForbidden) IsCode(code int) bool
- func (o *RecalculatePaymentRequestForbidden) IsRedirect() bool
- func (o *RecalculatePaymentRequestForbidden) IsServerError() bool
- func (o *RecalculatePaymentRequestForbidden) IsSuccess() bool
- func (o *RecalculatePaymentRequestForbidden) String() string
- type RecalculatePaymentRequestInternalServerError
- func (o *RecalculatePaymentRequestInternalServerError) Code() int
- func (o *RecalculatePaymentRequestInternalServerError) Error() string
- func (o *RecalculatePaymentRequestInternalServerError) GetPayload() *supportmessages.Error
- func (o *RecalculatePaymentRequestInternalServerError) IsClientError() bool
- func (o *RecalculatePaymentRequestInternalServerError) IsCode(code int) bool
- func (o *RecalculatePaymentRequestInternalServerError) IsRedirect() bool
- func (o *RecalculatePaymentRequestInternalServerError) IsServerError() bool
- func (o *RecalculatePaymentRequestInternalServerError) IsSuccess() bool
- func (o *RecalculatePaymentRequestInternalServerError) String() string
- type RecalculatePaymentRequestNotFound
- func (o *RecalculatePaymentRequestNotFound) Code() int
- func (o *RecalculatePaymentRequestNotFound) Error() string
- func (o *RecalculatePaymentRequestNotFound) GetPayload() *supportmessages.ClientError
- func (o *RecalculatePaymentRequestNotFound) IsClientError() bool
- func (o *RecalculatePaymentRequestNotFound) IsCode(code int) bool
- func (o *RecalculatePaymentRequestNotFound) IsRedirect() bool
- func (o *RecalculatePaymentRequestNotFound) IsServerError() bool
- func (o *RecalculatePaymentRequestNotFound) IsSuccess() bool
- func (o *RecalculatePaymentRequestNotFound) String() string
- type RecalculatePaymentRequestParams
- func NewRecalculatePaymentRequestParams() *RecalculatePaymentRequestParams
- func NewRecalculatePaymentRequestParamsWithContext(ctx context.Context) *RecalculatePaymentRequestParams
- func NewRecalculatePaymentRequestParamsWithHTTPClient(client *http.Client) *RecalculatePaymentRequestParams
- func NewRecalculatePaymentRequestParamsWithTimeout(timeout time.Duration) *RecalculatePaymentRequestParams
- func (o *RecalculatePaymentRequestParams) SetContext(ctx context.Context)
- func (o *RecalculatePaymentRequestParams) SetDefaults()
- func (o *RecalculatePaymentRequestParams) SetHTTPClient(client *http.Client)
- func (o *RecalculatePaymentRequestParams) SetPaymentRequestID(paymentRequestID strfmt.UUID)
- func (o *RecalculatePaymentRequestParams) SetTimeout(timeout time.Duration)
- func (o *RecalculatePaymentRequestParams) WithContext(ctx context.Context) *RecalculatePaymentRequestParams
- func (o *RecalculatePaymentRequestParams) WithDefaults() *RecalculatePaymentRequestParams
- func (o *RecalculatePaymentRequestParams) WithHTTPClient(client *http.Client) *RecalculatePaymentRequestParams
- func (o *RecalculatePaymentRequestParams) WithPaymentRequestID(paymentRequestID strfmt.UUID) *RecalculatePaymentRequestParams
- func (o *RecalculatePaymentRequestParams) WithTimeout(timeout time.Duration) *RecalculatePaymentRequestParams
- func (o *RecalculatePaymentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RecalculatePaymentRequestPreconditionFailed
- func (o *RecalculatePaymentRequestPreconditionFailed) Code() int
- func (o *RecalculatePaymentRequestPreconditionFailed) Error() string
- func (o *RecalculatePaymentRequestPreconditionFailed) GetPayload() *supportmessages.ClientError
- func (o *RecalculatePaymentRequestPreconditionFailed) IsClientError() bool
- func (o *RecalculatePaymentRequestPreconditionFailed) IsCode(code int) bool
- func (o *RecalculatePaymentRequestPreconditionFailed) IsRedirect() bool
- func (o *RecalculatePaymentRequestPreconditionFailed) IsServerError() bool
- func (o *RecalculatePaymentRequestPreconditionFailed) IsSuccess() bool
- func (o *RecalculatePaymentRequestPreconditionFailed) String() string
- type RecalculatePaymentRequestReader
- type RecalculatePaymentRequestUnauthorized
- func (o *RecalculatePaymentRequestUnauthorized) Code() int
- func (o *RecalculatePaymentRequestUnauthorized) Error() string
- func (o *RecalculatePaymentRequestUnauthorized) GetPayload() *supportmessages.ClientError
- func (o *RecalculatePaymentRequestUnauthorized) IsClientError() bool
- func (o *RecalculatePaymentRequestUnauthorized) IsCode(code int) bool
- func (o *RecalculatePaymentRequestUnauthorized) IsRedirect() bool
- func (o *RecalculatePaymentRequestUnauthorized) IsServerError() bool
- func (o *RecalculatePaymentRequestUnauthorized) IsSuccess() bool
- func (o *RecalculatePaymentRequestUnauthorized) String() string
- type RecalculatePaymentRequestUnprocessableEntity
- func (o *RecalculatePaymentRequestUnprocessableEntity) Code() int
- func (o *RecalculatePaymentRequestUnprocessableEntity) Error() string
- func (o *RecalculatePaymentRequestUnprocessableEntity) GetPayload() *supportmessages.ValidationError
- func (o *RecalculatePaymentRequestUnprocessableEntity) IsClientError() bool
- func (o *RecalculatePaymentRequestUnprocessableEntity) IsCode(code int) bool
- func (o *RecalculatePaymentRequestUnprocessableEntity) IsRedirect() bool
- func (o *RecalculatePaymentRequestUnprocessableEntity) IsServerError() bool
- func (o *RecalculatePaymentRequestUnprocessableEntity) IsSuccess() bool
- func (o *RecalculatePaymentRequestUnprocessableEntity) String() string
- type UpdatePaymentRequestStatusBadRequest
- func (o *UpdatePaymentRequestStatusBadRequest) Code() int
- func (o *UpdatePaymentRequestStatusBadRequest) Error() string
- func (o *UpdatePaymentRequestStatusBadRequest) GetPayload() *supportmessages.ClientError
- func (o *UpdatePaymentRequestStatusBadRequest) IsClientError() bool
- func (o *UpdatePaymentRequestStatusBadRequest) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusBadRequest) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusBadRequest) IsServerError() bool
- func (o *UpdatePaymentRequestStatusBadRequest) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusBadRequest) String() string
- type UpdatePaymentRequestStatusConflict
- func (o *UpdatePaymentRequestStatusConflict) Code() int
- func (o *UpdatePaymentRequestStatusConflict) Error() string
- func (o *UpdatePaymentRequestStatusConflict) GetPayload() *supportmessages.ClientError
- func (o *UpdatePaymentRequestStatusConflict) IsClientError() bool
- func (o *UpdatePaymentRequestStatusConflict) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusConflict) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusConflict) IsServerError() bool
- func (o *UpdatePaymentRequestStatusConflict) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusConflict) String() string
- type UpdatePaymentRequestStatusForbidden
- func (o *UpdatePaymentRequestStatusForbidden) Code() int
- func (o *UpdatePaymentRequestStatusForbidden) Error() string
- func (o *UpdatePaymentRequestStatusForbidden) GetPayload() *supportmessages.ClientError
- func (o *UpdatePaymentRequestStatusForbidden) IsClientError() bool
- func (o *UpdatePaymentRequestStatusForbidden) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusForbidden) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusForbidden) IsServerError() bool
- func (o *UpdatePaymentRequestStatusForbidden) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusForbidden) String() string
- type UpdatePaymentRequestStatusInternalServerError
- func (o *UpdatePaymentRequestStatusInternalServerError) Code() int
- func (o *UpdatePaymentRequestStatusInternalServerError) Error() string
- func (o *UpdatePaymentRequestStatusInternalServerError) GetPayload() *supportmessages.Error
- func (o *UpdatePaymentRequestStatusInternalServerError) IsClientError() bool
- func (o *UpdatePaymentRequestStatusInternalServerError) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusInternalServerError) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusInternalServerError) IsServerError() bool
- func (o *UpdatePaymentRequestStatusInternalServerError) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusInternalServerError) String() string
- type UpdatePaymentRequestStatusNotFound
- func (o *UpdatePaymentRequestStatusNotFound) Code() int
- func (o *UpdatePaymentRequestStatusNotFound) Error() string
- func (o *UpdatePaymentRequestStatusNotFound) GetPayload() *supportmessages.ClientError
- func (o *UpdatePaymentRequestStatusNotFound) IsClientError() bool
- func (o *UpdatePaymentRequestStatusNotFound) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusNotFound) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusNotFound) IsServerError() bool
- func (o *UpdatePaymentRequestStatusNotFound) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusNotFound) String() string
- type UpdatePaymentRequestStatusOK
- func (o *UpdatePaymentRequestStatusOK) Code() int
- func (o *UpdatePaymentRequestStatusOK) Error() string
- func (o *UpdatePaymentRequestStatusOK) GetPayload() *supportmessages.PaymentRequest
- func (o *UpdatePaymentRequestStatusOK) IsClientError() bool
- func (o *UpdatePaymentRequestStatusOK) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusOK) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusOK) IsServerError() bool
- func (o *UpdatePaymentRequestStatusOK) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusOK) String() string
- type UpdatePaymentRequestStatusParams
- func NewUpdatePaymentRequestStatusParams() *UpdatePaymentRequestStatusParams
- func NewUpdatePaymentRequestStatusParamsWithContext(ctx context.Context) *UpdatePaymentRequestStatusParams
- func NewUpdatePaymentRequestStatusParamsWithHTTPClient(client *http.Client) *UpdatePaymentRequestStatusParams
- func NewUpdatePaymentRequestStatusParamsWithTimeout(timeout time.Duration) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) SetBody(body *supportmessages.UpdatePaymentRequestStatus)
- func (o *UpdatePaymentRequestStatusParams) SetContext(ctx context.Context)
- func (o *UpdatePaymentRequestStatusParams) SetDefaults()
- func (o *UpdatePaymentRequestStatusParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePaymentRequestStatusParams) SetIfMatch(ifMatch string)
- func (o *UpdatePaymentRequestStatusParams) SetPaymentRequestID(paymentRequestID strfmt.UUID)
- func (o *UpdatePaymentRequestStatusParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePaymentRequestStatusParams) WithBody(body *supportmessages.UpdatePaymentRequestStatus) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WithContext(ctx context.Context) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WithDefaults() *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WithHTTPClient(client *http.Client) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WithIfMatch(ifMatch string) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WithPaymentRequestID(paymentRequestID strfmt.UUID) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WithTimeout(timeout time.Duration) *UpdatePaymentRequestStatusParams
- func (o *UpdatePaymentRequestStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePaymentRequestStatusPreconditionFailed
- func (o *UpdatePaymentRequestStatusPreconditionFailed) Code() int
- func (o *UpdatePaymentRequestStatusPreconditionFailed) Error() string
- func (o *UpdatePaymentRequestStatusPreconditionFailed) GetPayload() *supportmessages.ClientError
- func (o *UpdatePaymentRequestStatusPreconditionFailed) IsClientError() bool
- func (o *UpdatePaymentRequestStatusPreconditionFailed) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusPreconditionFailed) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusPreconditionFailed) IsServerError() bool
- func (o *UpdatePaymentRequestStatusPreconditionFailed) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusPreconditionFailed) String() string
- type UpdatePaymentRequestStatusReader
- type UpdatePaymentRequestStatusUnauthorized
- func (o *UpdatePaymentRequestStatusUnauthorized) Code() int
- func (o *UpdatePaymentRequestStatusUnauthorized) Error() string
- func (o *UpdatePaymentRequestStatusUnauthorized) GetPayload() *supportmessages.ClientError
- func (o *UpdatePaymentRequestStatusUnauthorized) IsClientError() bool
- func (o *UpdatePaymentRequestStatusUnauthorized) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusUnauthorized) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusUnauthorized) IsServerError() bool
- func (o *UpdatePaymentRequestStatusUnauthorized) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusUnauthorized) String() string
- type UpdatePaymentRequestStatusUnprocessableEntity
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) Code() int
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) Error() string
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) GetPayload() *supportmessages.ValidationError
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsClientError() bool
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsCode(code int) bool
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsRedirect() bool
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsServerError() bool
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsSuccess() bool
- func (o *UpdatePaymentRequestStatusUnprocessableEntity) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for payment request API
func (*Client) GetPaymentRequestEDI ¶
func (a *Client) GetPaymentRequestEDI(params *GetPaymentRequestEDIParams, opts ...ClientOption) (*GetPaymentRequestEDIOK, error)
GetPaymentRequestEDI gets payment request e d i Returns the EDI (Electronic Data Interchange) message for the payment request identified
by the given payment request ID. Note that the EDI returned in the JSON payload will have where there would normally be line breaks (due to JSON not allowing line breaks in a string).
This is a support endpoint and will not be available in production.
func (*Client) ListMTOPaymentRequests ¶
func (a *Client) ListMTOPaymentRequests(params *ListMTOPaymentRequestsParams, opts ...ClientOption) (*ListMTOPaymentRequestsOK, error)
ListMTOPaymentRequests lists m t o payment requests ### Functionality
This endpoint lists all PaymentRequests associated with a given MoveTaskOrder.
This is a support endpoint and is not available in production.
func (*Client) ProcessReviewedPaymentRequests ¶
func (a *Client) ProcessReviewedPaymentRequests(params *ProcessReviewedPaymentRequestsParams, opts ...ClientOption) (*ProcessReviewedPaymentRequestsOK, error)
ProcessReviewedPaymentRequests processes reviewed payment requests Updates the status of reviewed payment requests and sends PRs to Syncada if
the SendToSyncada flag is set
This is a support endpoint and will not be available in production.
func (*Client) RecalculatePaymentRequest ¶
func (a *Client) RecalculatePaymentRequest(params *RecalculatePaymentRequestParams, opts ...ClientOption) (*RecalculatePaymentRequestCreated, error)
RecalculatePaymentRequest recalculates payment request Recalculates an existing pending payment request by creating a new payment request for the same service
items but is priced based on the current inputs (weights, dates, etc.). The previously existing payment request is then deprecated. A link is made between the new and existing payment requests.
This is a support endpoint and will not be available in production.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdatePaymentRequestStatus ¶
func (a *Client) UpdatePaymentRequestStatus(params *UpdatePaymentRequestStatusParams, opts ...ClientOption) (*UpdatePaymentRequestStatusOK, error)
UpdatePaymentRequestStatus updates payment request status Updates status of a payment request to REVIEWED, SENT_TO_GEX, TPPS_RECEIVED, REVIEWED_AND_ALL_SERVICE_ITEMS_REJECTED, PAID, EDI_ERROR, or DEPRECATED.
A status of REVIEWED can optionally have a `rejectionReason`.
This is a support endpoint and is not available in production.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetPaymentRequestEDI(params *GetPaymentRequestEDIParams, opts ...ClientOption) (*GetPaymentRequestEDIOK, error) ListMTOPaymentRequests(params *ListMTOPaymentRequestsParams, opts ...ClientOption) (*ListMTOPaymentRequestsOK, error) ProcessReviewedPaymentRequests(params *ProcessReviewedPaymentRequestsParams, opts ...ClientOption) (*ProcessReviewedPaymentRequestsOK, error) RecalculatePaymentRequest(params *RecalculatePaymentRequestParams, opts ...ClientOption) (*RecalculatePaymentRequestCreated, error) UpdatePaymentRequestStatus(params *UpdatePaymentRequestStatusParams, opts ...ClientOption) (*UpdatePaymentRequestStatusOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new payment request API client.
type GetPaymentRequestEDIBadRequest ¶
type GetPaymentRequestEDIBadRequest struct {
Payload *supportmessages.ClientError
}
GetPaymentRequestEDIBadRequest describes a response with status code 400, with default header values.
The request payload is invalid.
func NewGetPaymentRequestEDIBadRequest ¶
func NewGetPaymentRequestEDIBadRequest() *GetPaymentRequestEDIBadRequest
NewGetPaymentRequestEDIBadRequest creates a GetPaymentRequestEDIBadRequest with default headers values
func (*GetPaymentRequestEDIBadRequest) Code ¶
func (o *GetPaymentRequestEDIBadRequest) Code() int
Code gets the status code for the get payment request e d i bad request response
func (*GetPaymentRequestEDIBadRequest) Error ¶
func (o *GetPaymentRequestEDIBadRequest) Error() string
func (*GetPaymentRequestEDIBadRequest) GetPayload ¶
func (o *GetPaymentRequestEDIBadRequest) GetPayload() *supportmessages.ClientError
func (*GetPaymentRequestEDIBadRequest) IsClientError ¶
func (o *GetPaymentRequestEDIBadRequest) IsClientError() bool
IsClientError returns true when this get payment request e d i bad request response has a 4xx status code
func (*GetPaymentRequestEDIBadRequest) IsCode ¶
func (o *GetPaymentRequestEDIBadRequest) IsCode(code int) bool
IsCode returns true when this get payment request e d i bad request response a status code equal to that given
func (*GetPaymentRequestEDIBadRequest) IsRedirect ¶
func (o *GetPaymentRequestEDIBadRequest) IsRedirect() bool
IsRedirect returns true when this get payment request e d i bad request response has a 3xx status code
func (*GetPaymentRequestEDIBadRequest) IsServerError ¶
func (o *GetPaymentRequestEDIBadRequest) IsServerError() bool
IsServerError returns true when this get payment request e d i bad request response has a 5xx status code
func (*GetPaymentRequestEDIBadRequest) IsSuccess ¶
func (o *GetPaymentRequestEDIBadRequest) IsSuccess() bool
IsSuccess returns true when this get payment request e d i bad request response has a 2xx status code
func (*GetPaymentRequestEDIBadRequest) String ¶
func (o *GetPaymentRequestEDIBadRequest) String() string
type GetPaymentRequestEDIConflict ¶
type GetPaymentRequestEDIConflict struct {
Payload *supportmessages.ClientError
}
GetPaymentRequestEDIConflict describes a response with status code 409, with default header values.
There was a conflict with the request.
func NewGetPaymentRequestEDIConflict ¶
func NewGetPaymentRequestEDIConflict() *GetPaymentRequestEDIConflict
NewGetPaymentRequestEDIConflict creates a GetPaymentRequestEDIConflict with default headers values
func (*GetPaymentRequestEDIConflict) Code ¶
func (o *GetPaymentRequestEDIConflict) Code() int
Code gets the status code for the get payment request e d i conflict response
func (*GetPaymentRequestEDIConflict) Error ¶
func (o *GetPaymentRequestEDIConflict) Error() string
func (*GetPaymentRequestEDIConflict) GetPayload ¶
func (o *GetPaymentRequestEDIConflict) GetPayload() *supportmessages.ClientError
func (*GetPaymentRequestEDIConflict) IsClientError ¶
func (o *GetPaymentRequestEDIConflict) IsClientError() bool
IsClientError returns true when this get payment request e d i conflict response has a 4xx status code
func (*GetPaymentRequestEDIConflict) IsCode ¶
func (o *GetPaymentRequestEDIConflict) IsCode(code int) bool
IsCode returns true when this get payment request e d i conflict response a status code equal to that given
func (*GetPaymentRequestEDIConflict) IsRedirect ¶
func (o *GetPaymentRequestEDIConflict) IsRedirect() bool
IsRedirect returns true when this get payment request e d i conflict response has a 3xx status code
func (*GetPaymentRequestEDIConflict) IsServerError ¶
func (o *GetPaymentRequestEDIConflict) IsServerError() bool
IsServerError returns true when this get payment request e d i conflict response has a 5xx status code
func (*GetPaymentRequestEDIConflict) IsSuccess ¶
func (o *GetPaymentRequestEDIConflict) IsSuccess() bool
IsSuccess returns true when this get payment request e d i conflict response has a 2xx status code
func (*GetPaymentRequestEDIConflict) String ¶
func (o *GetPaymentRequestEDIConflict) String() string
type GetPaymentRequestEDIForbidden ¶
type GetPaymentRequestEDIForbidden struct {
Payload *supportmessages.ClientError
}
GetPaymentRequestEDIForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewGetPaymentRequestEDIForbidden ¶
func NewGetPaymentRequestEDIForbidden() *GetPaymentRequestEDIForbidden
NewGetPaymentRequestEDIForbidden creates a GetPaymentRequestEDIForbidden with default headers values
func (*GetPaymentRequestEDIForbidden) Code ¶
func (o *GetPaymentRequestEDIForbidden) Code() int
Code gets the status code for the get payment request e d i forbidden response
func (*GetPaymentRequestEDIForbidden) Error ¶
func (o *GetPaymentRequestEDIForbidden) Error() string
func (*GetPaymentRequestEDIForbidden) GetPayload ¶
func (o *GetPaymentRequestEDIForbidden) GetPayload() *supportmessages.ClientError
func (*GetPaymentRequestEDIForbidden) IsClientError ¶
func (o *GetPaymentRequestEDIForbidden) IsClientError() bool
IsClientError returns true when this get payment request e d i forbidden response has a 4xx status code
func (*GetPaymentRequestEDIForbidden) IsCode ¶
func (o *GetPaymentRequestEDIForbidden) IsCode(code int) bool
IsCode returns true when this get payment request e d i forbidden response a status code equal to that given
func (*GetPaymentRequestEDIForbidden) IsRedirect ¶
func (o *GetPaymentRequestEDIForbidden) IsRedirect() bool
IsRedirect returns true when this get payment request e d i forbidden response has a 3xx status code
func (*GetPaymentRequestEDIForbidden) IsServerError ¶
func (o *GetPaymentRequestEDIForbidden) IsServerError() bool
IsServerError returns true when this get payment request e d i forbidden response has a 5xx status code
func (*GetPaymentRequestEDIForbidden) IsSuccess ¶
func (o *GetPaymentRequestEDIForbidden) IsSuccess() bool
IsSuccess returns true when this get payment request e d i forbidden response has a 2xx status code
func (*GetPaymentRequestEDIForbidden) String ¶
func (o *GetPaymentRequestEDIForbidden) String() string
type GetPaymentRequestEDIInternalServerError ¶
type GetPaymentRequestEDIInternalServerError struct {
Payload *supportmessages.Error
}
GetPaymentRequestEDIInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewGetPaymentRequestEDIInternalServerError ¶
func NewGetPaymentRequestEDIInternalServerError() *GetPaymentRequestEDIInternalServerError
NewGetPaymentRequestEDIInternalServerError creates a GetPaymentRequestEDIInternalServerError with default headers values
func (*GetPaymentRequestEDIInternalServerError) Code ¶
func (o *GetPaymentRequestEDIInternalServerError) Code() int
Code gets the status code for the get payment request e d i internal server error response
func (*GetPaymentRequestEDIInternalServerError) Error ¶
func (o *GetPaymentRequestEDIInternalServerError) Error() string
func (*GetPaymentRequestEDIInternalServerError) GetPayload ¶
func (o *GetPaymentRequestEDIInternalServerError) GetPayload() *supportmessages.Error
func (*GetPaymentRequestEDIInternalServerError) IsClientError ¶
func (o *GetPaymentRequestEDIInternalServerError) IsClientError() bool
IsClientError returns true when this get payment request e d i internal server error response has a 4xx status code
func (*GetPaymentRequestEDIInternalServerError) IsCode ¶
func (o *GetPaymentRequestEDIInternalServerError) IsCode(code int) bool
IsCode returns true when this get payment request e d i internal server error response a status code equal to that given
func (*GetPaymentRequestEDIInternalServerError) IsRedirect ¶
func (o *GetPaymentRequestEDIInternalServerError) IsRedirect() bool
IsRedirect returns true when this get payment request e d i internal server error response has a 3xx status code
func (*GetPaymentRequestEDIInternalServerError) IsServerError ¶
func (o *GetPaymentRequestEDIInternalServerError) IsServerError() bool
IsServerError returns true when this get payment request e d i internal server error response has a 5xx status code
func (*GetPaymentRequestEDIInternalServerError) IsSuccess ¶
func (o *GetPaymentRequestEDIInternalServerError) IsSuccess() bool
IsSuccess returns true when this get payment request e d i internal server error response has a 2xx status code
func (*GetPaymentRequestEDIInternalServerError) String ¶
func (o *GetPaymentRequestEDIInternalServerError) String() string
type GetPaymentRequestEDINotFound ¶
type GetPaymentRequestEDINotFound struct {
Payload *supportmessages.ClientError
}
GetPaymentRequestEDINotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewGetPaymentRequestEDINotFound ¶
func NewGetPaymentRequestEDINotFound() *GetPaymentRequestEDINotFound
NewGetPaymentRequestEDINotFound creates a GetPaymentRequestEDINotFound with default headers values
func (*GetPaymentRequestEDINotFound) Code ¶
func (o *GetPaymentRequestEDINotFound) Code() int
Code gets the status code for the get payment request e d i not found response
func (*GetPaymentRequestEDINotFound) Error ¶
func (o *GetPaymentRequestEDINotFound) Error() string
func (*GetPaymentRequestEDINotFound) GetPayload ¶
func (o *GetPaymentRequestEDINotFound) GetPayload() *supportmessages.ClientError
func (*GetPaymentRequestEDINotFound) IsClientError ¶
func (o *GetPaymentRequestEDINotFound) IsClientError() bool
IsClientError returns true when this get payment request e d i not found response has a 4xx status code
func (*GetPaymentRequestEDINotFound) IsCode ¶
func (o *GetPaymentRequestEDINotFound) IsCode(code int) bool
IsCode returns true when this get payment request e d i not found response a status code equal to that given
func (*GetPaymentRequestEDINotFound) IsRedirect ¶
func (o *GetPaymentRequestEDINotFound) IsRedirect() bool
IsRedirect returns true when this get payment request e d i not found response has a 3xx status code
func (*GetPaymentRequestEDINotFound) IsServerError ¶
func (o *GetPaymentRequestEDINotFound) IsServerError() bool
IsServerError returns true when this get payment request e d i not found response has a 5xx status code
func (*GetPaymentRequestEDINotFound) IsSuccess ¶
func (o *GetPaymentRequestEDINotFound) IsSuccess() bool
IsSuccess returns true when this get payment request e d i not found response has a 2xx status code
func (*GetPaymentRequestEDINotFound) String ¶
func (o *GetPaymentRequestEDINotFound) String() string
type GetPaymentRequestEDIOK ¶
type GetPaymentRequestEDIOK struct {
Payload *supportmessages.PaymentRequestEDI
}
GetPaymentRequestEDIOK describes a response with status code 200, with default header values.
Successfully retrieved payment requests associated with a given move task order
func NewGetPaymentRequestEDIOK ¶
func NewGetPaymentRequestEDIOK() *GetPaymentRequestEDIOK
NewGetPaymentRequestEDIOK creates a GetPaymentRequestEDIOK with default headers values
func (*GetPaymentRequestEDIOK) Code ¶
func (o *GetPaymentRequestEDIOK) Code() int
Code gets the status code for the get payment request e d i o k response
func (*GetPaymentRequestEDIOK) Error ¶
func (o *GetPaymentRequestEDIOK) Error() string
func (*GetPaymentRequestEDIOK) GetPayload ¶
func (o *GetPaymentRequestEDIOK) GetPayload() *supportmessages.PaymentRequestEDI
func (*GetPaymentRequestEDIOK) IsClientError ¶
func (o *GetPaymentRequestEDIOK) IsClientError() bool
IsClientError returns true when this get payment request e d i o k response has a 4xx status code
func (*GetPaymentRequestEDIOK) IsCode ¶
func (o *GetPaymentRequestEDIOK) IsCode(code int) bool
IsCode returns true when this get payment request e d i o k response a status code equal to that given
func (*GetPaymentRequestEDIOK) IsRedirect ¶
func (o *GetPaymentRequestEDIOK) IsRedirect() bool
IsRedirect returns true when this get payment request e d i o k response has a 3xx status code
func (*GetPaymentRequestEDIOK) IsServerError ¶
func (o *GetPaymentRequestEDIOK) IsServerError() bool
IsServerError returns true when this get payment request e d i o k response has a 5xx status code
func (*GetPaymentRequestEDIOK) IsSuccess ¶
func (o *GetPaymentRequestEDIOK) IsSuccess() bool
IsSuccess returns true when this get payment request e d i o k response has a 2xx status code
func (*GetPaymentRequestEDIOK) String ¶
func (o *GetPaymentRequestEDIOK) String() string
type GetPaymentRequestEDIParams ¶
type GetPaymentRequestEDIParams struct { /* PaymentRequestID. UUID of the payment request for which EDI should be generated. Format: uuid */ PaymentRequestID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPaymentRequestEDIParams contains all the parameters to send to the API endpoint
for the get payment request e d i operation. Typically these are written to a http.Request.
func NewGetPaymentRequestEDIParams ¶
func NewGetPaymentRequestEDIParams() *GetPaymentRequestEDIParams
NewGetPaymentRequestEDIParams creates a new GetPaymentRequestEDIParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetPaymentRequestEDIParamsWithContext ¶
func NewGetPaymentRequestEDIParamsWithContext(ctx context.Context) *GetPaymentRequestEDIParams
NewGetPaymentRequestEDIParamsWithContext creates a new GetPaymentRequestEDIParams object with the ability to set a context for a request.
func NewGetPaymentRequestEDIParamsWithHTTPClient ¶
func NewGetPaymentRequestEDIParamsWithHTTPClient(client *http.Client) *GetPaymentRequestEDIParams
NewGetPaymentRequestEDIParamsWithHTTPClient creates a new GetPaymentRequestEDIParams object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentRequestEDIParamsWithTimeout ¶
func NewGetPaymentRequestEDIParamsWithTimeout(timeout time.Duration) *GetPaymentRequestEDIParams
NewGetPaymentRequestEDIParamsWithTimeout creates a new GetPaymentRequestEDIParams object with the ability to set a timeout on a request.
func (*GetPaymentRequestEDIParams) SetContext ¶
func (o *GetPaymentRequestEDIParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment request e d i params
func (*GetPaymentRequestEDIParams) SetDefaults ¶
func (o *GetPaymentRequestEDIParams) SetDefaults()
SetDefaults hydrates default values in the get payment request e d i params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentRequestEDIParams) SetHTTPClient ¶
func (o *GetPaymentRequestEDIParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment request e d i params
func (*GetPaymentRequestEDIParams) SetPaymentRequestID ¶
func (o *GetPaymentRequestEDIParams) SetPaymentRequestID(paymentRequestID strfmt.UUID)
SetPaymentRequestID adds the paymentRequestId to the get payment request e d i params
func (*GetPaymentRequestEDIParams) SetTimeout ¶
func (o *GetPaymentRequestEDIParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment request e d i params
func (*GetPaymentRequestEDIParams) WithContext ¶
func (o *GetPaymentRequestEDIParams) WithContext(ctx context.Context) *GetPaymentRequestEDIParams
WithContext adds the context to the get payment request e d i params
func (*GetPaymentRequestEDIParams) WithDefaults ¶
func (o *GetPaymentRequestEDIParams) WithDefaults() *GetPaymentRequestEDIParams
WithDefaults hydrates default values in the get payment request e d i params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentRequestEDIParams) WithHTTPClient ¶
func (o *GetPaymentRequestEDIParams) WithHTTPClient(client *http.Client) *GetPaymentRequestEDIParams
WithHTTPClient adds the HTTPClient to the get payment request e d i params
func (*GetPaymentRequestEDIParams) WithPaymentRequestID ¶
func (o *GetPaymentRequestEDIParams) WithPaymentRequestID(paymentRequestID strfmt.UUID) *GetPaymentRequestEDIParams
WithPaymentRequestID adds the paymentRequestID to the get payment request e d i params
func (*GetPaymentRequestEDIParams) WithTimeout ¶
func (o *GetPaymentRequestEDIParams) WithTimeout(timeout time.Duration) *GetPaymentRequestEDIParams
WithTimeout adds the timeout to the get payment request e d i params
func (*GetPaymentRequestEDIParams) WriteToRequest ¶
func (o *GetPaymentRequestEDIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentRequestEDIReader ¶
type GetPaymentRequestEDIReader struct {
// contains filtered or unexported fields
}
GetPaymentRequestEDIReader is a Reader for the GetPaymentRequestEDI structure.
func (*GetPaymentRequestEDIReader) ReadResponse ¶
func (o *GetPaymentRequestEDIReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentRequestEDIUnauthorized ¶
type GetPaymentRequestEDIUnauthorized struct {
}GetPaymentRequestEDIUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewGetPaymentRequestEDIUnauthorized ¶
func NewGetPaymentRequestEDIUnauthorized() *GetPaymentRequestEDIUnauthorized
NewGetPaymentRequestEDIUnauthorized creates a GetPaymentRequestEDIUnauthorized with default headers values
func (*GetPaymentRequestEDIUnauthorized) Code ¶
func (o *GetPaymentRequestEDIUnauthorized) Code() int
Code gets the status code for the get payment request e d i unauthorized response
func (*GetPaymentRequestEDIUnauthorized) Error ¶
func (o *GetPaymentRequestEDIUnauthorized) Error() string
func (*GetPaymentRequestEDIUnauthorized) GetPayload ¶
func (o *GetPaymentRequestEDIUnauthorized) GetPayload() *supportmessages.ClientError
func (*GetPaymentRequestEDIUnauthorized) IsClientError ¶
func (o *GetPaymentRequestEDIUnauthorized) IsClientError() bool
IsClientError returns true when this get payment request e d i unauthorized response has a 4xx status code
func (*GetPaymentRequestEDIUnauthorized) IsCode ¶
func (o *GetPaymentRequestEDIUnauthorized) IsCode(code int) bool
IsCode returns true when this get payment request e d i unauthorized response a status code equal to that given
func (*GetPaymentRequestEDIUnauthorized) IsRedirect ¶
func (o *GetPaymentRequestEDIUnauthorized) IsRedirect() bool
IsRedirect returns true when this get payment request e d i unauthorized response has a 3xx status code
func (*GetPaymentRequestEDIUnauthorized) IsServerError ¶
func (o *GetPaymentRequestEDIUnauthorized) IsServerError() bool
IsServerError returns true when this get payment request e d i unauthorized response has a 5xx status code
func (*GetPaymentRequestEDIUnauthorized) IsSuccess ¶
func (o *GetPaymentRequestEDIUnauthorized) IsSuccess() bool
IsSuccess returns true when this get payment request e d i unauthorized response has a 2xx status code
func (*GetPaymentRequestEDIUnauthorized) String ¶
func (o *GetPaymentRequestEDIUnauthorized) String() string
type GetPaymentRequestEDIUnprocessableEntity ¶
type GetPaymentRequestEDIUnprocessableEntity struct {
Payload *supportmessages.ValidationError
}
GetPaymentRequestEDIUnprocessableEntity describes a response with status code 422, with default header values.
The payload was unprocessable.
func NewGetPaymentRequestEDIUnprocessableEntity ¶
func NewGetPaymentRequestEDIUnprocessableEntity() *GetPaymentRequestEDIUnprocessableEntity
NewGetPaymentRequestEDIUnprocessableEntity creates a GetPaymentRequestEDIUnprocessableEntity with default headers values
func (*GetPaymentRequestEDIUnprocessableEntity) Code ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) Code() int
Code gets the status code for the get payment request e d i unprocessable entity response
func (*GetPaymentRequestEDIUnprocessableEntity) Error ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) Error() string
func (*GetPaymentRequestEDIUnprocessableEntity) GetPayload ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) GetPayload() *supportmessages.ValidationError
func (*GetPaymentRequestEDIUnprocessableEntity) IsClientError ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get payment request e d i unprocessable entity response has a 4xx status code
func (*GetPaymentRequestEDIUnprocessableEntity) IsCode ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get payment request e d i unprocessable entity response a status code equal to that given
func (*GetPaymentRequestEDIUnprocessableEntity) IsRedirect ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get payment request e d i unprocessable entity response has a 3xx status code
func (*GetPaymentRequestEDIUnprocessableEntity) IsServerError ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get payment request e d i unprocessable entity response has a 5xx status code
func (*GetPaymentRequestEDIUnprocessableEntity) IsSuccess ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get payment request e d i unprocessable entity response has a 2xx status code
func (*GetPaymentRequestEDIUnprocessableEntity) String ¶
func (o *GetPaymentRequestEDIUnprocessableEntity) String() string
type ListMTOPaymentRequestsBadRequest ¶
type ListMTOPaymentRequestsBadRequest struct {
Payload *supportmessages.ClientError
}
ListMTOPaymentRequestsBadRequest describes a response with status code 400, with default header values.
The request payload is invalid.
func NewListMTOPaymentRequestsBadRequest ¶
func NewListMTOPaymentRequestsBadRequest() *ListMTOPaymentRequestsBadRequest
NewListMTOPaymentRequestsBadRequest creates a ListMTOPaymentRequestsBadRequest with default headers values
func (*ListMTOPaymentRequestsBadRequest) Code ¶
func (o *ListMTOPaymentRequestsBadRequest) Code() int
Code gets the status code for the list m t o payment requests bad request response
func (*ListMTOPaymentRequestsBadRequest) Error ¶
func (o *ListMTOPaymentRequestsBadRequest) Error() string
func (*ListMTOPaymentRequestsBadRequest) GetPayload ¶
func (o *ListMTOPaymentRequestsBadRequest) GetPayload() *supportmessages.ClientError
func (*ListMTOPaymentRequestsBadRequest) IsClientError ¶
func (o *ListMTOPaymentRequestsBadRequest) IsClientError() bool
IsClientError returns true when this list m t o payment requests bad request response has a 4xx status code
func (*ListMTOPaymentRequestsBadRequest) IsCode ¶
func (o *ListMTOPaymentRequestsBadRequest) IsCode(code int) bool
IsCode returns true when this list m t o payment requests bad request response a status code equal to that given
func (*ListMTOPaymentRequestsBadRequest) IsRedirect ¶
func (o *ListMTOPaymentRequestsBadRequest) IsRedirect() bool
IsRedirect returns true when this list m t o payment requests bad request response has a 3xx status code
func (*ListMTOPaymentRequestsBadRequest) IsServerError ¶
func (o *ListMTOPaymentRequestsBadRequest) IsServerError() bool
IsServerError returns true when this list m t o payment requests bad request response has a 5xx status code
func (*ListMTOPaymentRequestsBadRequest) IsSuccess ¶
func (o *ListMTOPaymentRequestsBadRequest) IsSuccess() bool
IsSuccess returns true when this list m t o payment requests bad request response has a 2xx status code
func (*ListMTOPaymentRequestsBadRequest) String ¶
func (o *ListMTOPaymentRequestsBadRequest) String() string
type ListMTOPaymentRequestsForbidden ¶
type ListMTOPaymentRequestsForbidden struct {
Payload *supportmessages.ClientError
}
ListMTOPaymentRequestsForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewListMTOPaymentRequestsForbidden ¶
func NewListMTOPaymentRequestsForbidden() *ListMTOPaymentRequestsForbidden
NewListMTOPaymentRequestsForbidden creates a ListMTOPaymentRequestsForbidden with default headers values
func (*ListMTOPaymentRequestsForbidden) Code ¶
func (o *ListMTOPaymentRequestsForbidden) Code() int
Code gets the status code for the list m t o payment requests forbidden response
func (*ListMTOPaymentRequestsForbidden) Error ¶
func (o *ListMTOPaymentRequestsForbidden) Error() string
func (*ListMTOPaymentRequestsForbidden) GetPayload ¶
func (o *ListMTOPaymentRequestsForbidden) GetPayload() *supportmessages.ClientError
func (*ListMTOPaymentRequestsForbidden) IsClientError ¶
func (o *ListMTOPaymentRequestsForbidden) IsClientError() bool
IsClientError returns true when this list m t o payment requests forbidden response has a 4xx status code
func (*ListMTOPaymentRequestsForbidden) IsCode ¶
func (o *ListMTOPaymentRequestsForbidden) IsCode(code int) bool
IsCode returns true when this list m t o payment requests forbidden response a status code equal to that given
func (*ListMTOPaymentRequestsForbidden) IsRedirect ¶
func (o *ListMTOPaymentRequestsForbidden) IsRedirect() bool
IsRedirect returns true when this list m t o payment requests forbidden response has a 3xx status code
func (*ListMTOPaymentRequestsForbidden) IsServerError ¶
func (o *ListMTOPaymentRequestsForbidden) IsServerError() bool
IsServerError returns true when this list m t o payment requests forbidden response has a 5xx status code
func (*ListMTOPaymentRequestsForbidden) IsSuccess ¶
func (o *ListMTOPaymentRequestsForbidden) IsSuccess() bool
IsSuccess returns true when this list m t o payment requests forbidden response has a 2xx status code
func (*ListMTOPaymentRequestsForbidden) String ¶
func (o *ListMTOPaymentRequestsForbidden) String() string
type ListMTOPaymentRequestsInternalServerError ¶
type ListMTOPaymentRequestsInternalServerError struct {
Payload *supportmessages.Error
}
ListMTOPaymentRequestsInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewListMTOPaymentRequestsInternalServerError ¶
func NewListMTOPaymentRequestsInternalServerError() *ListMTOPaymentRequestsInternalServerError
NewListMTOPaymentRequestsInternalServerError creates a ListMTOPaymentRequestsInternalServerError with default headers values
func (*ListMTOPaymentRequestsInternalServerError) Code ¶
func (o *ListMTOPaymentRequestsInternalServerError) Code() int
Code gets the status code for the list m t o payment requests internal server error response
func (*ListMTOPaymentRequestsInternalServerError) Error ¶
func (o *ListMTOPaymentRequestsInternalServerError) Error() string
func (*ListMTOPaymentRequestsInternalServerError) GetPayload ¶
func (o *ListMTOPaymentRequestsInternalServerError) GetPayload() *supportmessages.Error
func (*ListMTOPaymentRequestsInternalServerError) IsClientError ¶
func (o *ListMTOPaymentRequestsInternalServerError) IsClientError() bool
IsClientError returns true when this list m t o payment requests internal server error response has a 4xx status code
func (*ListMTOPaymentRequestsInternalServerError) IsCode ¶
func (o *ListMTOPaymentRequestsInternalServerError) IsCode(code int) bool
IsCode returns true when this list m t o payment requests internal server error response a status code equal to that given
func (*ListMTOPaymentRequestsInternalServerError) IsRedirect ¶
func (o *ListMTOPaymentRequestsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list m t o payment requests internal server error response has a 3xx status code
func (*ListMTOPaymentRequestsInternalServerError) IsServerError ¶
func (o *ListMTOPaymentRequestsInternalServerError) IsServerError() bool
IsServerError returns true when this list m t o payment requests internal server error response has a 5xx status code
func (*ListMTOPaymentRequestsInternalServerError) IsSuccess ¶
func (o *ListMTOPaymentRequestsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list m t o payment requests internal server error response has a 2xx status code
func (*ListMTOPaymentRequestsInternalServerError) String ¶
func (o *ListMTOPaymentRequestsInternalServerError) String() string
type ListMTOPaymentRequestsNotFound ¶
type ListMTOPaymentRequestsNotFound struct {
Payload *supportmessages.ClientError
}
ListMTOPaymentRequestsNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewListMTOPaymentRequestsNotFound ¶
func NewListMTOPaymentRequestsNotFound() *ListMTOPaymentRequestsNotFound
NewListMTOPaymentRequestsNotFound creates a ListMTOPaymentRequestsNotFound with default headers values
func (*ListMTOPaymentRequestsNotFound) Code ¶
func (o *ListMTOPaymentRequestsNotFound) Code() int
Code gets the status code for the list m t o payment requests not found response
func (*ListMTOPaymentRequestsNotFound) Error ¶
func (o *ListMTOPaymentRequestsNotFound) Error() string
func (*ListMTOPaymentRequestsNotFound) GetPayload ¶
func (o *ListMTOPaymentRequestsNotFound) GetPayload() *supportmessages.ClientError
func (*ListMTOPaymentRequestsNotFound) IsClientError ¶
func (o *ListMTOPaymentRequestsNotFound) IsClientError() bool
IsClientError returns true when this list m t o payment requests not found response has a 4xx status code
func (*ListMTOPaymentRequestsNotFound) IsCode ¶
func (o *ListMTOPaymentRequestsNotFound) IsCode(code int) bool
IsCode returns true when this list m t o payment requests not found response a status code equal to that given
func (*ListMTOPaymentRequestsNotFound) IsRedirect ¶
func (o *ListMTOPaymentRequestsNotFound) IsRedirect() bool
IsRedirect returns true when this list m t o payment requests not found response has a 3xx status code
func (*ListMTOPaymentRequestsNotFound) IsServerError ¶
func (o *ListMTOPaymentRequestsNotFound) IsServerError() bool
IsServerError returns true when this list m t o payment requests not found response has a 5xx status code
func (*ListMTOPaymentRequestsNotFound) IsSuccess ¶
func (o *ListMTOPaymentRequestsNotFound) IsSuccess() bool
IsSuccess returns true when this list m t o payment requests not found response has a 2xx status code
func (*ListMTOPaymentRequestsNotFound) String ¶
func (o *ListMTOPaymentRequestsNotFound) String() string
type ListMTOPaymentRequestsOK ¶
type ListMTOPaymentRequestsOK struct {
Payload supportmessages.PaymentRequests
}
ListMTOPaymentRequestsOK describes a response with status code 200, with default header values.
Successfully retrieved payment requests associated with a given move task order
func NewListMTOPaymentRequestsOK ¶
func NewListMTOPaymentRequestsOK() *ListMTOPaymentRequestsOK
NewListMTOPaymentRequestsOK creates a ListMTOPaymentRequestsOK with default headers values
func (*ListMTOPaymentRequestsOK) Code ¶
func (o *ListMTOPaymentRequestsOK) Code() int
Code gets the status code for the list m t o payment requests o k response
func (*ListMTOPaymentRequestsOK) Error ¶
func (o *ListMTOPaymentRequestsOK) Error() string
func (*ListMTOPaymentRequestsOK) GetPayload ¶
func (o *ListMTOPaymentRequestsOK) GetPayload() supportmessages.PaymentRequests
func (*ListMTOPaymentRequestsOK) IsClientError ¶
func (o *ListMTOPaymentRequestsOK) IsClientError() bool
IsClientError returns true when this list m t o payment requests o k response has a 4xx status code
func (*ListMTOPaymentRequestsOK) IsCode ¶
func (o *ListMTOPaymentRequestsOK) IsCode(code int) bool
IsCode returns true when this list m t o payment requests o k response a status code equal to that given
func (*ListMTOPaymentRequestsOK) IsRedirect ¶
func (o *ListMTOPaymentRequestsOK) IsRedirect() bool
IsRedirect returns true when this list m t o payment requests o k response has a 3xx status code
func (*ListMTOPaymentRequestsOK) IsServerError ¶
func (o *ListMTOPaymentRequestsOK) IsServerError() bool
IsServerError returns true when this list m t o payment requests o k response has a 5xx status code
func (*ListMTOPaymentRequestsOK) IsSuccess ¶
func (o *ListMTOPaymentRequestsOK) IsSuccess() bool
IsSuccess returns true when this list m t o payment requests o k response has a 2xx status code
func (*ListMTOPaymentRequestsOK) String ¶
func (o *ListMTOPaymentRequestsOK) String() string
type ListMTOPaymentRequestsParams ¶
type ListMTOPaymentRequestsParams struct { /* MoveTaskOrderID. Only return move task orders updated since this time. Format: uuid */ MoveTaskOrderID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListMTOPaymentRequestsParams contains all the parameters to send to the API endpoint
for the list m t o payment requests operation. Typically these are written to a http.Request.
func NewListMTOPaymentRequestsParams ¶
func NewListMTOPaymentRequestsParams() *ListMTOPaymentRequestsParams
NewListMTOPaymentRequestsParams creates a new ListMTOPaymentRequestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListMTOPaymentRequestsParamsWithContext ¶
func NewListMTOPaymentRequestsParamsWithContext(ctx context.Context) *ListMTOPaymentRequestsParams
NewListMTOPaymentRequestsParamsWithContext creates a new ListMTOPaymentRequestsParams object with the ability to set a context for a request.
func NewListMTOPaymentRequestsParamsWithHTTPClient ¶
func NewListMTOPaymentRequestsParamsWithHTTPClient(client *http.Client) *ListMTOPaymentRequestsParams
NewListMTOPaymentRequestsParamsWithHTTPClient creates a new ListMTOPaymentRequestsParams object with the ability to set a custom HTTPClient for a request.
func NewListMTOPaymentRequestsParamsWithTimeout ¶
func NewListMTOPaymentRequestsParamsWithTimeout(timeout time.Duration) *ListMTOPaymentRequestsParams
NewListMTOPaymentRequestsParamsWithTimeout creates a new ListMTOPaymentRequestsParams object with the ability to set a timeout on a request.
func (*ListMTOPaymentRequestsParams) SetContext ¶
func (o *ListMTOPaymentRequestsParams) SetContext(ctx context.Context)
SetContext adds the context to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) SetDefaults ¶
func (o *ListMTOPaymentRequestsParams) SetDefaults()
SetDefaults hydrates default values in the list m t o payment requests params (not the query body).
All values with no default are reset to their zero value.
func (*ListMTOPaymentRequestsParams) SetHTTPClient ¶
func (o *ListMTOPaymentRequestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) SetMoveTaskOrderID ¶
func (o *ListMTOPaymentRequestsParams) SetMoveTaskOrderID(moveTaskOrderID strfmt.UUID)
SetMoveTaskOrderID adds the moveTaskOrderId to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) SetTimeout ¶
func (o *ListMTOPaymentRequestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) WithContext ¶
func (o *ListMTOPaymentRequestsParams) WithContext(ctx context.Context) *ListMTOPaymentRequestsParams
WithContext adds the context to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) WithDefaults ¶
func (o *ListMTOPaymentRequestsParams) WithDefaults() *ListMTOPaymentRequestsParams
WithDefaults hydrates default values in the list m t o payment requests params (not the query body).
All values with no default are reset to their zero value.
func (*ListMTOPaymentRequestsParams) WithHTTPClient ¶
func (o *ListMTOPaymentRequestsParams) WithHTTPClient(client *http.Client) *ListMTOPaymentRequestsParams
WithHTTPClient adds the HTTPClient to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) WithMoveTaskOrderID ¶
func (o *ListMTOPaymentRequestsParams) WithMoveTaskOrderID(moveTaskOrderID strfmt.UUID) *ListMTOPaymentRequestsParams
WithMoveTaskOrderID adds the moveTaskOrderID to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) WithTimeout ¶
func (o *ListMTOPaymentRequestsParams) WithTimeout(timeout time.Duration) *ListMTOPaymentRequestsParams
WithTimeout adds the timeout to the list m t o payment requests params
func (*ListMTOPaymentRequestsParams) WriteToRequest ¶
func (o *ListMTOPaymentRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListMTOPaymentRequestsReader ¶
type ListMTOPaymentRequestsReader struct {
// contains filtered or unexported fields
}
ListMTOPaymentRequestsReader is a Reader for the ListMTOPaymentRequests structure.
func (*ListMTOPaymentRequestsReader) ReadResponse ¶
func (o *ListMTOPaymentRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListMTOPaymentRequestsUnauthorized ¶
type ListMTOPaymentRequestsUnauthorized struct {
}ListMTOPaymentRequestsUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewListMTOPaymentRequestsUnauthorized ¶
func NewListMTOPaymentRequestsUnauthorized() *ListMTOPaymentRequestsUnauthorized
NewListMTOPaymentRequestsUnauthorized creates a ListMTOPaymentRequestsUnauthorized with default headers values
func (*ListMTOPaymentRequestsUnauthorized) Code ¶
func (o *ListMTOPaymentRequestsUnauthorized) Code() int
Code gets the status code for the list m t o payment requests unauthorized response
func (*ListMTOPaymentRequestsUnauthorized) Error ¶
func (o *ListMTOPaymentRequestsUnauthorized) Error() string
func (*ListMTOPaymentRequestsUnauthorized) GetPayload ¶
func (o *ListMTOPaymentRequestsUnauthorized) GetPayload() *supportmessages.ClientError
func (*ListMTOPaymentRequestsUnauthorized) IsClientError ¶
func (o *ListMTOPaymentRequestsUnauthorized) IsClientError() bool
IsClientError returns true when this list m t o payment requests unauthorized response has a 4xx status code
func (*ListMTOPaymentRequestsUnauthorized) IsCode ¶
func (o *ListMTOPaymentRequestsUnauthorized) IsCode(code int) bool
IsCode returns true when this list m t o payment requests unauthorized response a status code equal to that given
func (*ListMTOPaymentRequestsUnauthorized) IsRedirect ¶
func (o *ListMTOPaymentRequestsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list m t o payment requests unauthorized response has a 3xx status code
func (*ListMTOPaymentRequestsUnauthorized) IsServerError ¶
func (o *ListMTOPaymentRequestsUnauthorized) IsServerError() bool
IsServerError returns true when this list m t o payment requests unauthorized response has a 5xx status code
func (*ListMTOPaymentRequestsUnauthorized) IsSuccess ¶
func (o *ListMTOPaymentRequestsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list m t o payment requests unauthorized response has a 2xx status code
func (*ListMTOPaymentRequestsUnauthorized) String ¶
func (o *ListMTOPaymentRequestsUnauthorized) String() string
type ProcessReviewedPaymentRequestsBadRequest ¶
type ProcessReviewedPaymentRequestsBadRequest struct {
Payload *supportmessages.ClientError
}
ProcessReviewedPaymentRequestsBadRequest describes a response with status code 400, with default header values.
The request payload is invalid.
func NewProcessReviewedPaymentRequestsBadRequest ¶
func NewProcessReviewedPaymentRequestsBadRequest() *ProcessReviewedPaymentRequestsBadRequest
NewProcessReviewedPaymentRequestsBadRequest creates a ProcessReviewedPaymentRequestsBadRequest with default headers values
func (*ProcessReviewedPaymentRequestsBadRequest) Code ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) Code() int
Code gets the status code for the process reviewed payment requests bad request response
func (*ProcessReviewedPaymentRequestsBadRequest) Error ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) Error() string
func (*ProcessReviewedPaymentRequestsBadRequest) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) GetPayload() *supportmessages.ClientError
func (*ProcessReviewedPaymentRequestsBadRequest) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) IsClientError() bool
IsClientError returns true when this process reviewed payment requests bad request response has a 4xx status code
func (*ProcessReviewedPaymentRequestsBadRequest) IsCode ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests bad request response a status code equal to that given
func (*ProcessReviewedPaymentRequestsBadRequest) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests bad request response has a 3xx status code
func (*ProcessReviewedPaymentRequestsBadRequest) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) IsServerError() bool
IsServerError returns true when this process reviewed payment requests bad request response has a 5xx status code
func (*ProcessReviewedPaymentRequestsBadRequest) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests bad request response has a 2xx status code
func (*ProcessReviewedPaymentRequestsBadRequest) String ¶
func (o *ProcessReviewedPaymentRequestsBadRequest) String() string
type ProcessReviewedPaymentRequestsForbidden ¶
type ProcessReviewedPaymentRequestsForbidden struct {
Payload *supportmessages.ClientError
}
ProcessReviewedPaymentRequestsForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewProcessReviewedPaymentRequestsForbidden ¶
func NewProcessReviewedPaymentRequestsForbidden() *ProcessReviewedPaymentRequestsForbidden
NewProcessReviewedPaymentRequestsForbidden creates a ProcessReviewedPaymentRequestsForbidden with default headers values
func (*ProcessReviewedPaymentRequestsForbidden) Code ¶
func (o *ProcessReviewedPaymentRequestsForbidden) Code() int
Code gets the status code for the process reviewed payment requests forbidden response
func (*ProcessReviewedPaymentRequestsForbidden) Error ¶
func (o *ProcessReviewedPaymentRequestsForbidden) Error() string
func (*ProcessReviewedPaymentRequestsForbidden) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsForbidden) GetPayload() *supportmessages.ClientError
func (*ProcessReviewedPaymentRequestsForbidden) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsForbidden) IsClientError() bool
IsClientError returns true when this process reviewed payment requests forbidden response has a 4xx status code
func (*ProcessReviewedPaymentRequestsForbidden) IsCode ¶
func (o *ProcessReviewedPaymentRequestsForbidden) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests forbidden response a status code equal to that given
func (*ProcessReviewedPaymentRequestsForbidden) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsForbidden) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests forbidden response has a 3xx status code
func (*ProcessReviewedPaymentRequestsForbidden) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsForbidden) IsServerError() bool
IsServerError returns true when this process reviewed payment requests forbidden response has a 5xx status code
func (*ProcessReviewedPaymentRequestsForbidden) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsForbidden) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests forbidden response has a 2xx status code
func (*ProcessReviewedPaymentRequestsForbidden) String ¶
func (o *ProcessReviewedPaymentRequestsForbidden) String() string
type ProcessReviewedPaymentRequestsInternalServerError ¶
type ProcessReviewedPaymentRequestsInternalServerError struct {
Payload *supportmessages.Error
}
ProcessReviewedPaymentRequestsInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewProcessReviewedPaymentRequestsInternalServerError ¶
func NewProcessReviewedPaymentRequestsInternalServerError() *ProcessReviewedPaymentRequestsInternalServerError
NewProcessReviewedPaymentRequestsInternalServerError creates a ProcessReviewedPaymentRequestsInternalServerError with default headers values
func (*ProcessReviewedPaymentRequestsInternalServerError) Code ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) Code() int
Code gets the status code for the process reviewed payment requests internal server error response
func (*ProcessReviewedPaymentRequestsInternalServerError) Error ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) Error() string
func (*ProcessReviewedPaymentRequestsInternalServerError) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) GetPayload() *supportmessages.Error
func (*ProcessReviewedPaymentRequestsInternalServerError) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) IsClientError() bool
IsClientError returns true when this process reviewed payment requests internal server error response has a 4xx status code
func (*ProcessReviewedPaymentRequestsInternalServerError) IsCode ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests internal server error response a status code equal to that given
func (*ProcessReviewedPaymentRequestsInternalServerError) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests internal server error response has a 3xx status code
func (*ProcessReviewedPaymentRequestsInternalServerError) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) IsServerError() bool
IsServerError returns true when this process reviewed payment requests internal server error response has a 5xx status code
func (*ProcessReviewedPaymentRequestsInternalServerError) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests internal server error response has a 2xx status code
func (*ProcessReviewedPaymentRequestsInternalServerError) String ¶
func (o *ProcessReviewedPaymentRequestsInternalServerError) String() string
type ProcessReviewedPaymentRequestsNotFound ¶
type ProcessReviewedPaymentRequestsNotFound struct {
Payload *supportmessages.ClientError
}
ProcessReviewedPaymentRequestsNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewProcessReviewedPaymentRequestsNotFound ¶
func NewProcessReviewedPaymentRequestsNotFound() *ProcessReviewedPaymentRequestsNotFound
NewProcessReviewedPaymentRequestsNotFound creates a ProcessReviewedPaymentRequestsNotFound with default headers values
func (*ProcessReviewedPaymentRequestsNotFound) Code ¶
func (o *ProcessReviewedPaymentRequestsNotFound) Code() int
Code gets the status code for the process reviewed payment requests not found response
func (*ProcessReviewedPaymentRequestsNotFound) Error ¶
func (o *ProcessReviewedPaymentRequestsNotFound) Error() string
func (*ProcessReviewedPaymentRequestsNotFound) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsNotFound) GetPayload() *supportmessages.ClientError
func (*ProcessReviewedPaymentRequestsNotFound) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsNotFound) IsClientError() bool
IsClientError returns true when this process reviewed payment requests not found response has a 4xx status code
func (*ProcessReviewedPaymentRequestsNotFound) IsCode ¶
func (o *ProcessReviewedPaymentRequestsNotFound) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests not found response a status code equal to that given
func (*ProcessReviewedPaymentRequestsNotFound) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsNotFound) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests not found response has a 3xx status code
func (*ProcessReviewedPaymentRequestsNotFound) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsNotFound) IsServerError() bool
IsServerError returns true when this process reviewed payment requests not found response has a 5xx status code
func (*ProcessReviewedPaymentRequestsNotFound) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsNotFound) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests not found response has a 2xx status code
func (*ProcessReviewedPaymentRequestsNotFound) String ¶
func (o *ProcessReviewedPaymentRequestsNotFound) String() string
type ProcessReviewedPaymentRequestsOK ¶
type ProcessReviewedPaymentRequestsOK struct {
Payload supportmessages.PaymentRequests
}
ProcessReviewedPaymentRequestsOK describes a response with status code 200, with default header values.
Successfully updated status of reviewed payment request and sent to Syncada if that flag is set
func NewProcessReviewedPaymentRequestsOK ¶
func NewProcessReviewedPaymentRequestsOK() *ProcessReviewedPaymentRequestsOK
NewProcessReviewedPaymentRequestsOK creates a ProcessReviewedPaymentRequestsOK with default headers values
func (*ProcessReviewedPaymentRequestsOK) Code ¶
func (o *ProcessReviewedPaymentRequestsOK) Code() int
Code gets the status code for the process reviewed payment requests o k response
func (*ProcessReviewedPaymentRequestsOK) Error ¶
func (o *ProcessReviewedPaymentRequestsOK) Error() string
func (*ProcessReviewedPaymentRequestsOK) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsOK) GetPayload() supportmessages.PaymentRequests
func (*ProcessReviewedPaymentRequestsOK) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsOK) IsClientError() bool
IsClientError returns true when this process reviewed payment requests o k response has a 4xx status code
func (*ProcessReviewedPaymentRequestsOK) IsCode ¶
func (o *ProcessReviewedPaymentRequestsOK) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests o k response a status code equal to that given
func (*ProcessReviewedPaymentRequestsOK) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsOK) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests o k response has a 3xx status code
func (*ProcessReviewedPaymentRequestsOK) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsOK) IsServerError() bool
IsServerError returns true when this process reviewed payment requests o k response has a 5xx status code
func (*ProcessReviewedPaymentRequestsOK) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsOK) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests o k response has a 2xx status code
func (*ProcessReviewedPaymentRequestsOK) String ¶
func (o *ProcessReviewedPaymentRequestsOK) String() string
type ProcessReviewedPaymentRequestsParams ¶
type ProcessReviewedPaymentRequestsParams struct { // Body. Body *supportmessages.ProcessReviewedPaymentRequests Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProcessReviewedPaymentRequestsParams contains all the parameters to send to the API endpoint
for the process reviewed payment requests operation. Typically these are written to a http.Request.
func NewProcessReviewedPaymentRequestsParams ¶
func NewProcessReviewedPaymentRequestsParams() *ProcessReviewedPaymentRequestsParams
NewProcessReviewedPaymentRequestsParams creates a new ProcessReviewedPaymentRequestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProcessReviewedPaymentRequestsParamsWithContext ¶
func NewProcessReviewedPaymentRequestsParamsWithContext(ctx context.Context) *ProcessReviewedPaymentRequestsParams
NewProcessReviewedPaymentRequestsParamsWithContext creates a new ProcessReviewedPaymentRequestsParams object with the ability to set a context for a request.
func NewProcessReviewedPaymentRequestsParamsWithHTTPClient ¶
func NewProcessReviewedPaymentRequestsParamsWithHTTPClient(client *http.Client) *ProcessReviewedPaymentRequestsParams
NewProcessReviewedPaymentRequestsParamsWithHTTPClient creates a new ProcessReviewedPaymentRequestsParams object with the ability to set a custom HTTPClient for a request.
func NewProcessReviewedPaymentRequestsParamsWithTimeout ¶
func NewProcessReviewedPaymentRequestsParamsWithTimeout(timeout time.Duration) *ProcessReviewedPaymentRequestsParams
NewProcessReviewedPaymentRequestsParamsWithTimeout creates a new ProcessReviewedPaymentRequestsParams object with the ability to set a timeout on a request.
func (*ProcessReviewedPaymentRequestsParams) SetBody ¶
func (o *ProcessReviewedPaymentRequestsParams) SetBody(body *supportmessages.ProcessReviewedPaymentRequests)
SetBody adds the body to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) SetContext ¶
func (o *ProcessReviewedPaymentRequestsParams) SetContext(ctx context.Context)
SetContext adds the context to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) SetDefaults ¶
func (o *ProcessReviewedPaymentRequestsParams) SetDefaults()
SetDefaults hydrates default values in the process reviewed payment requests params (not the query body).
All values with no default are reset to their zero value.
func (*ProcessReviewedPaymentRequestsParams) SetHTTPClient ¶
func (o *ProcessReviewedPaymentRequestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) SetTimeout ¶
func (o *ProcessReviewedPaymentRequestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) WithBody ¶
func (o *ProcessReviewedPaymentRequestsParams) WithBody(body *supportmessages.ProcessReviewedPaymentRequests) *ProcessReviewedPaymentRequestsParams
WithBody adds the body to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) WithContext ¶
func (o *ProcessReviewedPaymentRequestsParams) WithContext(ctx context.Context) *ProcessReviewedPaymentRequestsParams
WithContext adds the context to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) WithDefaults ¶
func (o *ProcessReviewedPaymentRequestsParams) WithDefaults() *ProcessReviewedPaymentRequestsParams
WithDefaults hydrates default values in the process reviewed payment requests params (not the query body).
All values with no default are reset to their zero value.
func (*ProcessReviewedPaymentRequestsParams) WithHTTPClient ¶
func (o *ProcessReviewedPaymentRequestsParams) WithHTTPClient(client *http.Client) *ProcessReviewedPaymentRequestsParams
WithHTTPClient adds the HTTPClient to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) WithTimeout ¶
func (o *ProcessReviewedPaymentRequestsParams) WithTimeout(timeout time.Duration) *ProcessReviewedPaymentRequestsParams
WithTimeout adds the timeout to the process reviewed payment requests params
func (*ProcessReviewedPaymentRequestsParams) WriteToRequest ¶
func (o *ProcessReviewedPaymentRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProcessReviewedPaymentRequestsReader ¶
type ProcessReviewedPaymentRequestsReader struct {
// contains filtered or unexported fields
}
ProcessReviewedPaymentRequestsReader is a Reader for the ProcessReviewedPaymentRequests structure.
func (*ProcessReviewedPaymentRequestsReader) ReadResponse ¶
func (o *ProcessReviewedPaymentRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProcessReviewedPaymentRequestsUnauthorized ¶
type ProcessReviewedPaymentRequestsUnauthorized struct {
}ProcessReviewedPaymentRequestsUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewProcessReviewedPaymentRequestsUnauthorized ¶
func NewProcessReviewedPaymentRequestsUnauthorized() *ProcessReviewedPaymentRequestsUnauthorized
NewProcessReviewedPaymentRequestsUnauthorized creates a ProcessReviewedPaymentRequestsUnauthorized with default headers values
func (*ProcessReviewedPaymentRequestsUnauthorized) Code ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) Code() int
Code gets the status code for the process reviewed payment requests unauthorized response
func (*ProcessReviewedPaymentRequestsUnauthorized) Error ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) Error() string
func (*ProcessReviewedPaymentRequestsUnauthorized) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) GetPayload() *supportmessages.ClientError
func (*ProcessReviewedPaymentRequestsUnauthorized) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) IsClientError() bool
IsClientError returns true when this process reviewed payment requests unauthorized response has a 4xx status code
func (*ProcessReviewedPaymentRequestsUnauthorized) IsCode ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests unauthorized response a status code equal to that given
func (*ProcessReviewedPaymentRequestsUnauthorized) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests unauthorized response has a 3xx status code
func (*ProcessReviewedPaymentRequestsUnauthorized) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) IsServerError() bool
IsServerError returns true when this process reviewed payment requests unauthorized response has a 5xx status code
func (*ProcessReviewedPaymentRequestsUnauthorized) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests unauthorized response has a 2xx status code
func (*ProcessReviewedPaymentRequestsUnauthorized) String ¶
func (o *ProcessReviewedPaymentRequestsUnauthorized) String() string
type ProcessReviewedPaymentRequestsUnprocessableEntity ¶
type ProcessReviewedPaymentRequestsUnprocessableEntity struct {
Payload *supportmessages.ValidationError
}
ProcessReviewedPaymentRequestsUnprocessableEntity describes a response with status code 422, with default header values.
The payload was unprocessable.
func NewProcessReviewedPaymentRequestsUnprocessableEntity ¶
func NewProcessReviewedPaymentRequestsUnprocessableEntity() *ProcessReviewedPaymentRequestsUnprocessableEntity
NewProcessReviewedPaymentRequestsUnprocessableEntity creates a ProcessReviewedPaymentRequestsUnprocessableEntity with default headers values
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) Code ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) Code() int
Code gets the status code for the process reviewed payment requests unprocessable entity response
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) Error ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) Error() string
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) GetPayload ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) GetPayload() *supportmessages.ValidationError
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) IsClientError ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsClientError() bool
IsClientError returns true when this process reviewed payment requests unprocessable entity response has a 4xx status code
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) IsCode ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this process reviewed payment requests unprocessable entity response a status code equal to that given
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) IsRedirect ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this process reviewed payment requests unprocessable entity response has a 3xx status code
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) IsServerError ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsServerError() bool
IsServerError returns true when this process reviewed payment requests unprocessable entity response has a 5xx status code
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) IsSuccess ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this process reviewed payment requests unprocessable entity response has a 2xx status code
func (*ProcessReviewedPaymentRequestsUnprocessableEntity) String ¶
func (o *ProcessReviewedPaymentRequestsUnprocessableEntity) String() string
type RecalculatePaymentRequestBadRequest ¶
type RecalculatePaymentRequestBadRequest struct {
Payload *supportmessages.ClientError
}
RecalculatePaymentRequestBadRequest describes a response with status code 400, with default header values.
The request payload is invalid.
func NewRecalculatePaymentRequestBadRequest ¶
func NewRecalculatePaymentRequestBadRequest() *RecalculatePaymentRequestBadRequest
NewRecalculatePaymentRequestBadRequest creates a RecalculatePaymentRequestBadRequest with default headers values
func (*RecalculatePaymentRequestBadRequest) Code ¶
func (o *RecalculatePaymentRequestBadRequest) Code() int
Code gets the status code for the recalculate payment request bad request response
func (*RecalculatePaymentRequestBadRequest) Error ¶
func (o *RecalculatePaymentRequestBadRequest) Error() string
func (*RecalculatePaymentRequestBadRequest) GetPayload ¶
func (o *RecalculatePaymentRequestBadRequest) GetPayload() *supportmessages.ClientError
func (*RecalculatePaymentRequestBadRequest) IsClientError ¶
func (o *RecalculatePaymentRequestBadRequest) IsClientError() bool
IsClientError returns true when this recalculate payment request bad request response has a 4xx status code
func (*RecalculatePaymentRequestBadRequest) IsCode ¶
func (o *RecalculatePaymentRequestBadRequest) IsCode(code int) bool
IsCode returns true when this recalculate payment request bad request response a status code equal to that given
func (*RecalculatePaymentRequestBadRequest) IsRedirect ¶
func (o *RecalculatePaymentRequestBadRequest) IsRedirect() bool
IsRedirect returns true when this recalculate payment request bad request response has a 3xx status code
func (*RecalculatePaymentRequestBadRequest) IsServerError ¶
func (o *RecalculatePaymentRequestBadRequest) IsServerError() bool
IsServerError returns true when this recalculate payment request bad request response has a 5xx status code
func (*RecalculatePaymentRequestBadRequest) IsSuccess ¶
func (o *RecalculatePaymentRequestBadRequest) IsSuccess() bool
IsSuccess returns true when this recalculate payment request bad request response has a 2xx status code
func (*RecalculatePaymentRequestBadRequest) String ¶
func (o *RecalculatePaymentRequestBadRequest) String() string
type RecalculatePaymentRequestConflict ¶
type RecalculatePaymentRequestConflict struct {
Payload *supportmessages.ClientError
}
RecalculatePaymentRequestConflict describes a response with status code 409, with default header values.
There was a conflict with the request.
func NewRecalculatePaymentRequestConflict ¶
func NewRecalculatePaymentRequestConflict() *RecalculatePaymentRequestConflict
NewRecalculatePaymentRequestConflict creates a RecalculatePaymentRequestConflict with default headers values
func (*RecalculatePaymentRequestConflict) Code ¶
func (o *RecalculatePaymentRequestConflict) Code() int
Code gets the status code for the recalculate payment request conflict response
func (*RecalculatePaymentRequestConflict) Error ¶
func (o *RecalculatePaymentRequestConflict) Error() string
func (*RecalculatePaymentRequestConflict) GetPayload ¶
func (o *RecalculatePaymentRequestConflict) GetPayload() *supportmessages.ClientError
func (*RecalculatePaymentRequestConflict) IsClientError ¶
func (o *RecalculatePaymentRequestConflict) IsClientError() bool
IsClientError returns true when this recalculate payment request conflict response has a 4xx status code
func (*RecalculatePaymentRequestConflict) IsCode ¶
func (o *RecalculatePaymentRequestConflict) IsCode(code int) bool
IsCode returns true when this recalculate payment request conflict response a status code equal to that given
func (*RecalculatePaymentRequestConflict) IsRedirect ¶
func (o *RecalculatePaymentRequestConflict) IsRedirect() bool
IsRedirect returns true when this recalculate payment request conflict response has a 3xx status code
func (*RecalculatePaymentRequestConflict) IsServerError ¶
func (o *RecalculatePaymentRequestConflict) IsServerError() bool
IsServerError returns true when this recalculate payment request conflict response has a 5xx status code
func (*RecalculatePaymentRequestConflict) IsSuccess ¶
func (o *RecalculatePaymentRequestConflict) IsSuccess() bool
IsSuccess returns true when this recalculate payment request conflict response has a 2xx status code
func (*RecalculatePaymentRequestConflict) String ¶
func (o *RecalculatePaymentRequestConflict) String() string
type RecalculatePaymentRequestCreated ¶
type RecalculatePaymentRequestCreated struct {
Payload *supportmessages.PaymentRequest
}
RecalculatePaymentRequestCreated describes a response with status code 201, with default header values.
The new payment request with recalculated pricing.
func NewRecalculatePaymentRequestCreated ¶
func NewRecalculatePaymentRequestCreated() *RecalculatePaymentRequestCreated
NewRecalculatePaymentRequestCreated creates a RecalculatePaymentRequestCreated with default headers values
func (*RecalculatePaymentRequestCreated) Code ¶
func (o *RecalculatePaymentRequestCreated) Code() int
Code gets the status code for the recalculate payment request created response
func (*RecalculatePaymentRequestCreated) Error ¶
func (o *RecalculatePaymentRequestCreated) Error() string
func (*RecalculatePaymentRequestCreated) GetPayload ¶
func (o *RecalculatePaymentRequestCreated) GetPayload() *supportmessages.PaymentRequest
func (*RecalculatePaymentRequestCreated) IsClientError ¶
func (o *RecalculatePaymentRequestCreated) IsClientError() bool
IsClientError returns true when this recalculate payment request created response has a 4xx status code
func (*RecalculatePaymentRequestCreated) IsCode ¶
func (o *RecalculatePaymentRequestCreated) IsCode(code int) bool
IsCode returns true when this recalculate payment request created response a status code equal to that given
func (*RecalculatePaymentRequestCreated) IsRedirect ¶
func (o *RecalculatePaymentRequestCreated) IsRedirect() bool
IsRedirect returns true when this recalculate payment request created response has a 3xx status code
func (*RecalculatePaymentRequestCreated) IsServerError ¶
func (o *RecalculatePaymentRequestCreated) IsServerError() bool
IsServerError returns true when this recalculate payment request created response has a 5xx status code
func (*RecalculatePaymentRequestCreated) IsSuccess ¶
func (o *RecalculatePaymentRequestCreated) IsSuccess() bool
IsSuccess returns true when this recalculate payment request created response has a 2xx status code
func (*RecalculatePaymentRequestCreated) String ¶
func (o *RecalculatePaymentRequestCreated) String() string
type RecalculatePaymentRequestForbidden ¶
type RecalculatePaymentRequestForbidden struct {
Payload *supportmessages.ClientError
}
RecalculatePaymentRequestForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewRecalculatePaymentRequestForbidden ¶
func NewRecalculatePaymentRequestForbidden() *RecalculatePaymentRequestForbidden
NewRecalculatePaymentRequestForbidden creates a RecalculatePaymentRequestForbidden with default headers values
func (*RecalculatePaymentRequestForbidden) Code ¶
func (o *RecalculatePaymentRequestForbidden) Code() int
Code gets the status code for the recalculate payment request forbidden response
func (*RecalculatePaymentRequestForbidden) Error ¶
func (o *RecalculatePaymentRequestForbidden) Error() string
func (*RecalculatePaymentRequestForbidden) GetPayload ¶
func (o *RecalculatePaymentRequestForbidden) GetPayload() *supportmessages.ClientError
func (*RecalculatePaymentRequestForbidden) IsClientError ¶
func (o *RecalculatePaymentRequestForbidden) IsClientError() bool
IsClientError returns true when this recalculate payment request forbidden response has a 4xx status code
func (*RecalculatePaymentRequestForbidden) IsCode ¶
func (o *RecalculatePaymentRequestForbidden) IsCode(code int) bool
IsCode returns true when this recalculate payment request forbidden response a status code equal to that given
func (*RecalculatePaymentRequestForbidden) IsRedirect ¶
func (o *RecalculatePaymentRequestForbidden) IsRedirect() bool
IsRedirect returns true when this recalculate payment request forbidden response has a 3xx status code
func (*RecalculatePaymentRequestForbidden) IsServerError ¶
func (o *RecalculatePaymentRequestForbidden) IsServerError() bool
IsServerError returns true when this recalculate payment request forbidden response has a 5xx status code
func (*RecalculatePaymentRequestForbidden) IsSuccess ¶
func (o *RecalculatePaymentRequestForbidden) IsSuccess() bool
IsSuccess returns true when this recalculate payment request forbidden response has a 2xx status code
func (*RecalculatePaymentRequestForbidden) String ¶
func (o *RecalculatePaymentRequestForbidden) String() string
type RecalculatePaymentRequestInternalServerError ¶
type RecalculatePaymentRequestInternalServerError struct {
Payload *supportmessages.Error
}
RecalculatePaymentRequestInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewRecalculatePaymentRequestInternalServerError ¶
func NewRecalculatePaymentRequestInternalServerError() *RecalculatePaymentRequestInternalServerError
NewRecalculatePaymentRequestInternalServerError creates a RecalculatePaymentRequestInternalServerError with default headers values
func (*RecalculatePaymentRequestInternalServerError) Code ¶
func (o *RecalculatePaymentRequestInternalServerError) Code() int
Code gets the status code for the recalculate payment request internal server error response
func (*RecalculatePaymentRequestInternalServerError) Error ¶
func (o *RecalculatePaymentRequestInternalServerError) Error() string
func (*RecalculatePaymentRequestInternalServerError) GetPayload ¶
func (o *RecalculatePaymentRequestInternalServerError) GetPayload() *supportmessages.Error
func (*RecalculatePaymentRequestInternalServerError) IsClientError ¶
func (o *RecalculatePaymentRequestInternalServerError) IsClientError() bool
IsClientError returns true when this recalculate payment request internal server error response has a 4xx status code
func (*RecalculatePaymentRequestInternalServerError) IsCode ¶
func (o *RecalculatePaymentRequestInternalServerError) IsCode(code int) bool
IsCode returns true when this recalculate payment request internal server error response a status code equal to that given
func (*RecalculatePaymentRequestInternalServerError) IsRedirect ¶
func (o *RecalculatePaymentRequestInternalServerError) IsRedirect() bool
IsRedirect returns true when this recalculate payment request internal server error response has a 3xx status code
func (*RecalculatePaymentRequestInternalServerError) IsServerError ¶
func (o *RecalculatePaymentRequestInternalServerError) IsServerError() bool
IsServerError returns true when this recalculate payment request internal server error response has a 5xx status code
func (*RecalculatePaymentRequestInternalServerError) IsSuccess ¶
func (o *RecalculatePaymentRequestInternalServerError) IsSuccess() bool
IsSuccess returns true when this recalculate payment request internal server error response has a 2xx status code
func (*RecalculatePaymentRequestInternalServerError) String ¶
func (o *RecalculatePaymentRequestInternalServerError) String() string
type RecalculatePaymentRequestNotFound ¶
type RecalculatePaymentRequestNotFound struct {
Payload *supportmessages.ClientError
}
RecalculatePaymentRequestNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewRecalculatePaymentRequestNotFound ¶
func NewRecalculatePaymentRequestNotFound() *RecalculatePaymentRequestNotFound
NewRecalculatePaymentRequestNotFound creates a RecalculatePaymentRequestNotFound with default headers values
func (*RecalculatePaymentRequestNotFound) Code ¶
func (o *RecalculatePaymentRequestNotFound) Code() int
Code gets the status code for the recalculate payment request not found response
func (*RecalculatePaymentRequestNotFound) Error ¶
func (o *RecalculatePaymentRequestNotFound) Error() string
func (*RecalculatePaymentRequestNotFound) GetPayload ¶
func (o *RecalculatePaymentRequestNotFound) GetPayload() *supportmessages.ClientError
func (*RecalculatePaymentRequestNotFound) IsClientError ¶
func (o *RecalculatePaymentRequestNotFound) IsClientError() bool
IsClientError returns true when this recalculate payment request not found response has a 4xx status code
func (*RecalculatePaymentRequestNotFound) IsCode ¶
func (o *RecalculatePaymentRequestNotFound) IsCode(code int) bool
IsCode returns true when this recalculate payment request not found response a status code equal to that given
func (*RecalculatePaymentRequestNotFound) IsRedirect ¶
func (o *RecalculatePaymentRequestNotFound) IsRedirect() bool
IsRedirect returns true when this recalculate payment request not found response has a 3xx status code
func (*RecalculatePaymentRequestNotFound) IsServerError ¶
func (o *RecalculatePaymentRequestNotFound) IsServerError() bool
IsServerError returns true when this recalculate payment request not found response has a 5xx status code
func (*RecalculatePaymentRequestNotFound) IsSuccess ¶
func (o *RecalculatePaymentRequestNotFound) IsSuccess() bool
IsSuccess returns true when this recalculate payment request not found response has a 2xx status code
func (*RecalculatePaymentRequestNotFound) String ¶
func (o *RecalculatePaymentRequestNotFound) String() string
type RecalculatePaymentRequestParams ¶
type RecalculatePaymentRequestParams struct { /* PaymentRequestID. UUID of the payment request to recalculate. Format: uuid */ PaymentRequestID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RecalculatePaymentRequestParams contains all the parameters to send to the API endpoint
for the recalculate payment request operation. Typically these are written to a http.Request.
func NewRecalculatePaymentRequestParams ¶
func NewRecalculatePaymentRequestParams() *RecalculatePaymentRequestParams
NewRecalculatePaymentRequestParams creates a new RecalculatePaymentRequestParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRecalculatePaymentRequestParamsWithContext ¶
func NewRecalculatePaymentRequestParamsWithContext(ctx context.Context) *RecalculatePaymentRequestParams
NewRecalculatePaymentRequestParamsWithContext creates a new RecalculatePaymentRequestParams object with the ability to set a context for a request.
func NewRecalculatePaymentRequestParamsWithHTTPClient ¶
func NewRecalculatePaymentRequestParamsWithHTTPClient(client *http.Client) *RecalculatePaymentRequestParams
NewRecalculatePaymentRequestParamsWithHTTPClient creates a new RecalculatePaymentRequestParams object with the ability to set a custom HTTPClient for a request.
func NewRecalculatePaymentRequestParamsWithTimeout ¶
func NewRecalculatePaymentRequestParamsWithTimeout(timeout time.Duration) *RecalculatePaymentRequestParams
NewRecalculatePaymentRequestParamsWithTimeout creates a new RecalculatePaymentRequestParams object with the ability to set a timeout on a request.
func (*RecalculatePaymentRequestParams) SetContext ¶
func (o *RecalculatePaymentRequestParams) SetContext(ctx context.Context)
SetContext adds the context to the recalculate payment request params
func (*RecalculatePaymentRequestParams) SetDefaults ¶
func (o *RecalculatePaymentRequestParams) SetDefaults()
SetDefaults hydrates default values in the recalculate payment request params (not the query body).
All values with no default are reset to their zero value.
func (*RecalculatePaymentRequestParams) SetHTTPClient ¶
func (o *RecalculatePaymentRequestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the recalculate payment request params
func (*RecalculatePaymentRequestParams) SetPaymentRequestID ¶
func (o *RecalculatePaymentRequestParams) SetPaymentRequestID(paymentRequestID strfmt.UUID)
SetPaymentRequestID adds the paymentRequestId to the recalculate payment request params
func (*RecalculatePaymentRequestParams) SetTimeout ¶
func (o *RecalculatePaymentRequestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the recalculate payment request params
func (*RecalculatePaymentRequestParams) WithContext ¶
func (o *RecalculatePaymentRequestParams) WithContext(ctx context.Context) *RecalculatePaymentRequestParams
WithContext adds the context to the recalculate payment request params
func (*RecalculatePaymentRequestParams) WithDefaults ¶
func (o *RecalculatePaymentRequestParams) WithDefaults() *RecalculatePaymentRequestParams
WithDefaults hydrates default values in the recalculate payment request params (not the query body).
All values with no default are reset to their zero value.
func (*RecalculatePaymentRequestParams) WithHTTPClient ¶
func (o *RecalculatePaymentRequestParams) WithHTTPClient(client *http.Client) *RecalculatePaymentRequestParams
WithHTTPClient adds the HTTPClient to the recalculate payment request params
func (*RecalculatePaymentRequestParams) WithPaymentRequestID ¶
func (o *RecalculatePaymentRequestParams) WithPaymentRequestID(paymentRequestID strfmt.UUID) *RecalculatePaymentRequestParams
WithPaymentRequestID adds the paymentRequestID to the recalculate payment request params
func (*RecalculatePaymentRequestParams) WithTimeout ¶
func (o *RecalculatePaymentRequestParams) WithTimeout(timeout time.Duration) *RecalculatePaymentRequestParams
WithTimeout adds the timeout to the recalculate payment request params
func (*RecalculatePaymentRequestParams) WriteToRequest ¶
func (o *RecalculatePaymentRequestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RecalculatePaymentRequestPreconditionFailed ¶
type RecalculatePaymentRequestPreconditionFailed struct {
Payload *supportmessages.ClientError
}
RecalculatePaymentRequestPreconditionFailed describes a response with status code 412, with default header values.
Precondition failed, likely due to a stale eTag (If-Match). Fetch the request again to get the updated eTag value.
func NewRecalculatePaymentRequestPreconditionFailed ¶
func NewRecalculatePaymentRequestPreconditionFailed() *RecalculatePaymentRequestPreconditionFailed
NewRecalculatePaymentRequestPreconditionFailed creates a RecalculatePaymentRequestPreconditionFailed with default headers values
func (*RecalculatePaymentRequestPreconditionFailed) Code ¶
func (o *RecalculatePaymentRequestPreconditionFailed) Code() int
Code gets the status code for the recalculate payment request precondition failed response
func (*RecalculatePaymentRequestPreconditionFailed) Error ¶
func (o *RecalculatePaymentRequestPreconditionFailed) Error() string
func (*RecalculatePaymentRequestPreconditionFailed) GetPayload ¶
func (o *RecalculatePaymentRequestPreconditionFailed) GetPayload() *supportmessages.ClientError
func (*RecalculatePaymentRequestPreconditionFailed) IsClientError ¶
func (o *RecalculatePaymentRequestPreconditionFailed) IsClientError() bool
IsClientError returns true when this recalculate payment request precondition failed response has a 4xx status code
func (*RecalculatePaymentRequestPreconditionFailed) IsCode ¶
func (o *RecalculatePaymentRequestPreconditionFailed) IsCode(code int) bool
IsCode returns true when this recalculate payment request precondition failed response a status code equal to that given
func (*RecalculatePaymentRequestPreconditionFailed) IsRedirect ¶
func (o *RecalculatePaymentRequestPreconditionFailed) IsRedirect() bool
IsRedirect returns true when this recalculate payment request precondition failed response has a 3xx status code
func (*RecalculatePaymentRequestPreconditionFailed) IsServerError ¶
func (o *RecalculatePaymentRequestPreconditionFailed) IsServerError() bool
IsServerError returns true when this recalculate payment request precondition failed response has a 5xx status code
func (*RecalculatePaymentRequestPreconditionFailed) IsSuccess ¶
func (o *RecalculatePaymentRequestPreconditionFailed) IsSuccess() bool
IsSuccess returns true when this recalculate payment request precondition failed response has a 2xx status code
func (*RecalculatePaymentRequestPreconditionFailed) String ¶
func (o *RecalculatePaymentRequestPreconditionFailed) String() string
type RecalculatePaymentRequestReader ¶
type RecalculatePaymentRequestReader struct {
// contains filtered or unexported fields
}
RecalculatePaymentRequestReader is a Reader for the RecalculatePaymentRequest structure.
func (*RecalculatePaymentRequestReader) ReadResponse ¶
func (o *RecalculatePaymentRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RecalculatePaymentRequestUnauthorized ¶
type RecalculatePaymentRequestUnauthorized struct {
}RecalculatePaymentRequestUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewRecalculatePaymentRequestUnauthorized ¶
func NewRecalculatePaymentRequestUnauthorized() *RecalculatePaymentRequestUnauthorized
NewRecalculatePaymentRequestUnauthorized creates a RecalculatePaymentRequestUnauthorized with default headers values
func (*RecalculatePaymentRequestUnauthorized) Code ¶
func (o *RecalculatePaymentRequestUnauthorized) Code() int
Code gets the status code for the recalculate payment request unauthorized response
func (*RecalculatePaymentRequestUnauthorized) Error ¶
func (o *RecalculatePaymentRequestUnauthorized) Error() string
func (*RecalculatePaymentRequestUnauthorized) GetPayload ¶
func (o *RecalculatePaymentRequestUnauthorized) GetPayload() *supportmessages.ClientError
func (*RecalculatePaymentRequestUnauthorized) IsClientError ¶
func (o *RecalculatePaymentRequestUnauthorized) IsClientError() bool
IsClientError returns true when this recalculate payment request unauthorized response has a 4xx status code
func (*RecalculatePaymentRequestUnauthorized) IsCode ¶
func (o *RecalculatePaymentRequestUnauthorized) IsCode(code int) bool
IsCode returns true when this recalculate payment request unauthorized response a status code equal to that given
func (*RecalculatePaymentRequestUnauthorized) IsRedirect ¶
func (o *RecalculatePaymentRequestUnauthorized) IsRedirect() bool
IsRedirect returns true when this recalculate payment request unauthorized response has a 3xx status code
func (*RecalculatePaymentRequestUnauthorized) IsServerError ¶
func (o *RecalculatePaymentRequestUnauthorized) IsServerError() bool
IsServerError returns true when this recalculate payment request unauthorized response has a 5xx status code
func (*RecalculatePaymentRequestUnauthorized) IsSuccess ¶
func (o *RecalculatePaymentRequestUnauthorized) IsSuccess() bool
IsSuccess returns true when this recalculate payment request unauthorized response has a 2xx status code
func (*RecalculatePaymentRequestUnauthorized) String ¶
func (o *RecalculatePaymentRequestUnauthorized) String() string
type RecalculatePaymentRequestUnprocessableEntity ¶
type RecalculatePaymentRequestUnprocessableEntity struct {
Payload *supportmessages.ValidationError
}
RecalculatePaymentRequestUnprocessableEntity describes a response with status code 422, with default header values.
The payload was unprocessable.
func NewRecalculatePaymentRequestUnprocessableEntity ¶
func NewRecalculatePaymentRequestUnprocessableEntity() *RecalculatePaymentRequestUnprocessableEntity
NewRecalculatePaymentRequestUnprocessableEntity creates a RecalculatePaymentRequestUnprocessableEntity with default headers values
func (*RecalculatePaymentRequestUnprocessableEntity) Code ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) Code() int
Code gets the status code for the recalculate payment request unprocessable entity response
func (*RecalculatePaymentRequestUnprocessableEntity) Error ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) Error() string
func (*RecalculatePaymentRequestUnprocessableEntity) GetPayload ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) GetPayload() *supportmessages.ValidationError
func (*RecalculatePaymentRequestUnprocessableEntity) IsClientError ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) IsClientError() bool
IsClientError returns true when this recalculate payment request unprocessable entity response has a 4xx status code
func (*RecalculatePaymentRequestUnprocessableEntity) IsCode ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this recalculate payment request unprocessable entity response a status code equal to that given
func (*RecalculatePaymentRequestUnprocessableEntity) IsRedirect ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this recalculate payment request unprocessable entity response has a 3xx status code
func (*RecalculatePaymentRequestUnprocessableEntity) IsServerError ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) IsServerError() bool
IsServerError returns true when this recalculate payment request unprocessable entity response has a 5xx status code
func (*RecalculatePaymentRequestUnprocessableEntity) IsSuccess ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this recalculate payment request unprocessable entity response has a 2xx status code
func (*RecalculatePaymentRequestUnprocessableEntity) String ¶
func (o *RecalculatePaymentRequestUnprocessableEntity) String() string
type UpdatePaymentRequestStatusBadRequest ¶
type UpdatePaymentRequestStatusBadRequest struct {
Payload *supportmessages.ClientError
}
UpdatePaymentRequestStatusBadRequest describes a response with status code 400, with default header values.
The request payload is invalid.
func NewUpdatePaymentRequestStatusBadRequest ¶
func NewUpdatePaymentRequestStatusBadRequest() *UpdatePaymentRequestStatusBadRequest
NewUpdatePaymentRequestStatusBadRequest creates a UpdatePaymentRequestStatusBadRequest with default headers values
func (*UpdatePaymentRequestStatusBadRequest) Code ¶
func (o *UpdatePaymentRequestStatusBadRequest) Code() int
Code gets the status code for the update payment request status bad request response
func (*UpdatePaymentRequestStatusBadRequest) Error ¶
func (o *UpdatePaymentRequestStatusBadRequest) Error() string
func (*UpdatePaymentRequestStatusBadRequest) GetPayload ¶
func (o *UpdatePaymentRequestStatusBadRequest) GetPayload() *supportmessages.ClientError
func (*UpdatePaymentRequestStatusBadRequest) IsClientError ¶
func (o *UpdatePaymentRequestStatusBadRequest) IsClientError() bool
IsClientError returns true when this update payment request status bad request response has a 4xx status code
func (*UpdatePaymentRequestStatusBadRequest) IsCode ¶
func (o *UpdatePaymentRequestStatusBadRequest) IsCode(code int) bool
IsCode returns true when this update payment request status bad request response a status code equal to that given
func (*UpdatePaymentRequestStatusBadRequest) IsRedirect ¶
func (o *UpdatePaymentRequestStatusBadRequest) IsRedirect() bool
IsRedirect returns true when this update payment request status bad request response has a 3xx status code
func (*UpdatePaymentRequestStatusBadRequest) IsServerError ¶
func (o *UpdatePaymentRequestStatusBadRequest) IsServerError() bool
IsServerError returns true when this update payment request status bad request response has a 5xx status code
func (*UpdatePaymentRequestStatusBadRequest) IsSuccess ¶
func (o *UpdatePaymentRequestStatusBadRequest) IsSuccess() bool
IsSuccess returns true when this update payment request status bad request response has a 2xx status code
func (*UpdatePaymentRequestStatusBadRequest) String ¶
func (o *UpdatePaymentRequestStatusBadRequest) String() string
type UpdatePaymentRequestStatusConflict ¶
type UpdatePaymentRequestStatusConflict struct {
Payload *supportmessages.ClientError
}
UpdatePaymentRequestStatusConflict describes a response with status code 409, with default header values.
There was a conflict with the request.
func NewUpdatePaymentRequestStatusConflict ¶
func NewUpdatePaymentRequestStatusConflict() *UpdatePaymentRequestStatusConflict
NewUpdatePaymentRequestStatusConflict creates a UpdatePaymentRequestStatusConflict with default headers values
func (*UpdatePaymentRequestStatusConflict) Code ¶
func (o *UpdatePaymentRequestStatusConflict) Code() int
Code gets the status code for the update payment request status conflict response
func (*UpdatePaymentRequestStatusConflict) Error ¶
func (o *UpdatePaymentRequestStatusConflict) Error() string
func (*UpdatePaymentRequestStatusConflict) GetPayload ¶
func (o *UpdatePaymentRequestStatusConflict) GetPayload() *supportmessages.ClientError
func (*UpdatePaymentRequestStatusConflict) IsClientError ¶
func (o *UpdatePaymentRequestStatusConflict) IsClientError() bool
IsClientError returns true when this update payment request status conflict response has a 4xx status code
func (*UpdatePaymentRequestStatusConflict) IsCode ¶
func (o *UpdatePaymentRequestStatusConflict) IsCode(code int) bool
IsCode returns true when this update payment request status conflict response a status code equal to that given
func (*UpdatePaymentRequestStatusConflict) IsRedirect ¶
func (o *UpdatePaymentRequestStatusConflict) IsRedirect() bool
IsRedirect returns true when this update payment request status conflict response has a 3xx status code
func (*UpdatePaymentRequestStatusConflict) IsServerError ¶
func (o *UpdatePaymentRequestStatusConflict) IsServerError() bool
IsServerError returns true when this update payment request status conflict response has a 5xx status code
func (*UpdatePaymentRequestStatusConflict) IsSuccess ¶
func (o *UpdatePaymentRequestStatusConflict) IsSuccess() bool
IsSuccess returns true when this update payment request status conflict response has a 2xx status code
func (*UpdatePaymentRequestStatusConflict) String ¶
func (o *UpdatePaymentRequestStatusConflict) String() string
type UpdatePaymentRequestStatusForbidden ¶
type UpdatePaymentRequestStatusForbidden struct {
Payload *supportmessages.ClientError
}
UpdatePaymentRequestStatusForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewUpdatePaymentRequestStatusForbidden ¶
func NewUpdatePaymentRequestStatusForbidden() *UpdatePaymentRequestStatusForbidden
NewUpdatePaymentRequestStatusForbidden creates a UpdatePaymentRequestStatusForbidden with default headers values
func (*UpdatePaymentRequestStatusForbidden) Code ¶
func (o *UpdatePaymentRequestStatusForbidden) Code() int
Code gets the status code for the update payment request status forbidden response
func (*UpdatePaymentRequestStatusForbidden) Error ¶
func (o *UpdatePaymentRequestStatusForbidden) Error() string
func (*UpdatePaymentRequestStatusForbidden) GetPayload ¶
func (o *UpdatePaymentRequestStatusForbidden) GetPayload() *supportmessages.ClientError
func (*UpdatePaymentRequestStatusForbidden) IsClientError ¶
func (o *UpdatePaymentRequestStatusForbidden) IsClientError() bool
IsClientError returns true when this update payment request status forbidden response has a 4xx status code
func (*UpdatePaymentRequestStatusForbidden) IsCode ¶
func (o *UpdatePaymentRequestStatusForbidden) IsCode(code int) bool
IsCode returns true when this update payment request status forbidden response a status code equal to that given
func (*UpdatePaymentRequestStatusForbidden) IsRedirect ¶
func (o *UpdatePaymentRequestStatusForbidden) IsRedirect() bool
IsRedirect returns true when this update payment request status forbidden response has a 3xx status code
func (*UpdatePaymentRequestStatusForbidden) IsServerError ¶
func (o *UpdatePaymentRequestStatusForbidden) IsServerError() bool
IsServerError returns true when this update payment request status forbidden response has a 5xx status code
func (*UpdatePaymentRequestStatusForbidden) IsSuccess ¶
func (o *UpdatePaymentRequestStatusForbidden) IsSuccess() bool
IsSuccess returns true when this update payment request status forbidden response has a 2xx status code
func (*UpdatePaymentRequestStatusForbidden) String ¶
func (o *UpdatePaymentRequestStatusForbidden) String() string
type UpdatePaymentRequestStatusInternalServerError ¶
type UpdatePaymentRequestStatusInternalServerError struct {
Payload *supportmessages.Error
}
UpdatePaymentRequestStatusInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewUpdatePaymentRequestStatusInternalServerError ¶
func NewUpdatePaymentRequestStatusInternalServerError() *UpdatePaymentRequestStatusInternalServerError
NewUpdatePaymentRequestStatusInternalServerError creates a UpdatePaymentRequestStatusInternalServerError with default headers values
func (*UpdatePaymentRequestStatusInternalServerError) Code ¶
func (o *UpdatePaymentRequestStatusInternalServerError) Code() int
Code gets the status code for the update payment request status internal server error response
func (*UpdatePaymentRequestStatusInternalServerError) Error ¶
func (o *UpdatePaymentRequestStatusInternalServerError) Error() string
func (*UpdatePaymentRequestStatusInternalServerError) GetPayload ¶
func (o *UpdatePaymentRequestStatusInternalServerError) GetPayload() *supportmessages.Error
func (*UpdatePaymentRequestStatusInternalServerError) IsClientError ¶
func (o *UpdatePaymentRequestStatusInternalServerError) IsClientError() bool
IsClientError returns true when this update payment request status internal server error response has a 4xx status code
func (*UpdatePaymentRequestStatusInternalServerError) IsCode ¶
func (o *UpdatePaymentRequestStatusInternalServerError) IsCode(code int) bool
IsCode returns true when this update payment request status internal server error response a status code equal to that given
func (*UpdatePaymentRequestStatusInternalServerError) IsRedirect ¶
func (o *UpdatePaymentRequestStatusInternalServerError) IsRedirect() bool
IsRedirect returns true when this update payment request status internal server error response has a 3xx status code
func (*UpdatePaymentRequestStatusInternalServerError) IsServerError ¶
func (o *UpdatePaymentRequestStatusInternalServerError) IsServerError() bool
IsServerError returns true when this update payment request status internal server error response has a 5xx status code
func (*UpdatePaymentRequestStatusInternalServerError) IsSuccess ¶
func (o *UpdatePaymentRequestStatusInternalServerError) IsSuccess() bool
IsSuccess returns true when this update payment request status internal server error response has a 2xx status code
func (*UpdatePaymentRequestStatusInternalServerError) String ¶
func (o *UpdatePaymentRequestStatusInternalServerError) String() string
type UpdatePaymentRequestStatusNotFound ¶
type UpdatePaymentRequestStatusNotFound struct {
Payload *supportmessages.ClientError
}
UpdatePaymentRequestStatusNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewUpdatePaymentRequestStatusNotFound ¶
func NewUpdatePaymentRequestStatusNotFound() *UpdatePaymentRequestStatusNotFound
NewUpdatePaymentRequestStatusNotFound creates a UpdatePaymentRequestStatusNotFound with default headers values
func (*UpdatePaymentRequestStatusNotFound) Code ¶
func (o *UpdatePaymentRequestStatusNotFound) Code() int
Code gets the status code for the update payment request status not found response
func (*UpdatePaymentRequestStatusNotFound) Error ¶
func (o *UpdatePaymentRequestStatusNotFound) Error() string
func (*UpdatePaymentRequestStatusNotFound) GetPayload ¶
func (o *UpdatePaymentRequestStatusNotFound) GetPayload() *supportmessages.ClientError
func (*UpdatePaymentRequestStatusNotFound) IsClientError ¶
func (o *UpdatePaymentRequestStatusNotFound) IsClientError() bool
IsClientError returns true when this update payment request status not found response has a 4xx status code
func (*UpdatePaymentRequestStatusNotFound) IsCode ¶
func (o *UpdatePaymentRequestStatusNotFound) IsCode(code int) bool
IsCode returns true when this update payment request status not found response a status code equal to that given
func (*UpdatePaymentRequestStatusNotFound) IsRedirect ¶
func (o *UpdatePaymentRequestStatusNotFound) IsRedirect() bool
IsRedirect returns true when this update payment request status not found response has a 3xx status code
func (*UpdatePaymentRequestStatusNotFound) IsServerError ¶
func (o *UpdatePaymentRequestStatusNotFound) IsServerError() bool
IsServerError returns true when this update payment request status not found response has a 5xx status code
func (*UpdatePaymentRequestStatusNotFound) IsSuccess ¶
func (o *UpdatePaymentRequestStatusNotFound) IsSuccess() bool
IsSuccess returns true when this update payment request status not found response has a 2xx status code
func (*UpdatePaymentRequestStatusNotFound) String ¶
func (o *UpdatePaymentRequestStatusNotFound) String() string
type UpdatePaymentRequestStatusOK ¶
type UpdatePaymentRequestStatusOK struct {
Payload *supportmessages.PaymentRequest
}
UpdatePaymentRequestStatusOK describes a response with status code 200, with default header values.
Successfully updated payment request status.
func NewUpdatePaymentRequestStatusOK ¶
func NewUpdatePaymentRequestStatusOK() *UpdatePaymentRequestStatusOK
NewUpdatePaymentRequestStatusOK creates a UpdatePaymentRequestStatusOK with default headers values
func (*UpdatePaymentRequestStatusOK) Code ¶
func (o *UpdatePaymentRequestStatusOK) Code() int
Code gets the status code for the update payment request status o k response
func (*UpdatePaymentRequestStatusOK) Error ¶
func (o *UpdatePaymentRequestStatusOK) Error() string
func (*UpdatePaymentRequestStatusOK) GetPayload ¶
func (o *UpdatePaymentRequestStatusOK) GetPayload() *supportmessages.PaymentRequest
func (*UpdatePaymentRequestStatusOK) IsClientError ¶
func (o *UpdatePaymentRequestStatusOK) IsClientError() bool
IsClientError returns true when this update payment request status o k response has a 4xx status code
func (*UpdatePaymentRequestStatusOK) IsCode ¶
func (o *UpdatePaymentRequestStatusOK) IsCode(code int) bool
IsCode returns true when this update payment request status o k response a status code equal to that given
func (*UpdatePaymentRequestStatusOK) IsRedirect ¶
func (o *UpdatePaymentRequestStatusOK) IsRedirect() bool
IsRedirect returns true when this update payment request status o k response has a 3xx status code
func (*UpdatePaymentRequestStatusOK) IsServerError ¶
func (o *UpdatePaymentRequestStatusOK) IsServerError() bool
IsServerError returns true when this update payment request status o k response has a 5xx status code
func (*UpdatePaymentRequestStatusOK) IsSuccess ¶
func (o *UpdatePaymentRequestStatusOK) IsSuccess() bool
IsSuccess returns true when this update payment request status o k response has a 2xx status code
func (*UpdatePaymentRequestStatusOK) String ¶
func (o *UpdatePaymentRequestStatusOK) String() string
type UpdatePaymentRequestStatusParams ¶
type UpdatePaymentRequestStatusParams struct { /* IfMatch. Optimistic locking is implemented via the `If-Match` header. If the ETag header does not match the value of the resource on the server, the server rejects the change with a `412 Precondition Failed` error. */ IfMatch string // Body. Body *supportmessages.UpdatePaymentRequestStatus /* PaymentRequestID. UUID of payment request. Format: uuid */ PaymentRequestID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePaymentRequestStatusParams contains all the parameters to send to the API endpoint
for the update payment request status operation. Typically these are written to a http.Request.
func NewUpdatePaymentRequestStatusParams ¶
func NewUpdatePaymentRequestStatusParams() *UpdatePaymentRequestStatusParams
NewUpdatePaymentRequestStatusParams creates a new UpdatePaymentRequestStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdatePaymentRequestStatusParamsWithContext ¶
func NewUpdatePaymentRequestStatusParamsWithContext(ctx context.Context) *UpdatePaymentRequestStatusParams
NewUpdatePaymentRequestStatusParamsWithContext creates a new UpdatePaymentRequestStatusParams object with the ability to set a context for a request.
func NewUpdatePaymentRequestStatusParamsWithHTTPClient ¶
func NewUpdatePaymentRequestStatusParamsWithHTTPClient(client *http.Client) *UpdatePaymentRequestStatusParams
NewUpdatePaymentRequestStatusParamsWithHTTPClient creates a new UpdatePaymentRequestStatusParams object with the ability to set a custom HTTPClient for a request.
func NewUpdatePaymentRequestStatusParamsWithTimeout ¶
func NewUpdatePaymentRequestStatusParamsWithTimeout(timeout time.Duration) *UpdatePaymentRequestStatusParams
NewUpdatePaymentRequestStatusParamsWithTimeout creates a new UpdatePaymentRequestStatusParams object with the ability to set a timeout on a request.
func (*UpdatePaymentRequestStatusParams) SetBody ¶
func (o *UpdatePaymentRequestStatusParams) SetBody(body *supportmessages.UpdatePaymentRequestStatus)
SetBody adds the body to the update payment request status params
func (*UpdatePaymentRequestStatusParams) SetContext ¶
func (o *UpdatePaymentRequestStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the update payment request status params
func (*UpdatePaymentRequestStatusParams) SetDefaults ¶
func (o *UpdatePaymentRequestStatusParams) SetDefaults()
SetDefaults hydrates default values in the update payment request status params (not the query body).
All values with no default are reset to their zero value.
func (*UpdatePaymentRequestStatusParams) SetHTTPClient ¶
func (o *UpdatePaymentRequestStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update payment request status params
func (*UpdatePaymentRequestStatusParams) SetIfMatch ¶
func (o *UpdatePaymentRequestStatusParams) SetIfMatch(ifMatch string)
SetIfMatch adds the ifMatch to the update payment request status params
func (*UpdatePaymentRequestStatusParams) SetPaymentRequestID ¶
func (o *UpdatePaymentRequestStatusParams) SetPaymentRequestID(paymentRequestID strfmt.UUID)
SetPaymentRequestID adds the paymentRequestId to the update payment request status params
func (*UpdatePaymentRequestStatusParams) SetTimeout ¶
func (o *UpdatePaymentRequestStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WithBody ¶
func (o *UpdatePaymentRequestStatusParams) WithBody(body *supportmessages.UpdatePaymentRequestStatus) *UpdatePaymentRequestStatusParams
WithBody adds the body to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WithContext ¶
func (o *UpdatePaymentRequestStatusParams) WithContext(ctx context.Context) *UpdatePaymentRequestStatusParams
WithContext adds the context to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WithDefaults ¶
func (o *UpdatePaymentRequestStatusParams) WithDefaults() *UpdatePaymentRequestStatusParams
WithDefaults hydrates default values in the update payment request status params (not the query body).
All values with no default are reset to their zero value.
func (*UpdatePaymentRequestStatusParams) WithHTTPClient ¶
func (o *UpdatePaymentRequestStatusParams) WithHTTPClient(client *http.Client) *UpdatePaymentRequestStatusParams
WithHTTPClient adds the HTTPClient to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WithIfMatch ¶
func (o *UpdatePaymentRequestStatusParams) WithIfMatch(ifMatch string) *UpdatePaymentRequestStatusParams
WithIfMatch adds the ifMatch to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WithPaymentRequestID ¶
func (o *UpdatePaymentRequestStatusParams) WithPaymentRequestID(paymentRequestID strfmt.UUID) *UpdatePaymentRequestStatusParams
WithPaymentRequestID adds the paymentRequestID to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WithTimeout ¶
func (o *UpdatePaymentRequestStatusParams) WithTimeout(timeout time.Duration) *UpdatePaymentRequestStatusParams
WithTimeout adds the timeout to the update payment request status params
func (*UpdatePaymentRequestStatusParams) WriteToRequest ¶
func (o *UpdatePaymentRequestStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePaymentRequestStatusPreconditionFailed ¶
type UpdatePaymentRequestStatusPreconditionFailed struct {
Payload *supportmessages.ClientError
}
UpdatePaymentRequestStatusPreconditionFailed describes a response with status code 412, with default header values.
Precondition failed, likely due to a stale eTag (If-Match). Fetch the request again to get the updated eTag value.
func NewUpdatePaymentRequestStatusPreconditionFailed ¶
func NewUpdatePaymentRequestStatusPreconditionFailed() *UpdatePaymentRequestStatusPreconditionFailed
NewUpdatePaymentRequestStatusPreconditionFailed creates a UpdatePaymentRequestStatusPreconditionFailed with default headers values
func (*UpdatePaymentRequestStatusPreconditionFailed) Code ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) Code() int
Code gets the status code for the update payment request status precondition failed response
func (*UpdatePaymentRequestStatusPreconditionFailed) Error ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) Error() string
func (*UpdatePaymentRequestStatusPreconditionFailed) GetPayload ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) GetPayload() *supportmessages.ClientError
func (*UpdatePaymentRequestStatusPreconditionFailed) IsClientError ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) IsClientError() bool
IsClientError returns true when this update payment request status precondition failed response has a 4xx status code
func (*UpdatePaymentRequestStatusPreconditionFailed) IsCode ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) IsCode(code int) bool
IsCode returns true when this update payment request status precondition failed response a status code equal to that given
func (*UpdatePaymentRequestStatusPreconditionFailed) IsRedirect ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) IsRedirect() bool
IsRedirect returns true when this update payment request status precondition failed response has a 3xx status code
func (*UpdatePaymentRequestStatusPreconditionFailed) IsServerError ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) IsServerError() bool
IsServerError returns true when this update payment request status precondition failed response has a 5xx status code
func (*UpdatePaymentRequestStatusPreconditionFailed) IsSuccess ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) IsSuccess() bool
IsSuccess returns true when this update payment request status precondition failed response has a 2xx status code
func (*UpdatePaymentRequestStatusPreconditionFailed) String ¶
func (o *UpdatePaymentRequestStatusPreconditionFailed) String() string
type UpdatePaymentRequestStatusReader ¶
type UpdatePaymentRequestStatusReader struct {
// contains filtered or unexported fields
}
UpdatePaymentRequestStatusReader is a Reader for the UpdatePaymentRequestStatus structure.
func (*UpdatePaymentRequestStatusReader) ReadResponse ¶
func (o *UpdatePaymentRequestStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePaymentRequestStatusUnauthorized ¶
type UpdatePaymentRequestStatusUnauthorized struct {
}UpdatePaymentRequestStatusUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewUpdatePaymentRequestStatusUnauthorized ¶
func NewUpdatePaymentRequestStatusUnauthorized() *UpdatePaymentRequestStatusUnauthorized
NewUpdatePaymentRequestStatusUnauthorized creates a UpdatePaymentRequestStatusUnauthorized with default headers values
func (*UpdatePaymentRequestStatusUnauthorized) Code ¶
func (o *UpdatePaymentRequestStatusUnauthorized) Code() int
Code gets the status code for the update payment request status unauthorized response
func (*UpdatePaymentRequestStatusUnauthorized) Error ¶
func (o *UpdatePaymentRequestStatusUnauthorized) Error() string
func (*UpdatePaymentRequestStatusUnauthorized) GetPayload ¶
func (o *UpdatePaymentRequestStatusUnauthorized) GetPayload() *supportmessages.ClientError
func (*UpdatePaymentRequestStatusUnauthorized) IsClientError ¶
func (o *UpdatePaymentRequestStatusUnauthorized) IsClientError() bool
IsClientError returns true when this update payment request status unauthorized response has a 4xx status code
func (*UpdatePaymentRequestStatusUnauthorized) IsCode ¶
func (o *UpdatePaymentRequestStatusUnauthorized) IsCode(code int) bool
IsCode returns true when this update payment request status unauthorized response a status code equal to that given
func (*UpdatePaymentRequestStatusUnauthorized) IsRedirect ¶
func (o *UpdatePaymentRequestStatusUnauthorized) IsRedirect() bool
IsRedirect returns true when this update payment request status unauthorized response has a 3xx status code
func (*UpdatePaymentRequestStatusUnauthorized) IsServerError ¶
func (o *UpdatePaymentRequestStatusUnauthorized) IsServerError() bool
IsServerError returns true when this update payment request status unauthorized response has a 5xx status code
func (*UpdatePaymentRequestStatusUnauthorized) IsSuccess ¶
func (o *UpdatePaymentRequestStatusUnauthorized) IsSuccess() bool
IsSuccess returns true when this update payment request status unauthorized response has a 2xx status code
func (*UpdatePaymentRequestStatusUnauthorized) String ¶
func (o *UpdatePaymentRequestStatusUnauthorized) String() string
type UpdatePaymentRequestStatusUnprocessableEntity ¶
type UpdatePaymentRequestStatusUnprocessableEntity struct {
Payload *supportmessages.ValidationError
}
UpdatePaymentRequestStatusUnprocessableEntity describes a response with status code 422, with default header values.
The payload was unprocessable.
func NewUpdatePaymentRequestStatusUnprocessableEntity ¶
func NewUpdatePaymentRequestStatusUnprocessableEntity() *UpdatePaymentRequestStatusUnprocessableEntity
NewUpdatePaymentRequestStatusUnprocessableEntity creates a UpdatePaymentRequestStatusUnprocessableEntity with default headers values
func (*UpdatePaymentRequestStatusUnprocessableEntity) Code ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) Code() int
Code gets the status code for the update payment request status unprocessable entity response
func (*UpdatePaymentRequestStatusUnprocessableEntity) Error ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) Error() string
func (*UpdatePaymentRequestStatusUnprocessableEntity) GetPayload ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) GetPayload() *supportmessages.ValidationError
func (*UpdatePaymentRequestStatusUnprocessableEntity) IsClientError ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsClientError() bool
IsClientError returns true when this update payment request status unprocessable entity response has a 4xx status code
func (*UpdatePaymentRequestStatusUnprocessableEntity) IsCode ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this update payment request status unprocessable entity response a status code equal to that given
func (*UpdatePaymentRequestStatusUnprocessableEntity) IsRedirect ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this update payment request status unprocessable entity response has a 3xx status code
func (*UpdatePaymentRequestStatusUnprocessableEntity) IsServerError ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsServerError() bool
IsServerError returns true when this update payment request status unprocessable entity response has a 5xx status code
func (*UpdatePaymentRequestStatusUnprocessableEntity) IsSuccess ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this update payment request status unprocessable entity response has a 2xx status code
func (*UpdatePaymentRequestStatusUnprocessableEntity) String ¶
func (o *UpdatePaymentRequestStatusUnprocessableEntity) String() string
Source Files ¶
- get_payment_request_e_d_i_parameters.go
- get_payment_request_e_d_i_responses.go
- list_m_t_o_payment_requests_parameters.go
- list_m_t_o_payment_requests_responses.go
- payment_request_client.go
- process_reviewed_payment_requests_parameters.go
- process_reviewed_payment_requests_responses.go
- recalculate_payment_request_parameters.go
- recalculate_payment_request_responses.go
- update_payment_request_status_parameters.go
- update_payment_request_status_responses.go