You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Braintree/TransactionRequest.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ public string ThreeDSecureToken {
106
106
}
107
107
publicstringTransactionSource{get;set;}
108
108
publicTransactionType?Type{get;set;}
109
+
publicTransferRequestTransfer{get;set;}
109
110
[ObsoleteAttribute("the Venmo SDK integration is deprecated. Use Pay with Venmo instead https://developer.paypal.com/braintree/docs/guides/venmo/overview",false)]
0 commit comments