PaymentIntentOptions constructor

const PaymentIntentOptions({
  1. PaymentIntentCard card = const PaymentIntentCard(),
})

Implementation

const PaymentIntentOptions({
  this.card = const PaymentIntentCard(),
});