enum

package
v3.45.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 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 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"
)

type Status

type Status string
const (
	StatusValid    Status = "valid"
	StatusExpiring Status = "expiring"
	StatusExpired  Status = "expired"
)

Jump to

Keyboard shortcuts

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