Class PaymentResultDetail
Inheritance
System.Object
PaymentResultDetail
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 |
|
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 |
|