isCardHolderNameRequired property
A boolean value indicating whether the cardholder's name field is required in the card form.
If true
, the cardholder's name must be collected and provided.
If false
, the cardholder's name is optional.
Implementation
final bool isCardHolderNameRequired;