MmPaymentSetupIntent constructor

MmPaymentSetupIntent({
  1. String? id,
  2. String? clientSecret,
})

Returns a new MmPaymentSetupIntent instance.

Implementation

MmPaymentSetupIntent({
  this.id,
  this.clientSecret,
});