Uses of Class
com.adyen.model.nexo.ReversalReasonType
-
Packages that use ReversalReasonType Package Description com.adyen.model.nexo -
-
Uses of ReversalReasonType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ReversalReasonType Modifier and Type Field Description protected ReversalReasonTypeReversalRequest. reversalReasonThe Reversal reason.Methods in com.adyen.model.nexo that return ReversalReasonType Modifier and Type Method Description static ReversalReasonTypeReversalReasonType. fromValue(String v)From value reversal reason type.ReversalReasonTypeReversalRequest. getReversalReason()Gets the value of the reversalReason property.static ReversalReasonTypeReversalReasonType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReversalReasonType[]ReversalReasonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type ReversalReasonType Modifier and Type Method Description voidReversalRequest. setReversalReason(ReversalReasonType value)Sets the value of the reversalReason property.
-