UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

27 lines 698 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListResponseOrderOut = void 0; class ListResponseOrderOut { constructor() { } static getAttributeTypeMap() { return ListResponseOrderOut.attributeTypeMap; } } exports.ListResponseOrderOut = ListResponseOrderOut; ListResponseOrderOut.discriminator = undefined; ListResponseOrderOut.attributeTypeMap = [ { "name": "items", "baseName": "items", "type": "Array<OrderOut>", "format": "" }, { "name": "total", "baseName": "total", "type": "number", "format": "" } ]; //# sourceMappingURL=ListResponseOrderOut.js.map