RecurringPaymentRequest

RecurringPaymentRequest class

Recurring payment request class.

public class RecurringPaymentRequest : AbstractRecurringPaymentRequest

Constructors

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

See Also