| Name | Type | Description | Notes |
|---|---|---|---|
| ProgramDefinitionIDs | Int32[] | ||
| CustomerNumber | Int32 | ||
| Size | Double | ||
| Difficulty | Double | [optional] | |
| ServiceDiscount | String | [optional] | |
| Installments | Int32 | [optional] |
- Prepare the resource
$ProgramPriceRequest = Initialize-RealGreenSaPSProgramPriceRequest -ProgramDefinitionIDs null `
-CustomerNumber null `
-Size null `
-Difficulty null `
-ServiceDiscount null `
-Installments null- Convert the resource to JSON
$ProgramPriceRequest | ConvertTo-JSON