@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 623 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CurrencyAmountDTO = void 0;
var CurrencyAmountDTO;
(function (CurrencyAmountDTO) {
CurrencyAmountDTO.discriminator = 'CurrencyAmountDTO';
CurrencyAmountDTO.attributeTypeMap = [
{
name: 'amount',
baseName: 'amount',
type: 'number',
},
{
name: 'currency',
baseName: 'currency',
type: 'string',
},
];
})(CurrencyAmountDTO || (exports.CurrencyAmountDTO = CurrencyAmountDTO = {}));
//# sourceMappingURL=currencyAmountDTO.js.map