Uses of Enum Class
travel.wink.sdk.booking.model.SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum
-
Uses of SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnumModifier and TypeMethodDescriptionSupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum.fromValue(String value) SupplierContractItemPolicyBooker.getNonRefundableAfterDeadlineCancellationCharge()If the guest does not honor the non-refundable deadline rule, this charge dictates what she owes after the deadline passes.SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum.valueOf(String name) Returns the enum constant of this class with the specified name.SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum.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.NonRefundableAfterDeadlineCancellationChargeEnumModifier and TypeMethodDescriptionSupplierContractItemPolicyBooker.nonRefundableAfterDeadlineCancellationCharge(SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge) voidSupplierContractItemPolicyBooker.setNonRefundableAfterDeadlineCancellationCharge(SupplierContractItemPolicyBooker.NonRefundableAfterDeadlineCancellationChargeEnum nonRefundableAfterDeadlineCancellationCharge)