Package com.stripe.model.checkout
Class Session.ShippingAddressCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.ShippingAddressCollection
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations.int
hashCode()
void
setAllowedCountries
(List<String> allowedCountries) An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ShippingAddressCollection
public ShippingAddressCollection()
-
-
Method Details
-
getAllowedCountries
An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations. Unsupported country codes:AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI
. -
setAllowedCountries
An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations. Unsupported country codes:AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-