Package com.onlinepayments.domain
Class CustomerOutput
java.lang.Object
com.onlinepayments.domain.CustomerOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing information on the device and browser of the customervoidsetDevice(CustomerDeviceOutput value) Object containing information on the device and browser of the customerwithDevice(CustomerDeviceOutput value) Object containing information on the device and browser of the customer
-
Constructor Details
-
CustomerOutput
public CustomerOutput()
-
-
Method Details
-
getDevice
Object containing information on the device and browser of the customer -
setDevice
Object containing information on the device and browser of the customer -
withDevice
Object containing information on the device and browser of the customer
-