CardTokenParams constructor
const
CardTokenParams({})
Implementation
const factory CardTokenParams({
/// Type of token.
@Default(TokenType.Card) TokenType type,
/// Name of the card holder
String? name,
/// Additional address details
Address? address,
/// The three letter ISO 4217 code for the currency.
String? currency,
}) = _CardTokenParams;