Class GoogleCloudRecaptchaenterpriseV1TransactionDataAddress
Structured address format for billing and shipping addresses.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1TransactionDataAddress : IDirectResponseSchema
Properties
Address
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.
Declaration
[JsonProperty("address")]
public virtual IList<string> Address { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
AdministrativeArea
Optional. The state, province, or otherwise administrative area of the address.
Declaration
[JsonProperty("administrativeArea")]
public virtual string AdministrativeArea { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Locality
Optional. The town/city of the address.
Declaration
[JsonProperty("locality")]
public virtual string Locality { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Optional. The postal or ZIP code of the address.
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Recipient
Optional. The recipient name, potentially including information such as "care of".
Declaration
[JsonProperty("recipient")]
public virtual string Recipient { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
Optional. The CLDR country/region of the address.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |