Table of Contents

Class QueryProduct

Namespace
InSite.Application.Invoices.Read
Assembly
Shift.Sdk.dll
public class QueryProduct
Inheritance
QueryProduct
Inherited Members
Extension Methods

Constructors

QueryProduct()

public QueryProduct()

Properties

ObjectIdentifier

public Guid? ObjectIdentifier { get; set; }

Property Value

Guid?

ObjectName

public string ObjectName { get; set; }

Property Value

string

ObjectType

public string ObjectType { get; set; }

Property Value

string

ProductCurrency

public string ProductCurrency { get; set; }

Property Value

string

ProductDescription

public string ProductDescription { get; set; }

Property Value

string

ProductIdentifier

public Guid ProductIdentifier { get; set; }

Property Value

Guid

ProductImageUrl

public string ProductImageUrl { get; set; }

Property Value

string

ProductName

public string ProductName { get; set; }

Property Value

string

ProductPrice

public decimal? ProductPrice { get; set; }

Property Value

decimal?

ProductType

public string ProductType { get; set; }

Property Value

string