Freigeben über


ReceiptCard Konstruktoren

Definition

Überlädt

ReceiptCard()

Initialisiert eine neue Instanz der ReceiptCard-Klasse.

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

Initialisiert eine neue Instanz der ReceiptCard-Klasse.

ReceiptCard()

Initialisiert eine neue Instanz der ReceiptCard-Klasse.

public ReceiptCard ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue Instanz der ReceiptCard-Klasse.

public ReceiptCard (string title = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.Fact> facts = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> items = default, Microsoft.Bot.Schema.CardAction tap = default, string total = default, string tax = default, string vat = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> buttons = default);
new Microsoft.Bot.Schema.ReceiptCard : string * System.Collections.Generic.IList<Microsoft.Bot.Schema.Fact> * System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> * Microsoft.Bot.Schema.CardAction * string * string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> -> Microsoft.Bot.Schema.ReceiptCard
Public Sub New (Optional title As String = Nothing, Optional facts As IList(Of Fact) = Nothing, Optional items As IList(Of ReceiptItem) = Nothing, Optional tap As CardAction = Nothing, Optional total As String = Nothing, Optional tax As String = Nothing, Optional vat As String = Nothing, Optional buttons As IList(Of CardAction) = Nothing)

Parameter

title
String

Der Titel der Rich Card.

facts
IList<Fact>

Array von Fact-Objekten.

items
IList<ReceiptItem>

Array von Empfangselementen.

tap
CardAction

Diese Aktion wird aktiviert, wenn der Benutzer auf die Karte tippt.

total
String

Gesamtbetrag des gezahlten (oder zu zahlenden) Geldes.

tax
String

Gesamtbetrag der gezahlten (oder zu zahlenden) Steuern.

vat
String

Gesamtbetrag der gezahlten (oder zu zahlenden) MwSt.

buttons
IList<CardAction>

Aktionssatz, der für die aktuelle Karte gilt.

Gilt für: