Show / Hide Table of Contents

Class PricedDatePeriodDiscount

A discount date span

Inheritance
System.Object
PricedDatePeriodDiscount
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class PricedDatePeriodDiscount

Properties

View Source

ChangeStatus

How has the line changed?

Declaration
public DiscountChangeStatus ChangeStatus { get; set; }
Property Type: DiscountChangeStatus
Remarks

If there is no lock token then all discounts will be treated as New

View Source

DiscountCode

The discount code

Declaration
public string DiscountCode { get; set; }
Property Type: System.String
View Source

DiscountName

The discount name

Declaration
public string DiscountName { get; set; }
Property Type: System.String
View Source

DiscountType

The type of discount

Declaration
public DiscountType DiscountType { get; set; }
Property Type: DiscountType
View Source

DiscountValue

The value of the discount

Declaration
public Money DiscountValue { get; set; }
Property Type: Money
  • View Source
Back to top Copyright © 2017 EC English