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

    Interface BankGroup

    Bank group information

    interface BankGroup {
        available: boolean;
        constraints?: { field: string; type: string; value: string }[];
        id: number;
        img: string;
        instantRedirection: boolean;
        name: string;
        onlinePayment: boolean;
    }
    Index

    Properties

    available: boolean
    constraints?: { field: string; type: string; value: string }[]
    id: number
    img: string
    instantRedirection: boolean
    name: string
    onlinePayment: boolean