feesInMajorUnit property
double?
get
feesInMajorUnit
The fees in the major currency unit.
Implementation
double? get feesInMajorUnit => fees != null ? fees! / 100.0 : null;
The fees in the major currency unit.
double? get feesInMajorUnit => fees != null ? fees! / 100.0 : null;