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