Enum LoanPayFlags
Flags for the LoanPay transaction. Mutually exclusive.
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum LoanPayFlags : uint
Fields
| Name | Description |
|---|---|
| tfInnerBatchTxn | batch inner transaction |
| tfLoanFullPayment | Pay the full remaining balance of the loan. |
| tfLoanLatePayment | Make a late payment on the loan. |
| tfLoanOverpayment | Pay more than the scheduled amount (overpayment). |