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() |
LegalEntity.DateOfBirth |
getDob() |
String |
getFirstName() |
String |
getLastName() |
Address |
getPersonalAddress() |
String |
getType() |
LegalEntity.Verification |
getVerification() |
equals, toStringpublic String getType()
public Address getAddress()
public String getBusinessName()
public LegalEntity.DateOfBirth getDob()
public String getFirstName()
public String getLastName()
public Address getPersonalAddress()
public LegalEntity.Verification getVerification()
public List<LegalEntity.Owner> getAdditionalOwners()
Copyright © 2015 Stripe. All rights reserved.