AcknowledgeOfferNotificationProperties.Dismiss Property

Definition

Gets or sets a value indicating whether dismiss action flag is enabled

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dismiss")]
public bool? Dismiss { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dismiss")>]
member this.Dismiss : Nullable<bool> with get, set
Public Property Dismiss As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to