Kushki class

Main Kushki class for gateway transactions

Constructors

Kushki(String publicMerchantId, {String? currency, required KushkiEnvironment environment})

Properties

currency String?
final
environment KushkiEnvironment
final
hashCode int
The hash code for this object.
no setterinherited
productionUrl String
final
publicMerchantId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testingUrl String
final
url String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestToken(KushkiCard card, double amount) Future<String?>
Get the card's token, use this to make charges via some backend using your private merchant id
toString() String
A string representation of this object.
inherited

Operators

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