Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.42 KB

V1CashDrawerEvent.md

File metadata and controls

31 lines (23 loc) · 1.42 KB

Square.Connect.Model.V1CashDrawerEvent

Properties

Name Type Description Notes
Id string The event's unique ID. [optional]
EmployeeId string The ID of the employee that created the event. [optional]
EventType EventTypeEnum The type of event that occurred. [optional]
EventMoney V1Money The amount of money that was added to or removed from the cash drawer because of the event. This value can be positive (for added money) or negative (for removed money). [optional]
CreatedAt string The time when the event occurred, in ISO 8601 format. [optional]
Description string An optional description of the event, entered by the employee that created it. [optional]

EventTypeEnum

Name Value
NOSALE "NO_SALE"
CASHTENDERPAYMENT "CASH_TENDER_PAYMENT"
OTHERTENDERPAYMENT "OTHER_TENDER_PAYMENT"
CASHTENDERCANCELEDPAYMENT "CASH_TENDER_CANCELED_PAYMENT"
OTHERTENDERCANCELEDPAYMENT "OTHER_TENDER_CANCELED_PAYMENT"
CASHTENDERREFUND "CASH_TENDER_REFUND"
OTHERTENDERREFUND "OTHER_TENDER_REFUND"
PAIDIN "PAID_IN"
PAIDOUT "PAID_OUT"

[Back to Model list] [Back to API list] [Back to README]