Search Results for

    Show / Hide Table of Contents

    Class CouponType

    Indicates how the coupon is applied.

    Inheritance
    System.Object
    CouponType
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public sealed class CouponType : Enum

    Fields

    ItemDiscount

    Discount a specific item's price.

    Declaration
    public const CouponType ItemDiscount
    Field Value
    Type Description
    CouponType

    OrderDiscount

    Discount the subtotal for a whole order.

    Declaration
    public const CouponType OrderDiscount
    Field Value
    Type Description
    CouponType

    ShippingDiscount

    Credit some or all of the shipping amount.

    Declaration
    public const CouponType ShippingDiscount
    Field Value
    Type Description
    CouponType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    See Also

    Coupon
    AmountType
    Discount
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX