SCPCardFundingType
Objective-C
enum SCPCardFundingType : NSInteger {}
Swift
enum CardFundingType : Int, @unchecked Sendable
The various funding sources for a card.
-
Debit
Declaration
Objective-C
SCPCardFundingTypeDebit
Swift
case debit = 0
-
Credit
Declaration
Objective-C
SCPCardFundingTypeCredit
Swift
case credit = 1
-
Prepaid
Declaration
Objective-C
SCPCardFundingTypePrepaid
Swift
case prepaid = 2
-
An other or unknown type of funding source
Declaration
Objective-C
SCPCardFundingTypeOther
Swift
case other = 3