UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

21 lines 596 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponseListRefundOut = void 0; class ResponseListRefundOut { constructor() { } static getAttributeTypeMap() { return ResponseListRefundOut.attributeTypeMap; } } exports.ResponseListRefundOut = ResponseListRefundOut; ResponseListRefundOut.discriminator = undefined; ResponseListRefundOut.attributeTypeMap = [ { "name": "data", "baseName": "data", "type": "ListResponseRefundOut", "format": "" } ]; //# sourceMappingURL=ResponseListRefundOut.js.map