Module: Square::Types::V1OrderHistoryEntryAction
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/square/types/v_1_order_history_entry_action.rb
Constant Summary collapse
- ORDER_PLACED =
"ORDER_PLACED"- DECLINED =
"DECLINED"- PAYMENT_RECEIVED =
"PAYMENT_RECEIVED"- CANCELED =
"CANCELED"- COMPLETED =
"COMPLETED"- REFUNDED =
"REFUNDED"- EXPIRED =
"EXPIRED"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values