Class PaymentEvaluation.CustomerDetails

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

public static class PaymentEvaluation.CustomerDetails extends StripeObject
Customer details attached to this payment evaluation.
  • Constructor Details

    • CustomerDetails

      public CustomerDetails()
  • Method Details

    • getCustomer

      public String getCustomer()
      The ID of the customer associated with the payment evaluation.
    • getCustomerAccount

      public String getCustomerAccount()
      The ID of the Account representing the customer associated with the payment evaluation.
    • getEmail

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

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

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

      public void setCustomer(String customer)
      The ID of the customer associated with the payment evaluation.
    • setCustomerAccount

      public void setCustomerAccount(String customerAccount)
      The ID of the Account representing the customer associated with the payment evaluation.
    • setEmail

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

      public void setName(String name)
      The customer's full name or business 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