Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 835 Bytes

File metadata and controls

29 lines (23 loc) · 835 Bytes

DiscountSummary

Properties

Name Type Description Notes
DiscountCode String [optional]
GivenCount Int32 [optional]
GivenAmount Double [optional]
RemainingCount Int32 [optional]
RemainingAmount Double [optional]

Examples

  • Prepare the resource
$DiscountSummary = Initialize-RealGreenSaPSDiscountSummary  -DiscountCode null `
 -GivenCount null `
 -GivenAmount null `
 -RemainingCount null `
 -RemainingAmount null
  • Convert the resource to JSON
$DiscountSummary | ConvertTo-JSON

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