Vixen
c7401864
csharp
public enum VendorRefusal

Why a purchase or a sale was refused.

Read the guide page for this →

Fields and properties (8)

  • None

    It was not.

  • UnknownStock

    There is no such row.

  • BadCount

    The count is not a positive number.

  • OutOfStock

    It has sold out and has not restocked.

  • Requirements

    A requirement on the row is not met.

  • Insufficient

    They cannot afford it.

  • NothingToBuyBack

    There is nothing in that buyback slot.

  • Refused

    The ledger refused it.

Used by (2)

  • VendorStateVixen.Gameplay.Economy
  • VendorTestsVixen.Gameplay.Economy.Tests