STPCardFundingType
enum STPCardFundingType {}
The various funding sources for a payment card.
-
Debit card funding
Declaration
Objective-C
STPCardFundingTypeDebit
Swift
case debit = 0
-
Credit card funding
Declaration
Objective-C
STPCardFundingTypeCredit
Swift
case credit = 1
-
Prepaid card funding
Declaration
Objective-C
STPCardFundingTypePrepaid
Swift
case prepaid = 2
-
An other or unknown type of funding source.
Declaration
Objective-C
STPCardFundingTypeOther
Swift
case other = 3