LatePaymentFeesInput
Input type for the LatePaymentFeesTerm. This type is used to create or update late payment fees terms in contracts. If percentage_fee is provided, percentage_interval_days must also be provided.
Input fields
The flat fee amount for late payment.
The interest policy to use for late payment fee calculations.
Whether the term is variable.
The percentage fee for late payment.
The interval in days for the percentage fee (1=daily, 7=weekly, 30=monthly, 365=yearly).
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"flatFeeAmount": 14,
"interestPolicyName": "daughter-at-number-political-talk",
"isVariable": true,
"percentageFee": "1.0",
"percentageIntervalDays": 28
}