GetOrderItemByNamePlainArgs

data class GetOrderItemByNamePlainArgs(val expand: String? = null, val orderItemName: String, val resourceGroupName: String) : ConvertibleToJava<GetOrderItemByNamePlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, orderItemName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val expand: String? = null

$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.

Link copied to clipboard

The name of the order item

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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