Uses of Enum Class
travel.wink.sdk.booking.model.CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum
-
Uses of CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumIf advanceCancellationFreeOfCharge rules is not honored, this property explains what the guest will be charged.Methods in travel.wink.sdk.booking.model that return CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum.fromValue(String value) CancellationPolicyLightweightAuthenticatedEntity.getRefundableCancellationCharge()If advanceCancellationFreeOfCharge rules is not honored, this property explains what the guest will be charged.CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum.valueOf(String name) Returns the enum constant of this class with the specified name.CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum.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.RefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.refundableCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum refundableCancellationCharge) voidCancellationPolicyLightweightAuthenticatedEntity.setRefundableCancellationCharge(CancellationPolicyLightweightAuthenticatedEntity.RefundableCancellationChargeEnum refundableCancellationCharge)