Class CustomerDevice.CustomerDeviceBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.setups.entities.customer.CustomerDevice.CustomerDeviceBuilder
-
- Enclosing class:
- CustomerDevice
public static class CustomerDevice.CustomerDeviceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerDevicebuild()CustomerDevice.CustomerDeviceBuilderlocale(java.lang.String locale)The locale setting of the customer's device (e.g., "en-US")java.lang.StringtoString()
-
-
-
Method Detail
-
locale
public CustomerDevice.CustomerDeviceBuilder locale(java.lang.String locale)
The locale setting of the customer's device (e.g., "en-US")- Returns:
this.
-
build
public CustomerDevice build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-