Tokenization class

Inheritance

Constructors

Tokenization(Settings settings)
Initialize service

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Settings
Settings service model
getter/setter pairinherited

Methods

deleteCard(String token) Future<Response?>
Delete credit/debit card metadata by token card identifier
getSettings(RequestBehaviour transaction, Settings settings) String
Sets the SDK signature and returns the settings
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseResponse(String body, int status) Response
Mapping and cast HTTP response
inherited
send(String method, Map<String, dynamic> params) Future<Response>
Verify settings variables and inherith values
inherited
showCard(String token) Future<Response?>
Show credit/debit card metadata by token card identifier
showCards(List<String> tokens) Future<Response?>
Show credit/debit cards metadata by tokens card identifier
toString() String
A string representation of this object.
inherited
updateCard(String token, CardTokenization card) Future<Response?>
Update credit/debit card by token card identifier
vaultCard(CardTokenization card) Future<Response?>
Vault credit/debit card and obtain a token card identifier (T-* format)

Operators

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