| Name | Type | Description | Notes |
|---|---|---|---|
| DiscountCode | String | [optional] | |
| GivenCount | Int32 | [optional] | |
| GivenAmount | Double | [optional] | |
| RemainingCount | Int32 | [optional] | |
| RemainingAmount | Double | [optional] |
- Prepare the resource
$DiscountSummary = Initialize-RealGreenSaPSDiscountSummary -DiscountCode null `
-GivenCount null `
-GivenAmount null `
-RemainingCount null `
-RemainingAmount null- Convert the resource to JSON
$DiscountSummary | ConvertTo-JSON