CardTokenInfoRequest constructor

CardTokenInfoRequest({
  1. required String paymentToken,
  2. String? clientId,
  3. String? locale,
})

Implementation

CardTokenInfoRequest({
  required this.paymentToken,
  this.clientId,
  this.locale,
});