public class

ActivationDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ActivationDetailsType

Class Overview

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>
 

Summary

Fields
protected FailedPaymentActionType failedInitialAmountAction
protected BasicAmountType initialAmount
Public Constructors
ActivationDetailsType()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FailedPaymentActionType failedInitialAmountAction

protected BasicAmountType initialAmount

Public Constructors

public ActivationDetailsType ()

Public Methods

public FailedPaymentActionType getFailedInitialAmountAction ()

Gets the value of the failedInitialAmountAction property.

Returns

public BasicAmountType getInitialAmount ()

Gets the value of the initialAmount property.

Returns

public void setFailedInitialAmountAction (FailedPaymentActionType value)

Sets the value of the failedInitialAmountAction property.

Parameters
value Allowed object is FailedPaymentActionType

public void setInitialAmount (BasicAmountType value)

Sets the value of the initialAmount property.

Parameters
value Allowed object is BasicAmountType