SetupIntentResult constructor

SetupIntentResult({
  1. String? status,
  2. String? setupIntentId,
  3. String? paymentIntentId,
})

Implementation

SetupIntentResult({
  this.status,
  this.setupIntentId,
  this.paymentIntentId,
});