PaymentAddress 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
PaymentAddress() | |
PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String) |
PaymentAddress()
public PaymentAddress ();
Public Sub New ()
S’applique à
PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String)
public PaymentAddress (string country = default, System.Collections.Generic.IList<string> addressLine = default, string region = default, string city = default, string dependentLocality = default, string postalCode = default, string sortingCode = default, string languageCode = default, string organization = default, string recipient = default, string phone = default);
new Microsoft.Bot.Connector.PaymentAddress : string * System.Collections.Generic.IList<string> * string * string * string * string * string * string * string * string * string -> Microsoft.Bot.Connector.PaymentAddress
Public Sub New (Optional country As String = Nothing, Optional addressLine As IList(Of String) = Nothing, Optional region As String = Nothing, Optional city As String = Nothing, Optional dependentLocality As String = Nothing, Optional postalCode As String = Nothing, Optional sortingCode As String = Nothing, Optional languageCode As String = Nothing, Optional organization As String = Nothing, Optional recipient As String = Nothing, Optional phone As String = Nothing)
Paramètres
- country
- String
- region
- String
- city
- String
- dependentLocality
- String
- postalCode
- String
- sortingCode
- String
- languageCode
- String
- organization
- String
- recipient
- String
- phone
- String