We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e151dd commit 82f1d5dCopy full SHA for 82f1d5d
ams-dotnet/src/com/alipay/ams/api/entities/CardPaymentMethodDetail.cs
@@ -51,4 +51,6 @@ public class CardPaymentMethodDetail
51
public string PayerEmail { get; set; }
52
53
public string NetworkTransactionId { get; set; }
54
+
55
+ public bool Is3DSAuthentication { get; set; }
56
}
ams-dotnet/src/com/alipay/ams/api/entities/PaymentMethodDetail.cs
@@ -9,5 +9,4 @@ public class PaymentMethodDetail
9
public CouponPaymentMethodDetail Coupon { get; set; }
10
public string PaymentMethodType { get; set; }
11
public string ExtendInfo { get; set; }
12
- public bool Is3DSAuthentication { get; set; }
13
0 commit comments