| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ShippingDetailsType |
Specifies the shipping payment details.
Java class for ShippingDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShippingDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowPaymentEdit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CalculatedShippingRate" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingRateType" minOccurs="0"/>
<element name="ChangePaymentInstructions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FlatShippingRate" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingRateType" maxOccurs="unbounded" minOccurs="0"/>
<element name="InsuranceTotal" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element name="InsuranceWanted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PaymentInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SalesTax" type="{urn:ebay:apis:eBLBaseComponents}SalesTaxType" minOccurs="0"/>
<element name="SellerPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowPaymentEdit | |||||||||||
| calculatedShippingRate | |||||||||||
| changePaymentInstructions | |||||||||||
| flatShippingRate | |||||||||||
| insuranceTotal | |||||||||||
| insuranceWanted | |||||||||||
| paymentInstructions | |||||||||||
| salesTax | |||||||||||
| sellerPostalCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the calculatedShippingRate property.
| |||||||||||
Gets the value of the flatShippingRate property.
| |||||||||||
Gets the value of the insuranceTotal property.
| |||||||||||
Gets the value of the paymentInstructions property.
| |||||||||||
Gets the value of the salesTax property.
| |||||||||||
Gets the value of the sellerPostalCode property.
| |||||||||||
Gets the value of the allowPaymentEdit property.
| |||||||||||
Gets the value of the changePaymentInstructions property.
| |||||||||||
Gets the value of the insuranceWanted property.
| |||||||||||
Sets the value of the allowPaymentEdit property.
| |||||||||||
Sets the value of the calculatedShippingRate property.
| |||||||||||
Sets the value of the changePaymentInstructions property.
| |||||||||||
Sets the value of the insuranceTotal property.
| |||||||||||
Sets the value of the insuranceWanted property.
| |||||||||||
Sets the value of the paymentInstructions property.
| |||||||||||
Sets the value of the salesTax property.
| |||||||||||
Sets the value of the sellerPostalCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the calculatedShippingRate property.
CalculatedShippingRateType
Gets the value of the flatShippingRate property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the flatShippingRate property.
For example, to add a new item, do as follows:
getFlatShippingRate().add(newItem);
Objects of the following type(s) are allowed in the list
FlatShippingRateType
Gets the value of the insuranceTotal property.
AmountType
Gets the value of the paymentInstructions property.
Gets the value of the salesTax property.
SalesTaxType
Gets the value of the sellerPostalCode property.
Gets the value of the allowPaymentEdit property.
Gets the value of the changePaymentInstructions property.
Gets the value of the insuranceWanted property.
Sets the value of the allowPaymentEdit property.
| value | Allowed object is Boolean |
|---|
Sets the value of the calculatedShippingRate property.
| value | Allowed object is
CalculatedShippingRateType
|
|---|
Sets the value of the changePaymentInstructions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the insuranceTotal property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the insuranceWanted property.
| value | Allowed object is Boolean |
|---|
Sets the value of the paymentInstructions property.
| value | Allowed object is String |
|---|
Sets the value of the salesTax property.
| value | Allowed object is
SalesTaxType
|
|---|
Sets the value of the sellerPostalCode property.
| value | Allowed object is String |
|---|