Package com.stripe.param
Class AccountPersonsParams.Relationship
- java.lang.Object
-
- com.stripe.param.AccountPersonsParams.Relationship
-
- Enclosing class:
- AccountPersonsParams
public static class AccountPersonsParams.Relationship extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountPersonsParams.Relationship.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountPersonsParams.Relationship.Builderbuilder()java.lang.BooleangetDirector()java.lang.BooleangetExecutive()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()java.lang.BooleangetOwner()java.lang.BooleangetRepresentative()
-
-
-
Method Detail
-
builder
public static AccountPersonsParams.Relationship.Builder builder()
-
getDirector
public java.lang.Boolean getDirector()
-
getExecutive
public java.lang.Boolean getExecutive()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getOwner
public java.lang.Boolean getOwner()
-
getRepresentative
public java.lang.Boolean getRepresentative()
-
-