# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetDetailsRequest generates requests for GetDetails.
NewPostPaymentRequest calls the generic PostPayment builder with application/json body.
NewPostPaymentRequestWithBody generates requests for PostPayment with any type of body.
ParseGetDetailsResponse parses an HTTP response from a GetDetailsWithResponse call.
ParsePostPaymentResponse parses an HTTP response from a PostPaymentWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ErrorResponseModel defines model for ErrorResponseModel.
No description provided by the author
PaymentDetailsFields defines model for PaymentDetailsFields.
PaymentDetailsResponse defines model for PaymentDetailsResponse.
PaymentInitiateFields defines model for PaymentInitiateFields.
PaymentInitiatePayload defines model for PaymentInitiatePayload.
PaymentInitiateResponse defines model for PaymentInitiateResponse.
No description provided by the author
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
ClientOption allows setting custom parameters during construction.
PostPaymentJSONRequestBody defines body for PostPayment for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.