TokenizationResult.success constructor
TokenizationResult.success(
- String token,
- PaymentMethod? paymentMethodType
Implementation
factory TokenizationResult.success(
String token, PaymentMethod? paymentMethodType) =
SuccessTokenizationResult;