PaymentResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PaymentResponse() | |
PaymentResponse(String, Object, PaymentAddress, String, String, String) |
PaymentResponse()
public PaymentResponse ();
Public Sub New ()
S’applique à
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)
Paramètres
- methodName
- String
- details
- Object
- shippingAddress
- PaymentAddress
- shippingOption
- String
- payerEmail
- String
- payerPhone
- String