OrderCalculationPipelineArgs
public class OrderCalculationPipelineArgs : PipelineArgs<OrderCalculation>
Inheritance
- class PipelineArgs<T>
Namespace
Constructors
OrderCalculationPipelineArgs
public OrderCalculationPipelineArgs(IUnitOfWork uow, OrderCalculation model, OrderReadOnly order)
Properties
Calculation
public OrderCalculation Calculation { get; }
Currency
public CurrencyReadOnly Currency { get; }
Order
public OrderReadOnly Order { get; }
PaymentCountry
public CountryReadOnly PaymentCountry { get; }
PaymentMethod
public PaymentMethodReadOnly PaymentMethod { get; }
PaymentRegion
public RegionReadOnly PaymentRegion { get; }
ShippingCountry
public CountryReadOnly ShippingCountry { get; }
ShippingMethod
public ShippingMethodReadOnly ShippingMethod { get; }
ShippingRegion
public RegionReadOnly ShippingRegion { get; }
Store
public StoreReadOnly Store { get; }
TaxClass
public TaxClassReadOnly TaxClass { get; }
TaxSource
public TaxSource TaxSource { get; }