SubscriptionScheduleDefaultSettings class final

default_settings_params

Object representing the subscription schedule's default settings.

Constructors

SubscriptionScheduleDefaultSettings({double? applicationFeePercent, SessionAutomaticTax? automaticTax, SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor? billingCycleAnchor, SubscriptionScheduleBillingThresholds? billingThresholds, InvoiceCollectionMethod? collectionMethod, String? defaultPaymentMethod, String? description, SubscriptionScheduleInvoiceSettings? invoiceSettings, String? onBehalfOf, SessionTransferData? transferData})
default_settings_params
const
SubscriptionScheduleDefaultSettings.fromJson(Object? json)
factory

Properties

applicationFeePercent → double?
final
automaticTax → SessionAutomaticTax?
final
billingCycleAnchor → SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor?
final
billingThresholds → SubscriptionScheduleBillingThresholds?
billing_thresholds_param
final
collectionMethod → InvoiceCollectionMethod?
final
defaultPaymentMethod → String?
final
description → String?
final
hashCode → int
The hash code for this object.
no setterinherited
invoiceSettings → SubscriptionScheduleInvoiceSettings?
subscription_schedule_default_settings_param
final
onBehalfOf → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
transferData → SessionTransferData?
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>(SubscriptionScheduleDefaultSettings instance, Encoder<V> encoder) → V