import { AccountCashTransfer } from '../AccountCashTransfer' export class TransferCashResponse { data: AccountCashTransfer included: any[] }