enum

package
v3.9.1 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 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 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"
	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"
	PoweredByNotApplicable  PoweredBy = "not_applicable"
)

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