SubscriptionSchedulesResourceDefaultSettings constructor
const
SubscriptionSchedulesResourceDefaultSettings({
- double? applicationFeePercent,
- SubscriptionSchedulesResourceDefaultSettingsAutomaticTax? automaticTax,
- required SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor billingCycleAnchor,
- SubscriptionBillingThresholds? billingThresholds,
- SubscriptionSchedulePhaseConfigurationCollectionMethod? collectionMethod,
- PaymentMethodOrId? defaultPaymentMethod,
- String? description,
- required InvoiceSettingSubscriptionScheduleSetting invoiceSettings,
- AccountOrId? onBehalfOf,
- SubscriptionTransferData? transferData,
SubscriptionSchedulesResourceDefaultSettings
Implementation
const SubscriptionSchedulesResourceDefaultSettings({
this.applicationFeePercent,
this.automaticTax,
required this.billingCycleAnchor,
this.billingThresholds,
this.collectionMethod,
this.defaultPaymentMethod,
this.description,
required this.invoiceSettings,
this.onBehalfOf,
this.transferData,
});