Invoice.BillingProfileId Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to