Uses of Class
com.adyen.model.balanceplatform.PinChangeResponse.StatusEnum
-
Packages that use PinChangeResponse.StatusEnum Package Description com.adyen.model.balanceplatform -
-
Uses of PinChangeResponse.StatusEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PinChangeResponse.StatusEnum Modifier and Type Method Description static PinChangeResponse.StatusEnumPinChangeResponse.StatusEnum. fromValue(String value)PinChangeResponse.StatusEnumPinChangeResponse. getStatus()The status of the request for PIN change.static PinChangeResponse.StatusEnumPinChangeResponse.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PinChangeResponse.StatusEnum[]PinChangeResponse.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type PinChangeResponse.StatusEnum Modifier and Type Method Description voidPinChangeResponse. setStatus(PinChangeResponse.StatusEnum status)The status of the request for PIN change.PinChangeResponsePinChangeResponse. status(PinChangeResponse.StatusEnum status)The status of the request for PIN change.
-