// Assembly: Facepunch.Steamworks.Posix
// Full name: Steamworks.MarketNotAllowedReasonFlags

namespace Steamworks
{
public class MarketNotAllowedReasonFlags // TypeDefIndex: 11675
{
	// Fields
	type#20890 value__;
	type#22425 None;
	type#22425 TemporaryFailure;
	type#22425 AccountDisabled;
	type#22425 AccountLockedDown;
	type#22425 AccountLimited;
	type#22425 TradeBanned;
	type#22425 AccountNotTrusted;
	type#22425 SteamGuardNotEnabled;
	type#22425 SteamGuardOnlyRecentlyEnabled;
	type#22425 RecentPasswordReset;
	type#22425 NewPaymentMethod;
	type#22425 InvalidCookie;
	type#22425 UsingNewDevice;
	type#22425 RecentSelfRefund;
	type#22425 NewPaymentMethodCannotBeVerified;
	type#22425 NoRecentPurchases;
	type#22425 AcceptedWalletGift;
}
}
