ReceiptCard Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ReceiptCard() |
ReceiptCard sınıfının yeni bir örneğini başlatır. |
ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>) |
ReceiptCard sınıfının yeni bir örneğini başlatır. |
ReceiptCard()
ReceiptCard sınıfının yeni bir örneğini başlatır.
public ReceiptCard ();
Public Sub New ()
Şunlara uygulanır
ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>)
ReceiptCard sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- title
- String
Kartın başlığı.
- items
- IList<ReceiptItem>
Alış İrsaliyesi Öğeleri Dizisi.
- tap
- CardAction
Bu eylem, kullanıcı karta dokunduğunda etkinleştirilir.
- total
- String
Ödenen toplam para miktarı (veya ödenecek).
- tax
- String
Ödenen toplam vergi tutarı (veya ödenecek).
- vat
- String
Ödenen toplam KDV tutarı (veya ödenecek).
- buttons
- IList<CardAction>
Geçerli kart için geçerli eylem kümesi.