Table of Contents

Class PaymentCardDataProvider

Namespace
Dynamicweb.Ecommerce.Cart.DataProviders
Assembly
Dynamicweb.Ecommerce.dll

Provides data related to payment cards.

public sealed class PaymentCardDataProvider : SqlDataProviderBase
Inheritance
PaymentCardDataProvider
Inherited Members

Methods

GetDataByUser(User)

Gets data related to payment cards associated with a given user.

public override IEnumerable<DataItem> GetDataByUser(User user)

Parameters

user User

The user.

Returns

IEnumerable<DataItem>

A collection of data items representing the payment cards.

See Also

To top