RecurringPaymentRequest

RecurringPaymentRequest class

Recurring payment request class.

public class RecurringPaymentRequest : AbstractRecurringPaymentRequest

Constructors

NameDescription
RecurringPaymentRequest()Initializes a new instance of RecurringPaymentRequest 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.
PaymentInfo { get; set; }Gets or sets the PaymentInfo.
RecurringInstructions { get; set; }Gets or sets the RecurringInstructions.

See Also