PayoutStatus_PayoutState$json top-level constant

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

Implementation

@$core.Deprecated('Use payoutStatusDescriptor instead')
const PayoutStatus_PayoutState$json = {
  '1': 'PayoutState',
  '2': [
    {'1': 'Unknown', '2': 0},
    {'1': 'Created', '2': 1},
    {'1': 'Approved', '2': 2},
    {'1': 'Rejected', '2': 3},
    {'1': 'Cancelled', '2': 4},
    {'1': 'Exported', '2': 5},
  ],
};