PaymentLinkUpdateOptionsSubscriptionData constructor

const PaymentLinkUpdateOptionsSubscriptionData({
  1. SessionInvoiceSettings? invoiceSettings,
  2. Map<String, String>? metadata,
  3. SessionTrialSettings? trialSettings,
})

subscription_data_update_params

When creating a subscription, the specified configuration data will be used. There must be at least one line item with a recurring price to use `subscription_data`.

Implementation

const PaymentLinkUpdateOptionsSubscriptionData({
  this.invoiceSettings,
  this.metadata,
  this.trialSettings,
});