次の方法で共有


Transaction.Invoice プロパティ

定義

トランザクションが課金された請求書、またはトランザクションが課金されない場合は "保留中" を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象