Standalone Credit Memo Tax Input

Input representation of the details of the tax request.
JSON example
[
  {
    "taxAmount": 200,
    "taxName": "Federal Tax",
    "taxRate": 1
  },
  {
    "taxAmount": 500,
    "taxName": "State Tax",
    "taxRate": 1
  }
]
Properties
Name Type Description Required or Optional Available Version
taxAmount Double

Amount of tax to be applied.

Required 62.0
taxCode String

Tax code to be used to create the tax line.

Optional 62.0
taxName String

Name of tax to be applied.

Optional 62.0
taxRate Double

Tax rate to be used to create the tax line.

Optional 62.0