xrpl
    Preparing search index...

    Interface LoanPayFlagsInterface

    Map of flags to boolean values representing LoanPay transaction flags.

    interface LoanPayFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfLoanFullPayment?: boolean;
        tfLoanLatePayment?: boolean;
        tfLoanOverpayment?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfLoanFullPayment?: boolean
    tfLoanLatePayment?: boolean
    tfLoanOverpayment?: boolean