Click or drag to resize

PaymentCardTokenGetTokensByUserID Method (Int32, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Services.PaymentCard.GetByUserId instead.")]
public static IEnumerable<PaymentCardToken> GetTokensByUserID(
	int userID,
	string paymentID,
	string languageID
)

Parameters

userID
Type: SystemInt32
paymentID
Type: SystemString
languageID
Type: SystemString

Return Value

Type: IEnumerablePaymentCardToken
See Also