ReceiptCard Class

Definition

ReceiptCard ContentType value.

public class ReceiptCard
type ReceiptCard = class
Public Class ReceiptCard
Inheritance
ReceiptCard

Constructors

Name Description
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

Name Description
ContentType

The content type value of a ReceiptCard.

Properties

Name Description
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

Name Description
ToAttachment(ReceiptCard)

Creates a new attachment from ReceiptCard.

Applies to