Search Results for

    Show / Hide Table of Contents

    Class GetCommissionChecksHookResponse

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

    Constructors

    GetCommissionChecksHookResponse()

    Declaration
    public GetCommissionChecksHookResponse()

    Properties

    Checks

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

    PaymentTypeFilters

    Declaration
    public List<string> PaymentTypeFilters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    TotalChecks

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