Class LoanQuery
Specify the Loan to retrieve. If a string, must be the ledger entry ID of the Loan, as hexadecimal. If an object, requires loan_broker_id and loan_seq sub-fields.
Inheritance
object
LoanQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class LoanQuery
Properties
| Edit this page View SourceLoanBrokerId
The ledger entry ID of the LoanBroker that created the loan, as hexadecimal.
Declaration
[JsonPropertyName("loan_broker_id")]
public string? LoanBrokerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoanSeq
The sequence number of the loan.
Declaration
[JsonPropertyName("loan_seq")]
public uint? LoanSeq { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |