Package com.adyen.checkout.card
Class AddressConfiguration.FullAddress
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AddressConfiguration.FullAddress extends AddressConfiguration
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 AddressConfiguration.CardAddressFieldPolicyaddressFieldPolicy
-
Constructor Summary
Constructors Constructor Description AddressConfiguration.FullAddress(String defaultCountryCode, List<String> supportedCountryCodes, AddressConfiguration.CardAddressFieldPolicy addressFieldPolicy)
-
Method Summary
Modifier and Type Method Description final StringgetDefaultCountryCode()final List<String>getSupportedCountryCodes()final AddressConfiguration.CardAddressFieldPolicygetAddressFieldPolicy()-
-
Constructor Detail
-
AddressConfiguration.FullAddress
AddressConfiguration.FullAddress(String defaultCountryCode, List<String> supportedCountryCodes, AddressConfiguration.CardAddressFieldPolicy 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 AddressConfiguration.CardAddressFieldPolicy getAddressFieldPolicy()
-
-
-
-