Search Results for

    Show / Hide Table of Contents

    Class CommissionCheck

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

    Constructors

    CommissionCheck()

    Declaration
    public CommissionCheck()

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX