ReceiptItem 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
ReceiptItem() | |
ReceiptItem(String, String, String, CardImage, String, String, CardAction) |
ReceiptItem()
public ReceiptItem ();
Public Sub New ()
Van toepassing op
ReceiptItem(String, String, String, CardImage, String, String, CardAction)
public ReceiptItem (string title = default, string subtitle = default, string text = default, Microsoft.Bot.Connector.CardImage image = default, string price = default, string quantity = default, Microsoft.Bot.Connector.CardAction tap = default);
new Microsoft.Bot.Connector.ReceiptItem : string * string * string * Microsoft.Bot.Connector.CardImage * string * string * Microsoft.Bot.Connector.CardAction -> Microsoft.Bot.Connector.ReceiptItem
Public Sub New (Optional title As String = Nothing, Optional subtitle As String = Nothing, Optional text As String = Nothing, Optional image As CardImage = Nothing, Optional price As String = Nothing, Optional quantity As String = Nothing, Optional tap As CardAction = Nothing)
Parameters
- title
- String
- subtitle
- String
- text
- String
- image
- CardImage
- price
- String
- quantity
- String
- tap
- CardAction