public final class

Address

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.wallet.Address

Class Overview

Parcelable representing an address.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<Address> CREATOR
Public Constructors
Address()
Public Methods
int describeContents()
String getAddress1()
String getAddress2()
String getAddress3()
String getCity()
String getCompanyName()
String getCountryCode()
String getName()
String getPhoneNumber()
String getPostalCode()
String getState()
int getVersionCode()
boolean isPostBox()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<Address> CREATOR

Public Constructors

public Address ()

Public Methods

public int describeContents ()

public String getAddress1 ()

Returns
  • The first line of the address. If omitted, defaults to "".

public String getAddress2 ()

Returns
  • The second line of the address. If omitted, defaults to "".

public String getAddress3 ()

Returns
  • The third line of the address. If omitted, defaults to "".

public String getCity ()

Returns
  • The city. If omitted, defaults to "".

public String getCompanyName ()

Returns
  • The company name of the address. If omitted, defaults to "".

public String getCountryCode ()

Returns
  • The ISO-3166 country code. If omitted, defaults to "".

public String getName ()

Returns
  • Name of the person at this address. This is the name on the credit card for a billing address or a recipient for a shipping address. If omitted, defaults to "".

public String getPhoneNumber ()

Returns
  • The billing phone number associated with the address. Will only be returned if requested in the MaskedWalletRequest. Note: This could be an international phone number. If omitted, defaults to "".

public String getPostalCode ()

Returns
  • The postal code. If omitted, defaults to "".

public String getState ()

Returns
  • The state. If omitted, defaults to "".

public int getVersionCode ()

public boolean isPostBox ()

Returns
  • Whether the address is a post box or not.

public void writeToParcel (Parcel out, int flags)