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
The relationship that this individual has with the Account's identity.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetOwner()getTitle()inthashCode()voidsetAuthorizer(Boolean authorizer) voidsetDirector(Boolean director) voidsetExecutive(Boolean executive) voidsetLegalGuardian(Boolean legalGuardian) voidvoidsetPercentOwnership(String percentOwnership) voidsetRepresentative(Boolean representative) voidMethods 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()
-