Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 983 Bytes

RoundCycleCompanyDetail.md

File metadata and controls

33 lines (27 loc) · 983 Bytes

RoundCycleCompanyDetail

Properties

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

Examples

  • Prepare the resource
$RoundCycleCompanyDetail = Initialize-RealGreenSaPSRoundCycleCompanyDetail  -ServiceCode null `
 -NumberOfServices null `
 -Size null `
 -DollarAmount null `
 -CompanyName null `
 -BranchNumber null `
 -CompanyID null
  • Convert the resource to JSON
$RoundCycleCompanyDetail | ConvertTo-JSON

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