PaymentLinkUpdateOptionsSubscriptionData constructor
const
PaymentLinkUpdateOptionsSubscriptionData({
- SessionInvoiceSettings? invoiceSettings,
- Map<
String, String> ? metadata, - 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,
});