OrderItemUpdateParameter interface

Updates order item parameters.

Properties

forwardAddress

Updates forward shipping address and contact details.

identity

Msi identity of the resource

notificationEmailList

Additional notification email list.

orderItemDetails

Represents order item details.

preferences

Customer preference.

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

forwardAddress

Updates forward shipping address and contact details.

forwardAddress?: AddressProperties

Property Value

identity

Msi identity of the resource

identity?: ResourceIdentity

Property Value

notificationEmailList

Additional notification email list.

notificationEmailList?: string[]

Property Value

string[]

orderItemDetails

Represents order item details.

orderItemDetails?: OrderItemDetailsUpdateParameter

Property Value

preferences

Customer preference.

preferences?: Preferences

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>