@portone/browser-sdk
Version:
PortOne SDK for browser
54 lines (53 loc) • 2.22 kB
TypeScript
/**
* **PG사 구분코드**
*/
export declare const PgProvider: {
readonly HTML5_INICIS: "PG_PROVIDER_HTML5_INICIS";
readonly PAYPAL: "PG_PROVIDER_PAYPAL";
readonly INICIS: "PG_PROVIDER_INICIS";
readonly DANAL: "PG_PROVIDER_DANAL";
readonly NICE: "PG_PROVIDER_NICE";
readonly DANAL_TPAY: "PG_PROVIDER_DANAL_TPAY";
readonly UPLUS: "PG_PROVIDER_UPLUS";
readonly NAVERPAY: "PG_PROVIDER_NAVERPAY";
readonly SETTLE: "PG_PROVIDER_SETTLE";
readonly KCP: "PG_PROVIDER_KCP";
readonly MOBILIANS: "PG_PROVIDER_MOBILIANS";
readonly KAKAOPAY: "PG_PROVIDER_KAKAOPAY";
readonly NAVERCO: "PG_PROVIDER_NAVERCO";
readonly KICC: "PG_PROVIDER_KICC";
readonly EXIMBAY: "PG_PROVIDER_EXIMBAY";
readonly SMILEPAY: "PG_PROVIDER_SMILEPAY";
readonly PAYCO: "PG_PROVIDER_PAYCO";
readonly KCP_BILLING: "PG_PROVIDER_KCP_BILLING";
readonly ALIPAY: "PG_PROVIDER_ALIPAY";
readonly CHAI: "PG_PROVIDER_CHAI";
readonly BLUEWALNUT: "PG_PROVIDER_BLUEWALNUT";
readonly SMARTRO: "PG_PROVIDER_SMARTRO";
readonly PAYMENTWALL: "PG_PROVIDER_PAYMENTWALL";
readonly TOSSPAYMENTS: "PG_PROVIDER_TOSSPAYMENTS";
readonly KCP_QUICK: "PG_PROVIDER_KCP_QUICK";
readonly DAOU: "PG_PROVIDER_DAOU";
readonly GALAXIA: "PG_PROVIDER_GALAXIA";
readonly TOSSPAY: "PG_PROVIDER_TOSSPAY";
readonly KCP_DIRECT: "PG_PROVIDER_KCP_DIRECT";
readonly SETTLE_ACC: "PG_PROVIDER_SETTLE_ACC";
readonly SETTLE_FIRM: "PG_PROVIDER_SETTLE_FIRM";
readonly INICIS_UNIFIED: "PG_PROVIDER_INICIS_UNIFIED";
readonly KSNET: "PG_PROVIDER_KSNET";
readonly PAYPAL_V2: "PG_PROVIDER_PAYPAL_V2";
readonly SMARTRO_V2: "PG_PROVIDER_SMARTRO_V2";
readonly NICE_V2: "PG_PROVIDER_NICE_V2";
readonly TOSS_BRANDPAY: "PG_PROVIDER_TOSS_BRANDPAY";
readonly WELCOME: "PG_PROVIDER_WELCOME";
readonly TOSSPAY_V2: "PG_PROVIDER_TOSSPAY_V2";
readonly INICIS_V2: "PG_PROVIDER_INICIS_V2";
readonly KPN: "PG_PROVIDER_KPN";
readonly KCP_V2: "PG_PROVIDER_KCP_V2";
readonly HYPHEN: "PG_PROVIDER_HYPHEN";
readonly EXIMBAY_V2: "PG_PROVIDER_EXIMBAY_V2";
};
/**
* **PG사 구분코드**
*/
export type PgProvider = (typeof PgProvider)[keyof typeof PgProvider];