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. |
PayPeriod
Optional
public object PayPeriod { get; set; }
- Type: object
PayPeriodUnit
Optional
public object PayPeriodUnit { get; set; }
- Type: object