@tax1driver/ts-tpay
    Preparing search index...

    Interface TransactionLock

    Lock information for transaction

    interface TransactionLock {
        amount: number;
        amountCollected: number;
        status: string;
        type: string;
    }
    Index

    Properties

    amount: number
    amountCollected: number
    status: string
    type: string