Transaction.Invoice Property

Definition

Gets invoice on which the transaction was billed or 'pending' if the transaction is not billed.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to