CX_CHARGE
- Additions/deductions
Class hierarchy
- CX_CLASS
- CX_SIMPLE
- CX_TERMED
- CX_EXPANDABLE
- CX_CONDITION
- CX_CHARGE
- CX_CONDITION
- CX_EXPANDABLE
- CX_TERMED
- CX_SIMPLE
Description:
The following classes are available:
| Surcharge/discount | Object type |
|---|---|
| Delayed charge | CX_DELAYED_CHARGE |
| Termed charge | CX_TERMED_CHARGE |
| Pay off charge | CX_PAY_OFF_CHARGE |
| Tax | CX_TAX |
| Discount | CX_CASH_DISCOUNT |
| Partial payment | CX_PARTIAL_PAYMENT |
This class cannot be used by itself and has neither functions nor data fields.
Code example:
...
| Module | Brief description |
|---|---|
| testchrg.mod | Test surcharges/discounts Basic module |
| testdisc.mod | Terms of payment test module |
| testppay.mod | Partial payments test module |