| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ActivationDetailsType |
Java class for ActivationDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InitialAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="FailedInitialAmountAction" type="{urn:ebay:apis:eBLBaseComponents}FailedPaymentActionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| failedInitialAmountAction | |||||||||||
| initialAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the failedInitialAmountAction property.
| |||||||||||
Gets the value of the initialAmount property.
| |||||||||||
Sets the value of the failedInitialAmountAction property.
| |||||||||||
Sets the value of the initialAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the failedInitialAmountAction property.
FailedPaymentActionType
Gets the value of the initialAmount property.
BasicAmountType
Sets the value of the failedInitialAmountAction property.
| value | Allowed object is
FailedPaymentActionType
|
|---|
Sets the value of the initialAmount property.
| value | Allowed object is
BasicAmountType
|
|---|