AccountLimit class
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
Constructors
- AccountLimit({required AccountLimitType type, required int value})
- AccountLimit.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → AccountLimitType
-
The limit that you requested. Valid values include the following:
final
- value → int
-
The current value for the limit that is specified by Type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited