The response schema for the getTransaction operation.

GetTransactionResponse

interface GetTransactionResponse {
    errors?: Error[];
    payload?: TransactionStatus;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

GetTransactionResponse

GetTransactionResponse