Table of Contents

Class ShippingLineItem

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
public class ShippingLineItem
Inheritance
ShippingLineItem
Inherited Members

Properties

ProductSku

public string ProductSku { get; }

Property Value

string

Quantity

public int Quantity { get; }

Property Value

int

TotalPrice

public decimal TotalPrice { get; }

Property Value

decimal

TotalShippingPrice

The shipping calculator should set both unit and total shipping prices. This allows custom calculators to have full control over calculations.

public decimal TotalShippingPrice { get; set; }

Property Value

decimal

UnitPrice

public decimal UnitPrice { get; }

Property Value

decimal

UnitShippingPrice

The shipping calculator should set both unit and total shipping prices. This allows custom calculators to have full control over calculations.

public decimal UnitShippingPrice { get; set; }

Property Value

decimal