UNPKG

@lexriver/yandex-pay

Version:

A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications

11 lines (10 loc) 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnumAllowedPaymentMethods = void 0; var EnumAllowedPaymentMethods; (function (EnumAllowedPaymentMethods) { EnumAllowedPaymentMethods["Card"] = "CARD"; EnumAllowedPaymentMethods["Split"] = "SPLIT"; EnumAllowedPaymentMethods["CashOnDelivery"] = "CASH_ON_DELIVERY"; EnumAllowedPaymentMethods["CardOnDelivery"] = "CARD_ON_DELIVERY"; })(EnumAllowedPaymentMethods || (exports.EnumAllowedPaymentMethods = EnumAllowedPaymentMethods = {}));