Uses of Class
com.adyen.model.tapi.LoginRequest.CustomerOrderReqEnum
-
Packages that use LoginRequest.CustomerOrderReqEnum Package Description com.adyen.model.tapi -
-
Uses of LoginRequest.CustomerOrderReqEnum in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoginRequest.CustomerOrderReqEnum Modifier and Type Method Description static LoginRequest.CustomerOrderReqEnumLoginRequest.CustomerOrderReqEnum. fromValue(String value)static LoginRequest.CustomerOrderReqEnumLoginRequest.CustomerOrderReqEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LoginRequest.CustomerOrderReqEnum[]LoginRequest.CustomerOrderReqEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi that return types with arguments of type LoginRequest.CustomerOrderReqEnum Modifier and Type Method Description List<LoginRequest.CustomerOrderReqEnum>LoginRequest. getCustomerOrderReq()List of customer order open, closed or both to be sent in the response messages.Methods in com.adyen.model.tapi with parameters of type LoginRequest.CustomerOrderReqEnum Modifier and Type Method Description LoginRequestLoginRequest. addCustomerOrderReqItem(LoginRequest.CustomerOrderReqEnum customerOrderReqItem)Method parameters in com.adyen.model.tapi with type arguments of type LoginRequest.CustomerOrderReqEnum Modifier and Type Method Description LoginRequestLoginRequest. customerOrderReq(List<LoginRequest.CustomerOrderReqEnum> customerOrderReq)List of customer order open, closed or both to be sent in the response messages.voidLoginRequest. setCustomerOrderReq(List<LoginRequest.CustomerOrderReqEnum> customerOrderReq)List of customer order open, closed or both to be sent in the response messages.
-