# Constants
PaymentInfoStatusInProgress captures enum value "inProgress".
PaymentInfoStatusPending captures enum value "pending".
PaymentInfoStatusSuccess captures enum value "success".
PaymentInfoSuccessActionRedirect captures enum value "redirect".
PaymentInfoSuccessActionShowMessage captures enum value "showMessage".
# Structs
CreateCustomerRequest create customer request
swagger:model createCustomerRequest.
CreatePaymentMethodRequest create payment method request
swagger:model createPaymentMethodRequest.
CurrencyExchangeRate currency exchange rate
swagger:model currencyExchangeRate.
Customer customer
swagger:model customer.
ErrorResponse error response
swagger:model ErrorResponse.
ErrorResponseItem error response item
swagger:model ErrorResponseItem.
Payment payment
swagger:model payment.
PaymentInfo Payment info
swagger:model paymentInfo.
PaymentLink payment link
swagger:model paymentLink.
PaymentMethod PaymentType
swagger:model paymentMethod.
PaymentRedirectInfo payment redirect info
swagger:model paymentRedirectInfo.
SupportedPaymentMethod PaymentType
swagger:model supportedPaymentMethod.
SupportedPaymentMethods supported payment methods
swagger:model supportedPaymentMethods.
# Interfaces
CreatePaymentFromLinkRequest create payment from link request
swagger:model createPaymentFromLinkRequest.