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)