CardType
public enum CardType : String, Codable, Sendable, CaseIterable
Card type enum.
-
Card debit type.
Declaration
Swift
case debit = "DEBIT" -
Card prepaid type.
Declaration
Swift
case prepaid = "PREPAID" -
Card prepaid non reloadable type.
Declaration
Swift
case prepaidNonReloadable = "PREPAID_NON_RELOADABLE" -
Card gift type.
Declaration
Swift
case gift = "GIFT"
View on GitHub