mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
67 lines
1.2 KiB
C#
67 lines
1.2 KiB
C#
namespace AppleBatch_June
|
|
{
|
|
public class AppleAcount
|
|
{
|
|
public int index { get; set; }
|
|
|
|
public string lvItemGuid { get; set; }
|
|
|
|
public string appleId { get; set; }
|
|
|
|
public string applePwd { get; set; }
|
|
|
|
public string appleQt1 { get; set; }
|
|
|
|
public string appleQt2 { get; set; }
|
|
|
|
public string appleQt3 { get; set; }
|
|
|
|
public string birthday { get; set; } = "";
|
|
|
|
|
|
public string reddemCode { get; set; }
|
|
|
|
public bool isAct { get; set; }
|
|
|
|
public string overflow { get; set; }
|
|
|
|
public string addres { get; set; } = "";
|
|
|
|
|
|
public string newAppleId { get; set; }
|
|
|
|
public string newApplePopPwd { get; set; }
|
|
|
|
public string moblie { get; set; } = "";
|
|
|
|
|
|
public bool isDoubleModl { get; set; }
|
|
|
|
public string appleOriginalPwd { get; set; }
|
|
|
|
public string DoublePwd { get; set; } = "";
|
|
|
|
|
|
public string reddemQts { get; set; }
|
|
|
|
public string reddeemLockTaskGuid { get; set; } = "";
|
|
|
|
|
|
public string sourceInputData { get; set; } = "";
|
|
|
|
|
|
public bool isHsa2 { get; set; }
|
|
|
|
public bool notAuthen { get; set; }
|
|
|
|
public string guidTag { get; set; } = "";
|
|
|
|
|
|
public bool notRepeatPwd { get; set; }
|
|
|
|
public bool isAccountException { get; set; }
|
|
|
|
public bool multipleStore { get; set; }
|
|
}
|
|
}
|