License$json top-level constant

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

Implementation

@$core.Deprecated('Use licenseDescriptor instead')
const License$json = {
  '1': 'License',
  '2': [
    {'1': 'licenseId', '3': 1, '4': 1, '5': 9, '10': 'licenseId'},
    {
      '1': 'licensePlan',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.weebi.license.LicensePlan',
      '10': 'licensePlan'
    },
    {
      '1': 'providerProductId',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'providerProductId'
    },
    {'1': 'providerPriceId', '3': 4, '4': 1, '5': 9, '10': 'providerPriceId'},
    {'1': 'maxUsers', '3': 5, '4': 1, '5': 5, '10': 'maxUsers'},
    {
      '1': 'validFrom',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'validFrom'
    },
    {
      '1': 'validUntil',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'validUntil'
    },
    {
      '1': 'seats',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.weebi.license.LicenseSeat',
      '10': 'seats'
    },
    {
      '1': 'paymentProvider',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.weebi.license.PaymentProvider',
      '10': 'paymentProvider'
    },
    {
      '1': 'referredByFirmId',
      '3': 10,
      '4': 1,
      '5': 9,
      '10': 'referredByFirmId'
    },
    {
      '1': 'creditAppliedCents',
      '3': 11,
      '4': 1,
      '5': 5,
      '10': 'creditAppliedCents'
    },
    {
      '1': 'legalTermsVersionDate',
      '3': 12,
      '4': 1,
      '5': 9,
      '10': 'legalTermsVersionDate'
    },
  ],
};