PaymentIntentAttach constructor

const PaymentIntentAttach({
  1. required String paymentMethod,
  2. String? clientKey,
  3. String? returnUrl,
})

Implementation

const PaymentIntentAttach({
  required this.paymentMethod,
  this.clientKey,
  this.returnUrl,
});