Skip to content

Commit 82f1d5d

Browse files
committed
test update
1 parent 6e151dd commit 82f1d5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ams-dotnet/src/com/alipay/ams/api/entities/CardPaymentMethodDetail.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ public class CardPaymentMethodDetail
5151
public string PayerEmail { get; set; }
5252

5353
public string NetworkTransactionId { get; set; }
54+
55+
public bool Is3DSAuthentication { get; set; }
5456
}

ams-dotnet/src/com/alipay/ams/api/entities/PaymentMethodDetail.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ public class PaymentMethodDetail
99
public CouponPaymentMethodDetail Coupon { get; set; }
1010
public string PaymentMethodType { get; set; }
1111
public string ExtendInfo { get; set; }
12-
public bool Is3DSAuthentication { get; set; }
1312
}

0 commit comments

Comments
 (0)