Uses of Enum Class
com.duffel.sdk.model.Refund.StatusEnum
Packages that use Refund.StatusEnum
-
Uses of Refund.StatusEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Refund.StatusEnumModifier and TypeMethodDescriptionstatic Refund.StatusEnumRefund.getStatus()The status of the __Refund__.static Refund.StatusEnumReturns the enum constant of this class with the specified name.static Refund.StatusEnum[]Refund.StatusEnum.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.StatusEnumModifier and TypeMethodDescriptionvoidRefund.setStatus(Refund.StatusEnum status) Refund.status(Refund.StatusEnum status)