Class LoyaltyDiscount
Inheritance
System.Object
LoyaltyDiscount
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)
Assembly: TimApi.dll
Syntax
public class LoyaltyDiscount : Amount
Constructors
LoyaltyDiscount(Decimal, String, Int32, String)
Declaration
public LoyaltyDiscount(decimal amount, string currency, int exponent, string discountDescription)
Parameters
Type |
Name |
Description |
System.Decimal |
amount |
|
System.String |
currency |
|
System.Int32 |
exponent |
|
System.String |
discountDescription |
|
LoyaltyDiscount(Decimal, String, String)
Declaration
public LoyaltyDiscount(decimal amount, string currency, string discountDescription)
Parameters
Type |
Name |
Description |
System.Decimal |
amount |
|
System.String |
currency |
|
System.String |
discountDescription |
|
LoyaltyDiscount(Int32, String, Int32, String)
Declaration
public LoyaltyDiscount(int amount, string currency, int exponent, string discountDescription)
Parameters
Type |
Name |
Description |
System.Int32 |
amount |
|
System.String |
currency |
|
System.Int32 |
exponent |
|
System.String |
discountDescription |
|
LoyaltyDiscount(Int32, String, String)
Declaration
public LoyaltyDiscount(int amount, string currency, string discountDescription)
Parameters
Type |
Name |
Description |
System.Int32 |
amount |
|
System.String |
currency |
|
System.String |
discountDescription |
|
LoyaltyDiscount(Int64, String, Int32, String)
Declaration
public LoyaltyDiscount(long amount, string currency, int exponent, string discountDescription)
Parameters
Type |
Name |
Description |
System.Int64 |
amount |
|
System.String |
currency |
|
System.Int32 |
exponent |
|
System.String |
discountDescription |
|
LoyaltyDiscount(Int64, String, String)
Declaration
public LoyaltyDiscount(long amount, string currency, string discountDescription)
Parameters
Type |
Name |
Description |
System.Int64 |
amount |
|
System.String |
currency |
|
System.String |
discountDescription |
|
Properties
DiscountDescription
Declaration
public string DiscountDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides