Generated by DocFX

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 Source

InvoiceProductNFT

Loaded Product NFT

Declaration
[JsonIgnore]
public ProductNFT InvoiceProductNFT { get; set; }
Property Value
Type Description
ProductNFT
| Improve this Doc View Source

ItemCount

Count of the items - one line of invoice

Declaration
public int ItemCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ItemPrice

Item price - one line of invoice

Declaration
public double ItemPrice { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ItemUtxo

Item Utxo hash

Declaration
public string ItemUtxo { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ItemUtxoIndex

Item Utxo index

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