Uses of Class
com.adyen.model.balanceplatform.RegisterSCARequest
-
Packages that use RegisterSCARequest Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of RegisterSCARequest in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return RegisterSCARequest Modifier and Type Method Description static RegisterSCARequestRegisterSCARequest. fromJson(String jsonString)Create an instance of RegisterSCARequest given an JSON stringRegisterSCARequestRegisterSCARequest. name(String name)The name of the SCA device that you are registering.RegisterSCARequestRegisterSCARequest. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument for which you are registering the SCA device.RegisterSCARequestRegisterSCARequest. strongCustomerAuthentication(DelegatedAuthenticationData strongCustomerAuthentication)strongCustomerAuthentication -
Uses of RegisterSCARequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type RegisterSCARequest Modifier and Type Method Description RegisterSCAFinalResponseManageScaDevicesApi. completeRegistrationOfScaDevice(String id, RegisterSCARequest registerSCARequest)Complete the registration of an SCA deviceRegisterSCAFinalResponseManageScaDevicesApi. completeRegistrationOfScaDevice(String id, RegisterSCARequest registerSCARequest, RequestOptions requestOptions)Complete the registration of an SCA deviceRegisterSCAResponseManageScaDevicesApi. initiateRegistrationOfScaDevice(RegisterSCARequest registerSCARequest)Initiate the registration of an SCA deviceRegisterSCAResponseManageScaDevicesApi. initiateRegistrationOfScaDevice(RegisterSCARequest registerSCARequest, RequestOptions requestOptions)Initiate the registration of an SCA device
-