UNPKG

@lexriver/yandex-pay

Version:

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

10 lines (9 loc) 446 B
export var EnumPaymentMethodType; (function (EnumPaymentMethodType) { EnumPaymentMethodType["Card"] = "CARD"; EnumPaymentMethodType["Split"] = "SPLIT"; EnumPaymentMethodType["Sbp"] = "SBP"; EnumPaymentMethodType["SplitSbp"] = "SPLIT_SBP"; EnumPaymentMethodType["CashOnDelivery"] = "CASH_ON_DELIVERY"; EnumPaymentMethodType["CardOnDelivery"] = "CARD_ON_DELIVERY"; })(EnumPaymentMethodType || (EnumPaymentMethodType = {}));