PaymentAddress Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PaymentAddress() | |
PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String) |
PaymentAddress()
public PaymentAddress ();
Public Sub New ()
Platí pro
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)
Parametry
- country
- String
- region
- String
- city
- String
- dependentLocality
- String
- postalCode
- String
- sortingCode
- String
- languageCode
- String
- organization
- String
- recipient
- String
- phone
- String