PaymentIntentVerifyMicrodepositsOptions constructor

const PaymentIntentVerifyMicrodepositsOptions({
  1. List<int>? amounts,
  2. String? descriptorCode,
  3. List<String>? expand,
})

Implementation

const PaymentIntentVerifyMicrodepositsOptions({
  this.amounts,
  this.descriptorCode,
  this.expand,
});