Invoice.BillingProfileDisplayName Property

Definition

Gets the name of the billing profile for which the invoice is generated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to