SpendingLimitCalendarMonthModeInput
No description
input SpendingLimitCalendarMonthModeInput {
startHour: Int!
startDay: Int!
}
Fields
SpendingLimitCalendarMonthModeInput.startHour ● Int! non-null scalar
a starting hour for the spending limit (0 to 23).
SpendingLimitCalendarMonthModeInput.startDay ● Int! non-null scalar
a day in month for the spending limit (1 to 31).