QuoteUpdateOptionsSubscriptionData constructor
const
QuoteUpdateOptionsSubscriptionData({})
subscription_data_update_params
When creating a subscription or subscription schedule, the specified configuration data will be used. There must be at least one line item with a recurring price for a subscription or subscription schedule to be created. A subscription schedule is created if `subscription_data[effective_date]` is present and in the future, otherwise a subscription is created.
Implementation
const QuoteUpdateOptionsSubscriptionData({
this.description,
this.effectiveDate,
this.metadata,
this.trialPeriodDays,
});