PaymentOptions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PaymentOptions() | |
PaymentOptions(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String) |
PaymentOptions()
public PaymentOptions ();
Public Sub New ()
Aplica-se a
PaymentOptions(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String)
public PaymentOptions (bool? requestPayerName = default, bool? requestPayerEmail = default, bool? requestPayerPhone = default, bool? requestShipping = default, string shippingType = default);
new Microsoft.Bot.Connector.PaymentOptions : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string -> Microsoft.Bot.Connector.PaymentOptions
Public Sub New (Optional requestPayerName As Nullable(Of Boolean) = Nothing, Optional requestPayerEmail As Nullable(Of Boolean) = Nothing, Optional requestPayerPhone As Nullable(Of Boolean) = Nothing, Optional requestShipping As Nullable(Of Boolean) = Nothing, Optional shippingType As String = Nothing)
Parâmetros
- shippingType
- String