SetupIntentNextActionVerifyWithMicrodeposits constructor
const
SetupIntentNextActionVerifyWithMicrodeposits({
- required DateTime arrivalDate,
- required String hostedVerificationUrl,
- PaymentIntentNextActionVerifyWithMicrodepositsMicrodepositType? microdepositType,
SetupIntentNextActionVerifyWithMicrodeposits
Implementation
const SetupIntentNextActionVerifyWithMicrodeposits({
required this.arrivalDate,
required this.hostedVerificationUrl,
this.microdepositType,
});