Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 803 Bytes

File metadata and controls

27 lines (21 loc) · 803 Bytes

PriceIncreaseCriteria

Properties

Name Type Description Notes
ProgramIDs Int32[]
IncreaseAmount Double
IsPercentIncrease Boolean [optional]
OnlyIncreaseRenewalPrice Boolean [optional]

Examples

  • Prepare the resource
$PriceIncreaseCriteria = Initialize-RealGreenSaPSPriceIncreaseCriteria  -ProgramIDs null `
 -IncreaseAmount null `
 -IsPercentIncrease null `
 -OnlyIncreaseRenewalPrice null
  • Convert the resource to JSON
$PriceIncreaseCriteria | ConvertTo-JSON

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