Condividi tramite


BillingAccountsResponse.BillingAccounts Property

Definition

Gets or sets billing accounts list

[Newtonsoft.Json.JsonProperty(PropertyName="billingAccounts")]
public System.Collections.Generic.IList<string> BillingAccounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="billingAccounts")>]
member this.BillingAccounts : System.Collections.Generic.IList<string> with get, set
Public Property BillingAccounts As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to