Show / Hide Table of Contents

Class LoanBrokerDeleteResponse

The LoanBrokerDelete transaction deletes a loan broker.

Inheritance
object
BaseTransactionResponse
TransactionResponse
LoanBrokerDeleteResponse
Implements
ITransactionResponse
IBaseTransactionResponse
ILoanBrokerDelete
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class LoanBrokerDeleteResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ILoanBrokerDelete, ITransactionCommon
Remarks

Requires the Loan amendment (XLS-66d). This feature is in draft and subject to change.

Properties

| Edit this page View Source

LoanBrokerID

The ID of the loan broker to delete.

Declaration
[JsonPropertyName("LoanBrokerID")]
public string LoanBrokerID { get; set; }
Property Value
Type Description
string

Implements

ITransactionResponse
IBaseTransactionResponse
ILoanBrokerDelete
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX