Worldline Connect Node.js SDK
    Preparing search index...

    Interface GetIINDetailsResponse

    interface GetIINDetailsResponse {
        coBrands?: IINDetail[] | null;
        countryCode?: string | null;
        isAllowedInContext?: boolean | null;
        paymentProductId?: number | null;
    }
    Index

    Properties

    coBrands?: IINDetail[] | null
    countryCode?: string | null
    isAllowedInContext?: boolean | null
    paymentProductId?: number | null