SubscriptionsResourcePendingUpdate constructor
const
SubscriptionsResourcePendingUpdate({})
SubscriptionsResourcePendingUpdate
Pending Updates store the changes pending from a previous update that will be applied to the Subscription upon successful payment.
Implementation
const SubscriptionsResourcePendingUpdate({
this.billingCycleAnchor,
required this.expiresAt,
this.subscriptionItems,
this.trialEnd,
this.trialFromPlan,
});