UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

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