CreateCardInput.DueDate Property

Definition

The due date of the created card

[System.Text.Json.Serialization.JsonPropertyName("due_date")]
public DateTime? DueDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("due_date")>]
member this.DueDate : Nullable<DateTime> with get, set
Public Property DueDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to