Payment$json top-level constant
Implementation
@$core.Deprecated('Use paymentDescriptor instead')
const Payment$json = {
'1': 'Payment',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
{'1': 'amount', '3': 3, '4': 1, '5': 2, '10': 'amount'},
{'1': 'change', '3': 4, '4': 1, '5': 2, '10': 'change'},
{'1': 'tips', '3': 5, '4': 1, '5': 2, '10': 'tips'},
{'1': 'auth_code', '3': 6, '4': 1, '5': 9, '10': 'authCode'},
{'1': 'card_type', '3': 7, '4': 1, '5': 9, '10': 'cardType'},
{'1': 'last_four', '3': 8, '4': 1, '5': 9, '10': 'lastFour'},
{'1': 'card_holder_name', '3': 9, '4': 1, '5': 9, '10': 'cardHolderName'},
{'1': 'created_date', '3': 10, '4': 1, '5': 9, '10': 'createdDate'},
{'1': 'refunds', '3': 11, '4': 3, '5': 11, '6': '.orders.v1.Refund', '10': 'refunds'},
{'1': 'void', '3': 12, '4': 1, '5': 11, '6': '.orders.v1.Void', '10': 'void'},
{'1': 'refunded_amount', '3': 13, '4': 1, '5': 2, '10': 'refundedAmount'},
{'1': 'balance_after_refunds', '3': 14, '4': 1, '5': 2, '10': 'balanceAfterRefunds'},
{'1': 'is_tip_adjustment_allowed', '3': 15, '4': 1, '5': 8, '10': 'isTipAdjustmentAllowed'},
{'1': 'restaurant_employee', '3': 16, '4': 1, '5': 11, '6': '.labor.v1.RestaurantEmployeeName', '10': 'restaurantEmployee'},
],
};