CancelPaymentIntentOpts constructor

CancelPaymentIntentOpts({
  1. CancellationReason? cancellationReason,
  2. String? id,
})

Implementation

CancelPaymentIntentOpts({
  this.cancellationReason,
  this.id,
});