@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
27 lines • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListResponseRefundOut = void 0;
class ListResponseRefundOut {
constructor() {
}
static getAttributeTypeMap() {
return ListResponseRefundOut.attributeTypeMap;
}
}
exports.ListResponseRefundOut = ListResponseRefundOut;
ListResponseRefundOut.discriminator = undefined;
ListResponseRefundOut.attributeTypeMap = [
{
"name": "items",
"baseName": "items",
"type": "Array<RefundOut>",
"format": ""
},
{
"name": "total",
"baseName": "total",
"type": "number",
"format": ""
}
];
//# sourceMappingURL=ListResponseRefundOut.js.map