OrderItemDetailsResponse

data class OrderItemDetailsResponse(val cancellationReason: String, val cancellationStatus: String, val currentStage: StageDetailsResponse, val deletionStatus: String, val error: ErrorDetailResponse, val forwardShippingDetails: ForwardShippingDetailsResponse, val managementRpDetailsList: List<ResourceProviderDetailsResponse>, val notificationEmailList: List<String>? = null, val orderItemMode: String? = null, val orderItemStageHistory: List<StageDetailsResponse>, val orderItemType: String, val preferences: PreferencesResponse? = null, val productDetails: ProductDetailsResponse, val returnReason: String, val returnStatus: String, val reverseShippingDetails: ReverseShippingDetailsResponse, val siteDetails: SiteDetailsResponse? = null)

Order item details.

Constructors

Link copied to clipboard
constructor(cancellationReason: String, cancellationStatus: String, currentStage: StageDetailsResponse, deletionStatus: String, error: ErrorDetailResponse, forwardShippingDetails: ForwardShippingDetailsResponse, managementRpDetailsList: List<ResourceProviderDetailsResponse>, notificationEmailList: List<String>? = null, orderItemMode: String? = null, orderItemStageHistory: List<StageDetailsResponse>, orderItemType: String, preferences: PreferencesResponse? = null, productDetails: ProductDetailsResponse, returnReason: String, returnStatus: String, reverseShippingDetails: ReverseShippingDetailsResponse, siteDetails: SiteDetailsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cancellation reason.

Link copied to clipboard

Describes whether the order item is cancellable or not.

Link copied to clipboard

Current Order item Status.

Link copied to clipboard

Describes whether the order item is deletable or not.

Link copied to clipboard

Top level error for the job.

Link copied to clipboard

Forward Package Shipping details.

Link copied to clipboard

List of parent RP details supported for configuration.

Link copied to clipboard

Additional notification email list.

Link copied to clipboard
val orderItemMode: String? = null

Defines the mode of the Order item.

Link copied to clipboard

Order item status history.

Link copied to clipboard

Order item type.

Link copied to clipboard

Customer notification Preferences.

Link copied to clipboard

Represents product details.

Link copied to clipboard

Return reason.

Link copied to clipboard

Describes whether the order item is returnable or not.

Link copied to clipboard

Reverse Package Shipping details.

Link copied to clipboard

Site Related Details.