public class CashDrawerShift extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CashDrawerShift.Builder
Class to build instances of
CashDrawerShift. |
| Modifier | Constructor and Description |
|---|---|
protected |
CashDrawerShift(String id,
String state,
io.apimatic.core.types.OptionalNullable<String> openedAt,
io.apimatic.core.types.OptionalNullable<String> endedAt,
io.apimatic.core.types.OptionalNullable<String> closedAt,
io.apimatic.core.types.OptionalNullable<String> description,
Money openedCashMoney,
Money cashPaymentMoney,
Money cashRefundsMoney,
Money cashPaidInMoney,
Money cashPaidOutMoney,
Money expectedCashMoney,
Money closedCashMoney,
CashDrawerDevice device,
String createdAt,
String updatedAt,
String locationId,
List<String> teamMemberIds,
String openingTeamMemberId,
String endingTeamMemberId,
String closingTeamMemberId)
Internal initialization constructor.
|
|
CashDrawerShift(String id,
String state,
String openedAt,
String endedAt,
String closedAt,
String description,
Money openedCashMoney,
Money cashPaymentMoney,
Money cashRefundsMoney,
Money cashPaidInMoney,
Money cashPaidOutMoney,
Money expectedCashMoney,
Money closedCashMoney,
CashDrawerDevice device,
String createdAt,
String updatedAt,
String locationId,
List<String> teamMemberIds,
String openingTeamMemberId,
String endingTeamMemberId,
String closingTeamMemberId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getCashPaidInMoney()
Getter for CashPaidInMoney.
|
Money |
getCashPaidOutMoney()
Getter for CashPaidOutMoney.
|
Money |
getCashPaymentMoney()
Getter for CashPaymentMoney.
|
Money |
getCashRefundsMoney()
Getter for CashRefundsMoney.
|
String |
getClosedAt()
Getter for ClosedAt.
|
Money |
getClosedCashMoney()
Getter for ClosedCashMoney.
|
String |
getClosingTeamMemberId()
Getter for ClosingTeamMemberId.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getDescription()
Getter for Description.
|
CashDrawerDevice |
getDevice()
Getter for Device.
|
String |
getEndedAt()
Getter for EndedAt.
|
String |
getEndingTeamMemberId()
Getter for EndingTeamMemberId.
|
Money |
getExpectedCashMoney()
Getter for ExpectedCashMoney.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOpenedAt()
Getter for OpenedAt.
|
Money |
getOpenedCashMoney()
Getter for OpenedCashMoney.
|
String |
getOpeningTeamMemberId()
Getter for OpeningTeamMemberId.
|
String |
getState()
Getter for State.
|
List<String> |
getTeamMemberIds()
Getter for TeamMemberIds.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetClosedAt()
Internal Getter for ClosedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDescription()
Internal Getter for Description.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndedAt()
Internal Getter for EndedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetOpenedAt()
Internal Getter for OpenedAt.
|
CashDrawerShift.Builder |
toBuilder()
Builds a new
CashDrawerShift.Builder object. |
String |
toString()
Converts this CashDrawerShift into string format.
|
public CashDrawerShift(String id, String state, String openedAt, String endedAt, String closedAt, String description, Money openedCashMoney, Money cashPaymentMoney, Money cashRefundsMoney, Money cashPaidInMoney, Money cashPaidOutMoney, Money expectedCashMoney, Money closedCashMoney, CashDrawerDevice device, String createdAt, String updatedAt, String locationId, List<String> teamMemberIds, String openingTeamMemberId, String endingTeamMemberId, String closingTeamMemberId)
id - String value for id.state - String value for state.openedAt - String value for openedAt.endedAt - String value for endedAt.closedAt - String value for closedAt.description - String value for description.openedCashMoney - Money value for openedCashMoney.cashPaymentMoney - Money value for cashPaymentMoney.cashRefundsMoney - Money value for cashRefundsMoney.cashPaidInMoney - Money value for cashPaidInMoney.cashPaidOutMoney - Money value for cashPaidOutMoney.expectedCashMoney - Money value for expectedCashMoney.closedCashMoney - Money value for closedCashMoney.device - CashDrawerDevice value for device.createdAt - String value for createdAt.updatedAt - String value for updatedAt.locationId - String value for locationId.teamMemberIds - List of String value for teamMemberIds.openingTeamMemberId - String value for openingTeamMemberId.endingTeamMemberId - String value for endingTeamMemberId.closingTeamMemberId - String value for closingTeamMemberId.protected CashDrawerShift(String id, String state, io.apimatic.core.types.OptionalNullable<String> openedAt, io.apimatic.core.types.OptionalNullable<String> endedAt, io.apimatic.core.types.OptionalNullable<String> closedAt, io.apimatic.core.types.OptionalNullable<String> description, Money openedCashMoney, Money cashPaymentMoney, Money cashRefundsMoney, Money cashPaidInMoney, Money cashPaidOutMoney, Money expectedCashMoney, Money closedCashMoney, CashDrawerDevice device, String createdAt, String updatedAt, String locationId, List<String> teamMemberIds, String openingTeamMemberId, String endingTeamMemberId, String closingTeamMemberId)
public String getId()
public String getState()
protected io.apimatic.core.types.OptionalNullable<String> internalGetOpenedAt()
public String getOpenedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndedAt()
public String getEndedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetClosedAt()
public String getClosedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDescription()
public String getDescription()
public Money getOpenedCashMoney()
public Money getCashPaymentMoney()
public Money getCashRefundsMoney()
public Money getCashPaidInMoney()
public Money getCashPaidOutMoney()
public Money getExpectedCashMoney()
public Money getClosedCashMoney()
public CashDrawerDevice getDevice()
public String getCreatedAt()
public String getUpdatedAt()
public String getLocationId()
public List<String> getTeamMemberIds()
public String getOpeningTeamMemberId()
public String getEndingTeamMemberId()
public String getClosingTeamMemberId()
public String toString()
public CashDrawerShift.Builder toBuilder()
CashDrawerShift.Builder object.
Creates the instance with the state of the current model.CashDrawerShift.Builder objectCopyright © 2023. All rights reserved.