Get Order Item By Name Plain Args
data class GetOrderItemByNamePlainArgs(val expand: String? = null, val orderItemName: String, val resourceGroupName: String) : ConvertibleToJava<GetOrderItemByNamePlainArgs>
Constructors
Link copied to clipboard
fun GetOrderItemByNamePlainArgs(expand: String? = null, orderItemName: String, resourceGroupName: String)
Functions
Properties
Link copied to clipboard
$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
Link copied to clipboard