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

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