Class PaymentResult
Inheritance
System.Object
PaymentResult
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class PaymentResult : Object
Constructors
PaymentResult()
Declaration
Fields
Detail
Declaration
public List<PaymentResultDetail> Detail
Field Value
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 |
|
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
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 |
|