FullAddress
data class FullAddress(val defaultCountryCode: String? = null, val supportedCountryCodes: List<String> = emptyList(), val addressFieldPolicy: AddressFieldPolicy) : AddressParams
Full Address Form will be shown as part of the card component.
Parameters
defaultCountryCode
Default country to be selected while initializing the form.
supportedCountryCodes
Supported country codes to be filtered from the available country options.
Constructors
Link copied to clipboard
constructor(defaultCountryCode: String? = null, supportedCountryCodes: List<String> = emptyList(), addressFieldPolicy: AddressFieldPolicy)