ReceiptCard Class

Definition

A receipt card.

C#
public class ReceiptCard
Inheritance
ReceiptCard

Constructors

ReceiptCard()

Initializes a new instance of ReceiptCard.

ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>)

Initializes a new instance of ReceiptCard.

Fields

ContentType

The content type value of a ReceiptCard.

Properties

Buttons

Set of actions applicable to the current card.

Facts

Array of Fact objects.

Items

Array of Receipt Items.

Tap

A clickable action.

Tax

Total amount of tax paid (or to be paid).

Title

Title of the card.

Total

Total amount of money paid (or to be paid).

Vat

Total amount of VAT paid (or to be paid).

Methods

ToAttachment()

Creates a new attachment from ReceiptCard.

Extension Methods

ToAttachment(ReceiptCard)

Creates a new attachment from ReceiptCard.

Applies to

Product Versions
Microsoft 365 Agents SDK .NET 1