Interface XKSpecificAggregated

interface XKSpecificAggregated {
    Country_first_destination?: Meta<string>;
    Country_of_origin_name?: Meta<string>;
    Destination_country_code?: Meta<string>;
    Export_country_code?: Meta<string>;
    Extended_customs_procedure?: Meta<string>;
    National_customs_procedure?: Meta<string>;
    Trading_country?: Meta<string>;
}

Properties

Country_first_destination?: Meta<string>
Country_of_origin_name?: Meta<string>
Destination_country_code?: Meta<string>
Export_country_code?: Meta<string>
Extended_customs_procedure?: Meta<string>
National_customs_procedure?: Meta<string>
Trading_country?: Meta<string>