Invoice.PurchaseOrderNumber Property

Definition

Gets an optional purchase order number for the invoice.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to