Search Results for

    Show / Hide Table of Contents

    Class GetCommissionChecksHookRequest

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

    Constructors

    GetCommissionChecksHookRequest()

    Declaration
    public GetCommissionChecksHookRequest()

    Properties

    AssociateId

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

    PageNumber

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

    PageSize

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

    PaymentTypeFilter

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