import { FundsTransferMethod } from '../FundsTransferMethod' export class FundsTransferMethodResponse { data: FundsTransferMethod included: any[] }