ReceiptCard 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ReceiptCard() |
ReceiptCard 클래스의 새 인스턴스를 초기화합니다. |
ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>) |
ReceiptCard 클래스의 새 인스턴스를 초기화합니다. |
ReceiptCard()
ReceiptCard(String, IList<Fact>, IList<ReceiptItem>, CardAction, String, String, String, IList<CardAction>)
ReceiptCard 클래스의 새 인스턴스를 초기화합니다.
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)
매개 변수
- title
- String
카드의 제목입니다.
- items
- IList<ReceiptItem>
영수증 항목의 배열입니다.
- tap
- CardAction
이 작업은 사용자가 카드를 탭할 때 활성화됩니다.
- total
- String
지불된 총 금액(또는 지급)입니다.
- tax
- String
납부한 총 세금 금액(또는 지급)입니다.
- vat
- String
지불된 총 부가가치세 금액(또는 지급)입니다.
- buttons
- IList<CardAction>
현재 카드에 적용할 수 있는 작업 집합입니다.