saman-payment-pos
    Preparing search index...

    Interface AuthorizedOperations

    interface AuthorizedOperations {
        balance: boolean;
        bill: boolean;
        mciBill: boolean;
        paymentService: boolean;
        pinCharge: boolean;
        posVersion?: string;
        purchase: boolean;
        report: boolean;
        result: TransactionResult;
        tciBill: boolean;
        topupCharge: boolean;
    }
    Index
    balance: boolean
    bill: boolean
    mciBill: boolean
    paymentService: boolean
    pinCharge: boolean
    posVersion?: string
    purchase: boolean
    report: boolean
    tciBill: boolean
    topupCharge: boolean