Uses of Enum Class
travel.wink.sdk.extranet.monetize.model.CancellationPolicySupplier.NonRefundableCancellationChargeEnum
Packages that use CancellationPolicySupplier.NonRefundableCancellationChargeEnum
-
Uses of CancellationPolicySupplier.NonRefundableCancellationChargeEnum in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return CancellationPolicySupplier.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicySupplier.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.CancellationPolicySupplier.NonRefundableCancellationChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.monetize.model with parameters of type CancellationPolicySupplier.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionCancellationPolicySupplier.nonRefundableCancellationCharge(CancellationPolicySupplier.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidCancellationPolicySupplier.setNonRefundableCancellationCharge(CancellationPolicySupplier.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)