PaymentResponse 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
PaymentResponse() | |
PaymentResponse(String, Object, PaymentAddress, String, String, String) |
PaymentResponse()
public PaymentResponse ();
Public Sub New ()
Applies to
PaymentResponse(String, Object, PaymentAddress, String, String, String)
public PaymentResponse (string methodName = default, object details = default, Microsoft.Bot.Connector.PaymentAddress shippingAddress = default, string shippingOption = default, string payerEmail = default, string payerPhone = default);
new Microsoft.Bot.Connector.PaymentResponse : string * obj * Microsoft.Bot.Connector.PaymentAddress * string * string * string -> Microsoft.Bot.Connector.PaymentResponse
Public Sub New (Optional methodName As String = Nothing, Optional details As Object = Nothing, Optional shippingAddress As PaymentAddress = Nothing, Optional shippingOption As String = Nothing, Optional payerEmail As String = Nothing, Optional payerPhone As String = Nothing)
Parameters
- methodName
- String
- details
- Object
- shippingAddress
- PaymentAddress
- shippingOption
- String
- payerEmail
- String
- payerPhone
- String