dhl-express-api-client
Version:
DHL express API client
34 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductsInner1TotalPriceInner = void 0;
var ProductsInner1TotalPriceInner = (function () {
function ProductsInner1TotalPriceInner() {
}
ProductsInner1TotalPriceInner.getAttributeTypeMap = function () {
return ProductsInner1TotalPriceInner.attributeTypeMap;
};
ProductsInner1TotalPriceInner.discriminator = undefined;
ProductsInner1TotalPriceInner.attributeTypeMap = [
{
"name": "currencyType",
"baseName": "currencyType",
"type": "string",
"format": ""
},
{
"name": "priceCurrency",
"baseName": "priceCurrency",
"type": "string",
"format": ""
},
{
"name": "price",
"baseName": "price",
"type": "number",
"format": ""
}
];
return ProductsInner1TotalPriceInner;
}());
exports.ProductsInner1TotalPriceInner = ProductsInner1TotalPriceInner;
//# sourceMappingURL=ProductsInner1TotalPriceInner.js.map