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

    Interface MarketplaceBankGroup

    Bank group for marketplace

    interface MarketplaceBankGroup {
        available: boolean;
        id: number;
        img: string;
        instantRedirection: boolean;
        name: string;
        onlinePayment: boolean;
    }
    Index

    Properties

    available: boolean
    id: number
    img: string
    instantRedirection: boolean
    name: string
    onlinePayment: boolean