public sealed class TransactionData.Types.Address : IMessage<TransactionData.Types.Address>, IEquatable<TransactionData.Types.Address>, IDeepCloneable<TransactionData.Types.Address>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class TransactionData.Types.Address.
Structured address format for billing and shipping addresses.
Implements
IMessageTransactionDataTypesAddress, IEquatableTransactionDataTypesAddress, IDeepCloneableTransactionDataTypesAddress, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
Address()
public Address()Address(Address)
public Address(TransactionData.Types.Address other)| Parameter | |
|---|---|
| Name | Description |
other |
TransactionDataTypesAddress |
Properties
Address_
public RepeatedField<string> Address_ { get; }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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
AdministrativeArea
public string AdministrativeArea { get; set; }The state, province, or otherwise administrative area of the address.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Locality
public string Locality { get; set; }The town/city of the address.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PostalCode
public string PostalCode { get; set; }The postal or ZIP code of the address.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Recipient
public string Recipient { get; set; }The recipient name, potentially including information such as "care of".
| Property Value | |
|---|---|
| Type | Description |
string |
|
RegionCode
public string RegionCode { get; set; }The CLDR country/region of the address.
| Property Value | |
|---|---|
| Type | Description |
string |
|