Uses of Class
com.adyen.model.balanceplatform.PinChangeResponse
-
Packages that use PinChangeResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PinChangeResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PinChangeResponse Modifier and Type Method Description static PinChangeResponsePinChangeResponse. fromJson(String jsonString)Create an instance of PinChangeResponse given an JSON stringPinChangeResponsePinChangeResponse. status(PinChangeResponse.StatusEnum status) -
Uses of PinChangeResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PinChangeResponse Modifier and Type Method Description PinChangeResponseManageCardPinApi. changeCardPin(PinChangeRequest pinChangeRequest)Change a card PINPinChangeResponseManageCardPinApi. changeCardPin(PinChangeRequest pinChangeRequest, RequestOptions requestOptions)Change a card PINPinChangeResponsePinFunctionalityApi. changePin(PinChangeRequest pinChangeRequest)Change PinPinChangeResponsePinFunctionalityApi. changePin(PinChangeRequest pinChangeRequest, RequestOptions requestOptions)Change Pin
-