TaxW2TransactionResponse

TaxW2TransactionResponse class

Tax W2 transaction response class

public class TaxW2TransactionResponse : AbstractTransactionResponse

Constructors

NameDescription
TaxW2TransactionResponse()Initializes a new instance of TaxW2TransactionResponse class.

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.
TaxW2Response { get; set; }Gets or sets the TaxW2Response.
TransactionUniqueId { get; set; }Gets or sets the client-assigned globally unique ID for this transaction.

See Also