ICountryValidationRulesCollection Interface

Implements

public interface ICountryValidationRulesCollection extends IPartnerComponentString, ICountrySelector<ICountryValidationRules>

Interface and Template for Country-Specific Rules for Validation

Method Summary

Modifier and Type Method and Description
abstract ICountryValidationRules byCountry(String country)

Obtains behavior for a specific country's validation rules.

Method Details

byCountry

public abstract ICountryValidationRules byCountry(String country)

Obtains behavior for a specific country's validation rules.

Parameters:

country - The country's ISO2 code.

Returns:

The country validation rules operations.

Applies to