ActivitiesCancellationPolicy

public final class ActivitiesCancellationPolicy

Container for the Cancellation Policy information.

Parameters

freeCancellation

Indicates whether the activity can be canceled free of charge within the cancellation window or not.

cancelPolicyDescription

The description of Cancellation Policy.

freeCancellationMinHours

The minimum number of hours before activity when the activity can still be cancelled for free.

freeCancellationEndDateTime

The date and time after which the activity will not be able to be cancelled for free, stated in the local time to where the activity takes place.

Constructors

Link copied to clipboard
public ActivitiesCancellationPolicy ActivitiesCancellationPolicy(    Boolean freeCancellation,     String cancelPolicyDescription,     Integer freeCancellationMinHours,     LocalDateTime freeCancellationEndDateTime)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String cancelPolicyDescription
Link copied to clipboard
@NotNull()
@Valid()
private final Boolean freeCancellation
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard