Show / Hide Table of Contents

Enum LoanPayFlags

Flags for the LoanPay transaction. Mutually exclusive.

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

Fields

Name Description
tfInnerBatchTxn

batch inner transaction

tfLoanFullPayment

Pay the full remaining balance of the loan.

tfLoanLatePayment

Make a late payment on the loan.

tfLoanOverpayment

Pay more than the scheduled amount (overpayment).

Extension Methods

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