@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.7 kB
JavaScript
;
/*
* The version of the OpenAPI document: v72
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ItemDetailLine = void 0;
class ItemDetailLine {
static getAttributeTypeMap() {
return ItemDetailLine.attributeTypeMap;
}
constructor() {
}
}
exports.ItemDetailLine = ItemDetailLine;
ItemDetailLine.discriminator = undefined;
ItemDetailLine.mapping = undefined;
ItemDetailLine.attributeTypeMap = [
{
"name": "commodityCode",
"baseName": "commodityCode",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "discountAmount",
"baseName": "discountAmount",
"type": "number",
"format": "int64"
},
{
"name": "productCode",
"baseName": "productCode",
"type": "string",
"format": ""
},
{
"name": "quantity",
"baseName": "quantity",
"type": "number",
"format": "int64"
},
{
"name": "totalAmount",
"baseName": "totalAmount",
"type": "number",
"format": "int64"
},
{
"name": "unitOfMeasure",
"baseName": "unitOfMeasure",
"type": "string",
"format": ""
},
{
"name": "unitPrice",
"baseName": "unitPrice",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=itemDetailLine.js.map