다음을 통해 공유


PaymentRequest.MethodData 속성

정의

이 요청에 허용되는 결제 방법을 가져오거나 설정합니다.

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

속성 값

이 요청에 대한 결제 방법입니다.

적용 대상