SubscriptionScheduleUpdateOptionsPhasesItem class final
phase_configuration_params
Constructors
-
SubscriptionScheduleUpdateOptionsPhasesItem({List<
SubscriptionScheduleAddInvoiceItemsItem> ? addInvoiceItems, double? applicationFeePercent, SessionAutomaticTax? automaticTax, SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor? billingCycleAnchor, SubscriptionScheduleBillingThresholds? billingThresholds, InvoiceCollectionMethod? collectionMethod, String? coupon, String? currency, String? defaultPaymentMethod, List<String> ? defaultTaxRates, String? description, SubscriptionScheduleEndDate? endDate, SubscriptionScheduleInvoiceSettings? invoiceSettings, required List<SubscriptionScheduleItemsItem> items, int? iterations, Map<String, String> ? metadata, String? onBehalfOf, PortalSubscriptionCancelProrationBehavior? prorationBehavior, SubscriptionScheduleStartDate? startDate, SessionTransferData? transferData, bool? trial, SubscriptionScheduleTrialEnd? trialEnd}) -
phase_configuration_params
const
- SubscriptionScheduleUpdateOptionsPhasesItem.fromJson(Object? json)
-
factory
Properties
-
addInvoiceItems
→ List<
SubscriptionScheduleAddInvoiceItemsItem> ? -
final
- applicationFeePercent → double?
-
final
- automaticTax → SessionAutomaticTax?
-
final
- billingCycleAnchor → SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor?
-
final
- billingThresholds → SubscriptionScheduleBillingThresholds?
-
final
- collectionMethod → InvoiceCollectionMethod?
-
final
- coupon → String?
-
final
- currency → String?
-
final
- defaultPaymentMethod → String?
-
final
-
defaultTaxRates
→ List<
String> ? -
final
- description → String?
-
final
- endDate → SubscriptionScheduleEndDate?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceSettings → SubscriptionScheduleInvoiceSettings?
-
final
-
items
→ List<
SubscriptionScheduleItemsItem> -
final
- iterations → int?
-
final
-
metadata
→ Map<
String, String> ? -
final
- onBehalfOf → String?
-
final
- prorationBehavior → PortalSubscriptionCancelProrationBehavior?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → SubscriptionScheduleStartDate?
-
final
- transferData → SessionTransferData?
-
final
- trial → bool?
-
final
- trialEnd → SubscriptionScheduleTrialEnd?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (SubscriptionScheduleUpdateOptionsPhasesItem instance, Encoder< V> encoder) → V