CreateTokenResponse constructor
const
CreateTokenResponse({})
Implementation
const CreateTokenResponse({
required this.success,
this.tokenId,
this.bin,
this.cardLogo,
this.maskedCardNumber,
this.expirationDate,
this.errorMessage,
});