PaymentAddress Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PaymentAddress() | |
PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String) |
PaymentAddress()
public PaymentAddress ();
Public Sub New ()
Van toepassing op
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)
Parameters
- country
- String
- region
- String
- city
- String
- dependentLocality
- String
- postalCode
- String
- sortingCode
- String
- languageCode
- String
- organization
- String
- recipient
- String
- phone
- String