UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

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