OrganizationChange$json top-level constant
Implementation
@$core.Deprecated('Use organizationChangeDescriptor instead')
const OrganizationChange$json = const {
'1': 'OrganizationChange',
'2': const [
const {'1': 'city', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'city'},
const {'1': 'country', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'country'},
const {
'1': 'phone_number',
'3': 3,
'4': 1,
'5': 9,
'9': 0,
'10': 'phoneNumber'
},
const {
'1': 'cvr_number',
'3': 4,
'4': 1,
'5': 9,
'9': 0,
'10': 'cvrNumber'
},
const {'1': 'name', '3': 5, '4': 1, '5': 9, '9': 0, '10': 'name'},
const {'1': 'email', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'email'},
const {
'1': 'vat_number',
'3': 7,
'4': 1,
'5': 9,
'9': 0,
'10': 'vatNumber'
},
const {
'1': 'vat_country_code',
'3': 8,
'4': 1,
'5': 9,
'9': 0,
'10': 'vatCountryCode'
},
const {
'1': 'address_line',
'3': 9,
'4': 1,
'5': 9,
'9': 0,
'10': 'addressLine'
},
const {
'1': 'postal_code',
'3': 10,
'4': 1,
'5': 9,
'9': 0,
'10': 'postalCode'
},
const {
'1': 'customer',
'3': 11,
'4': 1,
'5': 14,
'6': '.toit.model.Customer.Type',
'9': 0,
'10': 'customer'
},
],
'8': const [
const {'1': 'change'},
],
};