AccountSuspensionWarning class
A warning that the customer's account is about to be suspended.
Constructors
-
AccountSuspensionWarning({String? appealWindow, String? state, List<
AccountSuspensionDetails> ? suspensionDetails}) - AccountSuspensionWarning.fromJson(Map _json)
Properties
- appealWindow ↔ String?
-
The amount of time remaining to appeal an imminent suspension.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Account suspension warning state.
Possible string values are:
getter/setter pair
-
suspensionDetails
↔ List<
AccountSuspensionDetails> ? -
Details about why an account is being suspended.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited