InitStorePipelineArgs
public class InitStorePipelineArgs : PipelineArgs<Store>
Inheritance
- class PipelineArgs<T>
Namespace
Constructors
InitStorePipelineArgs
public InitStorePipelineArgs(IUnitOfWork uow, Store data)
Properties
DefaultCountry
public Country DefaultCountry { get; }
DefaultCurrency
public Currency DefaultCurrency { get; }
DefaultPaymentMethod
public PaymentMethod DefaultPaymentMethod { get; }
DefaultShippingMethod
public ShippingMethod DefaultShippingMethod { get; }
Store
public Store Store { get; }