Interface ILoanDelete
The LoanDelete transaction deletes a loan.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface ILoanDelete : ITransactionCommon
Remarks
Requires the Loan amendment (XLS-66d). This feature is in draft and subject to change.
Properties
| Edit this page View SourceLoanID
The ID of the loan to delete.
Declaration
string LoanID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |