public class DeviceCheckoutOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceCheckoutOptions.Builder
Class to build instances of
DeviceCheckoutOptions. |
| Constructor and Description |
|---|
DeviceCheckoutOptions(String deviceId,
Boolean skipReceiptScreen,
Boolean collectSignature,
TipSettings tipSettings,
Boolean showItemizedCart)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCollectSignature()
Getter for CollectSignature.
|
String |
getDeviceId()
Getter for DeviceId.
|
Boolean |
getShowItemizedCart()
Getter for ShowItemizedCart.
|
Boolean |
getSkipReceiptScreen()
Getter for SkipReceiptScreen.
|
TipSettings |
getTipSettings()
Getter for TipSettings.
|
int |
hashCode() |
DeviceCheckoutOptions.Builder |
toBuilder()
Builds a new
DeviceCheckoutOptions.Builder object. |
String |
toString()
Converts this DeviceCheckoutOptions into string format.
|
public DeviceCheckoutOptions(String deviceId, Boolean skipReceiptScreen, Boolean collectSignature, TipSettings tipSettings, Boolean showItemizedCart)
deviceId - String value for deviceId.skipReceiptScreen - Boolean value for skipReceiptScreen.collectSignature - Boolean value for collectSignature.tipSettings - TipSettings value for tipSettings.showItemizedCart - Boolean value for showItemizedCart.public String getDeviceId()
public Boolean getSkipReceiptScreen()
public Boolean getCollectSignature()
public TipSettings getTipSettings()
public Boolean getShowItemizedCart()
public String toString()
public DeviceCheckoutOptions.Builder toBuilder()
DeviceCheckoutOptions.Builder object.
Creates the instance with the state of the current model.DeviceCheckoutOptions.Builder objectCopyright © 2022. All rights reserved.