docs/Tender.md in square_connect-2.20190313.1.282 vs docs/Tender.md in square_connect-2.20190327.1.292

- old
+ new

@@ -14,10 +14,10 @@ **note** | **String** | An optional note associated with the tender at the time of payment. | [optional] **amount_money** | [**Money**](Money.md) | The amount of the tender. | [optional] **tip_money** | [**Money**](Money.md) | The tip's amount of the tender. | [optional] **processing_fee_money** | [**Money**](Money.md) | The amount of any Square processing fees applied to the tender. This field is not immediately populated when a new transaction is created. It is usually available after about ten seconds. | [optional] **customer_id** | **String** | If the tender is associated with a customer or represents a customer's card on file, this is the ID of the associated customer. | [optional] -**type** | **String** | The type of tender, such as `CARD` or `CASH`. | +**type** | **String** | The type of tender, such as `CARD` or `CASH`. See [TenderType](#type-tendertype) for possible values | **card_details** | [**TenderCardDetails**](TenderCardDetails.md) | The details of the card tender. This value is present only if the value of `type` is `CARD`. | [optional] **cash_details** | [**TenderCashDetails**](TenderCashDetails.md) | The details of the cash tender. This value is present only if the value of `type` is `CASH`. | [optional] **additional_recipients** | [**Array<AdditionalRecipient>**](AdditionalRecipient.md) | Additional recipients (other than the merchant) receiving a portion of this tender. For example, fees assessed on the purchase by a third party integration. | [optional]