public class LegalEntity extends StripeObject
Modifier and Type | Class and Description |
---|---|
static class |
LegalEntity.DateOfBirth |
static class |
LegalEntity.Owner |
static class |
LegalEntity.Verification |
PRETTY_PRINT_GSON
Constructor and Description |
---|
LegalEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<LegalEntity.Owner> |
getAdditionalOwners() |
Address |
getAddress() |
String |
getBusinessName() |
Boolean |
getBusinessTaxIdProvided() |
LegalEntity.DateOfBirth |
getDob() |
String |
getFirstName() |
String |
getLastName() |
Address |
getPersonalAddress() |
Boolean |
getPersonalIdNumberProvided() |
Boolean |
getSsnLast4Provided() |
String |
getType() |
LegalEntity.Verification |
getVerification() |
void |
setBusinessTaxIdProvided(Boolean businessTaxIdProvided) |
void |
setPersonalIdNumberProvided(Boolean personalIdNumberProvided) |
void |
setSsnLast4Provided(Boolean ssnLast4Provided) |
equals, toString
public String getType()
public Address getAddress()
public String getBusinessName()
public Boolean getBusinessTaxIdProvided()
public void setBusinessTaxIdProvided(Boolean businessTaxIdProvided)
public LegalEntity.DateOfBirth getDob()
public String getFirstName()
public String getLastName()
public Address getPersonalAddress()
public Boolean getPersonalIdNumberProvided()
public void setPersonalIdNumberProvided(Boolean personalIdNumberProvided)
public Boolean getSsnLast4Provided()
public void setSsnLast4Provided(Boolean ssnLast4Provided)
public LegalEntity.Verification getVerification()
public List<LegalEntity.Owner> getAdditionalOwners()
Copyright © 2016 Stripe. All rights reserved.