Class AddressParams.FullAddress
-
- All Implemented Interfaces:
public final class AddressParams.FullAddress extends AddressParams
Full Address Form will be shown as part of the card component.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdefaultCountryCodeprivate final List<String>supportedCountryCodesprivate final AddressFieldPolicyaddressFieldPolicy
-
Constructor Summary
Constructors Constructor Description AddressParams.FullAddress(String defaultCountryCode, List<String> supportedCountryCodes, AddressFieldPolicy addressFieldPolicy)
-
Method Summary
Modifier and Type Method Description final StringgetDefaultCountryCode()final List<String>getSupportedCountryCodes()final AddressFieldPolicygetAddressFieldPolicy()-
-
Constructor Detail
-
AddressParams.FullAddress
AddressParams.FullAddress(String defaultCountryCode, List<String> supportedCountryCodes, AddressFieldPolicy addressFieldPolicy)
- Parameters:
defaultCountryCode- Default country to be selected while initializing the form.supportedCountryCodes- Supported country codes to be filtered from the available country options.
-
-
Method Detail
-
getDefaultCountryCode
final String getDefaultCountryCode()
-
getSupportedCountryCodes
final List<String> getSupportedCountryCodes()
-
getAddressFieldPolicy
final AddressFieldPolicy getAddressFieldPolicy()
-
-
-
-