public static class Session.ShippingAddressCollection extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
ShippingAddressCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAllowedCountries()
An array of two-letter ISO country codes representing which countries Checkout should provide
as options for shipping locations.
|
int |
hashCode() |
void |
setAllowedCountries(java.util.List<java.lang.String> allowedCountries)
An array of two-letter ISO country codes representing which countries Checkout should provide
as options for shipping locations.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.util.List<java.lang.String> getAllowedCountries()
AS, CX, CC, CU, HM, IR,
KP, MH, FM, NF, MP, PW, SD, SY, UM, VI.public void setAllowedCountries(java.util.List<java.lang.String> allowedCountries)
AS, CX, CC, CU, HM, IR,
KP, MH, FM, NF, MP, PW, SD, SY, UM, VI.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object