| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceCode | String | [optional] | |
| NumberOfServices | Int32 | [optional] | |
| Size | Double | [optional] | |
| DollarAmount | Double | [optional] |
- Prepare the resource
$RoundCycleDetail = Initialize-RealGreenSaPSRoundCycleDetail -ServiceCode null `
-NumberOfServices null `
-Size null `
-DollarAmount null- Convert the resource to JSON
$RoundCycleDetail | ConvertTo-JSON