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

Files

Latest commit

5cf9e58 · Oct 23, 2019

History

History
18 lines (10 loc) · 804 Bytes

RetrieveTransactionResponse.md

File metadata and controls

18 lines (10 loc) · 804 Bytes

Square.Connect.Model.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]

[Back to Model list] [Back to API list] [Back to README]