API Reference
Class
EmailInvoiceLineItem
Line item definition for EmailInvoiceLineItemsTable.
Inheritance
- Object
- EmailInvoiceLineItem
Constructors
public EmailInvoiceLineItem() #Inherited Methods
Properties
public String Item { get; set; } #Primary item title.
public String Details { get; set; } #Optional details displayed under the title.
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.