RecurringPaymentModResponse class

RecurringPaymentModResponse class

Recurring payment modification response class.

Inheritance: RecurringPaymentModResponseAbstractRecurringPaymentResponse

The RecurringPaymentModResponse type exposes the following members:

Constructors

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

Properties

PropertyDescription
recurring_server_idGets or sets the server-assigned ID for this transaction.
recurring_instructionsGets or sets the RecurringPaymentModResponse.recurring_instructions.
payment_infoGets or sets the RecurringPaymentModResponse.payment_info.
initial_amountGets or sets the amount of the initial payment.
final_amountGets or sets the amount of the final payment.
modify_pendingTrue 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