SubscriptionScheduleDefaultSettings constructor
const
SubscriptionScheduleDefaultSettings({
- double? applicationFeePercent,
- SessionAutomaticTax? automaticTax,
- SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor? billingCycleAnchor,
- SubscriptionScheduleBillingThresholds? billingThresholds,
- InvoiceCollectionMethod? collectionMethod,
- String? defaultPaymentMethod,
- String? description,
- SubscriptionScheduleInvoiceSettings? invoiceSettings,
- String? onBehalfOf,
- 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,
});