/** 추가 수수료 정보 */ export type CreatePlatformOrderTransferBodyAdditionalFee = { /** 추가 수수료 정책 아이디 */ policyId: string; };