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

    Interface BlikPaymentData

    BLIK payment data with aliases and autopayment configuration

    interface BlikPaymentData {
        aliases?: BlikAliases | null;
        blikToken?: string | null;
        refuseNoPayId?: boolean | null;
        type?: 0 | 2 | 1 | null;
    }
    Index

    Properties

    aliases?: BlikAliases | null
    blikToken?: string | null
    refuseNoPayId?: boolean | null
    type?: 0 | 2 | 1 | null