SubscriptionScheduleDefaultSettings constructor

const SubscriptionScheduleDefaultSettings({
  1. double? applicationFeePercent,
  2. SessionAutomaticTax? automaticTax,
  3. SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor? billingCycleAnchor,
  4. SubscriptionScheduleBillingThresholds? billingThresholds,
  5. InvoiceCollectionMethod? collectionMethod,
  6. String? defaultPaymentMethod,
  7. String? description,
  8. SubscriptionScheduleInvoiceSettings? invoiceSettings,
  9. String? onBehalfOf,
  10. SessionTransferData? transferData,
})

default_settings_params

Object representing the subscription schedule's default settings.

Implementation

const SubscriptionScheduleDefaultSettings({
  this.applicationFeePercent,
  this.automaticTax,
  this.billingCycleAnchor,
  this.billingThresholds,
  this.collectionMethod,
  this.defaultPaymentMethod,
  this.description,
  this.invoiceSettings,
  this.onBehalfOf,
  this.transferData,
});