Class SaveCouponResponse
The result of calling
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class SaveCouponResponse : Object
Constructors
SaveCouponResponse()
Declaration
public SaveCouponResponse()
Properties
CouponId
This if the coupon's Id in the DB.
Declaration
public int CouponId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InvalidBackOfficeIds
BackOfficeIds that were passed into
Declaration
public string[] InvalidBackOfficeIds { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |