Interface ICountryValidationRulesCollection
- All Superinterfaces:
ICountrySelector<ICountryValidationRules>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CountryValidationRulesCollectionOperations
public interface ICountryValidationRulesCollection extends IPartnerComponentString, ICountrySelector<ICountryValidationRules>
Interface and Template for Country-Specific Rules for Validation
-
Method Summary
Modifier and Type Method Description ICountryValidationRulesbyCountry(String country)Obtains behavior for a specific country's validation rules.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byCountry
Obtains behavior for a specific country's validation rules.- Specified by:
byCountryin interfaceICountrySelector<ICountryValidationRules>- Parameters:
country- The country's ISO2 code.- Returns:
- The country validation rules operations.
-