export class AccountCashTotalAttributes { 'contingent-hold': number // (Decimal) 'non-contingent-hold': number // (Decimal) 'currency-type': string disbursable: number // (Decimal) 'pending-transfer': number // (Decimal) settled: number // (Decimal) 'updated-at': string // (Date with Time) }