Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardType ¶
type CardType string
const ( CardTypeVisa CardType = "visa" CardTypeMastercard CardType = "mastercard" CardTypeAmericanExpress CardType = "american_express" CardTypeDiscover CardType = "discover" CardTypeJcb CardType = "jcb" CardTypeDinersClub CardType = "diners_club" CardTypeBancontact CardType = "bancontact" CardTypeCmrFalabella CardType = "cmr_falabella" CardTypeTarjetaNaranja CardType = "tarjeta_naranja" CardTypeNativa CardType = "nativa" CardTypeCencosud CardType = "cencosud" CardTypeCabal CardType = "cabal" CardTypeArgencard CardType = "argencard" CardTypeElo CardType = "elo" CardTypeHipercard CardType = "hipercard" CardTypeCarnet CardType = "carnet" CardTypeRupay CardType = "rupay" CardTypeMaestro CardType = "maestro" CardTypeDankort CardType = "dankort" CardTypeCartesBancaires CardType = "cartes_bancaires" CardTypeOther CardType = "other" CardTypeNotApplicable CardType = "not_applicable" )
type FundingType ¶
type FundingType string
const ( FundingTypeCredit FundingType = "credit" FundingTypeDebit FundingType = "debit" FundingTypePrepaid FundingType = "prepaid" FundingTypeNotKnown FundingType = "not_known" FundingTypeNotApplicable FundingType = "not_applicable" )
type PoweredBy ¶
type PoweredBy string
const ( PoweredByIdeal PoweredBy = "ideal" PoweredBySofort PoweredBy = "sofort" PoweredByBancontact PoweredBy = "bancontact" PoweredByGiropay PoweredBy = "giropay" PoweredByCard PoweredBy = "card" PoweredByLatamLocalCard PoweredBy = "latam_local_card" PoweredByPayconiq PoweredBy = "payconiq" PoweredByNotApplicable PoweredBy = "not_applicable" )
type PreferredScheme ¶ added in v3.26.0
type PreferredScheme string
const ( PreferredSchemeCartesBancaires PreferredScheme = "cartes_bancaires" PreferredSchemeMastercard PreferredScheme = "mastercard" PreferredSchemeVisa PreferredScheme = "visa" )
Click to show internal directories.
Click to hide internal directories.