HtmlForgeX

API Reference

Class

EmailInvoiceLineItem

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Line item definition for EmailInvoiceLineItemsTable.

Inheritance

  • Object
  • EmailInvoiceLineItem

Constructors

Properties

public String Item { get; set; } #

Primary item title.

public String Details { get; set; } #

Optional details displayed under the title.

public Int32 Quantity { get; set; } #

Quantity.

public Decimal UnitPrice { get; set; } #

Unit price.

public Nullable<Decimal> LineTotal { get; set; } #

Optional explicit total override (useful for discounts/bundles).

public Decimal Total { get; } #

Total price for this line item.

public String ImageSrc { get; set; } #

Optional product/service thumbnail.

public String ImageAlt { get; set; } #

Alt text for ImageSrc.

public String ImageHref { get; set; } #

Optional link wrapping the thumbnail.

public Int32 ImageWidth { get; set; } #

Thumbnail width in pixels.

public Int32 ImageHeight { get; set; } #

Thumbnail height in pixels.