SquarePosPaymentResponse class
Payment response returned from native platform
Constructors
- SquarePosPaymentResponse({required String? transactionID, required String clientTransactionID, String? userInfoString})
- SquarePosPaymentResponse.fromMap(Map response)
- Build response using map recieved from native platform
Properties
- clientTransactionID ↔ String
-
Client ID for the transaction
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionID ↔ String?
-
Server ID for the transation
getter/setter pair
- userInfoString ↔ String?
-
The userInfo that you passed in with the request
getter/setter pair
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