public class ActivationDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected FailedPaymentActionType |
failedInitialAmountAction |
protected BasicAmountType |
initialAmount |
Constructor and Description |
---|
ActivationDetailsType() |
Modifier and Type | Method and Description |
---|---|
FailedPaymentActionType |
getFailedInitialAmountAction()
Gets the value of the failedInitialAmountAction property.
|
BasicAmountType |
getInitialAmount()
Gets the value of the initialAmount property.
|
void |
setFailedInitialAmountAction(FailedPaymentActionType value)
Sets the value of the failedInitialAmountAction property.
|
void |
setInitialAmount(BasicAmountType value)
Sets the value of the initialAmount property.
|
protected BasicAmountType initialAmount
protected FailedPaymentActionType failedInitialAmountAction
public BasicAmountType getInitialAmount()
BasicAmountType
public void setInitialAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public FailedPaymentActionType getFailedInitialAmountAction()
FailedPaymentActionType
public void setFailedInitialAmountAction(FailedPaymentActionType value)
value
- the value
allowed object is
FailedPaymentActionType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.