Agathas.Storefront.Shopping.Model.Baskets.BasketItem.line_total C# (CSharp) Метод

line_total() публичный Метод

public line_total ( ) : Agathas.Storefront.Common.Money
Результат Agathas.Storefront.Common.Money
        public Money line_total()
        {
            return _product_snapshot.price.multiple_by(_quantity.value);
        }