Share via


TransferOffersProperties.OfferIdsList Property

Definition

Gets or sets offers ids list to transfer from source collection to target collection(s)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to