Status$json top-level constant

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

Implementation

@$core.Deprecated('Use statusDescriptor instead')
const Status$json = {
  '1': 'Status',
  '2': [
    {'1': 'PENDING', '2': 0},
    {'1': 'EXPIRED', '2': 1},
    {'1': 'PAYED', '2': 2},
    {'1': 'PARTIALLY_PAYED', '2': 3},
    {'1': 'CANCELLED', '2': 4},
    {'1': 'PAYED_WITH_CARD', '2': 5},
    {'1': 'RETURNED', '2': 6},
  ],
};