Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (17 loc) · 785 Bytes

V1OrderHistoryEntry.md

File metadata and controls

34 lines (17 loc) · 785 Bytes

SquareConnect.V1OrderHistoryEntry

Description

V1OrderHistoryEntry

Properties

Name Type Description Notes
action String The type of action performed on the order. See V1OrderHistoryEntryAction for possible values [optional]
created_at String The time when the action was performed, in ISO 8601 format. [optional]

Enum: ActionEnum

  • ORDER_PLACED (value: "ORDER_PLACED")

  • DECLINED (value: "DECLINED")

  • PAYMENT_RECEIVED (value: "PAYMENT_RECEIVED")

  • CANCELED (value: "CANCELED")

  • COMPLETED (value: "COMPLETED")

  • REFUNDED (value: "REFUNDED")

  • EXPIRED (value: "EXPIRED")