|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.PaymentHoldDetailType
public class PaymentHoldDetailType
This type defines the PaymentHoldDetails container, which consists of information related to the payment hold on the order, including the reason why the buyer's payment for the order is being held, the expected release date of the funds into the seller's account, and possible action(s) the seller can take to expedite the payout of funds into their account.
Java class for PaymentHoldDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentHoldDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ExpectedReleaseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RequiredSellerActionArray" type="{urn:ebay:apis:eBLBaseComponents}RequiredSellerActionArrayType" minOccurs="0"/> <element name="NumOfReqSellerActions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PaymentHoldReason" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldReasonCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.Calendar |
expectedReleaseDate
|
protected java.lang.Integer |
numOfReqSellerActions
|
protected PaymentHoldReasonCodeType |
paymentHoldReason
|
protected RequiredSellerActionArrayType |
requiredSellerActionArray
|
Constructor Summary | |
---|---|
PaymentHoldDetailType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.util.Calendar |
getExpectedReleaseDate()
Gets the value of the expectedReleaseDate property. |
java.lang.Integer |
getNumOfReqSellerActions()
Gets the value of the numOfReqSellerActions property. |
PaymentHoldReasonCodeType |
getPaymentHoldReason()
Gets the value of the paymentHoldReason property. |
RequiredSellerActionArrayType |
getRequiredSellerActionArray()
Gets the value of the requiredSellerActionArray property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setExpectedReleaseDate(java.util.Calendar value)
Sets the value of the expectedReleaseDate property. |
void |
setNumOfReqSellerActions(java.lang.Integer value)
Sets the value of the numOfReqSellerActions property. |
void |
setPaymentHoldReason(PaymentHoldReasonCodeType value)
Sets the value of the paymentHoldReason property. |
void |
setRequiredSellerActionArray(RequiredSellerActionArrayType value)
Sets the value of the requiredSellerActionArray property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Calendar expectedReleaseDate
protected RequiredSellerActionArrayType requiredSellerActionArray
protected java.lang.Integer numOfReqSellerActions
protected PaymentHoldReasonCodeType paymentHoldReason
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public PaymentHoldDetailType()
Method Detail |
---|
public java.util.Calendar getExpectedReleaseDate()
String
public void setExpectedReleaseDate(java.util.Calendar value)
value
- allowed object is
String
public RequiredSellerActionArrayType getRequiredSellerActionArray()
RequiredSellerActionArrayType
public void setRequiredSellerActionArray(RequiredSellerActionArrayType value)
value
- allowed object is
RequiredSellerActionArrayType
public java.lang.Integer getNumOfReqSellerActions()
Integer
public void setNumOfReqSellerActions(java.lang.Integer value)
value
- allowed object is
Integer
public PaymentHoldReasonCodeType getPaymentHoldReason()
PaymentHoldReasonCodeType
public void setPaymentHoldReason(PaymentHoldReasonCodeType value)
value
- allowed object is
PaymentHoldReasonCodeType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.