Uses of Enum Class
travel.wink.sdk.booking.model.SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnum
Packages that use SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnum
-
Uses of SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionSupplierContractItemPolicyBooker.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.SupplierContractItemPolicyBooker.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 SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnumModifier and TypeMethodDescriptionSupplierContractItemPolicyBooker.nonRefundableCancellationCharge(SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge) voidSupplierContractItemPolicyBooker.setNonRefundableCancellationCharge(SupplierContractItemPolicyBooker.NonRefundableCancellationChargeEnum nonRefundableCancellationCharge)