Class PaymentAttemptRecord.PaymentMethodDetails.BillingDetails

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

public static class PaymentAttemptRecord.PaymentMethodDetails.BillingDetails extends StripeObject
Billing details used by the customer for this payment.
  • Constructor Details

    • BillingDetails

      public BillingDetails()
  • Method Details

    • getAddress

      A representation of a physical address.
    • getEmail

      public String getEmail()
      The billing email associated with the method of payment.
    • getName

      public String getName()
      The billing name associated with the method of payment.
    • getPhone

      public String getPhone()
      The billing phone number associated with the method of payment.
    • setAddress

      A representation of a physical address.
    • setEmail

      public void setEmail(String email)
      The billing email associated with the method of payment.
    • setName

      public void setName(String name)
      The billing name associated with the method of payment.
    • setPhone

      public void setPhone(String phone)
      The billing phone number associated with the method of payment.
    • 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