Class ShippingDetails

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

public class ShippingDetails extends StripeObject
  • Constructor Details

    • ShippingDetails

      public ShippingDetails()
  • Method Details

    • getAddress

      public Address getAddress()
    • getCarrier

      public String getCarrier()
      The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
    • getName

      public String getName()
      Recipient name.
    • getPhone

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

      public String getTrackingNumber()
      The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
    • setAddress

      public void setAddress(Address address)
    • setCarrier

      public void setCarrier(String carrier)
      The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
    • setName

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

      public void setPhone(String phone)
      Recipient phone (including extension).
    • setTrackingNumber

      public void setTrackingNumber(String trackingNumber)
      The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
    • 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