UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

39 lines 910 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateRefundRequest = void 0; class CreateRefundRequest { constructor() { } static getAttributeTypeMap() { return CreateRefundRequest.attributeTypeMap; } } exports.CreateRefundRequest = CreateRefundRequest; CreateRefundRequest.discriminator = undefined; CreateRefundRequest.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "string", "format": "" }, { "name": "note", "baseName": "note", "type": "string", "format": "" }, { "name": "orderId", "baseName": "order_id", "type": "string", "format": "" }, { "name": "uid", "baseName": "uid", "type": "string", "format": "" } ]; //# sourceMappingURL=CreateRefundRequest.js.map