Google Cloud reCAPTCHA Enterprise v1 API - Class TransactionData.Types.Address (2.13.0)

public sealed class TransactionData.Types.Address : IMessage<TransactionData.Types.Address>, IEquatable<TransactionData.Types.Address>, IDeepCloneable<TransactionData.Types.Address>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class TransactionData.Types.Address.

Structured address format for billing and shipping addresses.

Inheritance

object > TransactionData.Types.Address

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

Address()

public Address()

Address(Address)

public Address(TransactionData.Types.Address other)
Parameter
NameDescription
otherTransactionDataTypesAddress

Properties

Address_

public RepeatedField<string> Address_ { get; }

Optional. The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.

Property Value
TypeDescription
RepeatedFieldstring

AdministrativeArea

public string AdministrativeArea { get; set; }

Optional. The state, province, or otherwise administrative area of the address.

Property Value
TypeDescription
string

Locality

public string Locality { get; set; }

Optional. The town/city of the address.

Property Value
TypeDescription
string

PostalCode

public string PostalCode { get; set; }

Optional. The postal or ZIP code of the address.

Property Value
TypeDescription
string

Recipient

public string Recipient { get; set; }

Optional. The recipient name, potentially including information such as "care of".

Property Value
TypeDescription
string

RegionCode

public string RegionCode { get; set; }

Optional. The CLDR country/region of the address.

Property Value
TypeDescription
string