PaymentStatusResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use paymentStatusResponseDescriptor instead')
const PaymentStatusResponse$json = {
  '1': 'PaymentStatusResponse',
  '2': [
    {'1': 'StatusCode', '3': 1, '4': 1, '5': 5, '10': 'StatusCode'},
    {'1': 'StatusText', '3': 2, '4': 1, '5': 9, '10': 'StatusText'},
  ],
  '4': [PaymentStatusResponse_PaymentStatusCode$json],
};