java.lang.Object |
↳ |
com.google.android.gms.wallet.ShippingAddressRequirements.Builder |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
Adds a country code of the country to which shipping is allowed in this transaction. If not
specified here nor via addAllowedCountryCodes(Collection)
, all countries are
considered to be allowed.
Parameters |
allowedCountryCode |
String : an ISO 3166-2 formatted country code (e.g., "US", "CA", "JP").
|
Adds a collection of country codes of the countries to which shipping is allowed in this
transaction. If not specified here nor via addAllowedCountryCode(String)
, all
countries are considered to be allowed.
Parameters |
allowedCountryCodes |
Collection : a collection of ISO 3166-2 formatted country code (e.g., "US",
"CA", "JP").
|