AghanimOrderStatus
Overview
This type stores information about status of purchase in Aghanim.
Values
Pending
Pending
The order is pending confirmation of payment or cancelation.
Paid
Paid
Order is paid.
Cancelled
Cancelled
Order payment is cancelled.
Extension methods
IsFinal
static bool IsFinal(this AghanimOrderStatus status)
Return true if status is Paid
or Cancelled
.