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
For more details about Payee, please refer to the API Reference.
  • 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)
    • getExternalReference

      public String getExternalReference()
      The external reference to this payee.
    • getType

      public String getType()
      Either account or external_reference.

      One of account, or external_reference.

    • setExternalReference

      public void setExternalReference(String externalReference)
      The external reference to this payee.
    • setType

      public void setType(String type)
      Either account or external_reference.

      One of account, or external_reference.

    • 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