MarketingFeeIncentive

public final class MarketingFeeIncentive

An object representing one incentive source and the stay dates relevant to that particular incentive.

Parameters

source

The source of the incentive. This can be used to differentiate between incentives in the case that more than one incentive applies to a particular rate.

start

The first stay date with the incentive applied in ISO 8601 format.

end

The last stay date with the incentive applied in ISO 8601 format.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String end
Link copied to clipboard
@Valid()
private final String source
Link copied to clipboard
@Valid()
private final String start

Functions

Link copied to clipboard
public final static MarketingFeeIncentive.Builder builder()
Link copied to clipboard
public final String getEnd()
Link copied to clipboard
public final String getSource()
Link copied to clipboard
public final String getStart()