Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 866 Bytes

File metadata and controls

27 lines (21 loc) · 866 Bytes

RevenueRemaining

Properties

Name Type Description Notes
TotalIncompleteServices Double [optional]
TotalCompletedAndUnpaid Double [optional]
InstallmentChargesNotPosted Double [optional]
UnpaidPostedInstallments Double [optional]

Examples

  • Prepare the resource
$RevenueRemaining = Initialize-RealGreenSaPSRevenueRemaining  -TotalIncompleteServices null `
 -TotalCompletedAndUnpaid null `
 -InstallmentChargesNotPosted null `
 -UnpaidPostedInstallments null
  • Convert the resource to JSON
$RevenueRemaining | ConvertTo-JSON

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