public final class

ShippingAddressRequirements

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

Class Overview

Optional shipping address requirements for the returned shipping address.

Summary

Nested Classes
class ShippingAddressRequirements.Builder Builder to create a ShippingAddressRequirements
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<ShippingAddressRequirements> CREATOR
Public Methods
ArrayList<String> getAllowedCountryCodes()
static ShippingAddressRequirements.Builder newBuilder()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<ShippingAddressRequirements> CREATOR

Public Methods

public ArrayList<String> getAllowedCountryCodes ()

Returns
ArrayList<String> a list of country codes representing the countries to which shipping is allowed for this transaction or null if no restrictions were specified.

public void writeToParcel (Parcel out, int flags)

Parameters
out Parcel
flags int