@lexriver/yandex-pay
Version:
A TypeScript client for Yandex Pay API to integrate payment processing in your Node.js applications
7 lines (6 loc) • 354 B
JavaScript
export var EnumYandexDeliveryOptionCategory;
(function (EnumYandexDeliveryOptionCategory) {
EnumYandexDeliveryOptionCategory["Express"] = "EXPRESS";
EnumYandexDeliveryOptionCategory["Today"] = "TODAY";
EnumYandexDeliveryOptionCategory["Standard"] = "STANDARD";
})(EnumYandexDeliveryOptionCategory || (EnumYandexDeliveryOptionCategory = {}));