Class Session.CollectedInformation

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

public static class Session.CollectedInformation extends StripeObject
For more details about CollectedInformation, please refer to the API Reference.
  • Constructor Details

    • CollectedInformation

      public CollectedInformation()
  • Method Details

    • getBusinessName

      public String getBusinessName()
      Customer’s business name for this Checkout Session.
    • getEmail

      public String getEmail()
      Customer’s email for this Checkout Session.
    • getPhone

      public String getPhone()
      Customer’s phone number for this Checkout Session.
    • getShippingDetails

      public Session.CollectedInformation.ShippingDetails getShippingDetails()
      Shipping information for this Checkout Session.
    • getTaxIds

      Customer’s tax ids for this Checkout Session.
    • setBusinessName

      public void setBusinessName(String businessName)
      Customer’s business name for this Checkout Session.
    • setEmail

      public void setEmail(String email)
      Customer’s email for this Checkout Session.
    • setPhone

      public void setPhone(String phone)
      Customer’s phone number for this Checkout Session.
    • setShippingDetails

      public void setShippingDetails(Session.CollectedInformation.ShippingDetails shippingDetails)
      Shipping information for this Checkout Session.
    • setTaxIds

      public void setTaxIds(List<Session.CollectedInformation.TaxId> taxIds)
      Customer’s tax ids for this Checkout Session.
    • 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