다음을 통해 공유


ReceiptCard.Items 속성

정의

영수증 항목의 배열을 가져오거나 설정합니다.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> Items { get; set; }
member this.Items : System.Collections.Generic.IList<Microsoft.Bot.Schema.ReceiptItem> with get, set
Public Property Items As IList(Of ReceiptItem)

속성 값

영수증 항목입니다.

적용 대상