Uses of Enum Class
travel.wink.sdk.inventory.model.CancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnum
-
Uses of CancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnum in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return CancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnum.fromValue(String value) CancellationPolicyNonAuthenticatedEntity.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.Returns the enum constant of this class with the specified name.CancellationPolicyNonAuthenticatedEntity.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 CancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicyNonAuthenticatedEntity.nonRefundableCancellationCharge(CancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidCancellationPolicyNonAuthenticatedEntity.setNonRefundableCancellationCharge(CancellationPolicyNonAuthenticatedEntity.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)