Package com.stripe.model.tax
Class Form.Payee
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Form.Payee
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Form
ISO 3166-2 U.S. state code,
without country prefix, if any. For example, "NY" for New York, United States.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandableaccount
object.Get expandedaccount
.getType()
Alwaysaccount
.int
hashCode()
void
setAccount
(String id) void
setAccountObject
(Account expandableObject) void
Alwaysaccount
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payee
public Payee()
-
-
Method Details
-
getAccount
Get ID of expandableaccount
object. -
setAccount
-
getAccountObject
Get expandedaccount
. -
setAccountObject
-
getType
Alwaysaccount
.Equal to
account
. -
setType
Alwaysaccount
.Equal to
account
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-