PlatformFee class
The platform fee.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- PlatformFee({required Money amount, Payee? payee})
-
const
-
PlatformFee.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → Money
-
The fee for this transaction.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- payee → Payee?
-
The recipient of the fee for this transaction. If you omit this value, the
default is the API caller.
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited