Uses of Enum Class
travel.wink.sdk.extranet.booking.model.RefundSupplier.AllocationEnum
Packages that use RefundSupplier.AllocationEnum
-
Uses of RefundSupplier.AllocationEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type RefundSupplier.AllocationEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumThe type of refund determines how the funds are deducted each beneficiary.Methods in travel.wink.sdk.extranet.booking.model that return RefundSupplier.AllocationEnumModifier and TypeMethodDescriptionRefundSupplier.getAllocation()The type of refund determines how the funds are deducted each beneficiary.Returns the enum constant of this class with the specified name.static RefundSupplier.AllocationEnum[]RefundSupplier.AllocationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type RefundSupplier.AllocationEnumModifier and TypeMethodDescriptionRefundSupplier.allocation(RefundSupplier.AllocationEnum allocation) voidRefundSupplier.setAllocation(RefundSupplier.AllocationEnum allocation)