PortalSession class
Constructors
- PortalSession({required String object, required String id, required String customer, required bool livemode, required String url})
-
PortalSession.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customer → String
-
The ID of the customer for this session.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- livemode → bool
-
Has the value true if the object exists in live mode or the value false if
the object exists in test mode.
final
- object → String
-
Doesn't work with enum because there is a dot in it.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
The short-lived URL of the session that gives customers access to the customer portal.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited