docs/V1Payment.md in square_connect-2.20180918.0.244 vs docs/V1Payment.md in square_connect-2.20180918.1.251

- old
+ new

@@ -29,7 +29,8 @@ **tender** | [**Array<V1Tender>**](V1Tender.md) | All of the additive taxes associated with the payment. | [optional] **refunds** | [**Array<V1Refund>**](V1Refund.md) | All of the refunds applied to the payment. Note that the value of all refunds on a payment can exceed the value of all tenders if a merchant chooses to refund money to a tender after previously accepting returned goods as part of an exchange. | [optional] **itemizations** | [**Array<V1PaymentItemization>**](V1PaymentItemization.md) | The items purchased in the payment. | [optional] **surcharge_money** | [**V1Money**](V1Money.md) | The total of all surcharges applied to the payment. | [optional] **surcharges** | [**Array<V1PaymentSurcharge>**](V1PaymentSurcharge.md) | A list of all surcharges associated with the payment. | [optional] +**is_partial** | **BOOLEAN** | Indicates whether or not the payment is only partially paid for. If true, this payment will have the tenders collected so far, but the itemizations will be empty until the payment is completed. | [optional]