| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.GetMobileStatusResponseType | |
Java class for GetMobileStatusResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMobileStatusResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
<sequence>
<element name="IsActivated" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="PaymentPending" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isActivated | |||||||||||
| paymentPending | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isActivated property.
| |||||||||||
Gets the value of the paymentPending property.
| |||||||||||
Sets the value of the isActivated property.
| |||||||||||
Sets the value of the paymentPending property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the isActivated property.
Gets the value of the paymentPending property.
Sets the value of the isActivated property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the paymentPending property.
| value | Allowed object is BigInteger |
|---|