Skip to content

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.

ProductCodeRequired

public object ProductCode { get; set; }
  • Type: object

SkuCodeRequired

public object SkuCode { get; set; }
  • Type: object

ChargeTypeOptional

public object ChargeType { get; set; }
  • Type: object

DurationOptional

public object Duration { get; set; }
  • Type: object

PreferenceOptional

public object Preference { get; set; }
  • Type: object

PricingCycleOptional

public object PricingCycle { get; set; }
  • Type: object

QuantityOptional

public object Quantity { get; set; }
  • Type: object