BillingProfileCreationRequest.BillTo Property

Definition

Gets or sets the address of the individual or organization that is responsible for the billing profile.

[Newtonsoft.Json.JsonProperty(PropertyName="billTo")]
public Microsoft.Azure.Management.Billing.Models.AddressDetails BillTo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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