Shipment$json top-level constant
Implementation
@$core.Deprecated('Use shipmentDescriptor instead')
const Shipment$json = {
'1': 'Shipment',
'2': [
{'1': 'sp_id', '3': 1, '4': 1, '5': 9, '10': 'spId'},
{'1': 'alt_sp_id', '3': 2, '4': 1, '5': 9, '10': 'altSpId'},
{'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
{'1': 'address_1', '3': 4, '4': 1, '5': 9, '10': 'address1'},
{'1': 'address_2', '3': 5, '4': 1, '5': 9, '10': 'address2'},
{'1': 'city', '3': 6, '4': 1, '5': 9, '10': 'city'},
{'1': 'zip', '3': 7, '4': 1, '5': 9, '10': 'zip'},
{'1': 'country_iso', '3': 8, '4': 1, '5': 9, '10': 'countryIso'},
{'1': 'longitude', '3': 9, '4': 1, '5': 1, '10': 'longitude'},
{'1': 'latitude', '3': 10, '4': 1, '5': 1, '10': 'latitude'},
{'1': 'distance', '3': 11, '4': 1, '5': 1, '10': 'distance'},
{'1': 'lockers', '3': 12, '4': 3, '5': 11, '6': '.Locker', '10': 'lockers'},
],
};