次の方法で共有


Transaction.InvoiceId プロパティ

定義

トランザクションが課金された請求書の ID を取得します。 このフィールドは、課金対象のトランザクションにのみ適用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象