Subscription$json top-level constant

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

Implementation

@$core.Deprecated('Use subscriptionDescriptor instead')
const Subscription$json = {
  '1': 'Subscription',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.SubscriptionId', '10': 'Id'},
    {'1': 'DisplayName', '3': 2, '4': 1, '5': 9, '10': 'DisplayName'},
    {'1': 'Description', '3': 3, '4': 1, '5': 9, '10': 'Description'},
    {
      '1': 'ExtraFeatures',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'ExtraFeatures'
    },
    {
      '1': 'PricePerMonth',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'PricePerMonth'
    },
    {
      '1': 'FreeDeliveriesPerMonth',
      '3': 6,
      '4': 1,
      '5': 5,
      '10': 'FreeDeliveriesPerMonth'
    },
    {
      '1': 'FreeItemsIncluded',
      '3': 7,
      '4': 1,
      '5': 5,
      '10': 'FreeItemsIncluded'
    },
    {
      '1': 'DailyStorageCostPerPrivateItem',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'DailyStorageCostPerPrivateItem'
    },
    {
      '1': 'DailyStorageCostPerPublicItem',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'DailyStorageCostPerPublicItem'
    },
    {'1': 'SalesFeeInPct', '3': 10, '4': 1, '5': 1, '10': 'SalesFeeInPct'},
    {
      '1': 'BaseSalesFee',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'BaseSalesFee'
    },
    {
      '1': 'AdActivationFee',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'AdActivationFee'
    },
    {
      '1': 'AdActivationDurationInMonths',
      '3': 14,
      '4': 1,
      '5': 5,
      '10': 'AdActivationDurationInMonths'
    },
    {'1': 'Active', '3': 15, '4': 1, '5': 8, '10': 'Active'},
  ],
};