@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
81 lines • 1.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Refund = void 0;
class Refund {
constructor() {
}
static getAttributeTypeMap() {
return Refund.attributeTypeMap;
}
}
exports.Refund = Refund;
Refund.discriminator = undefined;
Refund.attributeTypeMap = [
{
"name": "amount",
"baseName": "amount",
"type": "string",
"format": ""
},
{
"name": "completedAt",
"baseName": "completed_at",
"type": "string",
"format": ""
},
{
"name": "createdAt",
"baseName": "created_at",
"type": "string",
"format": ""
},
{
"name": "currency",
"baseName": "currency",
"type": "string",
"format": ""
},
{
"name": "failedAt",
"baseName": "failed_at",
"type": "string",
"format": ""
},
{
"name": "failedMessage",
"baseName": "failed_message",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "note",
"baseName": "note",
"type": "string",
"format": ""
},
{
"name": "orderId",
"baseName": "order_id",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
},
{
"name": "uid",
"baseName": "uid",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=Refund.js.map