PaymentRequestUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PaymentRequestUpdate() | |
PaymentRequestUpdate(String, PaymentDetails, PaymentAddress, String) |
PaymentRequestUpdate()
public PaymentRequestUpdate ();
Public Sub New ()
適用対象
PaymentRequestUpdate(String, PaymentDetails, PaymentAddress, String)
public PaymentRequestUpdate (string id = default, Microsoft.Bot.Connector.PaymentDetails details = default, Microsoft.Bot.Connector.PaymentAddress shippingAddress = default, string shippingOption = default);
new Microsoft.Bot.Connector.PaymentRequestUpdate : string * Microsoft.Bot.Connector.PaymentDetails * Microsoft.Bot.Connector.PaymentAddress * string -> Microsoft.Bot.Connector.PaymentRequestUpdate
Public Sub New (Optional id As String = Nothing, Optional details As PaymentDetails = Nothing, Optional shippingAddress As PaymentAddress = Nothing, Optional shippingOption As String = Nothing)
パラメーター
- id
- String
- details
- PaymentDetails
- shippingAddress
- PaymentAddress
- shippingOption
- String