public class RefundInfoType
extends java.lang.Object
Java class for RefundInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RefundStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentStatusCodeType" minOccurs="0"/> <element name="PendingReason" type="{urn:ebay:apis:eBLBaseComponents}PendingStatusCodeType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PendingStatusCodeType |
pendingReason |
protected PaymentStatusCodeType |
refundStatus |
Constructor and Description |
---|
RefundInfoType() |
Modifier and Type | Method and Description |
---|---|
PendingStatusCodeType |
getPendingReason()
Gets the value of the pendingReason property.
|
PaymentStatusCodeType |
getRefundStatus()
Gets the value of the refundStatus property.
|
void |
setPendingReason(PendingStatusCodeType value)
Sets the value of the pendingReason property.
|
void |
setRefundStatus(PaymentStatusCodeType value)
Sets the value of the refundStatus property.
|
protected PaymentStatusCodeType refundStatus
protected PendingStatusCodeType pendingReason
public PaymentStatusCodeType getRefundStatus()
PaymentStatusCodeType
public void setRefundStatus(PaymentStatusCodeType value)
value
- the value
allowed object is
PaymentStatusCodeType
public PendingStatusCodeType getPendingReason()
PendingStatusCodeType
public void setPendingReason(PendingStatusCodeType value)
value
- the value
allowed object is
PendingStatusCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.