Compartir a través de


PaymentResponse Constructores

Definición

Sobrecargas

PaymentResponse()
PaymentResponse(String, Object, PaymentAddress, String, String, String)

PaymentResponse()

public PaymentResponse ();
Public Sub New ()

Se aplica 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

Se aplica a