public class

BillOutstandingAmountRequestDetailsType

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

Class Overview

Java class for BillOutstandingAmountRequestDetailsType complex type.

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

 <complexType name="BillOutstandingAmountRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType amount
protected String note
protected String profileID
Public Constructors
BillOutstandingAmountRequestDetailsType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getNote()
Gets the value of the note property.
String getProfileID()
Gets the value of the profileID property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setNote(String value)
Sets the value of the note property.
void setProfileID(String value)
Sets the value of the profileID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String note

protected String profileID

Public Constructors

public BillOutstandingAmountRequestDetailsType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public String getProfileID ()

Gets the value of the profileID 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 setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setProfileID (String value)

Sets the value of the profileID property.

Parameters
value Allowed object is String