Class ProcessCouponCodesHookResponse
Inheritance
System.Object
ProcessCouponCodesHookResponse
Namespace: DirectScale.Disco.Extension.Hooks.Orders
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ProcessCouponCodesHookResponse : Object
Constructors
ProcessCouponCodesHookResponse()
Declaration
public ProcessCouponCodesHookResponse()
Properties
CouponAdjustedTax
Declaration
public List<TaxLineItem> CouponAdjustedTax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<TaxLineItem> |
OrderCoupons
Declaration
public OrderCoupons OrderCoupons { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderCoupons |