다음을 통해 공유


PaymentDetailsModifier.AdditionalDisplayItems 속성

정의

가져오기 또는 집합은 supportedMethods 필드의 결제 방법 식별자에 대한 PaymentDetails 사전의 displayItems 필드에 추가되는 추가 표시 항목을 제공합니다.

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

속성 값

PaymentDetails의 displayItems 필드에 추가되는 추가 표시 항목입니다.

적용 대상