IntentData constructor

IntentData(
  1. String? paymentIntentClientSecret,
  2. String? customer,
  3. String? ephemeralKey,
  4. String? paymentIntentId,
)

Implementation

IntentData(
  this.paymentIntentClientSecret,
  this.customer,
  this.ephemeralKey,
  this.paymentIntentId,
);