/** * The type of the account. */ export declare enum AccountType { Cheque = "Cheque", Savings = "Savings", Credit = "Credit", eBucks = "eBucks", Vehicle = "Vehicle", Other = "Other", Easy = "Easy" }