Class CommissionPaymentResults
The results of processing a payment batch.>
Inheritance
System.Object
CommissionPaymentResults
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class CommissionPaymentResults : Object
Constructors
CommissionPaymentResults()
Declaration
public CommissionPaymentResults()
Properties
Results
The results of processing a payment batch.>
Declaration
public List<CommissionPaymentResult> Results { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CommissionPaymentResult> |