Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 620 Bytes

RetrieveTransactionResponse.md

File metadata and controls

16 lines (9 loc) · 620 Bytes

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). Note: This model is deprecated.

Properties

Name Type Description Notes
errors List<Error> Any errors that occurred during the request. [optional]
transaction Transaction The requested transaction. [optional]