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.
Implements
IMessageTransactionDataTypesAddress, IEquatableTransactionDataTypesAddress, IDeepCloneableTransactionDataTypesAddress, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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; }
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
AdministrativeArea
public string AdministrativeArea { get; set; }
Optional. The state, province, or otherwise administrative area of the address.
Property Value | |
---|---|
Type | Description |
string |
Locality
public string Locality { get; set; }
Optional. The town/city of the address.
Property Value | |
---|---|
Type | Description |
string |
PostalCode
public string PostalCode { get; set; }
Optional. The postal or ZIP code of the address.
Property Value | |
---|---|
Type | Description |
string |
Recipient
public string Recipient { get; set; }
Optional. The recipient name, potentially including information such as "care of".
Property Value | |
---|---|
Type | Description |
string |
RegionCode
public string RegionCode { get; set; }
Optional. The CLDR country/region of the address.
Property Value | |
---|---|
Type | Description |
string |