Enum LoanManageFlags
Flags for the LoanManage transaction. Mutually exclusive.
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum LoanManageFlags : uint
Fields
| Name | Description |
|---|---|
| tfInnerBatchTxn | batch inner transaction |
| tfLoanDefault | Mark the loan as defaulted. |
| tfLoanImpair | Mark the loan as impaired. |
| tfLoanUnimpair | Remove impairment from the loan. |