Show / Hide Table of Contents

Enum LoanManageFlags

Flags for the LoanManage transaction. Mutually exclusive.

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

Fields

Name Description
tfInnerBatchTxn

batch inner transaction

tfLoanDefault

Mark the loan as defaulted.

tfLoanImpair

Mark the loan as impaired.

tfLoanUnimpair

Remove impairment from the loan.

Extension Methods

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