public class

IncentiveApplyIndicationType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.IncentiveApplyIndicationType

Class Overview

Defines which bucket or item that the incentive should be applied to.

Java class for IncentiveApplyIndicationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IncentiveApplyIndicationType">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String itemId
protected String paymentRequestID
Public Constructors
IncentiveApplyIndicationType()
Public Methods
String getItemId()
Gets the value of the itemId property.
String getPaymentRequestID()
Gets the value of the paymentRequestID property.
void setItemId(String value)
Sets the value of the itemId property.
void setPaymentRequestID(String value)
Sets the value of the paymentRequestID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String itemId

protected String paymentRequestID

Public Constructors

public IncentiveApplyIndicationType ()

Public Methods

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public String getPaymentRequestID ()

Gets the value of the paymentRequestID property.

Returns
  • possible object is String

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setPaymentRequestID (String value)

Sets the value of the paymentRequestID property.

Parameters
value Allowed object is String