Uses of Enum Class
travel.wink.sdk.travel.agent.model.RefundAgent.AllocationEnum
Packages that use RefundAgent.AllocationEnum
-
Uses of RefundAgent.AllocationEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type RefundAgent.AllocationEnum in travel.wink.sdk.travel.agent.modelModifier and TypeClassDescriptionstatic enumThe type of refund determines how the funds are deducted each beneficiary.Methods in travel.wink.sdk.travel.agent.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.travel.agent.model with parameters of type RefundAgent.AllocationEnumModifier and TypeMethodDescriptionRefundAgent.allocation(RefundAgent.AllocationEnum allocation) voidRefundAgent.setAllocation(RefundAgent.AllocationEnum allocation)