ReceiptCard Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| ReceiptCard() |
Initialiseert een nieuw exemplaar van de ReceiptCard klasse. |
| ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>) |
Initialiseert een nieuw exemplaar van de ReceiptCard klasse. |
ReceiptCard()
Initialiseert een nieuw exemplaar van de ReceiptCard klasse.
public ReceiptCard();
Public Sub New ()
Van toepassing op
ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>)
Initialiseert een nieuw exemplaar van de 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)
Parameters
- title
- String
Titel van de kaart.
- items
- IList<ReceiptItem>
Matrix van ontvangstitems.
- tap
- CardAction
Deze actie wordt geactiveerd wanneer de gebruiker op de kaart tikt.
- total
- String
Het totale bedrag dat is betaald (of moet worden betaald).
- tax
- String
Totale hoeveelheid betaalde (of te betalen) belasting.
- vat
- String
Het totale bedrag aan betaalde (of te betalen) btw.
- buttons
- IList<CardAction>
Reeks acties die van toepassing zijn op de huidige kaart.