SetupIntentNextActionVerifyWithMicrodeposits constructor

const SetupIntentNextActionVerifyWithMicrodeposits({
  1. required DateTime arrivalDate,
  2. required String hostedVerificationUrl,
  3. PaymentIntentNextActionVerifyWithMicrodepositsMicrodepositType? microdepositType,
})

SetupIntentNextActionVerifyWithMicrodeposits

Implementation

const SetupIntentNextActionVerifyWithMicrodeposits({
  required this.arrivalDate,
  required this.hostedVerificationUrl,
  this.microdepositType,
});