DealResponse.IsActive Property

Definition

True if the deal is active.

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

Property Value

Attributes

Applies to