Skip to content

CommodityProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Computenest;
new CommodityProperty {
    object PayPeriod = null,
    object PayPeriodUnit = null
};

Properties

Name Type Description
PayPeriod object No description.
PayPeriodUnit object No description.

PayPeriodOptional

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

PayPeriodUnitOptional

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