Invoice.Documents Property

Definition

Gets list of documents available to download such as invoice and tax receipt.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.documents")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Document> Documents { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.documents")>]
member this.Documents : System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.Document>
Public ReadOnly Property Documents As IList(Of Document)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to