UNPKG

@lexriver/yandex-pay

Version:

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

7 lines (6 loc) 254 B
export var EnumCartItemType; (function (EnumCartItemType) { EnumCartItemType["Physical"] = "PHYSICAL"; EnumCartItemType["Digital"] = "DIGITAL"; EnumCartItemType["Unspecified"] = "UNSPECIFIED"; })(EnumCartItemType || (EnumCartItemType = {}));