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

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; }
}
}