StripeBillingInterval$json top-level constant

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

Implementation

@$core.Deprecated('Use stripeBillingIntervalDescriptor instead')
const StripeBillingInterval$json = {
  '1': 'StripeBillingInterval',
  '2': [
    {'1': 'BILLING_INTERVAL_UNDEFINED', '2': 0},
    {'1': 'MONTH', '2': 1},
    {'1': 'YEAR', '2': 2},
  ],
};