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