docs/V1Payment.md in square_connect-2.20180918.1.251 vs docs/V1Payment.md in square_connect-2.20181205.0.263
- old
+ new
@@ -5,10 +5,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The payment's unique identifier. | [optional]
**merchant_id** | **String** | The unique identifier of the merchant that took the payment. | [optional]
-**created_at** | **String** | The time when the payment was created, in ISO 8601 format. | [optional]
+**created_at** | **String** | The time when the payment was created, in ISO 8601 format. Reflects the time of the first payment if the object represents an incomplete partial payment, and the time of the last or complete payment otherwise. | [optional]
**creator_id** | **String** | The unique identifier of the Square account that took the payment. | [optional]
**device** | [**Device**](Device.md) | The device that took the payment. | [optional]
**payment_url** | **String** | The URL of the payment's detail page in the merchant dashboard. The merchant must be signed in to the merchant dashboard to view this page. | [optional]
**receipt_url** | **String** | The URL of the receipt for the payment. Note that for split tender payments, this URL corresponds to the receipt for the first tender listed in the payment's tender field. Each Tender object has its own receipt_url field you can use to get the other receipts associated with a split tender payment. | [optional]
**inclusive_tax_money** | [**V1Money**](V1Money.md) | The sum of all inclusive taxes associated with the payment. | [optional]