Show / Hide Table of Contents

Class AvailableSpecialOffer

A special offer that can be chosen

Inheritance
System.Object
AvailableSpecialOffer
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 AvailableSpecialOffer

Properties

View Source

AppliesToOutputLineIds

A series of values that identify the product and fee lines that the discount applies to. These correspond to the OutputLineId

Declaration
public List<string> AppliesToOutputLineIds { get; set; }
Property Type: System.Collections.Generic.List<System.String>
View Source

DiscountAmount

The amount of money that will be discounted.

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

DiscountCode

The unique code for this special offer.

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

Name

The name of this special offer.

Declaration
public string Name { get; set; }
Property Type: System.String
  • View Source
Back to top Copyright © 2017 EC English