FPayPalPurchaseUnit class

Constructors

FPayPalPurchaseUnit({FPayPalCurrencyCode currencyCode = FPayPalCurrencyCode.usd, required double amount, String? referenceId})

Properties

amount double
getter/setter pair
amountStr String
get amount in currency format 10.00, 50000.00
no setter
currencyCode FPayPalCurrencyCode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
referenceId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJson String
get data in json string format
no setter
toMap Map<String, String?>
get data in map format
no setter

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

Static Methods

convertListToJson(List<FPayPalPurchaseUnit> items) String