PaymentIntentNextActionBoleto constructor

const PaymentIntentNextActionBoleto({
  1. DateTime? expiresAt,
  2. String? hostedVoucherUrl,
  3. String? number,
  4. String? pdf,
})

payment_intent_next_action_boleto

Implementation

const PaymentIntentNextActionBoleto({
  this.expiresAt,
  this.hostedVoucherUrl,
  this.number,
  this.pdf,
});