SubscriptionUpdateOptionsPauseCollection constructor

const SubscriptionUpdateOptionsPauseCollection({
  1. required SubscriptionPauseCollectionBehavior behavior,
  2. DateTime? resumesAt,
})

pause_collection_param

If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](/billing/subscriptions/pause-payment).

Implementation

const SubscriptionUpdateOptionsPauseCollection({
  required this.behavior,
  this.resumesAt,
});