Bill
Charge
Charge represents a surchange applied to the complete document independent from the individual lines.
Schema ID
https://gobl.org/draft-0/bill/invoice#/$defs/Charge
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
UUID | uuid | string | Universally Unique Identifier. | |
Key | key | cbc.Key | Key for grouping or identifying charges for tax purposes. | |
Index | i | integer | Line number inside the list of charges (calculated). | |
Reference | ref | string | Code to used to refer to the this charge | |
Base | base | num.Amount | Base represents the value used as a base for percent calculations instead of the invoice’s sum of lines. | |
Percent | percent | num.Percentage | Percentage to apply to the Base or Invoice Sum | |
Amount | amount | num.Amount | Amount to apply (calculated if percent present) | |
Taxes | taxes | tax.Set | List of taxes to apply to the charge | |
Reason Code | code | string | Code for why was this charge applied? | |
Reason | reason | string | Text description as to why the charge was applied | |
Meta | meta | cbc.Meta | Additional semi-structured information. |