Package com.stripe.model.v2.core
Class Account.Identity.Individual.Relationship
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Individual.Relationship
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.Individual
For more details about Relationship, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getOwner()
getTitle()
int
hashCode()
void
setAuthorizer
(Boolean authorizer) void
setDirector
(Boolean director) void
setExecutive
(Boolean executive) void
setLegalGuardian
(Boolean legalGuardian) void
void
setPercentOwnership
(String percentOwnership) void
setRepresentative
(Boolean representative) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Relationship
public Relationship()
-
-
Method Details
-
getAuthorizer
-
getDirector
-
getExecutive
-
getLegalGuardian
-
getOwner
-
getPercentOwnership
-
getRepresentative
-
getTitle
-
setAuthorizer
-
setDirector
-
setExecutive
-
setLegalGuardian
-
setOwner
-
setPercentOwnership
-
setRepresentative
-
setTitle
-
equals
-
canEqual
-
hashCode
public int hashCode()
-