ApplePaySummaryItem class

Constructors

ApplePaySummaryItem({required String label, required double amount, required ApplePaySummaryItemType type})

Properties

amount double
Payment summary item amount (price).
final
hashCode int
The hash code for this object.
no setterinherited
label String
Payment summary item label (name).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ApplePaySummaryItemType
Payment summary item type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this summary item object into a JSON-encodable format.
toString() String
A string representation of this object.
inherited

Operators

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