Moto class abstract
Moto
Properties:
- enableMoto - Enable MOTO transactions.
- maxAmount - The maximum amount for MOTO transactions. You need to set the currency for this amount using the
standalone.currencyCodeparameter. Do not enable standalone, unless you are using a standalone solution.
- Annotations
-
- @BuiltValue.new()
Constructors
- Moto([void updates(MotoBuilder b)])
-
factory
Properties
- enableMoto → bool?
-
Enable MOTO transactions.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAmount → int?
-
The maximum amount for MOTO transactions. You need to set the currency for this amount using the
standalone.currencyCodeparameter. Do not enable standalone, unless you are using a standalone solution.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(MotoBuilder)) → Moto -
Rebuilds the instance.
inherited
-
toBuilder(
) → MotoBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Moto> -
no setter