@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
132 lines • 2.86 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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.LineItem = void 0;
class LineItem {
static getAttributeTypeMap() {
return LineItem.attributeTypeMap;
}
constructor() {
}
}
exports.LineItem = LineItem;
LineItem.discriminator = undefined;
LineItem.mapping = undefined;
LineItem.attributeTypeMap = [
{
"name": "amountExcludingTax",
"baseName": "amountExcludingTax",
"type": "number",
"format": "int64"
},
{
"name": "amountIncludingTax",
"baseName": "amountIncludingTax",
"type": "number",
"format": "int64"
},
{
"name": "brand",
"baseName": "brand",
"type": "string",
"format": ""
},
{
"name": "color",
"baseName": "color",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "imageUrl",
"baseName": "imageUrl",
"type": "string",
"format": ""
},
{
"name": "itemCategory",
"baseName": "itemCategory",
"type": "string",
"format": ""
},
{
"name": "manufacturer",
"baseName": "manufacturer",
"type": "string",
"format": ""
},
{
"name": "marketplaceSellerId",
"baseName": "marketplaceSellerId",
"type": "string",
"format": ""
},
{
"name": "productUrl",
"baseName": "productUrl",
"type": "string",
"format": ""
},
{
"name": "quantity",
"baseName": "quantity",
"type": "number",
"format": "int64"
},
{
"name": "receiverEmail",
"baseName": "receiverEmail",
"type": "string",
"format": ""
},
{
"name": "size",
"baseName": "size",
"type": "string",
"format": ""
},
{
"name": "sku",
"baseName": "sku",
"type": "string",
"format": ""
},
{
"name": "taxAmount",
"baseName": "taxAmount",
"type": "number",
"format": "int64"
},
{
"name": "taxPercentage",
"baseName": "taxPercentage",
"type": "number",
"format": "int64"
},
{
"name": "upc",
"baseName": "upc",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=lineItem.js.map