ReceiptCard 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.
ReceiptCard ContentType value.
public class ReceiptCard
type ReceiptCard = class
Public Class ReceiptCard
- Inheritance
-
ReceiptCard
Constructors
| ReceiptCard() |
Initializes a new instance of the ReceiptCard class. |
| ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>) |
Initializes a new instance of the ReceiptCard class. |
Fields
| ContentType |
The content type value of a ReceiptCard. |
Properties
| Buttons |
Gets or sets set of actions applicable to the current card. |
| Facts |
Gets or sets array of Fact objects. |
| Items |
Gets or sets array of Receipt Items. |
| Tap |
Gets or sets this action will be activated when user taps on the card. |
| Tax |
Gets or sets total amount of tax paid (or to be paid). |
| Title |
Gets or sets title of the card. |
| Total |
Gets or sets total amount of money paid (or to be paid). |
| Vat |
Gets or sets total amount of VAT paid (or to be paid). |
Extension Methods
| ToAttachment(ReceiptCard) |
Creates a new attachment from ReceiptCard. |