public class

DoNonReferencedCreditRequestDetailsType

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

Class Overview

Java class for DoNonReferencedCreditRequestDetailsType complex type.

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

 <complexType name="DoNonReferencedCreditRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="NetAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType"/>
         <element name="ReceiverEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType amount
protected String comment
protected CreditCardDetailsType creditCard
protected BasicAmountType netAmount
protected String receiverEmail
protected BasicAmountType shippingAmount
protected BasicAmountType taxAmount
Public Constructors
DoNonReferencedCreditRequestDetailsType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getComment()
Gets the value of the comment property.
CreditCardDetailsType getCreditCard()
Gets the value of the creditCard property.
BasicAmountType getNetAmount()
Gets the value of the netAmount property.
String getReceiverEmail()
Gets the value of the receiverEmail property.
BasicAmountType getShippingAmount()
Gets the value of the shippingAmount property.
BasicAmountType getTaxAmount()
Gets the value of the taxAmount property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setComment(String value)
Sets the value of the comment property.
void setCreditCard(CreditCardDetailsType value)
Sets the value of the creditCard property.
void setNetAmount(BasicAmountType value)
Sets the value of the netAmount property.
void setReceiverEmail(String value)
Sets the value of the receiverEmail property.
void setShippingAmount(BasicAmountType value)
Sets the value of the shippingAmount property.
void setTaxAmount(BasicAmountType value)
Sets the value of the taxAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String comment

protected CreditCardDetailsType creditCard

protected BasicAmountType netAmount

protected String receiverEmail

protected BasicAmountType shippingAmount

protected BasicAmountType taxAmount

Public Constructors

public DoNonReferencedCreditRequestDetailsType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public CreditCardDetailsType getCreditCard ()

Gets the value of the creditCard property.

Returns

public BasicAmountType getNetAmount ()

Gets the value of the netAmount property.

Returns

public String getReceiverEmail ()

Gets the value of the receiverEmail property.

Returns
  • possible object is String

public BasicAmountType getShippingAmount ()

Gets the value of the shippingAmount property.

Returns

public BasicAmountType getTaxAmount ()

Gets the value of the taxAmount property.

Returns

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setCreditCard (CreditCardDetailsType value)

Sets the value of the creditCard property.

Parameters
value Allowed object is CreditCardDetailsType

public void setNetAmount (BasicAmountType value)

Sets the value of the netAmount property.

Parameters
value Allowed object is BasicAmountType

public void setReceiverEmail (String value)

Sets the value of the receiverEmail property.

Parameters
value Allowed object is String

public void setShippingAmount (BasicAmountType value)

Sets the value of the shippingAmount property.

Parameters
value Allowed object is BasicAmountType

public void setTaxAmount (BasicAmountType value)

Sets the value of the taxAmount property.

Parameters
value Allowed object is BasicAmountType