SquarePosPaymentRequest class

Payment request send to native platform

Constructors

SquarePosPaymentRequest({required SquarePosMoney money, String? userInfoString, String? locationID, String? notes, String? customerID, List<SquarePosTenderType>? supportedTenderTypes = SquarePosTenderType.values, bool returnsAutomaticallyAfterPayment = true})

Properties

customerID String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationID String?
getter/setter pair
money SquarePosMoney
getter/setter pair
notes String?
getter/setter pair
returnsAutomaticallyAfterPayment bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTenderTypes List<SquarePosTenderType>?
getter/setter pair
userInfoString String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Map to send to native platform
toString() String
A string representation of this object.
override

Operators

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