UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

9 lines (8 loc) 273 B
import type { TosspaymentsPaypalShippingAddress } from './TosspaymentsPaypalShippingAddress.js'; export type TosspaymentsPaypalShipping = { /** * 구매자 전체 이름 */ fullName?: string | undefined; address: TosspaymentsPaypalShippingAddress; };