Discount$json top-level constant
Implementation
@$core.Deprecated('Use discountDescriptor instead')
const Discount$json = {
'1': 'Discount',
'2': [
{'1': 'discount_id', '3': 1, '4': 1, '5': 9, '10': 'discountId'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
{'1': 'amount', '3': 3, '4': 1, '5': 2, '10': 'amount'},
{'1': 'type', '3': 4, '4': 1, '5': 14, '6': '.discounts.v1.DiscountType', '10': 'type'},
{'1': 'item_discount', '3': 5, '4': 1, '5': 8, '10': 'itemDiscount'},
{'1': 'check_discount', '3': 6, '4': 1, '5': 8, '10': 'checkDiscount'},
{'1': 'on_min_charge', '3': 7, '4': 1, '5': 2, '10': 'onMinCharge'},
],
};