  | PaymentCardServiceGetByUserId Method (Int32, String, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Cart
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<PaymentCardToken> GetByUserId(
	int userId,
	string paymentId,
	string languageId
)
Public Function GetByUserId ( 
	userId As Integer,
	paymentId As String,
	languageId As String
) As IEnumerable(Of PaymentCardToken)
Parameters
- userId
 - Type: SystemInt32
 - paymentId
 - Type: SystemString
 - languageId
 - Type: SystemString
 
Return Value
Type: 
IEnumerablePaymentCardToken
See Also