| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PaymentTransactionType |
PaymentTransactionType Information about a PayPal payment from the seller side
Java class for PaymentTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReceiverInfo" type="{urn:ebay:apis:eBLBaseComponents}ReceiverInfoType"/>
<element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
<element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType"/>
<element name="PaymentItemInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentItemInfoType" minOccurs="0"/>
<element name="UserSelectedOptions" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedOptionType" minOccurs="0"/>
<element name="GiftMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftReceipt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftWrapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftWrapAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BuyerEmailOptIn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurveyQuestion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurveyChoiceSelected" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buyerEmailOptIn | |||||||||||
| giftMessage | |||||||||||
| giftReceipt | |||||||||||
| giftWrapAmount | |||||||||||
| giftWrapName | |||||||||||
| payerInfo | |||||||||||
| paymentInfo | |||||||||||
| paymentItemInfo | |||||||||||
| receiverInfo | |||||||||||
| surveyChoiceSelected | |||||||||||
| surveyQuestion | |||||||||||
| userSelectedOptions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buyerEmailOptIn property.
| |||||||||||
Gets the value of the giftMessage property.
| |||||||||||
Gets the value of the giftReceipt property.
| |||||||||||
Gets the value of the giftWrapAmount property.
| |||||||||||
Gets the value of the giftWrapName property.
| |||||||||||
Gets the value of the payerInfo property.
| |||||||||||
Gets the value of the paymentInfo property.
| |||||||||||
Gets the value of the paymentItemInfo property.
| |||||||||||
Gets the value of the receiverInfo property.
| |||||||||||
Gets the value of the surveyChoiceSelected property.
| |||||||||||
Gets the value of the surveyQuestion property.
| |||||||||||
Gets the value of the userSelectedOptions property.
| |||||||||||
Sets the value of the buyerEmailOptIn property.
| |||||||||||
Sets the value of the giftMessage property.
| |||||||||||
Sets the value of the giftReceipt property.
| |||||||||||
Sets the value of the giftWrapAmount property.
| |||||||||||
Sets the value of the giftWrapName property.
| |||||||||||
Sets the value of the payerInfo property.
| |||||||||||
Sets the value of the paymentInfo property.
| |||||||||||
Sets the value of the paymentItemInfo property.
| |||||||||||
Sets the value of the receiverInfo property.
| |||||||||||
Sets the value of the surveyQuestion property.
| |||||||||||
Sets the value of the userSelectedOptions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buyerEmailOptIn property.
Gets the value of the giftMessage property.
Gets the value of the giftReceipt property.
Gets the value of the giftWrapAmount property.
BasicAmountType
Gets the value of the giftWrapName property.
Gets the value of the payerInfo property.
PayerInfoType
Gets the value of the paymentInfo property.
PaymentInfoType
Gets the value of the paymentItemInfo property.
PaymentItemInfoType
Gets the value of the receiverInfo property.
ReceiverInfoType
Gets the value of the surveyChoiceSelected 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 surveyChoiceSelected property.
For example, to add a new item, do as follows:
getSurveyChoiceSelected().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the surveyQuestion property.
Gets the value of the userSelectedOptions property.
UserSelectedOptionType
Sets the value of the buyerEmailOptIn property.
| value | Allowed object is String |
|---|
Sets the value of the giftMessage property.
| value | Allowed object is String |
|---|
Sets the value of the giftReceipt property.
| value | Allowed object is String |
|---|
Sets the value of the giftWrapAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the giftWrapName property.
| value | Allowed object is String |
|---|
Sets the value of the payerInfo property.
| value | Allowed object is
PayerInfoType
|
|---|
Sets the value of the paymentInfo property.
| value | Allowed object is
PaymentInfoType
|
|---|
Sets the value of the paymentItemInfo property.
| value | Allowed object is
PaymentItemInfoType
|
|---|
Sets the value of the receiverInfo property.
| value | Allowed object is
ReceiverInfoType
|
|---|
Sets the value of the surveyQuestion property.
| value | Allowed object is String |
|---|
Sets the value of the userSelectedOptions property.
| value | Allowed object is
UserSelectedOptionType
|
|---|