Uses of Enum Class
com.duffel.sdk.model.Refund.DestinationEnum
Packages that use Refund.DestinationEnum
-
Uses of Refund.DestinationEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Refund.DestinationEnumModifier and TypeMethodDescriptionstatic Refund.DestinationEnumRefund.getDestination()Where the __Refund__ amount will be sent tostatic Refund.DestinationEnumReturns the enum constant of this class with the specified name.static Refund.DestinationEnum[]Refund.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 Refund.DestinationEnumModifier and TypeMethodDescriptionRefund.destination(Refund.DestinationEnum destination) voidRefund.setDestination(Refund.DestinationEnum destination)