Class LoanManage
The LoanManage transaction manages a loan (e.g. default, impair, or unimpair). Flags are mutually exclusive.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class LoanManage : TransactionRequest, ITransactionRequest, ILoanManage, ITransactionCommon
Remarks
Requires the Loan amendment (XLS-66d). This feature is in draft and subject to change.
Constructors
| Edit this page View SourceLoanManage()
Declaration
public LoanManage()
Properties
| Edit this page View SourceFlags
LoanManage transaction flags.
Declaration
public LoanManageFlags? Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| LoanManageFlags? |
LoanID
The ID of the loan to manage.
Declaration
[JsonPropertyName("LoanID")]
public string LoanID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |