UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

8 lines (7 loc) 269 B
export declare const EasyPayPaymentMethod: { readonly CARD: "CARD"; readonly CHARGE: "CHARGE"; readonly TRANSFER: "TRANSFER"; readonly MONEY: "MONEY"; }; export type EasyPayPaymentMethod = typeof EasyPayPaymentMethod[keyof typeof EasyPayPaymentMethod];