Uses of Enum Class
com.duffel.sdk.model.Refund1.DestinationEnum
Packages that use Refund1.DestinationEnum
-
Uses of Refund1.DestinationEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Refund1.DestinationEnumModifier and TypeMethodDescriptionstatic Refund1.DestinationEnumRefund1.getDestination()Where the __Refund__ amount will be sent tostatic Refund1.DestinationEnumReturns the enum constant of this class with the specified name.static Refund1.DestinationEnum[]Refund1.DestinationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.duffel.sdk.model with parameters of type Refund1.DestinationEnumModifier and TypeMethodDescriptionRefund1.destination(Refund1.DestinationEnum destination) voidRefund1.setDestination(Refund1.DestinationEnum destination)