BillingProfile.PoNumber Property

Definition

Gets or sets the purchase order name that will appear on the invoices generated for the billing profile.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.poNumber")]
public string PoNumber { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.poNumber")>]
member this.PoNumber : string with get, set
Public Property PoNumber As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to