PaymentResponse Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
PaymentResponse() | |
PaymentResponse(String, Object, PaymentAddress, String, String, String) |
PaymentResponse()
public PaymentResponse();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- methodName
- String
- details
- Object
- shippingAddress
- PaymentAddress
- shippingOption
- String
- payerEmail
- String
- payerPhone
- String