Show / Hide Table of Contents

Enum LoanSetFlags

Flags for the LoanSet transaction.

Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum LoanSetFlags : uint

Fields

Name Description
tfInnerBatchTxn

batch inner transaction

tfLoanOverpayment

Enables overpayment on the loan, allowing the borrower to pay more than the scheduled amount. Sets lsfLoanOverpayment on the Loan ledger object.

Extension Methods

EmumExtensions.DecodeFlags<LoanSetFlags>(LoanSetFlags)
EmumExtensions.FlagsValues<LoanSetFlags>(LoanSetFlags)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX