Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX