ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.commerce.models
/
RuleBudget
Rule
Budget
data
class
RuleBudget
(
val
budgetType
:
String
,
val
calendarType
:
String
,
val
calendarWeekDay
:
String
,
val
rollingType
:
String
,
val
rollingDays
:
Int
,
val
rollingHours
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Rule
Budget
Link copied to clipboard
fun
RuleBudget
(
budgetType
:
String
,
calendarType
:
String
,
calendarWeekDay
:
String
,
rollingType
:
String
,
rollingDays
:
Int
,
rollingHours
:
Int
)
Content copied to clipboard
Properties
budget
Type
Link copied to clipboard
val
budgetType
:
String
Content copied to clipboard
calendar
Type
Link copied to clipboard
val
calendarType
:
String
Content copied to clipboard
calendar
Week
Day
Link copied to clipboard
val
calendarWeekDay
:
String
Content copied to clipboard
rolling
Days
Link copied to clipboard
val
rollingDays
:
Int
Content copied to clipboard
rolling
Hours
Link copied to clipboard
val
rollingHours
:
Int
Content copied to clipboard
rolling
Type
Link copied to clipboard
val
rollingType
:
String
Content copied to clipboard