/** * The Sudo Platform SDK representation of an enumeration depicting the particular type of card funding source. * * @enum CardType */ export declare enum CardType { Credit = "CREDIT", Debit = "DEBIT", Prepaid = "PREPAID", Other = "OTHER" }