Search Results for

    Show / Hide Table of Contents

    Class SaveCouponResponse

    The result of calling .

    Inheritance
    System.Object
    SaveCouponResponse
    UpsertCouponResponse
    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 , but don't belong to any associates.

    Declaration
    public string[] InvalidBackOfficeIds { get; set; }
    Property Value
    Type Description
    System.String[]
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX