PaymentIntentCancelOptions constructor

const PaymentIntentCancelOptions({
  1. PaymentIntentCancelOptionsCancellationReason? cancellationReason,
  2. List<String>? expand,
})

Implementation

const PaymentIntentCancelOptions({
  this.cancellationReason,
  this.expand,
});