PaymentIntentNextActionVerifyWithMicrodeposits constructor

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

PaymentIntentNextActionVerifyWithMicrodeposits

Implementation

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