次の方法で共有


Offer.UpdateSuppressedDueIdempotence プロパティ

定義

オファーが db に更新されなかった (true = 更新されていない) かどうかを示す値を取得または設定します。 許可リストが db に存在するリストと同じ場合、オファーは更新されません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象