@seven.io/client
    Preparing search index...

    Type Alias CountryPricing

    type CountryPricing = {
        countryCode: string;
        countryName: string;
        countryPrefix: string;
        networks: CountryNetwork[];
    }
    Index

    Properties

    countryCode: string
    countryName: string
    countryPrefix: string
    networks: CountryNetwork[]