| Name |
Type |
Description |
Notes |
| TotalIncompleteServices |
Double |
|
[optional] |
| TotalCompletedAndUnpaid |
Double |
|
[optional] |
| InstallmentChargesNotPosted |
Double |
|
[optional] |
| UnpaidPostedInstallments |
Double |
|
[optional] |
$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]