UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

45 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponseRateEstimateOut = void 0; class ResponseRateEstimateOut { constructor() { } static getAttributeTypeMap() { return ResponseRateEstimateOut.attributeTypeMap; } } exports.ResponseRateEstimateOut = ResponseRateEstimateOut; ResponseRateEstimateOut.discriminator = undefined; ResponseRateEstimateOut.attributeTypeMap = [ { "name": "from", "baseName": "from", "type": "string", "format": "" }, { "name": "baseAmount", "baseName": "base_amount", "type": "number", "format": "" }, { "name": "toCurrency", "baseName": "to_currency", "type": "string", "format": "" }, { "name": "toAmount", "baseName": "to_amount", "type": "number", "format": "" }, { "name": "rate", "baseName": "rate", "type": "number", "format": "" } ]; //# sourceMappingURL=ResponseRateEstimateOut.js.map