Checkout

public final class Checkout

The property's check-out information.

Parameters

time

The time by which a guest must check out.

Constructors

Link copied to clipboard
public Checkout Checkout(String time)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String time

Functions

Link copied to clipboard
public final static Checkout.Builder builder()
Link copied to clipboard
public final String getTime()