OrderItemDetails interface
Order item details.
Properties
| cancellation |
Cancellation reason. |
| cancellation |
Describes whether the order item is cancellable or not. |
| current |
Current Order item Status. |
| deletion |
Describes whether the order item is deletable or not. |
| error | Top level error for the job. |
| forward |
Forward Package Shipping details. |
| management |
List of parent RP details supported for configuration. |
| notification |
Additional notification email list. |
| order |
Defines the mode of the Order item. |
| order |
Order item status history. |
| order |
Order item type. |
| preferences | Customer notification Preferences. |
| product |
Represents product details. |
| return |
Return reason. |
| return |
Describes whether the order item is returnable or not. |
| reverse |
Reverse Package Shipping details. |
| site |
Site Related Details. |
Property Details
cancellationReason
Cancellation reason.
cancellationReason?: string
Property Value
string
cancellationStatus
Describes whether the order item is cancellable or not.
cancellationStatus?: string
Property Value
string
currentStage
deletionStatus
Describes whether the order item is deletable or not.
deletionStatus?: string
Property Value
string
error
forwardShippingDetails
Forward Package Shipping details.
forwardShippingDetails?: ForwardShippingDetails
Property Value
managementRpDetailsList
List of parent RP details supported for configuration.
managementRpDetailsList?: ResourceProviderDetails[]
Property Value
notificationEmailList
Additional notification email list.
notificationEmailList?: string[]
Property Value
string[]
orderItemMode
Defines the mode of the Order item.
orderItemMode?: string
Property Value
string
orderItemStageHistory
orderItemType
Order item type.
orderItemType: string
Property Value
string
preferences
productDetails
returnReason
Return reason.
returnReason?: string
Property Value
string
returnStatus
Describes whether the order item is returnable or not.
returnStatus?: string
Property Value
string
reverseShippingDetails
Reverse Package Shipping details.
reverseShippingDetails?: ReverseShippingDetails