NoonApplePaySummaryItem class

A single line shown in the native Apple Pay payment sheet.

Following Apple's convention, the last item in the list is treated as the grand total and its label is usually the merchant/business name.

Constructors

NoonApplePaySummaryItem({required String label, required String amount})
const

Properties

amount String
The amount as a decimal string (e.g. "10" or "10.50").
final
hashCode int
The hash code for this object.
no setterinherited
label String
The text shown to the user (e.g. an item name or the business name).
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
toMap() Map<String, dynamic>
Serializes the item for the method channel.
toString() String
A string representation of this object.
inherited

Operators

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