FFBraintreeCredentials$json top-level constant
Implementation
@$core.Deprecated('Use fFBraintreeCredentialsDescriptor instead')
const FFBraintreeCredentials$json = {
'1': 'FFBraintreeCredentials',
'2': [
{'1': 'merchant_id', '3': 1, '4': 1, '5': 9, '10': 'merchantId'},
{'1': 'tokenization_key', '3': 2, '4': 1, '5': 9, '10': 'tokenizationKey'},
{'1': 'public_key', '3': 3, '4': 1, '5': 9, '10': 'publicKey'},
{'1': 'private_key', '3': 4, '4': 1, '5': 9, '10': 'privateKey'},
{'1': 'apple_merchant_id', '3': 5, '4': 1, '5': 9, '10': 'appleMerchantId'},
{
'1': 'google_merchant_id',
'3': 6,
'4': 1,
'5': 9,
'10': 'googleMerchantId'
},
],
};