Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 792 Bytes

File metadata and controls

27 lines (21 loc) · 792 Bytes

PrepayAdjustmentServiceModel

Properties

Name Type Description Notes
CustomerNumber Int32 [optional]
PrepayCode String [optional]
ProgIds Int32[] [optional]
EmpId String [optional]

Examples

  • Prepare the resource
$PrepayAdjustmentServiceModel = Initialize-RealGreenSaPSPrepayAdjustmentServiceModel  -CustomerNumber null `
 -PrepayCode null `
 -ProgIds null `
 -EmpId null
  • Convert the resource to JSON
$PrepayAdjustmentServiceModel | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]