ENUM
LateFeeMode
Late fee application mode.
link GraphQL Schema definition
- enum LateFeeMode {
- # Late fee is applied as a fixed charge, based on the amount associated with the
- # late fee service.
- # Late fee is applied as a percentage of the delinquent balance, or as the amount
- # of the late fee service, whichever is higher.
- }