RecurringPaymentModResponse class

RecurringPaymentModResponse class

Recurring payment modification response class.

Inheritance: RecurringPaymentModResponseAbstractRecurringPaymentResponse

The RecurringPaymentModResponse type exposes the following members:

Constructors

Constructor Description
RecurringPaymentModResponse() Initializes a new instance of RecurringPaymentModResponse class.

Properties

Property Description
recurring_server_id Gets or sets the server-assigned ID for this transaction.
recurring_instructions Gets or sets the RecurringPaymentModResponse.recurring_instructions.
payment_info Gets or sets the RecurringPaymentModResponse.payment_info.
initial_amount Gets or sets the amount of the initial payment.
final_amount Gets or sets the amount of the final payment.
modify_pending True if the client requested that the server modify pending and future payments. False if the client did not request that the server modify pending and future payments.

See Also