UNPKG

@onesignal/node-onesignal

Version:

OpenAPI client for @onesignal/node-onesignal

40 lines 982 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Purchase = void 0; var Purchase = (function () { function Purchase() { } Purchase.getAttributeTypeMap = function () { return Purchase.attributeTypeMap; }; Purchase.discriminator = undefined; Purchase.attributeTypeMap = [ { "name": "sku", "baseName": "sku", "type": "string", "format": "" }, { "name": "amount", "baseName": "amount", "type": "string", "format": "" }, { "name": "iso", "baseName": "iso", "type": "string", "format": "" }, { "name": "count", "baseName": "count", "type": "number", "format": "" } ]; return Purchase; }()); exports.Purchase = Purchase; //# sourceMappingURL=Purchase.js.map