BillingPlanInformation.NextPaymentDueOn Property

Definition

For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.

public DateTimeOffset? NextPaymentDueOn { get; set; }
member this.NextPaymentDueOn : Nullable<DateTimeOffset> with get, set
Public Property NextPaymentDueOn As Nullable(Of DateTimeOffset)

Property Value

Applies to