Class Form.Payee

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Form.Payee
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Form

public static class Form.Payee extends StripeObject
ISO 3166-2 U.S. state code, without country prefix, if any. For example, "NY" for New York, United States.
  • Constructor Details

    • Payee

      public Payee()
  • 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)
    • getType

      public String getType()
      Always account.

      Equal to account.

    • setType

      public void setType(String type)
      Always account.

      Equal to account.

    • 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