Uses of Enum Class
travel.wink.sdk.booking.model.CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum
Packages that use CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum
-
Uses of CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumWhen the cancellation policy is non-refundable, this flag can be set and indicates there is more rules involved to calculate what the guest will owe in case of a cancellation.Methods in travel.wink.sdk.booking.model that return CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum.fromValue(String value) CancellationPolicyLightweightAuthenticatedEntity.getNonRefundableCancellationCharge()When the cancellation policy is non-refundable, this flag can be set and indicates there is more rules involved to calculate what the guest will owe in case of a cancellation.CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum.valueOf(String name) Returns the enum constant of this class with the specified name.CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.nonRefundableCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidCancellationPolicyLightweightAuthenticatedEntity.setNonRefundableCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)