FundingSource
public enum FundingSource
Representation of a Funding Source used in the Sudo Platform SDK.
-
Representation of a Credit Card Funding Source.
Declaration
Swift
case creditCardFundingSource(CreditCardFundingSource)
-
Representation of a Bank Account Funding Source.
Declaration
Swift
case bankAccountFundingSource(BankAccountFundingSource)
-
Declaration
Swift
public func isUnfunded() -> Bool