Class PaymentAttemptRecord.ShippingDetails

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

public static class PaymentAttemptRecord.ShippingDetails extends StripeObject
The customer's shipping information associated with this payment.
  • Constructor Details

    • ShippingDetails

      public ShippingDetails()
  • Method Details

    • getAddress

      A representation of a physical address.
    • getName

      public String getName()
      The shipping recipient's name.
    • getPhone

      public String getPhone()
      The shipping recipient's phone number.
    • setAddress

      public void setAddress(PaymentAttemptRecord.ShippingDetails.Address address)
      A representation of a physical address.
    • setName

      public void setName(String name)
      The shipping recipient's name.
    • setPhone

      public void setPhone(String phone)
      The shipping recipient's phone number.
    • 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