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) 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnumCartItemType = void 0; var EnumCartItemType; (function (EnumCartItemType) { EnumCartItemType["Physical"] = "PHYSICAL"; EnumCartItemType["Digital"] = "DIGITAL"; EnumCartItemType["Unspecified"] = "UNSPECIFIED"; })(EnumCartItemType || (exports.EnumCartItemType = EnumCartItemType = {}));