import { ProcessorTokenFundsTransferMethodCreateAttributes } from '../ProcessorTokenFundsTransferMethodCreateAttributes' export class CreateProcessorTokenFundsTransferMethodRequest { include?: string data: { type?: string // 'funds-transfer-methods' attributes: ProcessorTokenFundsTransferMethodCreateAttributes } }