PayoutStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use payoutStatusDescriptor instead')
const PayoutStatus$json = {
  '1': 'PayoutStatus',
  '2': [
    {
      '1': 'RowVersion',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.RowVersion',
      '10': 'RowVersion'
    },
    {'1': 'Id', '3': 2, '4': 1, '5': 11, '6': '.PayoutId', '10': 'Id'},
    {
      '1': 'RequestedAmount',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'RequestedAmount'
    },
    {
      '1': 'ApprovedAmount',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'ApprovedAmount'
    },
    {
      '1': 'LockedAmount',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'LockedAmount'
    },
    {
      '1': 'RemainingBalance',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'RemainingBalance'
    },
    {
      '1': 'CreatedTime',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'CreatedTime'
    },
    {
      '1': 'ProcessedTime',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'ProcessedTime'
    },
    {
      '1': 'AdminComments',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'AdminComments'
    },
    {
      '1': 'UserComments',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'UserComments'
    },
    {
      '1': 'State',
      '3': 11,
      '4': 1,
      '5': 14,
      '6': '.PayoutStatus.PayoutState',
      '10': 'State'
    },
    {
      '1': 'CreatedBy',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.UserId',
      '10': 'CreatedBy'
    },
    {
      '1': 'ProcessedBy',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.UserId',
      '10': 'ProcessedBy'
    },
    {
      '1': 'Reference',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Reference'
    },
    {
      '1': 'BankAccount',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.BankAccount',
      '10': 'BankAccount'
    },
  ],
  '4': [PayoutStatus_PayoutState$json],
};