Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 893 Bytes

File metadata and controls

31 lines (25 loc) · 893 Bytes

ProgramRevenue

Properties

Name Type Description Notes
Id Int32 [optional]
TotalAmount Double [optional]
ProgramDiscounts Double [optional]
ServiceDiscounts Double [optional]
PrepayDiscounts Double [optional]
NetRevenue Double [optional]

Examples

  • Prepare the resource
$ProgramRevenue = Initialize-RealGreenSaPSProgramRevenue  -Id null `
 -TotalAmount null `
 -ProgramDiscounts null `
 -ServiceDiscounts null `
 -PrepayDiscounts null `
 -NetRevenue null
  • Convert the resource to JSON
$ProgramRevenue | ConvertTo-JSON

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