| Name | Type | Description | Notes |
|---|---|---|---|
| Season | Int32 | ||
| CompanyIDs | Int32[] | [optional] | |
| DiscountCodes | String[] | [optional] |
- Prepare the resource
$DiscountSummaryRequest = Initialize-RealGreenSaPSDiscountSummaryRequest -Season null `
-CompanyIDs null `
-DiscountCodes null- Convert the resource to JSON
$DiscountSummaryRequest | ConvertTo-JSON