PaymentIntentCancelOptions constructor
const
PaymentIntentCancelOptions({
- PaymentIntentCancelOptionsCancellationReason? cancellationReason,
- List<
String> ? expand,
Implementation
const PaymentIntentCancelOptions({
this.cancellationReason,
this.expand,
});