共用方式為


PaymentAddress 類別

定義

警告

Bot Framework no longer supports payments.

付款要求內的位址。

[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentAddress
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentAddress = class
Public Class PaymentAddress
繼承
PaymentAddress
屬性

建構函式

PaymentAddress()
已淘汰.

初始化 PaymentAddress 類別的新執行個體。

PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String)
已淘汰.

初始化 PaymentAddress 類別的新執行個體。

屬性

AddressLine
已淘汰.

取得或設定這是位址的最特定部分。 例如,它可以包括街地名、房屋號碼、Apartment 號碼、街道遞送路線、描述性指示,或郵遞信箱號碼。

City
已淘汰.

取得或設定這是位址的城市/城市部分。

Country
已淘汰.

取得或設定此為 CLDR (Common Locale Data Repository) 區功能變數代碼。 例如,US、GB、CN 或 JP。

DependentLocality
已淘汰.

取得或設定這是城市內的相依位置或子位置。 例如,用於鄰近地區、行政區、區域或英國相依地區。

LanguageCode
已淘汰.

取得或設定這是位址的 BCP-47 語言代碼。 當格式化要顯示的位址時,它會用來判斷欄位分隔符號和欄位的順序。

Organization
已淘汰.

取得或設定這是位於此位址的組織、公司、公司或機構。

Phone
已淘汰.

取得或設定這是收件者或連絡人的電話號碼。

PostalCode
已淘汰.

取得或設定這是郵遞區號或郵遞區號,也稱為印度的 PIN 碼。

Recipient
已淘汰.

取得或設定這是收件者或連絡人的名稱。

Region
已淘汰.

取得或設定這是國家/地區的最上層系統管理細分。 例如,這可以是州、省、縣/市或聖地。

SortingCode
已淘汰.

取得或設定這是用於法國的排序程式代碼。

適用於