enablePostalCode property
Whether or not to show the postalcode field in the form.
Defaults is true
. If your configuration in Stripe requires a postalcode
check as defined in https://stripe.com/docs/radar/rules#traditional-bank-checks
make sure this one is set to true
.
This is only supported on android
Implementation
final bool enablePostalCode;