BalanceMutation class abstract
BalanceMutation
Properties:
- balance - The amount in the payment's currency that is debited or credited on the balance accounting register.
- currency - The three-character ISO currency code.
- received - The amount in the payment's currency that is debited or credited on the received accounting register.
- reserved - The amount in the payment's currency that is debited or credited on the reserved accounting register.
- Annotations
-
- @BuiltValue.new()
Constructors
- BalanceMutation([void updates(BalanceMutationBuilder b)])
-
factory
Properties
- balance → int?
-
The amount in the payment's currency that is debited or credited on the balance accounting register.
no setter
- currency → String?
-
The three-character ISO currency code.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- received → int?
-
The amount in the payment's currency that is debited or credited on the received accounting register.
no setter
- reserved → int?
-
The amount in the payment's currency that is debited or credited on the reserved accounting register.
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(BalanceMutationBuilder)) → BalanceMutation -
Rebuilds the instance.
inherited
-
toBuilder(
) → BalanceMutationBuilder -
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<
BalanceMutation> -
no setter