deadlineHour property

int? deadlineHour
getter/setter pair

Hour of the day on the deadline date until which the order has to be placed to qualify for the delivery guarantee.

Possible values are: 0 (midnight), 1, ..., 12 (noon), 13, ..., 23. Required.

Implementation

core.int? deadlineHour;