RecurringPaymentTransactionResponse class

RecurringPaymentTransactionResponse class

Recurring payment transaction response class.

Inheritance: RecurringPaymentTransactionResponseAbstractTransactionResponseAbstractResponse

The RecurringPaymentTransactionResponse type exposes the following members:

Constructors

ConstructorDescription
RecurringPaymentTransactionResponse()Initializes a new instance of RecurringPaymentTransactionResponse class.

Properties

PropertyDescription
transaction_unique_idGets or sets the client-assigned globally unique ID for this transaction.
statusGets or sets the AbstractTransactionResponse.status.
client_cookieGets or sets the data to be echoed in the transaction response
ofx_extensionGets or sets the OfxExtensionType.
responseGets or sets the RecurringPaymentResponse or RecurringPaymentModResponse or RecurringPaymentCancelResponse.

See Also