CreditAuthorizationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use creditAuthorizationRequestDescriptor instead')
const CreditAuthorizationRequest$json = {
  '1': 'CreditAuthorizationRequest',
  '2': [
    {'1': 'session_id', '3': 1, '4': 1, '5': 9, '10': 'sessionId'},
    {'1': 'restaurant_id', '3': 2, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'user_id', '3': 3, '4': 1, '5': 9, '10': 'userId'},
    {'1': 'request_date', '3': 4, '4': 1, '5': 9, '10': 'requestDate'},
    {'1': 'payment_on_id', '3': 5, '4': 1, '5': 9, '10': 'paymentOnId'},
    {'1': 'auth_amount_in_cents', '3': 6, '4': 1, '5': 9, '10': 'authAmountInCents'},
    {'1': 'emv_data', '3': 7, '4': 1, '5': 9, '10': 'emvData'},
    {'1': 'full_transaction_hex_data', '3': 8, '4': 1, '5': 9, '10': 'fullTransactionHexData'},
    {'1': 'card_data', '3': 9, '4': 1, '5': 11, '6': '.payments.v1.CardData', '10': 'cardData'},
    {'1': 'origination_id', '3': 10, '4': 1, '5': 9, '10': 'originationId'},
  ],
};