Invoice.IsMonthlyInvoice Property

Definition

Gets specifies if the invoice is generated as part of monthly invoicing cycle or not. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isMonthlyInvoice")]
public bool? IsMonthlyInvoice { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isMonthlyInvoice")>]
member this.IsMonthlyInvoice : Nullable<bool>
Public ReadOnly Property IsMonthlyInvoice As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to