BillingProfileCreationRequest Class

Definition

The request parameters for creating a new billing profile.

public class BillingProfileCreationRequest
type BillingProfileCreationRequest = class
Public Class BillingProfileCreationRequest
Inheritance
BillingProfileCreationRequest

Constructors

BillingProfileCreationRequest()

Initializes a new instance of the BillingProfileCreationRequest class.

BillingProfileCreationRequest(String, String, AddressDetails, Nullable<Boolean>, IList<AzurePlan>)

Initializes a new instance of the BillingProfileCreationRequest class.

Properties

BillTo

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

DisplayName

Gets or sets the name of the billing profile.

EnabledAzurePlans

Gets or sets enabled azure plans for the billing profile.

InvoiceEmailOptIn

Gets or sets flag controlling whether the invoices for the billing profile are sent through email.

PoNumber

Gets or sets the purchase order name that will appear on the invoices generated for the billing profile.

Methods

Validate()

Validate the object.

Applies to