Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 890 Bytes

File metadata and controls

31 lines (25 loc) · 890 Bytes

ProgramPriceRequest

Properties

Name Type Description Notes
ProgramDefinitionIDs Int32[]
CustomerNumber Int32
Size Double
Difficulty Double [optional]
ServiceDiscount String [optional]
Installments Int32 [optional]

Examples

  • 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

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