ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.commerce.models
/
RuleCondition
Rule
Condition
data
class
RuleCondition
(
val
inOrOut
:
Boolean
,
val
values
:
List
<
String
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Rule
Condition
Link copied to clipboard
fun
RuleCondition
(
inOrOut
:
Boolean
,
values
:
List
<
String
>
)
Content copied to clipboard
Properties
in
Or
Out
Link copied to clipboard
@
SerializedName
(
value
=
"in"
)
val
inOrOut
:
Boolean
Content copied to clipboard
values
Link copied to clipboard
val
values
:
List
<
String
>
Content copied to clipboard