Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 922 Bytes

File metadata and controls

31 lines (25 loc) · 922 Bytes

PrepaySummary

Properties

Name Type Description Notes
PrepayCode String [optional]
ServicesRemaining Int32 [optional]
DollarsRemaining Double [optional]
GrossDollarsRemaining Double [optional]
NumberGiven Int32 [optional]
DollarsGiven Double [optional]

Examples

  • Prepare the resource
$PrepaySummary = Initialize-RealGreenSaPSPrepaySummary  -PrepayCode null `
 -ServicesRemaining null `
 -DollarsRemaining null `
 -GrossDollarsRemaining null `
 -NumberGiven null `
 -DollarsGiven null
  • Convert the resource to JSON
$PrepaySummary | ConvertTo-JSON

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