Class Order.ShippingDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.ShippingDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Order

public static class Order.ShippingDetails extends StripeObject
Tax rates can be applied to invoices, subscriptions and Checkout Sessions to collect tax.

Related guide: Tax Rates.

  • Constructor Details

    • ShippingDetails

      public ShippingDetails()
  • Method Details

    • getAddress

      public Address getAddress()
      Recipient shipping address. Required if the order includes products that are shippable.
    • getName

      public String getName()
      Recipient name.
    • getPhone

      public String getPhone()
      Recipient phone (including extension).
    • setAddress

      public void setAddress(Address address)
      Recipient shipping address. Required if the order includes products that are shippable.
    • setName

      public void setName(String name)
      Recipient name.
    • setPhone

      public void setPhone(String phone)
      Recipient phone (including extension).
    • 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