SamsungPayUI class

Model class representing the parameters required to initiate a Samsung Pay payment.

Constructors

SamsungPayUI({required String checkoutId, required String merchantName, required String serviceId, required String orderNumber, required String amount})
const

Properties

amount String
Transaction amount as a string (e.g. "10.00").
final
checkoutId String
The HyperPay checkout ID for this transaction.
final
hashCode int
The hash code for this object.
no setterinherited
merchantName String
The merchant's display name shown in the Samsung Pay sheet.
final
orderNumber String
Merchant-assigned order number for reference.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId String
The Samsung Pay service ID registered in Samsung Pay Developers portal.
final

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