HyperwalletIconContent
public enum HyperwalletIconContent : String
Represents the Hyperwallet Icon type
-
The icon for Bank Account
Declaration
Swift
case bankAccount = "" -
The icon for add transfer method
Declaration
Swift
case addTransferMethod = "" -
The icon for check type
Declaration
Swift
case check = "" -
The icon for debit and credit card type
Declaration
Swift
case debitCredit = "" -
The icon for prepaid card type
Declaration
Swift
case prepaidCard = "" -
The icon for wire transfer type
Declaration
Swift
case wire = "" -
The icon for venmo transfer type
Declaration
Swift
case venmo = "" -
The icon for moenygram transfer type
Declaration
Swift
case moneygram = "" -
The icon for paypal transfer type
Declaration
Swift
case paypal = "" -
The credit icon
Declaration
Swift
case credit = "" -
The debit icon
Declaration
Swift
case debit = "" -
Add new transfer method
Declaration
Swift
case addNewTransferMethod = ""
View on GitHub