Transaction.InvoiceId Property

Definition

Gets the ID of the invoice on which the transaction was billed. This field is only applicable for transactions which are billed.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to