wallee
Version:
TypeScript/JavaScript client for wallee
78 lines (77 loc) • 1.88 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubscriptionProductComponentUpdate = void 0;
class SubscriptionProductComponentUpdate {
static getAttributeTypeMap() {
return SubscriptionProductComponentUpdate.attributeTypeMap;
}
}
exports.SubscriptionProductComponentUpdate = SubscriptionProductComponentUpdate;
SubscriptionProductComponentUpdate.discriminator = undefined;
SubscriptionProductComponentUpdate.attributeTypeMap = [
{
"name": "id",
"baseName": "id",
"type": "number"
},
{
"name": "version",
"baseName": "version",
"type": "number"
},
{
"name": "componentChangeWeight",
"baseName": "componentChangeWeight",
"type": "number"
},
{
"name": "componentGroup",
"baseName": "componentGroup",
"type": "number"
},
{
"name": "defaultComponent",
"baseName": "defaultComponent",
"type": "boolean"
},
{
"name": "description",
"baseName": "description",
"type": "{ [key: string]: string; }"
},
{
"name": "maximalQuantity",
"baseName": "maximalQuantity",
"type": "number"
},
{
"name": "minimalQuantity",
"baseName": "minimalQuantity",
"type": "number"
},
{
"name": "name",
"baseName": "name",
"type": "{ [key: string]: string; }"
},
{
"name": "quantityStep",
"baseName": "quantityStep",
"type": "number"
},
{
"name": "reference",
"baseName": "reference",
"type": "number"
},
{
"name": "sortOrder",
"baseName": "sortOrder",
"type": "number"
},
{
"name": "taxClass",
"baseName": "taxClass",
"type": "number"
}
];