export class AccountCashTransfersAttributes { amount: string // (Decimal > 0) > 0 'currency-type'?: string // (Types: Enums: Currency Types) Enum: "AUD" "CAD" "EUR" "GBP" "JPY" "USD" 'from-account-id': string // (UUIDv4) 'to-account-id': string // (UUIDv4) reference?: string }