Binance Connector JS
    Preparing search index...

    Interface GetCountryListResponseCountriesInner

    GetCountryListResponseCountriesInner

    interface GetCountryListResponseCountriesInner {
        blockType?: string;
        countryCode?: string;
        countryName?: string;
        depositAllowed?: boolean;
        hasRegionRestrictions?: boolean;
        withdrawalAllowed?: boolean;
    }
    Index

    Properties

    blockType?: string

    supported, limited, or blocked.

    GetCountryListResponseCountriesInner

    countryCode?: string

    ISO 2-digit country code, lowercase.

    GetCountryListResponseCountriesInner

    countryName?: string

    Country display name.

    GetCountryListResponseCountriesInner

    depositAllowed?: boolean

    Whether deposit is allowed for this country.

    GetCountryListResponseCountriesInner

    hasRegionRestrictions?: boolean

    Whether this country has region-level restrictions.

    GetCountryListResponseCountriesInner

    withdrawalAllowed?: boolean

    Whether withdrawal is allowed for this country.

    GetCountryListResponseCountriesInner