mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
16 lines
311 B
C#
16 lines
311 B
C#
namespace AppleBatch_June.Model
|
|
{
|
|
public class iCloudVerifyCVVModel
|
|
{
|
|
public string creditCardId { get; set; }
|
|
|
|
public string creditCardLastFourDigits { get; set; }
|
|
|
|
public string securityCode { get; set; }
|
|
|
|
public string verificationType { get; set; }
|
|
|
|
public string billingType { get; set; }
|
|
}
|
|
}
|