Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 757 Bytes

File metadata and controls

27 lines (21 loc) · 757 Bytes

RoundCycleDetail

Properties

Name Type Description Notes
ServiceCode String [optional]
NumberOfServices Int32 [optional]
Size Double [optional]
DollarAmount Double [optional]

Examples

  • Prepare the resource
$RoundCycleDetail = Initialize-RealGreenSaPSRoundCycleDetail  -ServiceCode null `
 -NumberOfServices null `
 -Size null `
 -DollarAmount null
  • Convert the resource to JSON
$RoundCycleDetail | ConvertTo-JSON

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