Table of Contents

Interface IPaymentMethodService

Namespace
Rescope.Commerce.Core.Services
Assembly
Rescope.Commerce.Core.dll
public interface IPaymentMethodService : IService<PaymentMethod>, IServiceCreatable<PaymentMethod>
Inherited Members

Methods

List(Guid)

Task<IEnumerable<PaymentMethod>> List(Guid storeId)

Parameters

storeId Guid

Returns

Task<IEnumerable<PaymentMethod>>