ReceiptItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReceiptItem() | |
ReceiptItem(String, String, String, CardImage, String, String, CardAction) |
ReceiptItem()
public ReceiptItem ();
Public Sub New ()
Applies to
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