
com.commercetools.sunrise.common.localization.changecountry.ChangeCountryFormData Maven / Gradle / Ivy
The newest version!
package com.commercetools.sunrise.common.localization.changecountry;
import com.google.inject.ImplementedBy;
import com.neovisionaries.i18n.CountryCode;
@ImplementedBy(DefaultChangeCountryFormData.class)
public interface ChangeCountryFormData {
CountryCode countryCode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy