import type { AmountWithReduced } from './amount-with-reduced'; export interface InstallmentFeeDetails { amount?: AmountWithReduced; encodedKey?: string; id?: string; name?: string; tax?: AmountWithReduced; }