Files
kami_itunes_june/AppleBatch_June.Model/CreateFamilyPostModel.cs
2024-07-22 00:43:14 +08:00

16 lines
366 B
C#

namespace AppleBatch_June.Model
{
public class CreateFamilyPostModel
{
public string organizerAppleId { get; set; }
public string organizerAppleIdForPurchases { get; set; }
public string organizerAppleIdForPurchasesPassword { get; set; }
public bool organizerShareMyLocationEnabledDefault { get; set; }
public int iTunesTosVersion { get; set; }
}
}