PaymentAddress Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PaymentAddress() | |
PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String) |
PaymentAddress()
public PaymentAddress ();
Public Sub New ()
Applies to
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