Table of Contents

Interface ITaxRateService

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

Methods

Get(Guid, string)

Task<TaxRate> Get(Guid storeId, string name)

Parameters

storeId Guid
name string

Returns

Task<TaxRate>

List(Guid)

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

Parameters

storeId Guid

Returns

Task<IEnumerable<TaxRate>>