RecurringPaymentModResponse

RecurringPaymentModResponse class

Recurring payment modification response class.

public class RecurringPaymentModResponse : AbstractRecurringPaymentResponse

Constructors

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

Properties

Name Description
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; } 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.
PaymentInfo { get; set; } Gets or sets the PaymentInfo.
RecurringInstructions { get; set; } Gets or sets the RecurringInstructions.
RecurringServerId { get; set; } Gets or sets the server-assigned ID for this transaction.

See Also