BusinessModel

public final class BusinessModel

How and when the payment can be taken.

Parameters

expediaCollect

Whether or not a payment for this property can be taken by Expedia at the time of booking.

propertyCollect

Whether or not a payment for this property can be taken by the property upon arrival.

Constructors

Link copied to clipboard
public BusinessModel BusinessModel(Boolean expediaCollect, Boolean propertyCollect)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final Boolean expediaCollect
Link copied to clipboard
@Valid()
private final Boolean propertyCollect

Functions

Link copied to clipboard
public final static BusinessModel.Builder builder()
Link copied to clipboard
public final Boolean getExpediaCollect()
Link copied to clipboard
public final Boolean getPropertyCollect()