PaymentIntentPix constructor

const PaymentIntentPix({
  1. int? expiresAfterSeconds,
  2. DateTime? expiresAt,
})

payment_method_options_param

If this is a `pix` PaymentMethod, this sub-hash contains details about the Pix payment method options.

Implementation

const PaymentIntentPix({
  this.expiresAfterSeconds,
  this.expiresAt,
});