PaymentAddress Class

Definition

Caution

Bot Framework no longer supports payments.

Address within a Payment Request.

[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
Inheritance
PaymentAddress
Attributes

Constructors

PaymentAddress()

Initializes a new instance of the PaymentAddress class.

PaymentAddress(String, IList<String>, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the PaymentAddress class.

Properties

AddressLine

Gets or sets this is the most specific part of the address. It can include, for example, a street name, a house number, apartment number, a rural delivery route, descriptive instructions, or a post office box number.

City

Gets or sets this is the city/town portion of the address.

Country

Gets or sets this is the CLDR (Common Locale Data Repository) region code. For example, US, GB, CN, or JP.

DependentLocality

Gets or sets this is the dependent locality or sublocality within a city. For example, used for neighborhoods, boroughs, districts, or UK dependent localities.

LanguageCode

Gets or sets this is the BCP-47 language code for the address. It's used to determine the field separators and the order of fields when formatting the address for display.

Organization

Gets or sets this is the organization, firm, company, or institution at this address.

Phone

Gets or sets this is the phone number of the recipient or contact person.

PostalCode

Gets or sets this is the postal code or ZIP code, also known as PIN code in India.

Recipient

Gets or sets this is the name of the recipient or contact person.

Region

Gets or sets this is the top level administrative subdivision of the country. For example, this can be a state, a province, an oblast, or a prefecture.

SortingCode

Gets or sets this is the sorting code as used in, for example, France.

Applies to