API Reference
Class
EmailLineItem
Line item definition for EmailLineItemsTable.
Inheritance
- Object
- EmailLineItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailLineItemsTable.Items
Accepted by parameters
- Method EmailLineItemsTable.AddItem
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.