public class

BillOutstandingAmountReq

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.BillOutstandingAmountReq

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ebay:api:PayPalAPI}BillOutstandingAmountRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BillOutstandingAmountRequestType billOutstandingAmountRequest
Public Constructors
BillOutstandingAmountReq()
Public Methods
BillOutstandingAmountRequestType getBillOutstandingAmountRequest()
Gets the value of the billOutstandingAmountRequest property.
void setBillOutstandingAmountRequest(BillOutstandingAmountRequestType value)
Sets the value of the billOutstandingAmountRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BillOutstandingAmountRequestType billOutstandingAmountRequest

Public Constructors

public BillOutstandingAmountReq ()

Public Methods

public BillOutstandingAmountRequestType getBillOutstandingAmountRequest ()

Gets the value of the billOutstandingAmountRequest property.

Returns

public void setBillOutstandingAmountRequest (BillOutstandingAmountRequestType value)

Sets the value of the billOutstandingAmountRequest property.

Parameters
value Allowed object is BillOutstandingAmountRequestType