Class VerificationSession.RelatedPerson

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationSession.RelatedPerson
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
VerificationSession

public static class VerificationSession.RelatedPerson extends StripeObject
For more details about RelatedPerson, please refer to the API Reference.
  • Constructor Details

    • RelatedPerson

      public RelatedPerson()
  • Method Details

    • getAccount

      public String getAccount()
      Token referencing the associated Account of the related Person resource.
    • getPerson

      public String getPerson()
      Token referencing the related Person resource.
    • setAccount

      public void setAccount(String account)
      Token referencing the associated Account of the related Person resource.
    • setPerson

      public void setPerson(String person)
      Token referencing the related Person resource.
    • 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