OrderProps
Properties for defining a Order.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-marketplace-order
Initializer
using AlibabaCloud.SDK.ROS.CDK.Marketplace;
new OrderProps {
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 |
Property productCode: Product code for the resource. |
SkuCode |
object |
Property skuCode: Sku code for the resource. |
ChargeType |
object |
Property chargeType: The resource charge type. |
Duration |
object |
Property duration: Duration of the resource. |
Preference |
object |
Property preference: Customized parameters. |
PricingCycle |
object |
Property pricingCycle: Price cycle of the resource. |
Quantity |
object |
Property quantity: Resource number. |
ProductCodeRequired
public object ProductCode { get; set; }
- Type: object
Property productCode: Product code for the resource.
SkuCodeRequired
public object SkuCode { get; set; }
- Type: object
Property skuCode: Sku code for the resource.
ChargeTypeOptional
public object ChargeType { get; set; }
- Type: object
Property chargeType: The resource charge type.
Default value is Prepaid
DurationOptional
public object Duration { get; set; }
- Type: object
Property duration: Duration of the resource.
If ChargeType is specified as Postpaid, this value will be ignore.
PreferenceOptional
public object Preference { get; set; }
- Type: object
Property preference: Customized parameters.
PricingCycleOptional
public object PricingCycle { get; set; }
- Type: object
Property pricingCycle: Price cycle of the resource.
This property has no default value. If ChargeType is specified as Postpaid, this value will be ignore.
QuantityOptional
public object Quantity { get; set; }
- Type: object
Property quantity: Resource number.
Default value is 1