RosOrderProps
Properties for defining a RosOrder
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-marketplace-order
Initializer
using AlibabaCloud.SDK.ROS.CDK.Marketplace;
new RosOrderProps {
object ProductCode,
object SkuCode,
object ChargeType = null,
object Duration = null,
object Preference = null,
object PricingCycle = null,
object Quantity = null
};
Properties
Name | Type | Description |
---|---|---|
ProductCode |
object |
No description. |
SkuCode |
object |
No description. |
ChargeType |
object |
No description. |
Duration |
object |
No description. |
Preference |
object |
No description. |
PricingCycle |
object |
No description. |
Quantity |
object |
No description. |
ProductCode
Required
public object ProductCode { get; set; }
- Type: object
SkuCode
Required
public object SkuCode { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
Preference
Optional
public object Preference { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
Quantity
Optional
public object Quantity { get; set; }
- Type: object