Uses of Enum Class
travel.wink.sdk.extranet.booking.model.RefundSupplierDetails.AllocationEnum
Packages that use RefundSupplierDetails.AllocationEnum
-
Uses of RefundSupplierDetails.AllocationEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type RefundSupplierDetails.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 RefundSupplierDetails.AllocationEnumModifier and TypeMethodDescriptionRefundSupplierDetails.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 RefundSupplierDetails.AllocationEnum[]RefundSupplierDetails.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 RefundSupplierDetails.AllocationEnumModifier and TypeMethodDescriptionRefundSupplierDetails.allocation(RefundSupplierDetails.AllocationEnum allocation) voidRefundSupplierDetails.setAllocation(RefundSupplierDetails.AllocationEnum allocation)