InventoryDemand$json top-level constant
Implementation
@$core.Deprecated('Use inventoryDemandDescriptor instead')
const InventoryDemand$json = {
'1': 'InventoryDemand',
'2': [
{
'1': 'origin_type',
'3': 10,
'4': 1,
'5': 14,
'6': '.Scailo.INVENTORY_NODE_ORIGIN_TYPE',
'10': 'originType'
},
{'1': 'origin_id', '3': 20, '4': 1, '5': 3, '10': 'originId'},
{'1': 'quantity', '3': 30, '4': 1, '5': 3, '10': 'quantity'},
{'1': 'multiplier', '3': 40, '4': 1, '5': 3, '10': 'multiplier'},
{'1': 'total', '3': 50, '4': 1, '5': 3, '10': 'total'},
{
'1': 'is_positive_quantity',
'3': 60,
'4': 1,
'5': 8,
'10': 'isPositiveQuantity'
},
],
};