AmountOfMoney class
Contains money information for a payment.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- AmountOfMoney.new(int amount, String currencyCode)
-
AmountOfMoney.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → int
-
The amount of money in cents as an int.
final
- currencyCode → String
-
Currency code of the transaction that will take place, should match the ISO-4217 standard.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited