@portone/browser-sdk
Version:
PortOne SDK for browser
17 lines (16 loc) • 422 B
TypeScript
/**
* 버튼 라벨
*/
export declare const PaypalV2StyleLabel: {
readonly paypal: "paypal";
readonly checkout: "checkout";
readonly buynow: "buynow";
readonly pay: "pay";
readonly installment: "installment";
readonly subscribe: "subscribe";
readonly donate: "donate";
};
/**
* 버튼 라벨
*/
export type PaypalV2StyleLabel = (typeof PaypalV2StyleLabel)[keyof typeof PaypalV2StyleLabel];