@portone/browser-sdk
Version:
PortOne SDK for browser
7 lines (6 loc) • 462 B
TypeScript
export declare const PaypalV2PaymentSourcePaypalExperienceContextShippingPreference: {
readonly GET_FROM_FILE: "GET_FROM_FILE";
readonly NO_SHIPPING: "NO_SHIPPING";
readonly SET_PROVIDED_ADDRESS: "SET_PROVIDED_ADDRESS";
};
export type PaypalV2PaymentSourcePaypalExperienceContextShippingPreference = (typeof PaypalV2PaymentSourcePaypalExperienceContextShippingPreference)[keyof typeof PaypalV2PaymentSourcePaypalExperienceContextShippingPreference];