BillingProduct$json top-level constant

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

Implementation

@$core.Deprecated('Use billingProductDescriptor instead')
const BillingProduct$json = {
  '1': 'BillingProduct',
  '2': [
    {'1': 'productId', '3': 1, '4': 1, '5': 9, '10': 'productId'},
    {'1': 'licensePlan', '3': 2, '4': 1, '5': 14, '6': '.weebi.license.LicensePlan', '10': 'licensePlan'},
    {'1': 'maxUsers', '3': 3, '4': 1, '5': 5, '10': 'maxUsers'},
    {'1': 'amountCents', '3': 4, '4': 1, '5': 5, '10': 'amountCents'},
    {'1': 'currency', '3': 5, '4': 1, '5': 9, '10': 'currency'},
    {'1': 'stripeProductId', '3': 6, '4': 1, '5': 9, '10': 'stripeProductId'},
    {'1': 'stripePriceId', '3': 7, '4': 1, '5': 9, '10': 'stripePriceId'},
    {'1': 'pawapayProductId', '3': 8, '4': 1, '5': 9, '10': 'pawapayProductId'},
    {'1': 'creationDateUTC', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'creationDateUTC'},
    {'1': 'updateDateUTC', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updateDateUTC'},
    {'1': 'deletionDateUTC', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'deletionDateUTC'},
    {'1': 'isDeleted', '3': 12, '4': 1, '5': 8, '10': 'isDeleted'},
  ],
};