Coupon
1.6.1
jvm
Coupon
/
dk.ds.coupon.domain.model
/
FavoriteCoupon
Favorite
Coupon
data
class
FavoriteCoupon
(
val
favoriteId
:
String
,
val
favoriteName
:
String
,
val
creationDate
:
Date
,
val
expirationDate
:
Date
,
val
linkedCoupons
:
List
<
String
>
,
val
couponDetails
:
Coupon
?
)
Members
Constructors
Favorite
Coupon
Link copied to clipboard
constructor
(
favoriteId
:
String
,
favoriteName
:
String
,
creationDate
:
Date
,
expirationDate
:
Date
,
linkedCoupons
:
List
<
String
>
,
couponDetails
:
Coupon
?
)
Properties
coupon
Details
Link copied to clipboard
val
couponDetails
:
Coupon
?
creation
Date
Link copied to clipboard
val
creationDate
:
Date
expiration
Date
Link copied to clipboard
val
expirationDate
:
Date
favorite
Id
Link copied to clipboard
val
favoriteId
:
String
favorite
Name
Link copied to clipboard
val
favoriteName
:
String
linked
Coupons
Link copied to clipboard
val
linkedCoupons
:
List
<
String
>