Uses of Enum Class
travel.wink.sdk.booking.model.RefundBooker.AllocationEnum
Packages that use RefundBooker.AllocationEnum
-
Uses of RefundBooker.AllocationEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RefundBooker.AllocationEnumModifier and TypeMethodDescriptionstatic RefundBooker.AllocationEnumRefundBooker.getAllocation()The type of refund determines how the funds are deducted each beneficiary.static RefundBooker.AllocationEnumReturns the enum constant of this class with the specified name.static RefundBooker.AllocationEnum[]RefundBooker.AllocationEnum.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 RefundBooker.AllocationEnumModifier and TypeMethodDescriptionRefundBooker.allocation(RefundBooker.AllocationEnum allocation) voidRefundBooker.setAllocation(RefundBooker.AllocationEnum allocation)