|
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.sdk.ApiCall
com.ebay.sdk.call.SetShippingDiscountProfilesCall
public class SetShippingDiscountProfilesCall
Wrapper class of the SetShippingDiscountProfiles call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
CurrencyID
- The three-digit code of the currency to be used for shipping cost discounts and insurance for Combined Invoice orders. A discount profile can only be associated with a listing if the CurrencyID value of the profile matches the Item.Currency value specified in a listing. CombinedDuration
- This field is used to specify the number of days after the sale of an
item in which the buyer or seller can combine multiple and mutual order
line items into one Combined Invoice order. In a Combined Invoice order,
the buyer makes one payment for all order line items, hence only unpaid
order line items can be combined into a Combined Invoice order.
ModifyActionCode
- Indicates what action to take on the specified flat shipping discount,
calculated shipping discount or promotional discount.
If the action is Delete and if a flat rate or calculated shipping discount
profile is specified, the discount profile identified by
DiscountProfile.DiscountProfileID is deleted
(see DiscountProfile.MappedDiscountProfileID for related details).
FlatShippingDiscount
- Details of a shipping cost discount profile for flat rate shipping.
If this is provided, CalculatedShippingDiscount and PromotionalShippingDiscountDetails
should be omitted.
CalculatedShippingDiscount
- Details of a shipping cost discount profile for calculated shipping.
If this is provided, FlatShippingDiscount and PromotionalShippingDiscountDetails
should be omitted.
CalculatedHandlingDiscount
- This container is used by the seller to specify/modify packaging and handling discounts that are applied
for Combined Invoice orders.
PromotionalShippingDiscountDetails
- The data for the promotional shipping discount.
If this is provided, FlatShippingDiscount and CalculatedShippingDiscount
should be omitted.
ShippingInsurance
- Information establishing what fee to apply for domestic shipping insurance
for combined payment depending on which range the order item-total price
falls into.
InternationalShippingInsurance
- Information establishing what fee to apply for international shipping
insurance for combined payment depending on which range the order item-total
price falls into.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
SetShippingDiscountProfilesCall()
Constructor. |
|
SetShippingDiscountProfilesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
CalculatedHandlingDiscountType |
getCalculatedHandlingDiscount()
Gets the SetShippingDiscountProfilesRequestType.calculatedHandlingDiscount. |
CalculatedShippingDiscountType |
getCalculatedShippingDiscount()
Gets the SetShippingDiscountProfilesRequestType.calculatedShippingDiscount. |
CombinedPaymentPeriodCodeType |
getCombinedDuration()
Gets the SetShippingDiscountProfilesRequestType.combinedDuration. |
CurrencyCodeType |
getCurrencyID()
Gets the SetShippingDiscountProfilesRequestType.currencyID. |
FlatShippingDiscountType |
getFlatShippingDiscount()
Gets the SetShippingDiscountProfilesRequestType.flatShippingDiscount. |
ShippingInsuranceType |
getInternationalShippingInsurance()
Gets the SetShippingDiscountProfilesRequestType.internationalShippingInsurance. |
ModifyActionCodeType |
getModifyActionCode()
Gets the SetShippingDiscountProfilesRequestType.modifyActionCode. |
PromotionalShippingDiscountDetailsType |
getPromotionalShippingDiscountDetails()
Gets the SetShippingDiscountProfilesRequestType.promotionalShippingDiscountDetails. |
ShippingInsuranceType |
getShippingInsurance()
Gets the SetShippingDiscountProfilesRequestType.shippingInsurance. |
void |
setCalculatedHandlingDiscount(CalculatedHandlingDiscountType calculatedHandlingDiscount)
Sets the SetShippingDiscountProfilesRequestType.calculatedHandlingDiscount. |
void |
setCalculatedShippingDiscount(CalculatedShippingDiscountType calculatedShippingDiscount)
Sets the SetShippingDiscountProfilesRequestType.calculatedShippingDiscount. |
void |
setCombinedDuration(CombinedPaymentPeriodCodeType combinedDuration)
Sets the SetShippingDiscountProfilesRequestType.combinedDuration. |
void |
setCurrencyID(CurrencyCodeType currencyID)
Sets the SetShippingDiscountProfilesRequestType.currencyID. |
void |
setFlatShippingDiscount(FlatShippingDiscountType flatShippingDiscount)
Sets the SetShippingDiscountProfilesRequestType.flatShippingDiscount. |
void |
setInternationalShippingInsurance(ShippingInsuranceType internationalShippingInsurance)
Sets the SetShippingDiscountProfilesRequestType.internationalShippingInsurance. |
void |
setModifyActionCode(ModifyActionCodeType modifyActionCode)
Sets the SetShippingDiscountProfilesRequestType.modifyActionCode. |
void |
setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails)
Sets the SetShippingDiscountProfilesRequestType.promotionalShippingDiscountDetails. |
void |
setShippingDiscountProfiles()
Enables a seller to define shipping cost discount profiles for things such as combined payments for shipping and handling costs. |
void |
setShippingInsurance(ShippingInsuranceType shippingInsurance)
Sets the SetShippingDiscountProfilesRequestType.shippingInsurance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetShippingDiscountProfilesCall()
public SetShippingDiscountProfilesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void setShippingDiscountProfiles() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public CalculatedHandlingDiscountType getCalculatedHandlingDiscount()
public void setCalculatedHandlingDiscount(CalculatedHandlingDiscountType calculatedHandlingDiscount)
calculatedHandlingDiscount
- CalculatedHandlingDiscountTypepublic CalculatedShippingDiscountType getCalculatedShippingDiscount()
public void setCalculatedShippingDiscount(CalculatedShippingDiscountType calculatedShippingDiscount)
calculatedShippingDiscount
- CalculatedShippingDiscountTypepublic CombinedPaymentPeriodCodeType getCombinedDuration()
public void setCombinedDuration(CombinedPaymentPeriodCodeType combinedDuration)
combinedDuration
- CombinedPaymentPeriodCodeTypepublic CurrencyCodeType getCurrencyID()
public void setCurrencyID(CurrencyCodeType currencyID)
currencyID
- CurrencyCodeTypepublic FlatShippingDiscountType getFlatShippingDiscount()
public void setFlatShippingDiscount(FlatShippingDiscountType flatShippingDiscount)
flatShippingDiscount
- FlatShippingDiscountTypepublic ShippingInsuranceType getInternationalShippingInsurance()
public void setInternationalShippingInsurance(ShippingInsuranceType internationalShippingInsurance)
internationalShippingInsurance
- ShippingInsuranceTypepublic ModifyActionCodeType getModifyActionCode()
public void setModifyActionCode(ModifyActionCodeType modifyActionCode)
modifyActionCode
- ModifyActionCodeTypepublic PromotionalShippingDiscountDetailsType getPromotionalShippingDiscountDetails()
public void setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails)
promotionalShippingDiscountDetails
- PromotionalShippingDiscountDetailsTypepublic ShippingInsuranceType getShippingInsurance()
public void setShippingInsurance(ShippingInsuranceType shippingInsurance)
shippingInsurance
- ShippingInsuranceType
|
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.