| Name | Type | Description | Notes |
|---|---|---|---|
| CustomerNumber | Int32 | [optional] | |
| PrepayCode | String | [optional] | |
| ProgIds | Int32[] | [optional] | |
| EmpId | String | [optional] |
- Prepare the resource
$PrepayAdjustmentServiceModel = Initialize-RealGreenSaPSPrepayAdjustmentServiceModel -CustomerNumber null `
-PrepayCode null `
-ProgIds null `
-EmpId null- Convert the resource to JSON
$PrepayAdjustmentServiceModel | ConvertTo-JSON