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