IReservationOrderBillingPlanInformation.NextPaymentDueDate Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=true, Description="For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="nextPaymentDueDate", Update=true)]
public DateTime? NextPaymentDueDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=true, Description="For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="nextPaymentDueDate", Update=true)>]
member this.NextPaymentDueDate : Nullable<DateTime> with get, set
Public Property NextPaymentDueDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to