public class PaymentTerminal extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTerminalConfigurationVersion |
configurationVersion |
protected String |
defaultCurrency |
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() |
String |
getDefaultCurrency() |
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
The ID is the primary key of the entity.
|
String |
getIdentifier()
The identifier uniquely identifies the terminal.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
PaymentTerminalLocationVersion |
getLocationVersion() |
String |
getName()
The terminal name is used internally to identify the terminal in administrative interfaces.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
PaymentTerminalState |
getState() |
PaymentTerminalType |
getType() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected PaymentTerminalConfigurationVersion configurationVersion
protected String defaultCurrency
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 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 © 2022. All rights reserved.