BillingPropertyPropertiesSubscriptionServiceUsageAddress interface

The address of the individual or organization where service subscription is being used. Available for agreement type Microsoft Online Services Program. This property can be updated via patch.

Extends

Inherited Properties

addressLine1

Address line 1.

addressLine2

Address line 2.

addressLine3

Address line 3.

city

Address city.

companyName

Company name. Optional for MCA Individual (Pay-as-you-go).

country

Country code uses ISO 3166-1 Alpha-2 format.

district

Address district.

email

Email address.

firstName

First name. Optional for MCA Enterprise.

isValidAddress

Indicates if the address is incomplete.

lastName

Last name. Optional for MCA Enterprise.

middleName

Middle name.

phoneNumber

Phone number.

postalCode

Postal code.

region

Address region.

Inherited Property Details

addressLine1

Address line 1.

addressLine1: string

Property Value

string

Inherited From AddressDetails.addressLine1

addressLine2

Address line 2.

addressLine2?: string

Property Value

string

Inherited From AddressDetails.addressLine2

addressLine3

Address line 3.

addressLine3?: string

Property Value

string

Inherited From AddressDetails.addressLine3

city

Address city.

city?: string

Property Value

string

Inherited From AddressDetails.city

companyName

Company name. Optional for MCA Individual (Pay-as-you-go).

companyName?: string

Property Value

string

Inherited From AddressDetails.companyName

country

Country code uses ISO 3166-1 Alpha-2 format.

country: string

Property Value

string

Inherited From AddressDetails.country

district

Address district.

district?: string

Property Value

string

Inherited From AddressDetails.district

email

Email address.

email?: string

Property Value

string

Inherited From AddressDetails.email

firstName

First name. Optional for MCA Enterprise.

firstName?: string

Property Value

string

Inherited From AddressDetails.firstName

isValidAddress

Indicates if the address is incomplete.

isValidAddress?: boolean

Property Value

boolean

Inherited From AddressDetails.isValidAddress

lastName

Last name. Optional for MCA Enterprise.

lastName?: string

Property Value

string

Inherited From AddressDetails.lastName

middleName

Middle name.

middleName?: string

Property Value

string

Inherited From AddressDetails.middleName

phoneNumber

Phone number.

phoneNumber?: string

Property Value

string

Inherited From AddressDetails.phoneNumber

postalCode

Postal code.

postalCode?: string

Property Value

string

Inherited From AddressDetails.postalCode

region

Address region.

region?: string

Property Value

string

Inherited From AddressDetails.region