Primer Checkout Android SDK is currently in beta (v3.0.0-beta.4).
The API is subject to change before the stable release.
Represents a country in the billing address form. Used by PrimerCardFormController for country selection.
Definition
Properties
CountryCode
ISO 3166-1 alpha-2 enum with 249 country codes. Examples:
Country selection is part of the card form billing address flow:
Calling requestCountrySelection() opens the country picker. The selected country appears in state.selectedCountry.
See PrimerCardFormController for full card form API.