STPCardFundingType
@objc
public enum STPCardFundingType : Int
The various funding sources for a payment card.
-
Debit card funding
Declaration
Swift
case debit
-
Credit card funding
Declaration
Swift
case credit
-
Prepaid card funding
Declaration
Swift
case prepaid
-
An other or unknown type of funding source.
Declaration
Swift
case other