@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
51 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransferIn = void 0;
class TransferIn {
constructor() {
}
static getAttributeTypeMap() {
return TransferIn.attributeTypeMap;
}
}
exports.TransferIn = TransferIn;
TransferIn.discriminator = undefined;
TransferIn.attributeTypeMap = [
{
"name": "toWalletId",
"baseName": "to_wallet_id",
"type": "string",
"format": ""
},
{
"name": "currency",
"baseName": "currency",
"type": "string",
"format": ""
},
{
"name": "amount",
"baseName": "amount",
"type": "string",
"format": ""
},
{
"name": "autoCommit",
"baseName": "auto_commit",
"type": "boolean",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "tags",
"baseName": "tags",
"type": "Array<string>",
"format": ""
}
];
//# sourceMappingURL=TransferIn.js.map