Class LoyaltyCoupon
Inheritance
System.Object
LoyaltyCoupon
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: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class LoyaltyCoupon
Constructors
LoyaltyCoupon(LoyaltyCoupon)
Declaration
public LoyaltyCoupon(LoyaltyCoupon coupon)
Parameters
Type | Name | Description |
---|---|---|
Loyalty |
coupon |
LoyaltyCoupon(Int32, String, String, Int32, CouponRejectionReason)
Declaration
public LoyaltyCoupon(int amount, string couponId, string currency, int exponent, CouponRejectionReason couponRejectionReason)
Parameters
Type | Name | Description |
---|---|---|
System. |
amount | |
System. |
couponId | |
System. |
currency | |
System. |
exponent | |
Coupon |
couponRejectionReason |
Properties
Amount
Declaration
public int Amount { get; }
Property Value
Type | Description |
---|---|
System. |
CouponId
Declaration
public string CouponId { get; }
Property Value
Type | Description |
---|---|
System. |
CouponRejectionReason
Declaration
public CouponRejectionReason CouponRejectionReason { get; }
Property Value
Type | Description |
---|---|
Coupon |
Currency
Declaration
public string Currency { get; }
Property Value
Type | Description |
---|---|
System. |
Exponent
Declaration
public int Exponent { get; }
Property Value
Type | Description |
---|---|
System. |