CardFundingSource public enum CardFundingSource : String, Codable Indicates the Card funding source. debit Indicates that the card is a debit card. Declaration Swift case debit credit Indicates that the card is a credit card. Declaration Swift case credit