Search Results for

    Show / Hide Table of Contents

    Class CommissionPaymentDetail

    Inheritance
    System.Object
    CommissionPaymentDetail
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class CommissionPaymentDetail : Object

    Constructors

    CommissionPaymentDetail()

    Declaration
    public CommissionPaymentDetail()

    Properties

    Amount

    Declaration
    public Decimal Amount { get; set; }
    Property Value
    Type Description
    System.Decimal

    BatchId

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

    DetailId

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

    Fees

    Declaration
    public Decimal Fees { get; set; }
    Property Value
    Type Description
    System.Decimal

    Holdings

    Declaration
    public Decimal Holdings { get; set; }
    Property Value
    Type Description
    System.Decimal

    IsTaxable

    Declaration
    public bool IsTaxable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Notes

    Declaration
    public string Notes { get; set; }
    Property Value
    Type Description
    System.String

    OrderNumber

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

    PayableId

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

    PaymentUniqueId

    Declaration
    public string PaymentUniqueId { get; set; }
    Property Value
    Type Description
    System.String

    PeriodId

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

    Total

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