Class Session.ShippingAddressCollection

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.ShippingAddressCollection
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.ShippingAddressCollection extends StripeObject
  • Constructor Details

    • ShippingAddressCollection

      public ShippingAddressCollection()
  • Method Details

    • getAllowedCountries

      public List<String> 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

      public void setAllowedCountries(List<String> allowedCountries)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object