mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
15 lines
237 B
C#
15 lines
237 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class LoginErrorModel
|
|
{
|
|
public class Serviceerror
|
|
{
|
|
public string code { get; set; }
|
|
|
|
public string message { get; set; }
|
|
}
|
|
|
|
public Serviceerror[] serviceErrors { get; set; }
|
|
}
|
|
}
|