Class Session.AccountHolder

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.AccountHolder
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.AccountHolder extends StripeObject
  • Constructor Details

    • AccountHolder

      public AccountHolder()
  • Method Details

    • getAccount

      public String getAccount()
      Get ID of expandable account object.
    • setAccount

      public void setAccount(String id)
    • getAccountObject

      public Account getAccountObject()
      Get expanded account.
    • setAccountObject

      public void setAccountObject(Account expandableObject)
    • getCustomer

      public String getCustomer()
      Get ID of expandable customer object.
    • setCustomer

      public void setCustomer(String id)
    • getCustomerObject

      public Customer getCustomerObject()
      Get expanded customer.
    • setCustomerObject

      public void setCustomerObject(Customer expandableObject)
    • getType

      public String getType()
      Type of account holder that this account belongs to.

      One of account, or customer.

    • setType

      public void setType(String type)
      Type of account holder that this account belongs to.

      One of account, or customer.

    • 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