PaymentIntentNextActionDisplayOxxoDetails constructor

const PaymentIntentNextActionDisplayOxxoDetails({
  1. DateTime? expiresAfter,
  2. String? hostedVoucherUrl,
  3. String? number,
})

PaymentIntentNextActionDisplayOxxoDetails

Implementation

const PaymentIntentNextActionDisplayOxxoDetails({
  this.expiresAfter,
  this.hostedVoucherUrl,
  this.number,
});