BillingPortalConfiguration class final
PortalConfiguration
A portal configuration describes the functionality and behavior of a portal session.
- Implemented types
Constructors
-
BillingPortalConfiguration({required bool active, BillingPortalConfigurationApplicationOrId? application, required PortalBusinessProfile businessProfile, required DateTime created, String? defaultReturnUrl, required PortalFeatures features, required String id, required bool isDefault, required bool livemode, required PortalLoginPage loginPage, Map<
String, String> ? metadata, required DateTime updated}) -
PortalConfiguration
const
- BillingPortalConfiguration.fromJson(Object? json)
-
factory
Properties
- active → bool
-
final
- application → BillingPortalConfigurationApplicationOrId?
-
final
- businessProfile → PortalBusinessProfile
-
final
- created → DateTime
-
final
- defaultReturnUrl → String?
-
final
- features → PortalFeatures
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID of the BillingPortalConfiguration.
final
- isDefault → bool
-
final
- livemode → bool
-
final
- loginPage → PortalLoginPage
-
final
-
metadata
→ Map<
String, String> ? -
final
- object → String
-
The resource's type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updated → DateTime
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (BillingPortalConfiguration instance, Encoder< V> encoder) → V -
override