public class DoNonReferencedCreditRequestDetailsType
extends java.lang.Object
Java class for DoNonReferencedCreditRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoNonReferencedCreditRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="NetAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType"/>
<element name="ReceiverEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
comment |
protected CreditCardDetailsType |
creditCard |
protected BasicAmountType |
netAmount |
protected java.lang.String |
receiverEmail |
protected BasicAmountType |
shippingAmount |
protected BasicAmountType |
taxAmount |
| Constructor and Description |
|---|
DoNonReferencedCreditRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
CreditCardDetailsType |
getCreditCard()
Gets the value of the creditCard property.
|
BasicAmountType |
getNetAmount()
Gets the value of the netAmount property.
|
java.lang.String |
getReceiverEmail()
Gets the value of the receiverEmail property.
|
BasicAmountType |
getShippingAmount()
Gets the value of the shippingAmount property.
|
BasicAmountType |
getTaxAmount()
Gets the value of the taxAmount property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setCreditCard(CreditCardDetailsType value)
Sets the value of the creditCard property.
|
void |
setNetAmount(BasicAmountType value)
Sets the value of the netAmount property.
|
void |
setReceiverEmail(java.lang.String value)
Sets the value of the receiverEmail property.
|
void |
setShippingAmount(BasicAmountType value)
Sets the value of the shippingAmount property.
|
void |
setTaxAmount(BasicAmountType value)
Sets the value of the taxAmount property.
|
protected BasicAmountType amount
protected BasicAmountType netAmount
protected BasicAmountType taxAmount
protected BasicAmountType shippingAmount
protected CreditCardDetailsType creditCard
protected java.lang.String receiverEmail
protected java.lang.String comment
public DoNonReferencedCreditRequestDetailsType()
public BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getNetAmount()
BasicAmountTypepublic void setNetAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getTaxAmount()
BasicAmountTypepublic void setTaxAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getShippingAmount()
BasicAmountTypepublic void setShippingAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic CreditCardDetailsType getCreditCard()
CreditCardDetailsTypepublic void setCreditCard(CreditCardDetailsType value)
value - the value
allowed object is
CreditCardDetailsTypepublic java.lang.String getReceiverEmail()
Stringpublic void setReceiverEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.