Class Source.Owner

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.Owner
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Source

public static class Source.Owner extends StripeObject
  • Constructor Details

    • Owner

      public Owner()
  • Method Details

    • getAddress

      public Address getAddress()
      Owner's address.
    • getEmail

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

      public String getName()
      Owner's full name.
    • getPhone

      public String getPhone()
      Owner's phone number (including extension).
    • getVerifiedAddress

      public Address getVerifiedAddress()
      Verified owner's address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • getVerifiedEmail

      public String getVerifiedEmail()
      Verified owner's email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • getVerifiedName

      public String getVerifiedName()
      Verified owner's full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • getVerifiedPhone

      public String getVerifiedPhone()
      Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • setAddress

      public void setAddress(Address address)
      Owner's address.
    • setEmail

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

      public void setName(String name)
      Owner's full name.
    • setPhone

      public void setPhone(String phone)
      Owner's phone number (including extension).
    • setVerifiedAddress

      public void setVerifiedAddress(Address verifiedAddress)
      Verified owner's address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • setVerifiedEmail

      public void setVerifiedEmail(String verifiedEmail)
      Verified owner's email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • setVerifiedName

      public void setVerifiedName(String verifiedName)
      Verified owner's full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • setVerifiedPhone

      public void setVerifiedPhone(String verifiedPhone)
      Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
    • 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