Get Order Item Plain Args
data class GetOrderItemPlainArgs(val expand: String? = null, val orderItemName: String, val resourceGroupName: String) : ConvertibleToJava<GetOrderItemPlainArgs>
Properties
Link copied to clipboard
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations 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.