RecurringPaymentModRequest class

RecurringPaymentModRequest class

Recurring payment modification request class.

Inheritance: RecurringPaymentModRequestAbstractRecurringPaymentRequest

The RecurringPaymentModRequest type exposes the following members:

Constructors

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

Properties

PropertyDescription
reference_server_idGets or sets the ID assigned by the server to the payment being modified.
recurring_instructionsGets or sets the RecurringPaymentModRequest.recurring_instructions.
payment_infoGets or sets the RecurringPaymentModRequest.payment_info.
initial_amountGets or sets the amount of the initial payment.
final_amountGets or sets the amount of the final payment.
modify_pendingGets or sets the modify pending flag.If the client sets this flag, the server must modify pending and future payments.

See Also