mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
15 lines
248 B
C#
15 lines
248 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class IforgotVerifyPhoneModel
|
|
{
|
|
public class Trustedphone
|
|
{
|
|
public string number { get; set; }
|
|
}
|
|
|
|
public Trustedphone[] trustedPhones { get; set; }
|
|
|
|
public bool recoverable { get; set; }
|
|
}
|
|
}
|