ShippingAddressRequirements

public final class ShippingAddressRequirements extends Object
implements Parcelable

Optional shipping address requirements for the returned shipping address.

Nested Class Summary

class ShippingAddressRequirements.Builder Builder to create a ShippingAddressRequirements

Inherited Constant Summary

Field Summary

public static final Creator<ShippingAddressRequirements> CREATOR

Public Method Summary

ArrayList<String>
getAllowedCountryCodes()
Returns a list of country codes representing the countries to which shipping is allowed for this transaction or null if no restrictions were specified.
static ShippingAddressRequirements.Builder
void
writeToParcel(Parcel out, int flags)

Inherited Method Summary

Fields

public static final Creator<ShippingAddressRequirements> CREATOR

Public Methods

public ArrayList<String> getAllowedCountryCodes ()

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

public static ShippingAddressRequirements.Builder newBuilder ()

public void writeToParcel (Parcel out, int flags)