CpmToken constructor
CpmToken({})
Implementation
CpmToken({
required this.cpmToken,
required this.account,
this.transaction,
required this.scopes,
required this.expiresAt,
required this.metadata,
this.strategy,
this.couponId,
});