次の方法で共有


BillingProfile.InvoiceEmailOptIn プロパティ

定義

課金プロファイルの請求書を電子メールで送信するかどうかを制御するフラグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象