AbstractTransactionResponse

AbstractTransactionResponse class

Abstract base class for transaction response related classes.

public class AbstractTransactionResponse : AbstractResponse

Properties

NameDescription
ClientCookie { get; set; }Gets or sets the data to be echoed in the transaction response
Status { get; set; }Gets or sets the Status.
TransactionUniqueId { get; set; }Gets or sets the client-assigned globally unique ID for this transaction.

See Also