StripeResponseAddOnInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use stripeResponseAddOnInfoDescriptor instead')
const StripeResponseAddOnInfo$json = {
  '1': 'StripeResponseAddOnInfo',
  '2': [
    {
      '1': 'subscription_item_id',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'subscriptionItemId'
    },
    {'1': 'price', '3': 2, '4': 1, '5': 5, '10': 'price'},
    {'1': 'quantity', '3': 3, '4': 1, '5': 5, '10': 'quantity'},
    {'1': 'currency', '3': 4, '4': 1, '5': 9, '10': 'currency'},
    {'1': 'billing_interval', '3': 5, '4': 1, '5': 9, '10': 'billingInterval'},
    {'1': 'discount_rate', '3': 6, '4': 1, '5': 1, '10': 'discountRate'},
    {'1': 'stripe_price_id', '3': 7, '4': 1, '5': 9, '10': 'stripePriceId'},
  ],
};