FFBraintreePaymentOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use fFBraintreePaymentOptionsDescriptor instead')
const FFBraintreePaymentOptions$json = {
  '1': 'FFBraintreePaymentOptions',
  '2': [
    {
      '1': 'braintree',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBraintreePaymentConfig',
      '10': 'braintree'
    },
    {
      '1': 'transaction_name',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'transactionName'
    },
    {'1': 'currency_code', '3': 3, '4': 1, '5': 9, '10': 'currencyCode'},
    {'1': 'tax_rate', '3': 4, '4': 1, '5': 1, '10': 'taxRate'},
    {'1': 'shipping_cost', '3': 5, '4': 1, '5': 1, '10': 'shippingCost'},
    {'1': 'country_code', '3': 6, '4': 1, '5': 9, '10': 'countryCode'},
  ],
};