OrderItemUpdateParameter interface
Updates order item parameters.
Properties
| forward |
Updates forward shipping address and contact details. |
| identity | Msi identity of the resource |
| notification |
Additional notification email list. |
| order |
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
notificationEmailList
Additional notification email list.
notificationEmailList?: string[]
Property Value
string[]
orderItemDetails
Represents order item details.
orderItemDetails?: OrderItemDetailsUpdateParameter
Property Value
preferences
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>