public final class SourceOwner extends StripeObject
Modifier and Type | Field and Description |
---|---|
protected Address |
address |
protected String |
email |
protected String |
name |
protected String |
phone |
protected Address |
verifiedAddress |
protected String |
verifiedEmail |
protected String |
verifiedName |
protected String |
verifiedPhone |
PRETTY_PRINT_GSON
Constructor and Description |
---|
SourceOwner() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
String |
getEmail() |
String |
getName() |
String |
getPhone() |
Address |
getVerifiedAddress() |
String |
getVerifiedEmail() |
String |
getVerifiedName() |
String |
getVerifiedPhone() |
void |
setAddress(Address address) |
void |
setEmail(String email) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setVerifiedAddress(Address address) |
void |
setVerifiedEmail(String email) |
void |
setVerifiedName(String name) |
void |
setVerifiedPhone(String phone) |
equals, toJson, toString
protected Address address
protected Address verifiedAddress
protected String name
protected String verifiedName
protected String phone
protected String verifiedPhone
protected String email
protected String verifiedEmail
public Address getAddress()
public void setAddress(Address address)
public String getName()
public void setName(String name)
public String getPhone()
public void setPhone(String phone)
public String getEmail()
public void setEmail(String email)
public Address getVerifiedAddress()
public void setVerifiedAddress(Address address)
public String getVerifiedName()
public void setVerifiedName(String name)
public String getVerifiedPhone()
public void setVerifiedPhone(String phone)
public String getVerifiedEmail()
public void setVerifiedEmail(String email)
Copyright © 2017 Stripe. All rights reserved.