WalletType
public enum WalletType : String, Codable, Sendable, CaseIterable
Wallet type cases.
-
Checking type.
Declaration
Swift
case checking = "CHECKING" -
Savings type.
Declaration
Swift
case savings = "SAVINGS" -
Crypto type.
Declaration
Swift
case crypto = "CRYPTO" -
Prepaid type.
Declaration
Swift
case prepaid = "PREPAID" -
Prepaid non reloadable.
Declaration
Swift
case prepaidNonReloadable = "PREPAID_NON_RELOADABLE"
View on GitHub