amount | uint256 | Amount to be loaned out |
downPaymentPercent | uint32 | Downpayment percent multiplied by 100 (Ex: 20% is represented as 200) |
interestRate | uint32 | Interest rate multiplied by 100 (Ex: 20% is represented as 200) |
serviceFeeRate | uint32 | Service fee rate multiplied by 100 (Ex: 20% is represented as 200) |
term | uint32 | Number of seconds between each payment |
totalNumberOfPayments | uint8 | Total number of payments |
counterPaidPayments | uint8 | Number of payments currently paid. |
autoRepayStatus | uint8 | Auto repayment status, 0 -> disabled, 1 -> enabled |