enablePostalCode property

bool enablePostalCode
final

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.

Implementation

final bool enablePostalCode;