export type EximbayV2Surcharge = { /** * **항목명** */ name: string; /** * **수량** */ quantity: string; /** * **단가 (음수 가능)** */ unit_price: string; };