Show / Hide Table of Contents

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 Source

LoanBrokerId

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
| Edit this page View Source

LoanSeq

The sequence number of the loan.

Declaration
[JsonPropertyName("loan_seq")]
public uint? LoanSeq { get; set; }
Property Value
Type Description
uint?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX