PayoutRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use payoutRequestDescriptor instead')
const PayoutRequest$json = {
  '1': 'PayoutRequest',
  '2': [
    {
      '1': 'AccountId',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {'1': 'Amount', '3': 2, '4': 1, '5': 11, '6': '.Credit', '10': 'Amount'},
    {
      '1': 'Comments',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Comments'
    },
  ],
};