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