Search Results for

    Show / Hide Table of Contents

    Class ProcessCouponCodesHookRequest

    Inheritance
    System.Object
    ProcessCouponCodesHookRequest
    Namespace: DirectScale.Disco.Extension.Hooks.Orders
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ProcessCouponCodesHookRequest : Object

    Constructors

    ProcessCouponCodesHookRequest()

    Declaration
    public ProcessCouponCodesHookRequest()

    Properties

    AssociateId

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    CouponCodes

    Declaration
    public string[] CouponCodes { get; set; }
    Property Value
    Type Description
    System.String[]

    Currency

    Declaration
    public string Currency { get; set; }
    Property Value
    Type Description
    System.String

    LineItems

    Declaration
    public List<LineItem> LineItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LineItem>

    OrderType

    Declaration
    public OrderType OrderType { get; set; }
    Property Value
    Type Description
    OrderType

    RegionId

    Declaration
    public int RegionId { get; set; }
    Property Value
    Type Description
    System.Int32

    ShipMethodId

    Declaration
    public int ShipMethodId { get; set; }
    Property Value
    Type Description
    System.Int32

    ShippingCost

    Declaration
    public double ShippingCost { get; set; }
    Property Value
    Type Description
    System.Double

    SubTotal

    Declaration
    public double SubTotal { get; set; }
    Property Value
    Type Description
    System.Double

    TaxItems

    Declaration
    public List<TaxLineItem> TaxItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TaxLineItem>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX