SubscriptionPauseCollection constructor
const
SubscriptionPauseCollection({
- required SubscriptionPauseCollectionBehavior behavior,
- DateTime? resumesAt,
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 SubscriptionPauseCollection({
required this.behavior,
this.resumesAt,
});