PaymentMethodQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use paymentMethodQueryDescriptor instead')
const PaymentMethodQuery$json = {
  '1': 'PaymentMethodQuery',
  '2': [
    {
      '1': 'AccountId',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {
      '1': 'Exclude',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.PaymentMethodId',
      '10': 'Exclude'
    },
    {
      '1': 'RequestedAmount',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'RequestedAmount'
    },
  ],
};