Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 942 Bytes

PaymentPlan.md

File metadata and controls

13 lines (10 loc) · 942 Bytes

# PaymentPlan

Properties

Name Type Description Notes
numberOfInstallments int Number of Installments defined in the payment plan ( = anzahl der Raten) [optional]
firstInstallmentDate \DateTime Date indicating the first installment payment ( = terminErsteRate) [optional]
lastInstallmentDate \DateTime Date indicating the last installment payment ( = terminLetzteRate) [optional]
installment float Amount in € of a single installment according to the payment plan ( = betrag der Rate in €) [optional]
lastInstallment float Amount in € of the last installment according to the payment plan ( = betrag der letzten Rate in €) [optional]

[Back to Model list] [Back to API list] [Back to README]