Payment returned by the tender provider to be applied to the check.
| amount | number <double>  The amount of this payment, excluding tips. Required. | 
| identifier | string A unique identifier for this payment, provided by the tender provider. Note that multiple payments of the same type must still have unique identifiers. Required. | 
| name | string Name of this payment. This name is displayed on the check. Required. | 
| paymentGuid | string <guid>  If this payment was applied to the check by the Toast POS system, this will indicate the GUID of the payment object that corresponds to this tender payment. Request only. | 
| tipAmount | number <double>  The amount tipped on this payment. | 
| type | string The payment method. | 
{- "name": "string",
- "identifier": "string",
- "type": "CREDIT",
- "amount": 0,
- "tipAmount": 0,
- "paymentGuid": "string"
}