UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

8 lines (7 loc) 228 B
import type { PaypalV2PurchaseUnitShipping } from './PaypalV2PurchaseUnitShipping.js'; export type PaypalV2PurchaseUnit = { /** * 구매 상품 정보 */ shipping?: PaypalV2PurchaseUnitShipping | undefined; };