PaymentIntentResult constructor

PaymentIntentResult({
  1. String? status,
  2. String? paymentIntentId,
  3. String? paymentMethodId,
})

Implementation

PaymentIntentResult({this.status, this.paymentIntentId, this.paymentMethodId});