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] |
$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]