toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.coupons
/
CouponCode
Coupon
Code
data
class
CouponCode
(
val
code
:
String
,
val
template
:
String
)
:
Parcelable
Members
Constructors
Coupon
Code
Link copied to clipboard
constructor
(
code
:
String
,
template
:
String
)
Properties
code
Link copied to clipboard
val
code
:
String
template
Link copied to clipboard
val
template
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)