AdditionalCharge
An additional charge applied to an invoice, such as a payment surcharge
This page contains
Fields
| id: ID! | Unique identifier of the additional charge |
| lineNumber: Int | Line number used to correlate this charge with the invoice tax report |
| type: AdditionalChargeType! PREVIEW | Type of additional charge |
| amount: Decimal! | Charge amount in the invoice currency |
| description: String | Human-readable description of the charge |
| metadata: JSON | Additional key-value metadata for the charge |
Types that implement AdditionalCharge
| SurchargeAdditionalCharge PREVIEW | A surcharge applied when the customer pays by credit card |