| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BusinessOwnerInfoType |
BusinessOwnerInfoType
Java class for BusinessOwnerInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessOwnerInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Owner" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType" minOccurs="0"/>
<element name="HomePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MobilePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| homePhone | |||||||||||
| mobilePhone | |||||||||||
| owner | |||||||||||
| ssn | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the homePhone property.
| |||||||||||
Gets the value of the mobilePhone property.
| |||||||||||
Gets the value of the owner property.
| |||||||||||
Gets the value of the ssn property.
| |||||||||||
Sets the value of the homePhone property.
| |||||||||||
Sets the value of the mobilePhone property.
| |||||||||||
Sets the value of the owner property.
| |||||||||||
Sets the value of the ssn property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the homePhone property.
Gets the value of the mobilePhone property.
Gets the value of the owner property.
PayerInfoType
Gets the value of the ssn property.
Sets the value of the homePhone property.
| value | Allowed object is String |
|---|
Sets the value of the mobilePhone property.
| value | Allowed object is String |
|---|
Sets the value of the owner property.
| value | Allowed object is
PayerInfoType
|
|---|
Sets the value of the ssn property.
| value | Allowed object is String |
|---|