export class AccountCashTransferAttributes { amount: string // (Decimal) 'created-at': string // (Date with Time) 'currency-type': string // reference: string // status: string // 'updated-at': string // (Date with Time) 'reversal-details'?: string }