Cloudipsp class abstract

Constructors

Cloudipsp(int merchantId, CloudipspWebViewHolder cloudipspWebViewHolder)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
merchantId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applePay(Order order) Future<Receipt>
applePayToken(String token) Future<Receipt>
getToken(Order order) Future<String>
googlePay(Order order) Future<Receipt>
googlePayToken(String token) Future<Receipt>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(CreditCard creditCard, Order order) Future<Receipt>
payToken(CreditCard card, String token) Future<Receipt>
supportsApplePay() Future<bool>
supportsGooglePay() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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