Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 900 Bytes

File metadata and controls

31 lines (25 loc) · 900 Bytes

BillTypeSummary

Properties

Name Type Description Notes
CountActive Int32 [optional]
ActiveRegInvoice Int32 [optional]
ActiveCC Int32 [optional]
ActiveInstallment Int32 [optional]
ActiveMonthly Int32 [optional]
ActiveACH Int32 [optional]

Examples

  • 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

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