SubscriptionSchedulesResourceDefaultSettings constructor

const SubscriptionSchedulesResourceDefaultSettings({
  1. double? applicationFeePercent,
  2. SubscriptionSchedulesResourceDefaultSettingsAutomaticTax? automaticTax,
  3. required SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor billingCycleAnchor,
  4. SubscriptionBillingThresholds? billingThresholds,
  5. SubscriptionSchedulePhaseConfigurationCollectionMethod? collectionMethod,
  6. PaymentMethodOrId? defaultPaymentMethod,
  7. String? description,
  8. required InvoiceSettingSubscriptionScheduleSetting invoiceSettings,
  9. AccountOrId? onBehalfOf,
  10. 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,
});