Class InvoiceItem
Item for Invoice or Order NFTs
Inheritance
System.Object
InvoiceItem
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.NFT
Assembly: VEDriversLite.dll
Syntax
public class InvoiceItem
Properties
| Improve this Doc View SourceInvoiceProductNFT
Loaded Product NFT
Declaration
[JsonIgnore]
public ProductNFT InvoiceProductNFT { get; set; }
Property Value
Type | Description |
---|---|
ProductNFT |
ItemCount
Count of the items - one line of invoice
Declaration
public int ItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemPrice
Item price - one line of invoice
Declaration
public double ItemPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ItemUtxo
Item Utxo hash
Declaration
public string ItemUtxo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemUtxoIndex
Item Utxo index
Declaration
public int ItemUtxoIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |