次の方法で共有


BillingProfile.StatusReasonCode プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象