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

    Interface PaymentAttempt

    Payment attempt (for BLIK)

    interface PaymentAttempt {
        attemptId: string;
        date: string;
        status: string;
    }
    Index

    Properties

    Properties

    attemptId: string
    date: string
    status: string