RecurringPaymentModRequest

RecurringPaymentModRequest class

Recurring payment modification request class.

public class RecurringPaymentModRequest : AbstractRecurringPaymentRequest

Constructors

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

Properties

NameDescription
FinalAmount { get; set; }Gets or sets the amount of the final payment.
InitialAmount { get; set; }Gets or sets the amount of the initial payment.
ModifyPending { get; set; }Gets or sets the modify pending flag.If the client sets this flag, the server must modify pending and future payments.
PaymentInfo { get; set; }Gets or sets the PaymentInfo.
RecurringInstructions { get; set; }Gets or sets the RecurringInstructions.
ReferenceServerId { get; set; }Gets or sets the ID assigned by the server to the payment being modified.

See Also