次の方法で共有


BillingProperty.BillingProfileStatusReasonCode プロパティ

定義

指定された課金プロファイルの状態の理由を取得します。 使用できる値は、'PastDue'、'SpendingLimitReached'、'SpendingLimitExpired' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象