Search Results for

    Show / Hide Table of Contents

    Class PaymentResultDetail

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

    Constructors

    PaymentResultDetail()

    Declaration
    public PaymentResultDetail()

    Properties

    Amount

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

    Comment

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

    EarnedFromId

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

    SourceOrders

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

    SubGroup

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