Response to a request to update the gratuity amount on an already tendered payment.
| object (AccountInfo)  Information related to a given tender user. | |
| Array of objects (TenderPayment)  The list of payments that were updated or added to cover the requested gratuity. | 
{- "account": {- "tenderIdentifier": "string",
- "properties": {- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": "string"
 }
 },
- "tenderPayments": [- {- "name": "string",
- "identifier": "string",
- "type": "CREDIT",
- "amount": 0,
- "tipAmount": 0,
- "paymentGuid": "string"
 }
 ]
}