UNPKG

@lexriver/yandex-pay

Version:

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

8 lines (7 loc) 383 B
export var EnumAllowedPaymentMethods; (function (EnumAllowedPaymentMethods) { EnumAllowedPaymentMethods["Card"] = "CARD"; EnumAllowedPaymentMethods["Split"] = "SPLIT"; EnumAllowedPaymentMethods["CashOnDelivery"] = "CASH_ON_DELIVERY"; EnumAllowedPaymentMethods["CardOnDelivery"] = "CARD_ON_DELIVERY"; })(EnumAllowedPaymentMethods || (EnumAllowedPaymentMethods = {}));