Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 750 Bytes

File metadata and controls

27 lines (21 loc) · 750 Bytes

NewSaleCancels

Properties

Name Type Description Notes
CancelCount Int32 [optional]
CancelDollar Double [optional]
SalesCount Int32 [optional]
SalesDollar Double [optional]

Examples

  • Prepare the resource
$NewSaleCancels = Initialize-RealGreenSaPSNewSaleCancels  -CancelCount null `
 -CancelDollar null `
 -SalesCount null `
 -SalesDollar null
  • Convert the resource to JSON
$NewSaleCancels | ConvertTo-JSON

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