Package com.adyen.checkout.ach
Class ACHDirectDebitAddressConfiguration.FullAddress
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ACHDirectDebitAddressConfiguration.FullAddress extends ACHDirectDebitAddressConfiguration
Full Address Form will be shown as part of the ach component.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>supportedCountryCodes
-
Constructor Summary
Constructors Constructor Description ACHDirectDebitAddressConfiguration.FullAddress(List<String> supportedCountryCodes)
-
Method Summary
Modifier and Type Method Description final List<String>getSupportedCountryCodes()-
-
Method Detail
-
getSupportedCountryCodes
final List<String> getSupportedCountryCodes()
-
-
-
-