import type { PaypalV2PurchaseUnitShipping } from './PaypalV2PurchaseUnitShipping.js';
export type PaypalV2PurchaseUnit = {
    /**
     * 구매 상품 정보
     */
    shipping?: PaypalV2PurchaseUnitShipping | undefined;
};
