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>, val siteDetails: Output<SiteDetailsArgs>? = null) : 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>, siteDetails: Output<SiteDetailsArgs>? = null)

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

Represents product details.

Link copied to clipboard
val siteDetails: Output<SiteDetailsArgs>? = null

Site Related Details.

Functions

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