BillingPortalConfigurationUpdateOptionsFeatures class final
features_updating_param
Information about the features available in the portal.
Constructors
- BillingPortalConfigurationUpdateOptionsFeatures({BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate? customerUpdate, PortalSubscriptionPause? invoiceHistory, PortalSubscriptionPause? paymentMethodUpdate, BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancel? subscriptionCancel, CheckoutCardInstallmentsOptions? subscriptionPause, BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionUpdate? subscriptionUpdate})
-
features_updating_param
const
- BillingPortalConfigurationUpdateOptionsFeatures.fromJson(Object? json)
-
factory
Properties
- customerUpdate → BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate?
-
customer_update_updating_param
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceHistory → PortalSubscriptionPause?
-
final
- paymentMethodUpdate → PortalSubscriptionPause?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionCancel → BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancel?
-
subscription_cancel_updating_param
final
- subscriptionPause → CheckoutCardInstallmentsOptions?
-
final
- subscriptionUpdate → BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionUpdate?
-
subscription_update_updating_param
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> (BillingPortalConfigurationUpdateOptionsFeatures instance, Encoder< V> encoder) → V