Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.08 KB

File metadata and controls

39 lines (33 loc) · 1.08 KB

BalanceAnalysisSummary

Properties

Name Type Description Notes
Due030 Double [optional]
Due3145 Double [optional]
Due4660 Double [optional]
Due6190 Double [optional]
DueOver90 Double [optional]
Num030 Int32 [optional]
Num3145 Int32 [optional]
Num4660 Int32 [optional]
Num6190 Int32 [optional]
NumOver90 Int32 [optional]

Examples

  • Prepare the resource
$BalanceAnalysisSummary = Initialize-RealGreenSaPSBalanceAnalysisSummary  -Due030 null `
 -Due3145 null `
 -Due4660 null `
 -Due6190 null `
 -DueOver90 null `
 -Num030 null `
 -Num3145 null `
 -Num4660 null `
 -Num6190 null `
 -NumOver90 null
  • Convert the resource to JSON
$BalanceAnalysisSummary | ConvertTo-JSON

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