BatchResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use batchResponseDescriptor instead')
const BatchResponse$json = {
  '1': 'BatchResponse',
  '2': [
    {'1': 'response', '3': 1, '4': 1, '5': 14, '6': '.payments.v1.BatchResponse.BatchResponse', '10': 'response'},
    {'1': 'captured_transaction_count', '3': 2, '4': 1, '5': 5, '10': 'capturedTransactionCount'},
    {'1': 'captured_transaction_value_in_cents', '3': 3, '4': 1, '5': 5, '10': 'capturedTransactionValueInCents'},
    {'1': 'failed_transaction_count', '3': 4, '4': 1, '5': 5, '10': 'failedTransactionCount'},
    {'1': 'failed_transaction_value_in_cents', '3': 5, '4': 1, '5': 5, '10': 'failedTransactionValueInCents'},
    {'1': 'pre_auth_void_count', '3': 6, '4': 1, '5': 5, '10': 'preAuthVoidCount'},
    {'1': 'tip_incremental_auth_count', '3': 7, '4': 1, '5': 5, '10': 'tipIncrementalAuthCount'},
    {'1': 'batch_start_time', '3': 8, '4': 1, '5': 9, '10': 'batchStartTime'},
    {'1': 'batch_end_time', '3': 9, '4': 1, '5': 9, '10': 'batchEndTime'},
  ],
  '4': [BatchResponse_BatchResponse$json],
};