@portone/browser-sdk
Version:
PortOne SDK for browser
7 lines (6 loc) • 410 B
TypeScript
export declare const PaypalV2PaymentSourcePaypalExperienceContextLandingPage: {
readonly LOGIN: "LOGIN";
readonly GUEST_CHECKOUT: "GUEST_CHECKOUT";
readonly NO_PREFERENCE: "NO_PREFERENCE";
};
export type PaypalV2PaymentSourcePaypalExperienceContextLandingPage = (typeof PaypalV2PaymentSourcePaypalExperienceContextLandingPage)[keyof typeof PaypalV2PaymentSourcePaypalExperienceContextLandingPage];