Uses of Class
com.adyen.model.nexo.CustomerOrderReqType
-
Packages that use CustomerOrderReqType Package Description com.adyen.model.nexo -
-
Uses of CustomerOrderReqType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type CustomerOrderReqType Modifier and Type Field Description protected List<CustomerOrderReqType>LoginRequest. customerOrderReqThe Customer order req.protected List<CustomerOrderReqType>SaleData. customerOrderReqThe Customer order req.Methods in com.adyen.model.nexo that return CustomerOrderReqType Modifier and Type Method Description static CustomerOrderReqTypeCustomerOrderReqType. fromValue(String v)From value customer order req type.static CustomerOrderReqTypeCustomerOrderReqType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerOrderReqType[]CustomerOrderReqType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo that return types with arguments of type CustomerOrderReqType Modifier and Type Method Description List<CustomerOrderReqType>LoginRequest. getCustomerOrderReq()Gets the value of the customerOrderReq property.List<CustomerOrderReqType>SaleData. getCustomerOrderReq()Gets the value of the customerOrderReq property.
-