Standalone Credit Memo Charge Input
Input representation of the details of the charge lines of a credit memo.
- JSON example
-
"charges": [ { "chargeAmount": 100, "productId": "01tR0000000njDiIAI" } ]
- Properties
-
Name Type Description Required or Optional Available Version addresses Credit Memo Addresses Input Optional 62.0 chargeAmount Double Required 62.0 description String Optional 62.0 endDate String Optional 62.0 isTaxOnlyCredit Boolean Indicates whether the credit is for tax only (true) or not (false).
Optional 62.0 productId String Optional 62.0 productName String Optional 62.0 startDate String Optional 62.0 taxEffectiveDate String Optional 62.0 taxes Standalone Credit Memo Tax Input[] Optional 62.0 taxStrategy String Tax strategy to be applied to this credit memo charge line, child treatment lines, and tax lines. You can override the tax strategy at the individual credit memo lines or tax lines level. Valid values are:
- Ignore—Specifies that the creation of tax lines must be ignored.
- Calculate—Specifies that tax must be calculated by using the API.
Optional 62.0 treatmentId String ID of the tax treatment record that’s used to calculate tax.
Optional 62.0