CardTokenInfoResponse constructor

CardTokenInfoResponse({
  1. String? paymentToken,
  2. List<CardTokenInfo>? cardTokens,
  3. String? responseCode,
  4. String? responseDescription,
})

Implementation

CardTokenInfoResponse({
  this.paymentToken,
  this.cardTokens,
  this.responseCode,
  this.responseDescription,
});