PaymentRequestUpdate Constructors

Definition

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

Applies to