Click or drag to resize

PaymentCardServiceGetByUserId Method (Int32)

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<PaymentCardToken> GetByUserId(
	int userId
)

Parameters

userId
Type: SystemInt32

Return Value

Type: IEnumerablePaymentCardToken
See Also