QueryApprovedPlansPayload.PlanIds Property

Definition

Gets or sets offer plan ids

[Newtonsoft.Json.JsonProperty(PropertyName="properties.planIds")]
public System.Collections.Generic.IList<string> PlanIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.planIds")>]
member this.PlanIds : System.Collections.Generic.IList<string> with get, set
Public Property PlanIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to