public class PaymentTerminal extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTerminalConfigurationVersion |
configurationVersion |
protected String |
defaultCurrency |
protected String |
deviceName |
protected String |
deviceSerialNumber |
protected String |
externalId |
protected Long |
id |
protected String |
identifier |
protected Long |
linkedSpaceId |
protected PaymentTerminalLocationVersion |
locationVersion |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected PaymentTerminalState |
state |
protected PaymentTerminalType |
type |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentTerminal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PaymentTerminalConfigurationVersion |
getConfigurationVersion()
The configuration that is assigned to the terminal and determines how it works.
|
String |
getDefaultCurrency()
The default currency of the terminal.
|
String |
getDeviceName()
The name of the device that is currently linked to the payment terminal.
|
String |
getDeviceSerialNumber()
The serial number of the device that is currently linked to the payment terminal.
|
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
A unique identifier for the object.
|
String |
getIdentifier()
The unique identifier of the terminal, that is displayed on the device.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
PaymentTerminalLocationVersion |
getLocationVersion()
The physical location where the terminal is used.
|
String |
getName()
The name used to identify the payment terminal.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
PaymentTerminalState |
getState()
The object's current state.
|
PaymentTerminalType |
getType()
The type of the payment terminal.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected PaymentTerminalConfigurationVersion configurationVersion
protected String defaultCurrency
protected String deviceName
protected String deviceSerialNumber
protected String externalId
protected Long id
protected String identifier
protected Long linkedSpaceId
protected PaymentTerminalLocationVersion locationVersion
protected String name
protected OffsetDateTime plannedPurgeDate
protected PaymentTerminalState state
protected PaymentTerminalType type
protected Integer version
public PaymentTerminalConfigurationVersion getConfigurationVersion()
public String getDefaultCurrency()
public String getDeviceName()
public String getDeviceSerialNumber()
public String getExternalId()
public Long getId()
public String getIdentifier()
public Long getLinkedSpaceId()
public PaymentTerminalLocationVersion getLocationVersion()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public PaymentTerminalState getState()
public PaymentTerminalType getType()
public Integer getVersion()
Copyright © 2024. All rights reserved.