SubscriptionUpdateOptionsPauseCollection constructor
const
SubscriptionUpdateOptionsPauseCollection({
- required SubscriptionPauseCollectionBehavior behavior,
- 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,
});