다음을 통해 공유


PaymentDetails.DisplayItems 속성

정의

가져오기 또는 집합에는 사용자 에이전트가 표시할 수 있는 결제 요청에 대한 품목이 포함됩니다.

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

속성 값

결제 요청에 대한 항목입니다.

적용 대상