PaymentRequestUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PaymentRequestUpdate() | |
PaymentRequestUpdate(String, PaymentDetails, PaymentAddress, String) |
PaymentRequestUpdate()
public PaymentRequestUpdate ();
Public Sub New ()
Applies to
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)
Parameters
- id
- String
- details
- PaymentDetails
- shippingAddress
- PaymentAddress
- shippingOption
- String