API Reference
Class
EmailLineItem
Line item definition for EmailLineItemsTable.
Inheritance
- Object
- EmailLineItem
Constructors
public EmailLineItem() #Inherited Methods
Properties
public String Subtitle { get; set; } #Optional subtitle displayed under the title.
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.