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