MCPcopy Create free account
hub / github.com/TryCatchLearn/Restore-v2 / OrderStatus

Enum OrderStatus

API/Entities/OrderAggregate/OrderStatus.cs:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace API.Entities.OrderAggregate;
2
3public enum OrderStatus
4{
5 Pending,
6 PaymentReceived,
7 PaymentFailed,
8 PaymentMismatch
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected