ReceiptItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An item on a receipt card.
public class ReceiptItem
type ReceiptItem = class
Public Class ReceiptItem
- Inheritance
-
ReceiptItem
Constructors
ReceiptItem() |
Initializes a new instance of the ReceiptItem class. |
ReceiptItem(String, String, String, CardImage, String, String, CardAction) |
Initializes a new instance of the ReceiptItem class. |
Properties
Image |
Gets or sets image. |
Price |
Gets or sets amount with currency. |
Quantity |
Gets or sets number of items of given kind. |
Subtitle |
Gets or sets subtitle appears just below Title field, differs from Title in font styling only. |
Tap |
Gets or sets this action will be activated when user taps on the Item bubble. |
Text |
Gets or sets text field appears just below subtitle, differs from Subtitle in font styling only. |
Title |
Gets or sets title of the card. |