OrderReadyTimeWindow


class OrderReadyTimeWindow


An object representing a order ready time window.

Summary

Nested types

Builder class for OrderReadyTimeWindow.

Public functions

Optional<Long!>!

Returns the end timestamp for the order ready time window in epoch milliseconds.

Optional<Long!>!

Returns the start timestamp for the order ready time window in epoch milliseconds.

Public functions

getEndTimestampMillis

fun getEndTimestampMillis(): Optional<Long!>!

Returns the end timestamp for the order ready time window in epoch milliseconds.

The order will be ready before the given end timestamp.

getStartTimestampMillis

fun getStartTimestampMillis(): Optional<Long!>!

Returns the start timestamp for the order ready time window in epoch milliseconds.

The order will be ready only after the given start timestamp.