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 BankAccountAccountHolderType

type BankAccountAccountHolderType string
const (
	BankAccountAccountHolderTypeIndividual BankAccountAccountHolderType = "individual"
	BankAccountAccountHolderTypeCompany    BankAccountAccountHolderType = "company"
)

type BankAccountAccountType

type BankAccountAccountType string
const (
	BankAccountAccountTypeChecking         BankAccountAccountType = "checking"
	BankAccountAccountTypeSavings          BankAccountAccountType = "savings"
	BankAccountAccountTypeBusinessChecking BankAccountAccountType = "business_checking"
	BankAccountAccountTypeCurrent          BankAccountAccountType = "current"
)

type BankAccountEcheckType

type BankAccountEcheckType string
const (
	BankAccountEcheckTypeWeb BankAccountEcheckType = "web"
	BankAccountEcheckTypePpd BankAccountEcheckType = "ppd"
	BankAccountEcheckTypeCcd BankAccountEcheckType = "ccd"
)

type CardBrand

type CardBrand string
const (
	CardBrandVisa            CardBrand = "visa"
	CardBrandMastercard      CardBrand = "mastercard"
	CardBrandAmericanExpress CardBrand = "american_express"
	CardBrandDiscover        CardBrand = "discover"
	CardBrandJcb             CardBrand = "jcb"
	CardBrandDinersClub      CardBrand = "diners_club"
	CardBrandOther           CardBrand = "other"
	CardBrandBancontact      CardBrand = "bancontact"
	CardBrandCmrFalabella    CardBrand = "cmr_falabella"
	CardBrandTarjetaNaranja  CardBrand = "tarjeta_naranja"
	CardBrandNativa          CardBrand = "nativa"
	CardBrandCencosud        CardBrand = "cencosud"
	CardBrandCabal           CardBrand = "cabal"
	CardBrandArgencard       CardBrand = "argencard"
	CardBrandElo             CardBrand = "elo"
	CardBrandHipercard       CardBrand = "hipercard"
	CardBrandCarnet          CardBrand = "carnet"
	CardBrandRupay           CardBrand = "rupay"
	CardBrandMaestro         CardBrand = "maestro"
	CardBrandDankort         CardBrand = "dankort"
	CardBrandCartesBancaires CardBrand = "cartes_bancaires"
	CardBrandNotApplicable   CardBrand = "not_applicable"
)

type CardFundingType

type CardFundingType string
const (
	CardFundingTypeCredit        CardFundingType = "credit"
	CardFundingTypeDebit         CardFundingType = "debit"
	CardFundingTypePrepaid       CardFundingType = "prepaid"
	CardFundingTypeNotKnown      CardFundingType = "not_known"
	CardFundingTypeNotApplicable CardFundingType = "not_applicable"
)

type Status

type Status string
const (
	StatusValid               Status = "valid"
	StatusExpiring            Status = "expiring"
	StatusExpired             Status = "expired"
	StatusInvalid             Status = "invalid"
	StatusPendingVerification Status = "pending_verification"
)

Jump to

Keyboard shortcuts

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