import { FundsTransferMethodAttributes } from './FundsTransferMethodAttributes' import { FundsTransferMethodRelationships } from './FundsTransferMethodRelationships' export class FundsTransferMethod { type: string // 'funds-transfer-methods' id: string attributes: FundsTransferMethodAttributes relationships: FundsTransferMethodRelationships links: { self: string } }