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

    Interface PaymentChannel

    Payment channel information

    interface PaymentChannel {
        available: boolean;
        constraints?: { field: string; type: string; value: string }[];
        fullName: string;
        groups?: number[];
        id: number;
        image: string;
        instantRedirection: boolean;
        name: string;
        onlinePayment: boolean;
    }
    Index

    Properties

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