FeeDetailsDetails class

Constructors

FeeDetailsDetails(String name, String amount, {String? description})
FeeDetailsDetails.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
The amount of asset applied. If fee_details.details is provided, sum(fee_details.details.amount) should be equals fee_details.total.
getter/setter pair
description String?
(optional) A text describing the fee.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the fee, for example ACH fee, Brazilian conciliation fee, Service fee, etc.
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited