PaymentUIRequest class

Constructors

PaymentUIRequest({required Order order, MainMethod? mainMethod, LoyaltyMethod? loyaltyMethod, DepositMethod? depositMethod, required int totalAmount, Metadata? metadata, ExtraOptions? extraOptions})

Properties

depositMethod DepositMethod?
final
extraOptions ExtraOptions?
final
hashCode int
The hash code for this object.
no setterinherited
loyaltyMethod LoyaltyMethod?
final
mainMethod MainMethod?
final
metadata Metadata?
final
order Order
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAmount int
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