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