| Name | Type | Description | Notes |
|---|---|---|---|
| CountActive | Int32 | [optional] | |
| ActiveRegInvoice | Int32 | [optional] | |
| ActiveCC | Int32 | [optional] | |
| ActiveInstallment | Int32 | [optional] | |
| ActiveMonthly | Int32 | [optional] | |
| ActiveACH | Int32 | [optional] |
- Prepare the resource
$BillTypeSummary = Initialize-RealGreenSaPSBillTypeSummary -CountActive null `
-ActiveRegInvoice null `
-ActiveCC null `
-ActiveInstallment null `
-ActiveMonthly null `
-ActiveACH null- Convert the resource to JSON
$BillTypeSummary | ConvertTo-JSON