PaymentTransactionResponse

PaymentTransactionResponse class

Payment transaction response class.

public class PaymentTransactionResponse : AbstractTransactionResponse

Constructors

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

Properties

NameDescription
ClientCookie { get; set; }Gets or sets the data to be echoed in the transaction response
OfxExtension { get; set; }Gets or sets the OfxExtensionType.
Response { get; set; }Gets or sets the PaymentResponse or PaymentModResponse or PaymentCancelResponse.
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