Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaymentAttemptStatus ¶
type PaymentAttemptStatus string
const ( PaymentAttemptStatusInited PaymentAttemptStatus = "inited" PaymentAttemptStatusRequiresIdentification PaymentAttemptStatus = "requires_identification" PaymentAttemptStatusRequiresChallenge PaymentAttemptStatus = "requires_challenge" PaymentAttemptStatusRequiresRedirection PaymentAttemptStatus = "requires_redirection" PaymentAttemptStatusAuthorized PaymentAttemptStatus = "authorized" PaymentAttemptStatusRefused PaymentAttemptStatus = "refused" PaymentAttemptStatusPendingAuthorization PaymentAttemptStatus = "pending_authorization" )
type PaymentMethodType ¶
type PaymentMethodType string
const ( PaymentMethodTypeCard PaymentMethodType = "card" PaymentMethodTypeIdeal PaymentMethodType = "ideal" PaymentMethodTypeSofort PaymentMethodType = "sofort" PaymentMethodTypeBancontact PaymentMethodType = "bancontact" PaymentMethodTypeGooglePay PaymentMethodType = "google_pay" PaymentMethodTypeDotpay PaymentMethodType = "dotpay" PaymentMethodTypeGiropay PaymentMethodType = "giropay" PaymentMethodTypeApplePay PaymentMethodType = "apple_pay" PaymentMethodTypeUpi PaymentMethodType = "upi" PaymentMethodTypeNetbankingEmandates PaymentMethodType = "netbanking_emandates" PaymentMethodTypePaypalExpressCheckout PaymentMethodType = "paypal_express_checkout" PaymentMethodTypeDirectDebit PaymentMethodType = "direct_debit" PaymentMethodTypeBoleto PaymentMethodType = "boleto" PaymentMethodTypeVenmo PaymentMethodType = "venmo" )
Click to show internal directories.
Click to hide internal directories.