PaymentMethodOptionsPix constructor

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

payment_method_options_pix

Implementation

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