Uses of Enum Class
travel.wink.sdk.inventory.model.CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum
Packages that use CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum
-
Uses of CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum in travel.wink.sdk.inventory.model
Subclasses with type arguments of type CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum in travel.wink.sdk.inventory.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.inventory.model that return CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum.fromValue(String value) CancellationPolicyLightweightNonAuthenticatedEntity.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.CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum.valueOf(String name) Returns the enum constant of this class with the specified name.CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.inventory.model with parameters of type CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightNonAuthenticatedEntity.nonRefundableCancellationCharge(CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidCancellationPolicyLightweightNonAuthenticatedEntity.setNonRefundableCancellationCharge(CancellationPolicyLightweightNonAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)