Class GoogleCloudPaymentsResellerSubscriptionV1Location
Describes a location of an end user.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1Location : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
The postal code this location refers to. Ex. "94043"
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
2-letter ISO region code for current content region. Ex. “US” Please refers to: https://en.wikipedia.org/wiki/ISO_3166-1
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |