OrderItemDetailsResponse

data class OrderItemDetailsResponse(val cancellationReason: String, val cancellationStatus: String, val currentStage: StageDetailsResponse, val deletionStatus: String, val error: ErrorDetailResponse, val forwardShippingDetails: ForwardShippingDetailsResponse, val managementRpDetails: ResourceProviderDetailsResponse, val managementRpDetailsList: List<ResourceProviderDetailsResponse>, val notificationEmailList: List<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)

Order item details

Constructors

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

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

Parent RP details - this returns only the first or default parent RP from the entire list

Link copied to clipboard

List of parent RP details supported for configuration.

Link copied to clipboard

Additional notification email list

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

Unique identifier for configuration.

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