SetupAttemptPaymentMethodDetailsCardChecks constructor

const SetupAttemptPaymentMethodDetailsCardChecks({
  1. String? addressLine1Check,
  2. String? addressPostalCodeCheck,
  3. String? cvcCheck,
})

setup_attempt_payment_method_details_card_checks

Implementation

const SetupAttemptPaymentMethodDetailsCardChecks({
  this.addressLine1Check,
  this.addressPostalCodeCheck,
  this.cvcCheck,
});