public class

BillOutstandingAmountResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.BillOutstandingAmountResponseType

Class Overview

Java class for BillOutstandingAmountResponseType complex type.

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

 <complexType name="BillOutstandingAmountResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}BillOutstandingAmountResponseDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BillOutstandingAmountResponseDetailsType billOutstandingAmountResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
BillOutstandingAmountResponseType()
Public Methods
BillOutstandingAmountResponseDetailsType getBillOutstandingAmountResponseDetails()
Gets the value of the billOutstandingAmountResponseDetails property.
void setBillOutstandingAmountResponseDetails(BillOutstandingAmountResponseDetailsType value)
Sets the value of the billOutstandingAmountResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected BillOutstandingAmountResponseDetailsType billOutstandingAmountResponseDetails

Public Constructors

public BillOutstandingAmountResponseType ()

Public Methods

public BillOutstandingAmountResponseDetailsType getBillOutstandingAmountResponseDetails ()

Gets the value of the billOutstandingAmountResponseDetails property.

Returns

public void setBillOutstandingAmountResponseDetails (BillOutstandingAmountResponseDetailsType value)

Sets the value of the billOutstandingAmountResponseDetails property.

Parameters
value Allowed object is BillOutstandingAmountResponseDetailsType