Class PaymentLink.ShippingAddressCollection

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

public static class PaymentLink.ShippingAddressCollection extends StripeObject
The maximum number of checkout sessions that can be completed for the completed_sessions restriction to be met.
  • 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