Sha256: ec4aee13229cc701bd12a5e3d0e959563c6373e92a809f8cd22d6041a33c20a6
Contents?: true
Size: 1.29 KB
Versions: 14
Compression:
Stored size: 1.29 KB
Contents
# SquareConnect::V1ListPaymentsRequest ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order** | **String** | The order in which payments are listed in the response. See [SortOrder](#type-sortorder) for possible values | [optional] **begin_time** | **String** | The beginning of the requested reporting period, in ISO 8601 format. If this value is before January 1, 2013 (2013-01-01T00:00:00Z), this endpoint returns an error. Default value: The current time minus one year. | [optional] **end_time** | **String** | The end of the requested reporting period, in ISO 8601 format. If this value is more than one year greater than begin_time, this endpoint returns an error. Default value: The current time. | [optional] **limit** | **Integer** | The maximum number of payments to return in a single response. This value cannot exceed 200. | [optional] **batch_token** | **String** | A pagination cursor to retrieve the next set of results for your original query to the endpoint. | [optional] **include_partial** | **BOOLEAN** | Indicates whether or not to include partial payments in the response. Partial payments will have the tenders collected so far, but the itemizations will be empty until the payment is completed. | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems