Tax1099TransactionResponse

Tax1099TransactionResponse class

Tax 1099 transaction response class.

public class Tax1099TransactionResponse : AbstractTransactionResponse

Constructors

NameDescription
Tax1099TransactionResponse()Initializes a new instance of Tax1099TransactionResponse 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.
Tax1099Response { get; set; }Gets or sets the Tax1099Response.
TransactionUniqueId { get; set; }Gets or sets the client-assigned globally unique ID for this transaction.

See Also