Search Results for

    Show / Hide Table of Contents

    Class Adjustment

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

    Constructors

    Adjustment()

    Declaration
    public Adjustment()

    Properties

    AdjustmentId

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

    Amount

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

    ApprovedBy

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

    ApprovedOn

    Declaration
    public DateTime ApprovedOn { get; set; }
    Property Value
    Type Description
    System.DateTime

    AssociateId

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

    CustomData

    Declaration
    public Dictionary<string, string> CustomData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Description

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

    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

    PaymentStatus

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