Search Results for

    Show / Hide Table of Contents

    Class GetCommissionCheckDetailsHookResponse

    Inheritance
    System.Object
    GetCommissionCheckDetailsHookResponse
    Namespace: DirectScale.Disco.Extension.Hooks.Associates
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetCommissionCheckDetailsHookResponse : Object

    Constructors

    GetCommissionCheckDetailsHookResponse()

    Declaration
    public GetCommissionCheckDetailsHookResponse()

    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

    CheckNumber

    This will be shown to the user as a reference or confirmation number.

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

    Usually only applies to Check merchants.

    DatePaid

    Declaration
    public DateTime DatePaid { get; set; }
    Property Value
    Type Description
    System.DateTime

    Details

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

    MerchantId

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

    TransactionNumber

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

    See Also

    CommissionPayment
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX