Class CommissionCheck
Inheritance
System.Object
CommissionCheck
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class CommissionCheck : Object
Constructors
CommissionCheck()
Declaration
Properties
AmountPaid
Declaration
public Decimal AmountPaid { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DatePaid
Declaration
public DateTime DatePaid { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ExchangeCurrencyCode
Declaration
public string ExchangeCurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ExchangeRate
Declaration
public Decimal ExchangeRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
MerchantId
Declaration
public int MerchantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MerchantName
Declaration
public string MerchantName { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentTypes
Declaration
public List<string> PaymentTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|