Checkin

public final class Checkin

The property's check-in information.

Parameters

24hour Present if the property has 24-hour check-in.

beginTime

The time at which a property begins to allow check-ins.

endTime

The time at which a property stops allowing check-ins.

instructions

The property's check-in policy.

specialInstructions

Any special instructions for checking into this property that may be specific to this property.

minAge

The minimum age for a customer to be able to check-in at a property.

Constructors

Link copied to clipboard
public Checkin Checkin(String 24hour, String beginTime, String endTime, String instructions, String specialInstructions, BigDecimal minAge)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String 24hour
Link copied to clipboard
@Valid()
private final String beginTime
Link copied to clipboard
@Valid()
private final String endTime
Link copied to clipboard
@Valid()
private final String instructions
Link copied to clipboard
@Valid()
private final BigDecimal minAge
Link copied to clipboard
@Valid()
private final String specialInstructions

Functions

Link copied to clipboard
public final static Checkin.Builder builder()
Link copied to clipboard
public final String get24hour()
Link copied to clipboard
public final String getBeginTime()
Link copied to clipboard
public final String getEndTime()
Link copied to clipboard
public final String getInstructions()
Link copied to clipboard
public final BigDecimal getMinAge()
Link copied to clipboard