次の方法で共有


BillingAccount.AccountType プロパティ

定義

顧客の種類を取得します。 使用できる値は、'Enterprise'、'Individual'、'Partner' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accountType")]
public string AccountType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accountType")>]
member this.AccountType : string
Public ReadOnly Property AccountType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象