Organization$json top-level constant

  1. @Deprecated('Use organizationDescriptor instead')
Map<String, Object> const Organization$json

Implementation

@$core.Deprecated('Use organizationDescriptor instead')
const Organization$json = const {
  '1': 'Organization',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 12, '10': 'id'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'default_sdk', '3': 3, '4': 1, '5': 9, '10': 'defaultSdk'},
    const {'1': 'email', '3': 4, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'city', '3': 5, '4': 1, '5': 9, '10': 'city'},
    const {'1': 'country', '3': 6, '4': 1, '5': 9, '10': 'country'},
    const {'1': 'phone_number', '3': 7, '4': 1, '5': 9, '10': 'phoneNumber'},
    const {'1': 'cvr_number', '3': 8, '4': 1, '5': 9, '10': 'cvrNumber'},
    const {
      '1': 'tier',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.toit.model.Tier.Type',
      '10': 'tier'
    },
    const {
      '1': 'payment_details',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.toit.model.PaymentDetails',
      '10': 'paymentDetails'
    },
    const {'1': 'address_line', '3': 11, '4': 1, '5': 9, '10': 'addressLine'},
    const {'1': 'postal_code', '3': 12, '4': 1, '5': 9, '10': 'postalCode'},
    const {'1': 'vat_number', '3': 13, '4': 1, '5': 9, '10': 'vatNumber'},
    const {
      '1': 'vat_country_code',
      '3': 14,
      '4': 1,
      '5': 9,
      '10': 'vatCountryCode'
    },
    const {
      '1': 'customer',
      '3': 15,
      '4': 1,
      '5': 14,
      '6': '.toit.model.Customer.Type',
      '10': 'customer'
    },
    const {'1': 'hwid_quota', '3': 16, '4': 1, '5': 4, '10': 'hwidQuota'},
  ],
};