mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
16 lines
366 B
C#
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; }
|
|
}
|
|
}
|