| Name | Type | Description | Notes |
|---|---|---|---|
| CancelCount | Int32 | [optional] | |
| CancelDollar | Double | [optional] | |
| SalesCount | Int32 | [optional] | |
| SalesDollar | Double | [optional] |
- Prepare the resource
$NewSaleCancels = Initialize-RealGreenSaPSNewSaleCancels -CancelCount null `
-CancelDollar null `
-SalesCount null `
-SalesDollar null- Convert the resource to JSON
$NewSaleCancels | ConvertTo-JSON