BillingPeriod.InvoiceIds Property

Definition

Gets array of invoice ids that associated with.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceIds")]
public System.Collections.Generic.IList<string> InvoiceIds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceIds")>]
member this.InvoiceIds : System.Collections.Generic.IList<string>
Public ReadOnly Property InvoiceIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to