Class TaxId.Owner

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

public static class TaxId.Owner extends StripeObject
  • Constructor Details

    • Owner

      public Owner()
  • 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)
    • getApplication

      public String getApplication()
      Get ID of expandable application object.
    • setApplication

      public void setApplication(String id)
    • getApplicationObject

      public Application getApplicationObject()
      Get expanded application.
    • setApplicationObject

      public void setApplicationObject(Application 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 owner referenced.

      One of account, application, customer, or self.

    • setType

      public void setType(String type)
      Type of owner referenced.

      One of account, application, customer, or self.

    • 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