public class IncentiveAppliedDetailsType
extends java.lang.Object
Java class for IncentiveAppliedDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveAppliedDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExternalTxnId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DiscountAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
discountAmount |
protected java.lang.String |
externalTxnId |
protected java.lang.String |
itemId |
protected java.lang.String |
paymentRequestID |
protected java.lang.String |
subType |
Constructor and Description |
---|
IncentiveAppliedDetailsType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getDiscountAmount()
Gets the value of the discountAmount property.
|
java.lang.String |
getExternalTxnId()
Gets the value of the externalTxnId property.
|
java.lang.String |
getItemId()
Gets the value of the itemId property.
|
java.lang.String |
getPaymentRequestID()
Gets the value of the paymentRequestID property.
|
java.lang.String |
getSubType()
Gets the value of the subType property.
|
void |
setDiscountAmount(BasicAmountType value)
Sets the value of the discountAmount property.
|
void |
setExternalTxnId(java.lang.String value)
Sets the value of the externalTxnId property.
|
void |
setItemId(java.lang.String value)
Sets the value of the itemId property.
|
void |
setPaymentRequestID(java.lang.String value)
Sets the value of the paymentRequestID property.
|
void |
setSubType(java.lang.String value)
Sets the value of the subType property.
|
protected java.lang.String paymentRequestID
protected java.lang.String itemId
protected java.lang.String externalTxnId
protected BasicAmountType discountAmount
protected java.lang.String subType
public java.lang.String getPaymentRequestID()
String
public void setPaymentRequestID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getItemId()
String
public void setItemId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getExternalTxnId()
String
public void setExternalTxnId(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getDiscountAmount()
BasicAmountType
public void setDiscountAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getSubType()
String
public void setSubType(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.