Sha256: 464a71b1ebb176766602333a37c193bdd9fc51b648f85cec0a0a4249f2e2bf9b
Contents?: true
Size: 566 Bytes
Versions: 11
Compression:
Stored size: 566 Bytes
Contents
# SquareConnect::RetrieveTransactionResponse ### Description Defines the fields that are included in the response body of a request to the RetrieveTransaction endpoint. One of `errors` or `transaction` 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] **transaction** | [**Transaction**](Transaction.md) | The requested transaction. | [optional]
Version data entries
11 entries across 11 versions & 1 rubygems