csharp
public enum VendorRefusalWhy a purchase or a sale was refused.
Fields and properties (8)
NoneIt was not.
UnknownStockThere is no such row.
BadCountThe count is not a positive number.
OutOfStockIt has sold out and has not restocked.
RequirementsA requirement on the row is not met.
InsufficientThey cannot afford it.
NothingToBuyBackThere is nothing in that buyback slot.
RefusedThe ledger refused it.
Used by (2)
- VendorStateVixen.Gameplay.Economy
- VendorTestsVixen.Gameplay.Economy.Tests