Show / Hide Table of Contents

Class BuyerAddress

Address information for the customer, for use in tax computation.

Inheritance
object
BuyerAddress
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class BuyerAddress : IDirectResponseSchema

Properties

BuyerCountry

Two letter country code based on ISO-3166-1 Alpha-2 (UN country codes).

Declaration
[JsonProperty("buyerCountry")]
public virtual string BuyerCountry { get; set; }
Property Value
Type Description
string

BuyerPostcode

Postal code of an address. When Google is the Merchant of Record for the order, this information is not included.

Declaration
[JsonProperty("buyerPostcode")]
public virtual string BuyerPostcode { get; set; }
Property Value
Type Description
string

BuyerState

Top-level administrative subdivision of the buyer address country. When Google is the Merchant of Record for the order, this information is not included.

Declaration
[JsonProperty("buyerState")]
public virtual string BuyerState { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX