Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ReturnOrderSummaryInfo

Inheritance
System.Object
ReturnOrderSummaryInfo
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ReturnOrderSummaryInfo : Object

Constructors

ReturnOrderSummaryInfo()

Declaration
public ReturnOrderSummaryInfo()

Properties

ExchangeTotal

Declaration
public Decimal ExchangeTotal { get; set; }
Property Value
Type Description
System.Decimal

ExistingPayments

Declaration
public List<PaymentModel> ExistingPayments { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PaymentModel>

InvalidatedDiscountsTotal

Declaration
public Decimal InvalidatedDiscountsTotal { get; set; }
Property Value
Type Description
System.Decimal

ItemTotal

Declaration
public Decimal ItemTotal { get; set; }
Property Value
Type Description
System.Decimal

RefundAmount

Declaration
public Decimal RefundAmount { get; set; }
Property Value
Type Description
System.Decimal