Transaction.InvoiceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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