interface CancellationPolicies {
    waiveCancellationEndDate: Date;
    waiveCancellationFee: boolean;
    waiveCancellationStartDate: Date;
}

Properties

waiveCancellationEndDate: Date
waiveCancellationFee: boolean
waiveCancellationStartDate: Date