Invoice.Payments Property

Definition

Gets list of payments.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to