LiqPay class

Constructors

LiqPay(String publicKey, String privateKey)

Properties

client ↔ Client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
privateKey String
final
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkout(LiqPayOrder order) Future<String>
Performs checkout request to LiqPay with order This will actually return redirect url location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchase(LiqPayOrder order) Future<LiqPayResponse>
Perform a purchase
toString() String
A string representation of this object.
inherited

Operators

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