public class CashDrawerShiftEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CashDrawerShiftEvent.Builder
Class to build instances of
CashDrawerShiftEvent. |
| Modifier | Constructor and Description |
|---|---|
protected |
CashDrawerShiftEvent(String id,
String eventType,
Money eventMoney,
String createdAt,
io.apimatic.core.types.OptionalNullable<String> description,
String teamMemberId)
Internal initialization constructor.
|
|
CashDrawerShiftEvent(String id,
String eventType,
Money eventMoney,
String createdAt,
String description,
String teamMemberId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getDescription()
Getter for Description.
|
Money |
getEventMoney()
Getter for EventMoney.
|
String |
getEventType()
Getter for EventType.
|
String |
getId()
Getter for Id.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDescription()
Internal Getter for Description.
|
CashDrawerShiftEvent.Builder |
toBuilder()
Builds a new
CashDrawerShiftEvent.Builder object. |
String |
toString()
Converts this CashDrawerShiftEvent into string format.
|
public CashDrawerShiftEvent(String id, String eventType, Money eventMoney, String createdAt, String description, String teamMemberId)
id - String value for id.eventType - String value for eventType.eventMoney - Money value for eventMoney.createdAt - String value for createdAt.description - String value for description.teamMemberId - String value for teamMemberId.public String getId()
public String getEventType()
public Money getEventMoney()
public String getCreatedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDescription()
public String getDescription()
public String getTeamMemberId()
public String toString()
public CashDrawerShiftEvent.Builder toBuilder()
CashDrawerShiftEvent.Builder object.
Creates the instance with the state of the current model.CashDrawerShiftEvent.Builder objectCopyright © 2023. All rights reserved.