SubscriptionScheduleCancelOptions constructor

const SubscriptionScheduleCancelOptions({
  1. List<String>? expand,
  2. bool? invoiceNow,
  3. bool? prorate,
})

Implementation

const SubscriptionScheduleCancelOptions({
  this.expand,
  this.invoiceNow,
  this.prorate,
});