FFStripePaymentSheetOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use fFStripePaymentSheetOptionsDescriptor instead')
const FFStripePaymentSheetOptions$json = {
  '1': 'FFStripePaymentSheetOptions',
  '2': [
    {'1': 'allow_google_pay', '3': 1, '4': 1, '5': 8, '10': 'allowGooglePay'},
    {'1': 'allow_apple_pay', '3': 2, '4': 1, '5': 8, '10': 'allowApplePay'},
    {
      '1': 'theme',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFStripePaymentSheetOptions.PaymentSheetTheme',
      '10': 'theme'
    },
    {
      '1': 'button_color',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'buttonColor'
    },
    {
      '1': 'button_text_color',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'buttonTextColor'
    },
  ],
  '4': [FFStripePaymentSheetOptions_PaymentSheetTheme$json],
};