Mineplex2018-withcommit/Website/LOC.Core/Tokens/PurchaseToken.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

12 lines
221 B
C#

namespace LOC.Core.Tokens
{
public class PurchaseToken
{
public string AccountName { get; set; }
public bool UsingCredits { get; set; }
public int SalesPackageId { get; set; }
}
}