FFStripeSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFStripeSettingsDescriptor instead')
const FFStripeSettings$json = {
  '1': 'FFStripeSettings',
  '2': [
    {
      '1': 'test_credentials',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStripeCredentials',
      '10': 'testCredentials'
    },
    {
      '1': 'prod_credentials',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStripeCredentials',
      '10': 'prodCredentials'
    },
    {'1': 'merchant_name', '3': 3, '4': 1, '5': 9, '10': 'merchantName'},
    {
      '1': 'merchant_country_code',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'merchantCountryCode'
    },
    {'1': 'apple_merchant_id', '3': 5, '4': 1, '5': 9, '10': 'appleMerchantId'},
    {'1': 'is_production', '3': 6, '4': 1, '5': 8, '10': 'isProduction'},
  ],
};