AddressUpdateParameter interface

The Address update parameters.

Properties

contactDetails

Contact details for the address.

shippingAddress

Shipping details for the address.

tags

The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

Property Details

contactDetails

Contact details for the address.

contactDetails?: ContactDetails

Property Value

shippingAddress

Shipping details for the address.

shippingAddress?: ShippingAddress

Property Value

tags

The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

tags?: Record<string, string>

Property Value

Record<string, string>