IPaymentDetail.DueDate Property

Definition

Date when the payment needs to be done.

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Date when the payment needs to be done.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="dueDate")]
public DateTime? DueDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Date when the payment needs to be done.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="dueDate")>]
member this.DueDate : Nullable<DateTime> with get, set
Public Property DueDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to