Search Results for

    Show / Hide Table of Contents

    Class GetPlaceToAssociatesHookResponse

    Returns the associates in AssociateId's Tree downline who can have new associates placed under them from the holding tank or placement suite./>

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

    Constructors

    GetPlaceToAssociatesHookResponse()

    Declaration
    public GetPlaceToAssociatesHookResponse()

    Properties

    PlacementDetails

    The associates with room in their downline, and which legs are available.

    Declaration
    public PlacementDetail[] PlacementDetails { get; set; }
    Property Value
    Type Description
    PlacementDetail[]

    PlaceToAssociates

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