enum

package
v3.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: MIT Imports: 0 Imported by: 0

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"
)

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"
)

type Status

type Status string
const (
	StatusInited     Status = "inited"
	StatusInProgress Status = "in_progress"
	StatusAuthorized Status = "authorized"
	StatusConsumed   Status = "consumed"
	StatusExpired    Status = "expired"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL