public class

DoNonReferencedCreditResponseDetailsType

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

Class Overview

Java class for DoNonReferencedCreditResponseDetailsType complex type.

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

 <complexType name="DoNonReferencedCreditResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType amount
protected String transactionID
Public Constructors
DoNonReferencedCreditResponseDetailsType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getTransactionID()
Gets the value of the transactionID property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String transactionID

Public Constructors

public DoNonReferencedCreditResponseDetailsType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String