PaymentAddress コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PaymentAddress() | |
PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String) |
PaymentAddress()
public PaymentAddress ();
Public Sub New ()
適用対象
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)
パラメーター
- country
- String
- region
- String
- city
- String
- dependentLocality
- String
- postalCode
- String
- sortingCode
- String
- languageCode
- String
- organization
- String
- recipient
- String
- phone
- String