Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.34 KB

File metadata and controls

45 lines (39 loc) · 1.34 KB

ProgramServicePrice

Properties

Name Type Description Notes
Round Int32 [optional]
ServiceCode String [optional]
ServiceLongName String [optional]
GrossPrice Double [optional]
GrossTax Double [optional]
GrossTotal Double [optional]
NetPrice Double [optional]
NetTax Double [optional]
NetTotal Double [optional]
Savings Double [optional]
TooLateToDo Boolean [optional]
Taxes TaxSimple[] [optional]
Discounts DiscountPricing[] [optional]

Examples

  • Prepare the resource
$ProgramServicePrice = Initialize-RealGreenSaPSProgramServicePrice  -Round null `
 -ServiceCode null `
 -ServiceLongName null `
 -GrossPrice null `
 -GrossTax null `
 -GrossTotal null `
 -NetPrice null `
 -NetTax null `
 -NetTotal null `
 -Savings null `
 -TooLateToDo null `
 -Taxes null `
 -Discounts null
  • Convert the resource to JSON
$ProgramServicePrice | ConvertTo-JSON

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