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

    Interface BlikAliases

    BLIK alias configuration

    interface BlikAliases {
        autopayment?: BlikAutopayment | null;
        key?: string | null;
        label: string;
        noDelay?: boolean | null;
        type: "UID" | "PAYID";
        value: string;
    }
    Index

    Properties

    autopayment?: BlikAutopayment | null
    key?: string | null
    label: string
    noDelay?: boolean | null
    type: "UID" | "PAYID"
    value: string