CreateTokenWithTransactionIdResponse constructor

const CreateTokenWithTransactionIdResponse({
  1. required bool success,
  2. String? tokenId,
  3. String? expirationDate,
  4. String? bin,
  5. String? last4,
  6. String? errorMessage,
})

Implementation

const CreateTokenWithTransactionIdResponse({
  required this.success,
  this.tokenId,
  this.expirationDate,
  this.bin,
  this.last4,
  this.cardLogo,
  this.errorMessage,
});