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 |
---|---|---|
LoyaltyCoupon | 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.Int32 | amount | |
System.String | couponId | |
System.String | currency | |
System.Int32 | exponent | |
CouponRejectionReason | couponRejectionReason |
Properties
Amount
Declaration
public int Amount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CouponId
Declaration
public string CouponId { get; }
Property Value
Type | Description |
---|---|
System.String |
CouponRejectionReason
Declaration
public CouponRejectionReason CouponRejectionReason { get; }
Property Value
Type | Description |
---|---|
CouponRejectionReason |
Currency
Declaration
public string Currency { get; }
Property Value
Type | Description |
---|---|
System.String |
Exponent
Declaration
public int Exponent { get; }
Property Value
Type | Description |
---|---|
System.Int32 |