Sha256: c54c51160ebbec139a7ea5eaa816171e1e2276d0c8f9570f45b3efb644556b2e
Contents?: true
Size: 866 Bytes
Versions: 32
Compression:
Stored size: 866 Bytes
Contents
# SquareConnect::ListRefundsResponse ### Description Defines the fields that are included in the response body of a request to the [ListRefunds](#endpoint-listrefunds) endpoint. One of `errors` or `refunds` is present in a given response (never both). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional] **refunds** | [**Array<Refund>**](Refund.md) | An array of refunds that match your query. | [optional] **cursor** | **String** | A pagination cursor for retrieving the next set of results, if any remain. Provide this value as the `cursor` parameter in a subsequent request to this endpoint. See [Paginating results](#paginatingresults) for more information. | [optional]
Version data entries
32 entries across 32 versions & 1 rubygems