BillingProfile.BillTo Property

Definition

Gets or sets billing address.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.billTo")]
public Microsoft.Azure.Management.Billing.Models.AddressDetails BillTo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.billTo")>]
member this.BillTo : Microsoft.Azure.Management.Billing.Models.AddressDetails with get, set
Public Property BillTo As AddressDetails

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to