Search Results for

    Show / Hide Table of Contents

    Class PaymentResult

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

    Constructors

    PaymentResult()

    Declaration
    public PaymentResult()

    Fields

    Detail

    Declaration
    public List<PaymentResultDetail> Detail
    Field Value
    Type Description
    System.Collections.Generic.List<PaymentResultDetail>

    Properties

    Amount

    Declaration
    public float Amount { get; set; }
    Property Value
    Type Description
    System.Single

    Group

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

    MetaData

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

    OptionId

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

    PayStatus

    Declaration
    public BonusPayStatus PayStatus { get; set; }
    Property Value
    Type Description
    BonusPayStatus

    PoolName

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

    SubGroup

    Declaration
    public string SubGroup { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX