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" )
Click to show internal directories.
Click to hide internal directories.