Class SplitNeblioDto
Dto for split Neblio transaction request
Inheritance
System.Object
SplitNeblioDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Dto
Assembly: VEDriversLite.dll
Syntax
public class SplitNeblioDto
Properties
| Improve this Doc View Sourceamount
Amount of the Neblio in one lot
Declaration
public double amount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
lots
Number of the lots
Declaration
public int lots { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
receivers
Addresses of the receivers
Declaration
public List<string> receivers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
TotalAmount
Total amount of all lots together
Declaration
public double TotalAmount { get; }
Property Value
Type | Description |
---|---|
System.Double |