Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 734 Bytes

File metadata and controls

25 lines (19 loc) · 734 Bytes

CAWRegistrationSummary

Properties

Name Type Description Notes
ActiveCount Int32 [optional]
RegisteredPercent Double [optional]
AutoPayPercent Double [optional]

Examples

  • Prepare the resource
$CAWRegistrationSummary = Initialize-RealGreenSaPSCAWRegistrationSummary  -ActiveCount null `
 -RegisteredPercent null `
 -AutoPayPercent null
  • Convert the resource to JSON
$CAWRegistrationSummary | ConvertTo-JSON

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