tokenizeCard abstract method

Future<Result> tokenizeCard(
  1. Tokenization tokenization
)

Method used to tokenize credit card with Tpay UI Module

Implementation

Future<Result> tokenizeCard(Tokenization tokenization);