CardType public enum CardType : String, Codable Card types. credit Credit card type case. Declaration Swift case credit = "CREDIT" debit Debit card type case. Declaration Swift case debit = "DEBIT" prepaid Prepaid card type case. Declaration Swift case prepaid = "PREPAID" unknown Unknown card type case. Declaration Swift case unknown = "UNKNOWN"