Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailureReason ¶
type FailureReason string
const ( FailureReasonCardError FailureReason = "card_error" FailureReasonServerError FailureReason = "server_error" )
type Type ¶
type Type string
const ( TypeCheckoutNew Type = "checkout_new" TypeCheckoutExisting Type = "checkout_existing" TypeUpdatePaymentMethod Type = "update_payment_method" TypeManagePaymentSources Type = "manage_payment_sources" TypeCollectNow Type = "collect_now" TypeExtendSubscription Type = "extend_subscription" TypeCheckoutOneTime Type = "checkout_one_time" TypePreCancel Type = "pre_cancel" TypeViewVoucher Type = "view_voucher" TypeAcceptQuote Type = "accept_quote" TypeCheckoutGift Type = "checkout_gift" TypeClaimGift Type = "claim_gift" TypeUpdateCard Type = "update_card" )
Click to show internal directories.
Click to hide internal directories.