OrderItemDetailsArgs

data class OrderItemDetailsArgs(val notificationEmailList: Output<List<String>>? = null, val orderItemMode: Output<Either<String, OrderMode>>? = null, val orderItemType: Output<Either<String, OrderItemType>>, val preferences: Output<PreferencesArgs>? = null, val productDetails: Output<ProductDetailsArgs>) : ConvertibleToJava<OrderItemDetailsArgs>

Order item details

Constructors

Link copied to clipboard
constructor(notificationEmailList: Output<List<String>>? = null, orderItemMode: Output<Either<String, OrderMode>>? = null, orderItemType: Output<Either<String, OrderItemType>>, preferences: Output<PreferencesArgs>? = null, productDetails: Output<ProductDetailsArgs>)

Properties

Link copied to clipboard
val notificationEmailList: Output<List<String>>? = null

Additional notification email list

Link copied to clipboard
val orderItemMode: Output<Either<String, OrderMode>>? = null

Defines the mode of the Order item.

Link copied to clipboard
val orderItemType: Output<Either<String, OrderItemType>>

Order item type.

Link copied to clipboard
val preferences: Output<PreferencesArgs>? = null

Customer notification Preferences

Link copied to clipboard

Unique identifier for configuration.

Functions

Link copied to clipboard
open override fun toJava(): OrderItemDetailsArgs