|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.ReviseCheckoutStatusRequestType
public class ReviseCheckoutStatusRequestType
Enables a seller to update the payment details, the shipping details, and the status of an order.
Java class for ReviseCheckoutStatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReviseCheckoutStatusRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="OrderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AmountPaid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="PaymentMethodUsed" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentMethodCodeType" minOccurs="0"/> <element name="CheckoutStatus" type="{urn:ebay:apis:eBLBaseComponents}CompleteStatusCodeType" minOccurs="0"/> <element name="ShippingService" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ShippingIncludedInTax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CheckoutMethod" type="{urn:ebay:apis:eBLBaseComponents}CheckoutMethodCodeType" minOccurs="0"/> <element name="InsuranceType" type="{urn:ebay:apis:eBLBaseComponents}InsuranceSelectedCodeType" minOccurs="0"/> <element name="PaymentStatus" type="{urn:ebay:apis:eBLBaseComponents}RCSPaymentStatusCodeType" minOccurs="0"/> <element name="AdjustmentAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ShippingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="BuyerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShippingInsuranceCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="SalesTax" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ShippingCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EncryptedID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExternalTransaction" type="{urn:ebay:apis:eBLBaseComponents}ExternalTransactionType" minOccurs="0"/> <element name="MultipleSellerPaymentID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CODCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected AmountType |
adjustmentAmount
|
protected AmountType |
amountPaid
|
protected java.lang.String |
buyerID
|
protected CheckoutMethodCodeType |
checkoutMethod
|
protected CompleteStatusCodeType |
checkoutStatus
|
protected AmountType |
codCost
|
protected java.lang.String |
encryptedID
|
protected ExternalTransactionType |
externalTransaction
|
protected InsuranceSelectedCodeType |
insuranceType
|
protected java.lang.String |
itemID
|
protected java.lang.String |
multipleSellerPaymentID
|
protected java.lang.String |
orderID
|
protected java.lang.String |
orderLineItemID
|
protected BuyerPaymentMethodCodeType |
paymentMethodUsed
|
protected RCSPaymentStatusCodeType |
paymentStatus
|
protected AmountType |
salesTax
|
protected AddressType |
shippingAddress
|
protected AmountType |
shippingCost
|
protected java.lang.Boolean |
shippingIncludedInTax
|
protected AmountType |
shippingInsuranceCost
|
protected java.lang.String |
shippingService
|
protected java.lang.String |
transactionID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
ReviseCheckoutStatusRequestType()
|
Method Summary | |
---|---|
AmountType |
getAdjustmentAmount()
Gets the value of the adjustmentAmount property. |
AmountType |
getAmountPaid()
Gets the value of the amountPaid property. |
java.lang.String |
getBuyerID()
Gets the value of the buyerID property. |
CheckoutMethodCodeType |
getCheckoutMethod()
Gets the value of the checkoutMethod property. |
CompleteStatusCodeType |
getCheckoutStatus()
Gets the value of the checkoutStatus property. |
AmountType |
getCODCost()
Gets the value of the codCost property. |
java.lang.String |
getEncryptedID()
Gets the value of the encryptedID property. |
ExternalTransactionType |
getExternalTransaction()
Gets the value of the externalTransaction property. |
InsuranceSelectedCodeType |
getInsuranceType()
Gets the value of the insuranceType property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
java.lang.String |
getMultipleSellerPaymentID()
Gets the value of the multipleSellerPaymentID property. |
java.lang.String |
getOrderID()
Gets the value of the orderID property. |
java.lang.String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
BuyerPaymentMethodCodeType |
getPaymentMethodUsed()
Gets the value of the paymentMethodUsed property. |
RCSPaymentStatusCodeType |
getPaymentStatus()
Gets the value of the paymentStatus property. |
AmountType |
getSalesTax()
Gets the value of the salesTax property. |
AddressType |
getShippingAddress()
Gets the value of the shippingAddress property. |
AmountType |
getShippingCost()
Gets the value of the shippingCost property. |
AmountType |
getShippingInsuranceCost()
Gets the value of the shippingInsuranceCost property. |
java.lang.String |
getShippingService()
Gets the value of the shippingService property. |
java.lang.String |
getTransactionID()
Gets the value of the transactionID property. |
java.lang.Boolean |
isShippingIncludedInTax()
Gets the value of the shippingIncludedInTax property. |
void |
setAdjustmentAmount(AmountType value)
Sets the value of the adjustmentAmount property. |
void |
setAmountPaid(AmountType value)
Sets the value of the amountPaid property. |
void |
setBuyerID(java.lang.String value)
Sets the value of the buyerID property. |
void |
setCheckoutMethod(CheckoutMethodCodeType value)
Sets the value of the checkoutMethod property. |
void |
setCheckoutStatus(CompleteStatusCodeType value)
Sets the value of the checkoutStatus property. |
void |
setCODCost(AmountType value)
Sets the value of the codCost property. |
void |
setEncryptedID(java.lang.String value)
Sets the value of the encryptedID property. |
void |
setExternalTransaction(ExternalTransactionType value)
Sets the value of the externalTransaction property. |
void |
setInsuranceType(InsuranceSelectedCodeType value)
Sets the value of the insuranceType property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setMultipleSellerPaymentID(java.lang.String value)
Sets the value of the multipleSellerPaymentID property. |
void |
setOrderID(java.lang.String value)
Sets the value of the orderID property. |
void |
setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property. |
void |
setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethodUsed property. |
void |
setPaymentStatus(RCSPaymentStatusCodeType value)
Sets the value of the paymentStatus property. |
void |
setSalesTax(AmountType value)
Sets the value of the salesTax property. |
void |
setShippingAddress(AddressType value)
Sets the value of the shippingAddress property. |
void |
setShippingCost(AmountType value)
Sets the value of the shippingCost property. |
void |
setShippingIncludedInTax(java.lang.Boolean value)
Sets the value of the shippingIncludedInTax property. |
void |
setShippingInsuranceCost(AmountType value)
Sets the value of the shippingInsuranceCost property. |
void |
setShippingService(java.lang.String value)
Sets the value of the shippingService property. |
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String itemID
protected java.lang.String transactionID
protected java.lang.String orderID
protected AmountType amountPaid
protected BuyerPaymentMethodCodeType paymentMethodUsed
protected CompleteStatusCodeType checkoutStatus
protected java.lang.String shippingService
protected java.lang.Boolean shippingIncludedInTax
protected CheckoutMethodCodeType checkoutMethod
protected InsuranceSelectedCodeType insuranceType
protected RCSPaymentStatusCodeType paymentStatus
protected AmountType adjustmentAmount
protected AddressType shippingAddress
protected java.lang.String buyerID
protected AmountType shippingInsuranceCost
protected AmountType salesTax
protected AmountType shippingCost
protected java.lang.String encryptedID
protected ExternalTransactionType externalTransaction
protected java.lang.String multipleSellerPaymentID
protected AmountType codCost
protected java.lang.String orderLineItemID
Constructor Detail |
---|
public ReviseCheckoutStatusRequestType()
Method Detail |
---|
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrderID()
String
public void setOrderID(java.lang.String value)
value
- allowed object is
String
public AmountType getAmountPaid()
AmountType
public void setAmountPaid(AmountType value)
value
- allowed object is
AmountType
public BuyerPaymentMethodCodeType getPaymentMethodUsed()
BuyerPaymentMethodCodeType
public void setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
value
- allowed object is
BuyerPaymentMethodCodeType
public CompleteStatusCodeType getCheckoutStatus()
CompleteStatusCodeType
public void setCheckoutStatus(CompleteStatusCodeType value)
value
- allowed object is
CompleteStatusCodeType
public java.lang.String getShippingService()
String
public void setShippingService(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isShippingIncludedInTax()
Boolean
public void setShippingIncludedInTax(java.lang.Boolean value)
value
- allowed object is
Boolean
public CheckoutMethodCodeType getCheckoutMethod()
CheckoutMethodCodeType
public void setCheckoutMethod(CheckoutMethodCodeType value)
value
- allowed object is
CheckoutMethodCodeType
public InsuranceSelectedCodeType getInsuranceType()
InsuranceSelectedCodeType
public void setInsuranceType(InsuranceSelectedCodeType value)
value
- allowed object is
InsuranceSelectedCodeType
public RCSPaymentStatusCodeType getPaymentStatus()
RCSPaymentStatusCodeType
public void setPaymentStatus(RCSPaymentStatusCodeType value)
value
- allowed object is
RCSPaymentStatusCodeType
public AmountType getAdjustmentAmount()
AmountType
public void setAdjustmentAmount(AmountType value)
value
- allowed object is
AmountType
public AddressType getShippingAddress()
AddressType
public void setShippingAddress(AddressType value)
value
- allowed object is
AddressType
public java.lang.String getBuyerID()
String
public void setBuyerID(java.lang.String value)
value
- allowed object is
String
public AmountType getShippingInsuranceCost()
AmountType
public void setShippingInsuranceCost(AmountType value)
value
- allowed object is
AmountType
public AmountType getSalesTax()
AmountType
public void setSalesTax(AmountType value)
value
- allowed object is
AmountType
public AmountType getShippingCost()
AmountType
public void setShippingCost(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getEncryptedID()
String
public void setEncryptedID(java.lang.String value)
value
- allowed object is
String
public ExternalTransactionType getExternalTransaction()
ExternalTransactionType
public void setExternalTransaction(ExternalTransactionType value)
value
- allowed object is
ExternalTransactionType
public java.lang.String getMultipleSellerPaymentID()
String
public void setMultipleSellerPaymentID(java.lang.String value)
value
- allowed object is
String
public AmountType getCODCost()
AmountType
public void setCODCost(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getOrderLineItemID()
String
public void setOrderLineItemID(java.lang.String value)
value
- allowed object is
String
|
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.