Class PaymentAttemptRecord.CustomerDetails

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

public static class PaymentAttemptRecord.CustomerDetails extends StripeObject
Information about the customer for this payment.
  • Constructor Details

    • CustomerDetails

      public CustomerDetails()
  • Method Details

    • getCustomer

      public String getCustomer()
      ID of the Stripe Customer associated with this payment.
    • getEmail

      public String getEmail()
      The customer's email address.
    • getName

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

      public String getPhone()
      The customer's phone number.
    • setCustomer

      public void setCustomer(String customer)
      ID of the Stripe Customer associated with this payment.
    • setEmail

      public void setEmail(String email)
      The customer's email address.
    • setName

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

      public void setPhone(String phone)
      The customer'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