Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.28 KB

File metadata and controls

43 lines (37 loc) · 1.28 KB

AdjustmentCode

Properties

Name Type Description Notes
Id String [optional]
BackgroundColor Int32 [optional]
ForegroundColor Int32 [optional]
Available Boolean [optional]
AnyBranch Boolean [optional]
DontReport Boolean [optional]
CreditOrDebit Double [optional]
Description String [optional]
DescriptionFrench String [optional]
DescriptionSpanish String [optional]
CreditAccount String [optional]
DebitAccount String [optional]

Examples

  • Prepare the resource
$AdjustmentCode = Initialize-RealGreenSaPSAdjustmentCode  -Id null `
 -BackgroundColor null `
 -ForegroundColor null `
 -Available null `
 -AnyBranch null `
 -DontReport null `
 -CreditOrDebit null `
 -Description null `
 -DescriptionFrench null `
 -DescriptionSpanish null `
 -CreditAccount null `
 -DebitAccount null
  • Convert the resource to JSON
$AdjustmentCode | ConvertTo-JSON

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